/* アイキャッチ非表示 */
.single-help .thumb,
.single-help .post-thumbnail { display: none !important; }

/* 本文のベース文字サイズ */
body.single-help {
  font-size: 16px !important;
  line-height: 1.8;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #222;
}

/* タイトル（h1） — あなたのマークアップに合わせる */
.single-help .page-header .page-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2rem;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: .5rem;
}

/* 投稿日（公開日/更新日）を非表示 */
.single-help .page-header .page-description { display: none !important; }

/* 本文内の見出しだけを装飾（フッターには干渉しない） */
.single-help .article-content h2 {
  font-size: 1.95rem;
  font-weight: 600;
  margin-top: 3.5rem;
  margin-bottom: 1rem;
  border-left: 4px solid #0073aa;
  padding-left: .75rem;
}
.single-help .article-content h3 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: .75rem;
  color: #0073aa;
}

/* 本文とフッターの間に余白 */
.single-help main.l-main { padding-bottom: 6rem !important; }

/* ▼ ヘルプ記事一覧に戻るリンク */
.single-help .back-to-archive {
  margin-top: 4rem;
  text-align: center;
}

.single-help .back-to-archive-link {
  display: inline-block;
  padding: 12px 28px;
  font-size: 1.4rem;
  color: #0073aa;
  border: 1px solid #0073aa;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
}

/* ← アイコン */
.single-help .back-to-archive-link::before {
  content: "←";
  margin-right: 0.5em;
  font-weight: 700;
}

/* hover効果 */
.single-help .back-to-archive-link:hover {
  background-color: #0073aa;
  color: #fff;
}
.single-help .back-to-archive-link:hover::before {
  color: #fff;
}

/* ▼ テーブル（single-help専用） */
.single-help table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #ccc;
  margin: 2.5rem 0;
  font-size: 1.5rem;
}

.single-help th,
.single-help td {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ccc;
  word-break: break-word;
}

.single-help thead th {
  text-align: left;
  background-color: #f5f5f5;
  font-weight: 600;
}

.single-help tbody tr:nth-child(even) {
  background-color: #fafafa;
}

/* スクロール対応（スマホ向け） */
.single-help .table-wrap {
  width: 100%;
  overflow-x: auto;
}

/* ▼ 箇条書き（single-help専用） */
.single-help ul {
  list-style-type: disc;
  padding-left: 2em;
  margin: 1.5rem 0 2rem;
}

.single-help li {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

/* ネストされたul（第二階層） */
.single-help ul ul {
  list-style-type: circle;
  margin-top: 0.5rem;
}

/* ▼ 番号付きリスト（single-help専用） */
.single-help ol {
  list-style-type: decimal;
  padding-left: 2em;
  margin: 1.5rem 0 2rem;
  counter-reset: list-counter;
}

.single-help ol li {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

/* ネストされたol（第二階層） */
.single-help ol ol {
  list-style-type: lower-alpha; /* a, b, c ... */
  margin-top: 0.5rem;
}

/* ===========================================
  FAQブロック（single-help専用）
=========================================== */
.single-help .faq-section {
  margin: 3rem 0;
  border-top: 2px solid #0073aa;
  padding-top: 2rem;
}

.single-help .faq-item {
  margin-bottom: 2rem;
  padding: 1.5rem 1.5rem 1rem;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.single-help .faq-q {
  font-weight: 600;
  color: #0073aa;
  margin-bottom: 0.5rem;
}

.single-help .faq-q span {
  font-weight: 700;
  margin-right: 0.5em;
}

.single-help .faq-a {
  color: #333;
  line-height: 1.8;
}

.single-help .faq-a span {
  font-weight: 700;
  color: #555;
  margin-right: 0.5em;
}
