/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 25 2026 | 13:45:31 */
/* ===== 共通：固定サイドバー ===== */
.sidebar-diagnosis {
  position: fixed;
  top: 50px;        /* ヘッダー分 */
  width: 340px;
  z-index: 10000;
}

/* ===== 右側 ===== */
.sidebar-diagnosis.right {
  right: 24px;
}

/* ===== 左側 ===== */
.sidebar-diagnosis.left {
  left: 24px;
}
/* ===== バナー画像 ===== */
.sb-image {
  margin-bottom: 12px;
}

.sb-image img {
  width: 100%;
  display: block;
}

/* ===== 枠 ===== */
.sb-banner {
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 16px;
}

/* 見出し */
.sb-eyecatch {
  font-size: 18px;
  font-weight: bold;
  color: #e64b7a;
  margin-bottom: 6px;
}

.sb-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* フォーム */
.sb-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 8px;
  border: 1px solid #ccc;
  background: #fff;
}

.sb-form button {
  width: 100%;
  padding: 12px;
  background: #e64b7a;
  color: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

/* 結果 */
.sb-result {
  margin-top: 10px;
  font-size: 13px;
}

/* ===== モバイルでは解除 ===== */
@media screen and (max-width: 768px) {
  .sidebar-diagnosis {
    position: static;
    width: 100%;
    margin: 24px 0;
  }
}



/* ===== 診断結果カード ===== */
.sb-result-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  font-size: 14px;
}

/* タイトル */
.sb-result-title {
  font-size: 15px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 8px;
}

/* 説明文 */
.sb-result-text {
  font-size: 13px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 10px;
}

/* リスト */
.sb-result-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}

.sb-result-list li {
  font-size: 12.5px;
  color: #374151;
  line-height: 1.4;
  margin-bottom: 4px;
}

/* ボタン */
.sb-result-btn {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.3s ease;
}

.sb-result-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/**左ようーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー/
/* ===== 左サイドBOX（長文） ===== */
.sb-box-long {
  background: #fff;
  border: 1px solid #ddd;
  padding: 18px;
}

/* タイトル */
.sb-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* 導入文 */
.sb-lead {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 12px;
  color: #555;
}

/* リスト */
.sb-list {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}

.sb-list li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 6px;
}

.sb-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #e64b7a;
  font-size: 12px;
}

/* 補足 */
.sb-note {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 14px;
  color: #444;
}

/* CTA */
.sb-link {
  display: block;
  text-align: center;
  padding: 12px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #333;
}

.sb-link:hover {
  background: #e64b7a;
  color: #fff;
  border-color: #e64b7a;
}

/* 注意書き */
.sb-small {
  margin-top: 8px;
  font-size: 11px;
  color: #777;
  text-align: center;
}
