/* ==========================================================
   税務調査対応 /chosa/ 共通スタイル v2（2026-08-02）
   デザイントークン：濃紺（冷静・実務・信頼）／CTAの橙は事務所共通
   v2の改訂点：下島提供のLPデザイン案（ChatGPT案・Gemini案）を踏まえ、
     ・グローバルナビ＋追従CTA
     ・ヒーローを写真つき2カラムに
     ・冒頭に番号付き目次（ページ全体像の提示＋各章への導線）
     ・セクション番号の大型表示
     ・「やってはいけないこと」を朱色の帯で強調
     ・当日の流れ／見ているポイントの2カラム化
     ・比較表に○×、料金を4ステップ、無申告を対比ブロック、相談例を色分け
   webフォント・JS不使用（詳細開閉は<details>のネイティブ機能）
   ========================================================== */

:root {
  --navy: #1f3a5f;
  --navy-dark: #14283f;
  --navy-mid: #3d6091;
  --navy-pale: #f4f7fa;
  --navy-line: #d3dde8;
  --accent: #d9701e;
  --accent-dark: #b85a12;
  --alert: #b8352a;        /* 「やってはいけないこと」専用。他では使わない */
  --alert-pale: #fbf0ee;
  --gold: #b8925a;         /* 補助アクセント（丸バッジ等） */
  --warn-bg: #fdf6ee;
  --warn-line: #e8cfae;
  --text: #33383f;
  --text-weak: #6b7280;
  --bg: #ffffff;
  --radius: 10px;
  --maxw: 1000px;
  --maxw-narrow: 860px;
}

* { box-sizing: border-box; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
html { scroll-padding-top: 76px; }

body {
  margin: 0; color: var(--text); background: var(--bg);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic Medium", YuGothic, Meiryo, sans-serif;
  font-size: 16px; line-height: 1.95; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a:focus-visible, button:focus-visible, summary:focus-visible,
input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 2px;
}
.inner { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.inner-narrow { max-width: var(--maxw-narrow); margin: 0 auto; padding: 0 20px; }

.ico { width: 1.5em; height: 1.5em; fill: currentColor; flex: none; vertical-align: -0.35em; }
.sprite { display: none; }

/* ---------- ヘッダー（追従） ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #fff; border-bottom: 1px solid var(--navy-line);
  box-shadow: 0 1px 6px rgba(31,58,95,.06);
}
.header-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 0; }
.brand { text-decoration: none; color: var(--navy-dark); line-height: 1.45; }
/* 「杉並」「税務調査」を印象づけるキャッチ。事務所名より上に置き、薄い補足ではなく主張として見せる */
.brand .b-sub {
  display: inline-block; font-size: 13px; font-weight: 700; color: #fff;
  background: var(--navy); border-radius: 4px; padding: 2px 10px; letter-spacing: .03em;
  margin-bottom: 3px;
}
.brand .b-main { display: block; font-size: 18px; font-weight: 700; letter-spacing: .01em; }
.header-right { display: flex; align-items: center; gap: 14px; }
.header-tel { text-align: right; font-size: 11px; color: var(--text-weak); line-height: 1.4; }
.header-tel b { display: block; font-size: 20px; color: var(--navy-dark); letter-spacing: .01em; }
.btn-head {
  display: inline-flex; align-items: center; gap: 7px; background: var(--accent); color: #fff;
  text-decoration: none; font-weight: 700; font-size: 14px; padding: 11px 18px; border-radius: 6px; line-height: 1.3;
}
.btn-head:hover { background: var(--accent-dark); }
.btn-head small { display: block; font-size: 10px; font-weight: 400; opacity: .9; }
.gnav { border-top: 1px solid var(--navy-line); }
.gnav ul { display: flex; flex-wrap: wrap; gap: 0 26px; list-style: none; margin: 0; padding: 0; }
.gnav a { display: block; padding: 11px 0; font-size: 14px; color: var(--navy-dark); text-decoration: none; font-weight: 700; }
.gnav a:hover { color: var(--accent); }
@media (max-width: 860px) {
  .header-tel, .gnav { display: none; }
  .brand .b-main { font-size: 16px; }
  .btn-head { font-size: 13px; padding: 9px 13px; }
  .btn-head small { display: none; }
  html { scroll-padding-top: 60px; }
}
/* スマホは画面下に追従CTAがあるため、ヘッダーのボタンを省いてキャッチを1行に収める */
@media (max-width: 640px) {
  .btn-head { display: none; }
  .brand .b-sub { font-size: 12.5px; white-space: nowrap; padding: 2px 9px; }
  .brand .b-main { font-size: 17px; }
}

/* ---------- ヒーロー（白背景・呼びかけを主役に） ---------- */
.hero { background: #fff; overflow: hidden; }
.hero-inner {
  display: grid; grid-template-columns: minmax(0,1.12fr) minmax(0,1fr);
  max-width: 1400px; margin: 0 auto; align-items: stretch;
}
.hero-text { padding: 50px 26px 44px 4vw; max-width: 740px; margin-left: auto; }
/* 「調査の連絡が来た方へ。」が1行に収まるサイズに調整（3行折り返しを防ぐ） */
.hero h1 {
  margin: 0 0 18px; font-size: clamp(27px, 3.35vw, 43px); line-height: 1.42;
  font-weight: 700; color: var(--navy-dark); letter-spacing: .01em;
}
.hero h1 .big { font-size: 1.18em; color: var(--navy); letter-spacing: .04em; }
.hero-rule { border: none; border-top: 2px solid var(--navy-line); margin: 0 0 20px; }
.hero-sub {
  margin: 0 0 22px; font-size: clamp(17px, 1.75vw, 23px); line-height: 1.75;
  font-weight: 700; color: var(--navy);
}
.hero .checks { list-style: none; margin: 0 0 20px; padding: 0; }
.hero .checks li {
  display: flex; gap: 12px; align-items: center; color: var(--text);
  font-size: clamp(15px, 1.3vw, 17px); margin-bottom: 4px;
}
.hero .checks .ico { color: var(--navy); width: 1.35em; height: 1.35em; }
.hero-note { margin: 0; font-size: 14px; line-height: 1.9; color: var(--text-weak); }

.hero-media { position: relative; min-height: 380px; }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.hero-box { position: absolute; right: 24px; bottom: 28px; width: min(330px, 90%); display: grid; gap: 10px; }
.hero-tel {
  background: rgba(255,255,255,.96); border: 1px solid var(--navy-line); border-radius: 8px;
  padding: 14px 16px; text-align: center; box-shadow: 0 2px 10px rgba(20,40,63,.12);
}
.hero-tel b { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 27px; color: var(--navy-dark); line-height: 1.2; }
.hero-tel b .ico { color: var(--navy); width: 1em; height: 1em; }
.hero-tel span { display: block; font-size: 13px; color: var(--text-weak); margin-top: 2px; }
.hero-form {
  background: rgba(255,255,255,.96); border: 1px solid var(--navy-line); border-radius: 8px;
  padding: 12px 14px 14px; text-align: center; box-shadow: 0 2px 10px rgba(20,40,63,.12);
}
.hero-form .free { margin: 0 0 8px; font-size: 14px; font-weight: 700; color: var(--accent); }
.hero-form .btn { width: 100%; padding: 13px 16px; font-size: 15px; }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-text { padding: 30px 20px 26px; margin: 0; max-width: none; order: 2; }
  .hero-media { min-height: 0; order: 1; }
  .hero-media > img { height: 260px; }
  .hero-box { position: static; width: auto; margin: -50px 20px 0; }
  .hero h1 { font-size: 27px; }
}

/* ---------- ボタン ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 26px; border-radius: var(--radius); font-weight: 700;
  text-decoration: none; font-size: 16px; line-height: 1.4; border: 2px solid transparent; cursor: pointer;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); }
.btn-ghost { background: transparent; color: #fff; border-color: #7d97b6; }
.btn-ghost:hover { background: rgba(255,255,255,.08); }
.btn-wide { width: 100%; max-width: 440px; padding: 18px 26px; font-size: 17px; }

/* ---------- 目次 ---------- */
.toc { background: var(--navy-pale); padding: 48px 0; }
.toc h2 { justify-content: center; text-align: center; }
.toc-list { list-style: none; margin: 26px 0 0; padding: 0; }
.toc-list li { border-bottom: 1px solid var(--navy-line); }
.toc-list li:first-child { border-top: 1px solid var(--navy-line); }
.toc-list a {
  display: grid; grid-template-columns: 30px 104px 1fr 30px; gap: 20px; align-items: center;
  padding: 20px 6px; text-decoration: none; color: inherit;
}
.toc-list a:hover { background: #fff; }
/* 番号は小さめの円。主役はイラストとタイトル（ChatGPT案のバランスに合わせる） */
.toc-no {
  width: 28px; height: 28px; border-radius: 50%; background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700;
}
.toc-ico { color: var(--navy); display: flex; justify-content: center; }
.toc-ico .ico { width: 76px; height: 76px; }
.toc-txt b { display: block; font-size: 21px; color: var(--navy); line-height: 1.55; margin-bottom: 2px; }
.toc-txt span { font-size: 14.5px; color: var(--text-weak); line-height: 1.8; }
.toc-arrow { color: var(--navy-mid); text-align: right; }
.toc-arrow .ico {
  width: 26px; height: 26px; border: 1px solid var(--navy-line); border-radius: 50%;
  padding: 5px; background: #fff; box-sizing: content-box;
}
@media (max-width: 760px) {
  .toc-list a { grid-template-columns: 26px 52px 1fr; gap: 12px; padding: 16px 4px; }
  .toc-ico .ico { width: 46px; height: 46px; }
  .toc-arrow { display: none; }
  .toc-txt b { font-size: 17px; }
  .toc-txt span { font-size: 13.5px; }
}

/* ---------- セクション ---------- */
section { padding: 60px 0; }
section.alt { background: var(--navy-pale); }
section.dark { background: var(--navy); color: #fff; }
section.dark h2, section.dark h3 { color: #fff; }
section.dark .sec-note { color: #c6d5e5; }
.sec-head { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 10px; }
.sec-no {
  font-size: 38px; font-weight: 700; line-height: 1; color: var(--navy);
  font-family: Georgia, "Times New Roman", serif; flex: none; padding-top: 2px;
}
section.dark .sec-no { color: #7fa6d0; }
h2 { margin: 0; font-size: 26px; line-height: 1.5; color: var(--navy-dark); font-weight: 700; display: flex; align-items: center; gap: 12px; }
h2 .ico { color: var(--navy); }
section.dark h2 .ico { color: #7fa6d0; }
.sec-note { margin: 0 0 28px; color: var(--text-weak); font-size: 15px; }
h3 { font-size: 19px; color: var(--navy-dark); margin: 34px 0 12px; line-height: 1.6; }
h4 { margin: 0 0 8px; font-size: 17px; color: var(--navy-dark); line-height: 1.6; }
p { margin: 0 0 18px; }
@media (max-width: 700px) { section { padding: 44px 0; } h2 { font-size: 20px; } .sec-no { font-size: 28px; } }

/* ---------- 見出し帯（濃紺のラベル） ---------- */
.band {
  background: var(--navy); color: #fff; text-align: center; font-weight: 700;
  padding: 10px 18px; border-radius: 6px 6px 0 0; font-size: 16px;
}
.band-body { border: 1px solid var(--navy-line); border-top: none; border-radius: 0 0 6px 6px; padding: 22px 20px; background: #fff; }

/* ---------- カード ---------- */
.cards { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.card { background: #fff; border: 1px solid var(--navy-line); border-radius: var(--radius); padding: 22px 20px; }
.card > .ico { color: var(--navy); width: 2.2em; height: 2.2em; margin-bottom: 8px; }
.card p { margin: 0; font-size: 15px; line-height: 1.9; }
.card-num { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.card-num i {
  width: 28px; height: 28px; border-radius: 50%; background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center; font-style: normal; font-size: 14px; font-weight: 700; flex: none;
}

/* ---------- いますぐやっていただきたいこと（淡青の囲み） ---------- */
.todo-box { background: #eef4fa; border-radius: 14px; padding: 26px 22px; }
.todo-head {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  font-size: 21px; font-weight: 700; color: var(--navy-dark); margin-bottom: 20px;
}
.todo-head .ico { color: var(--navy); width: 1.7em; height: 1.7em; }
.todo-cards { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.todo-card { background: #fff; border-radius: 12px; padding: 24px 18px; text-align: center; }
.todo-card .ico { color: var(--navy); width: 56px; height: 56px; margin: 0 auto 14px; }
.todo-card b { display: block; font-size: 16px; color: var(--navy-dark); line-height: 1.65; }

/* ---------- やってはいけないこと（赤のベタ塗り） ---------- */
.dont { border-radius: 14px; overflow: hidden; }
.dont-head {
  background: var(--alert); color: #fff; font-weight: 700; font-size: 22px;
  padding: 18px 20px 4px; display: flex; align-items: center; justify-content: center; gap: 10px;
}
.dont-head .ico { width: 1.2em; height: 1.2em; }
.dont-items {
  background: var(--alert); color: #fff; margin: 0; padding: 14px 16px 26px;
  list-style: none; display: grid; grid-template-columns: repeat(3, 1fr);
}
.dont-items li { text-align: center; font-weight: 700; font-size: 16px; line-height: 1.7; padding: 8px 6px; }
.dont-items li + li { border-left: 2px dotted rgba(255,255,255,.5); }
.dont-items .x { display: block; font-size: 40px; line-height: 1; margin-bottom: 10px; }
.dont-note {
  background: var(--alert-pale); color: var(--alert); font-weight: 700; font-size: 16px;
  margin: 0; padding: 16px 20px; text-align: center; display: flex; align-items: center; justify-content: center; gap: 10px;
}
.dont-note .ico { width: 1.3em; height: 1.3em; flex: none; }
@media (max-width: 640px) {
  .dont-items { grid-template-columns: 1fr; }
  .dont-items li + li { border-left: none; border-top: 2px dotted rgba(255,255,255,.5); }
  .dont-head { font-size: 18px; }
}

/* ---------- 補足ボックス（電球） ---------- */
.tip { display: flex; gap: 18px; align-items: flex-start; background: #eef4fa; border-radius: 14px; padding: 24px 22px; }
.tip .bulb {
  width: 54px; height: 54px; border-radius: 50%; background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center; flex: none;
}
.tip .bulb .ico { width: 1.6em; height: 1.6em; }
.tip b { display: block; font-size: 19px; color: var(--navy-dark); margin-bottom: 8px; }
.tip p { margin: 0; font-size: 15px; }
.tip .fine { margin-top: 12px; font-size: 13px; color: var(--text-weak); line-height: 1.8; }

/* ---------- セクション末尾のCTAバー ---------- */
.cta-bar {
  display: grid; justify-items: center; gap: 14px;
  background: var(--warn-bg); border-radius: 14px; padding: 26px; margin-top: 30px;
}
.cta-bar-tel { display: flex; align-items: center; gap: 16px; }
.cta-bar-tel .circ {
  width: 54px; height: 54px; border-radius: 50%; background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center; flex: none;
}
.cta-bar-tel .circ .ico { width: 1.6em; height: 1.6em; }
.cta-bar-tel small { display: block; font-size: 13px; color: var(--text-weak); }
.cta-bar-tel b { display: block; font-size: 27px; color: var(--navy-dark); line-height: 1.25; }
.cta-bar-tel span { font-size: 13px; color: var(--text-weak); }
.cta-bar .btn { width: 100%; max-width: 420px; }
.cta-bar .btn small { display: block; font-size: 12px; font-weight: 400; opacity: .92; }
.cta-bar-note { grid-column: 1 / -1; margin: 0; font-size: 13px; color: var(--text-weak); text-align: center; }


/* ---------- 比較表（同席あり／なし） ---------- */
.cmp { display: grid; grid-template-columns: 1fr 150px 1fr; border: 1px solid var(--navy-line); border-radius: 12px; overflow: hidden; background: #fff; }
.cmp-h { padding: 13px 12px; text-align: center; font-weight: 700; font-size: 16px; }
.cmp-h.no { background: #8fa8c4; color: #fff; }
.cmp-h.mid { background: #fff; }
.cmp-h.yes { background: var(--navy); color: #fff; }
.cmp-cell { padding: 20px 16px; font-size: 15px; line-height: 1.75; border-top: 1px solid var(--navy-line); display: flex; align-items: center; gap: 12px; }
.cmp-cell.no { background: #f7f9fb; color: var(--text-weak); }
.cmp-cell.mid { flex-direction: column; justify-content: center; gap: 6px; text-align: center; background: #fbfcfe; }
.cmp-cell.mid .ico { color: var(--navy-mid); width: 2.4em; height: 2.4em; }
.cmp-cell.mid b { font-size: 14px; color: var(--navy); }
.cmp-cell.yes { background: #fff; font-weight: 700; color: var(--navy-dark); }
.cmp-cell .face { font-size: 22px; flex: none; }
.cmp-cell.no .face { color: #8fa8c4; }
.cmp-cell.yes .face { color: #1f7a54; }
/* 人物イラスト（感情移入のため。ChatGPT生成のものを下島が提供） */
.cmp-cell .fig { width: 96px; height: auto; flex: none; }
.cmp-cell.no .fig { filter: saturate(.85); }
@media (max-width: 900px) { .cmp-cell .fig { width: 74px; } }
/* PCでは .cmp-row を透過させ、3列グリッドをそのまま成立させる */
.cmp-row { display: contents; }

/* スマホ：項目ごとにカード化し、「なし／あり」を横に並べて対比できるようにする */
@media (max-width: 760px) {
  .cmp { display: block; border: none; background: transparent; }
  .cmp-h { display: none; }
  .cmp-row {
    display: grid; grid-template-columns: 1fr 1fr;
    border: 1px solid var(--navy-line); border-radius: 12px; overflow: hidden;
    background: #fff; margin-bottom: 14px;
  }
  /* 項目名を上部の帯に（DOM順は なし→項目→あり なので order で先頭へ） */
  .cmp-cell.mid {
    order: -1; grid-column: 1 / -1; flex-direction: row; justify-content: center; gap: 8px;
    background: var(--navy-pale); border-top: none; padding: 10px 12px;
  }
  .cmp-cell.mid .ico { width: 1.5em; height: 1.5em; }
  .cmp-cell.mid b { font-size: 15px; }
  /* 左右に「同席なし／同席あり」を並べる */
  .cmp-cell.no, .cmp-cell.yes {
    flex-direction: column; align-items: center; text-align: center; gap: 8px;
    padding: 14px 10px 16px; font-size: 13.5px; line-height: 1.65; border-top: none;
  }
  .cmp-cell.no { border-right: 1px solid var(--navy-line); }
  .cmp-cell.no::before, .cmp-cell.yes::before {
    content: "税理士の同席なし"; display: block; width: 100%;
    font-size: 12px; font-weight: 700; color: #fff; background: #8fa8c4;
    border-radius: 4px; padding: 3px 0; margin-bottom: 2px;
  }
  .cmp-cell.yes::before { content: "税理士の同席あり"; background: var(--navy); }
  .cmp-cell .fig { width: 66px; }
}

/* ---------- 無申告：延滞税の推移イメージ ---------- */
.delay-chart { background: #fff; border: 1px solid var(--navy-line); border-radius: 12px; padding: 22px 20px; margin-top: 22px; }
.delay-chart h4 { text-align: center; margin-bottom: 16px; }
.delay-bars { display: flex; align-items: flex-end; justify-content: center; gap: 10px; height: 130px; }
.delay-bars i {
  display: block; width: 34px; background: linear-gradient(#e2c79a, var(--gold));
  border-radius: 3px 3px 0 0; font-style: normal;
}
.delay-axis { display: flex; justify-content: center; gap: 10px; margin-top: 8px; }
.delay-axis span { width: 34px; text-align: center; font-size: 12px; color: var(--text-weak); }
.delay-note { text-align: center; font-size: 14px; color: var(--text-weak); margin: 12px 0 0; }

/* ---------- 2カラム ---------- */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: start; }
@media (max-width: 800px) { .two-col { grid-template-columns: 1fr; } }

/* ---------- タイムライン ---------- */
.timeline { position: relative; margin: 0; padding: 0 0 0 30px; list-style: none; }
.timeline::before { content: ""; position: absolute; left: 7px; top: 12px; bottom: 12px; border-left: 2px dotted var(--navy-mid); }
.timeline li { position: relative; margin-bottom: 22px; }
.timeline li::before {
  content: ""; position: absolute; left: -30px; top: 8px; width: 16px; height: 16px;
  border-radius: 50%; background: #fff; border: 3px solid var(--navy);
}
.timeline .t { display: block; font-weight: 700; color: var(--navy-dark); font-size: 15px; }
.timeline p { margin: 2px 0 0; font-size: 14px; line-height: 1.8; }
.tag-free { display: inline-block; font-size: 11px; background: var(--navy-pale); border: 1px solid var(--navy-line); border-radius: 4px; padding: 1px 8px; margin-left: 8px; color: var(--text-weak); vertical-align: middle; }

/* ---------- ポイント一覧 ---------- */
.points { list-style: none; margin: 0; padding: 0; }
.points li { display: flex; gap: 12px; align-items: flex-start; padding: 14px 0; border-bottom: 1px dashed var(--navy-line); font-size: 15px; }
.points li:last-child { border-bottom: none; }
.points .ico { color: var(--gold); margin-top: .2em; }

/* ---------- 表 ---------- */
.table-wrap { overflow-x: auto; }
table { border-collapse: collapse; width: 100%; font-size: 15px; background: #fff; }
th, td { border: 1px solid var(--navy-line); padding: 12px 14px; text-align: left; vertical-align: middle; line-height: 1.75; }
thead th { background: var(--navy); color: #fff; font-weight: 700; text-align: center; }
tbody th { background: var(--navy-pale); color: var(--navy-dark); width: 26%; }
.mark { text-align: center; font-size: 20px; font-weight: 700; }
.mark.ok { color: #1f7a54; background: #f3faf6; }
.mark.ng { color: #9aa4b0; }
td.rate { text-align: center; font-weight: 700; color: var(--navy-dark); white-space: nowrap; }
.tbl-note { margin: 12px 0 0; font-size: 14px; color: var(--alert); display: flex; gap: 8px; align-items: flex-start; }

/* ---------- 丸バッジ（3つの違い） ---------- */
.badges { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); margin-top: 26px; }
.badge-circle {
  background: var(--gold); color: #fff; border-radius: 50%; aspect-ratio: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 18px; max-width: 210px; margin: 0 auto;
  font-weight: 700; font-size: 15px; line-height: 1.65;
}
.badge-circle i { font-style: normal; font-size: 13px; opacity: .85; display: block; margin-bottom: 4px; }

/* ---------- 約束リスト ---------- */
.promise { list-style: none; margin: 0; padding: 0; }
.promise li { display: flex; gap: 12px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--navy-line); }
.promise li:last-child { border-bottom: none; }
.promise .ico { color: var(--accent); margin-top: .25em; }
.promise b { display: block; color: var(--navy-dark); font-size: 17px; }
.promise span { font-size: 15px; }
section.dark .promise li { border-color: #35547d; }
section.dark .promise b { color: #fff; }
section.dark .promise span { color: #c6d5e5; }

/* 結論ボックス */
.conclusion {
  margin-top: 26px; background: #fff; border-radius: var(--radius); padding: 22px 24px;
  display: flex; gap: 14px; align-items: center; justify-content: center; text-align: center;
  font-size: 18px; font-weight: 700; color: var(--navy-dark);
}
.conclusion .ico { color: #1f7a54; width: 2em; height: 2em; }

/* ---------- 無申告：対比ブロック ---------- */
.vs { display: grid; grid-template-columns: 1fr 60px 1fr; gap: 12px; align-items: stretch; margin: 22px 0; }
.vs-col { border-radius: var(--radius); padding: 22px 20px; text-align: center; }
.vs-col.good { background: #f5f8fc; border: 2px solid var(--navy); }
.vs-col.bad { background: var(--alert-pale); border: 2px solid var(--alert); }
.vs-col .lbl { display: inline-block; font-size: 15px; font-weight: 700; color: #fff; border-radius: 20px; padding: 5px 20px; margin-bottom: 16px; }
.vs-col.good .lbl { background: var(--navy); }
.vs-col.bad .lbl { background: var(--gold); }
.vs-bars { display: flex; align-items: flex-end; justify-content: center; gap: 10px; height: 120px; margin-bottom: 12px; }
.vs-bar { display: block; width: 46px; border-radius: 4px 4px 0 0; }
.vs-col.good .vs-bar { height: 46px; background: var(--navy); }
.vs-col.good .vs-bar.b2 { height: 74px; background: var(--gold); }
.vs-col.bad .vs-bar { height: 74px; background: var(--navy); }
.vs-col.bad .vs-bar.b2 { height: 118px; background: var(--alert); }
.vs-col .cap { font-size: 16px; font-weight: 700; color: var(--navy-dark); }
.vs-col .cap em { display: block; font-style: normal; font-size: 13px; font-weight: 400; color: var(--text-weak); margin-top: 4px; }
.vs-mid { display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--text-weak); font-size: 15px; }
@media (max-width: 700px) { .vs { grid-template-columns: 1fr; } .vs-mid { padding: 4px 0; } }

/* ---------- 相談例カード（色分け） ---------- */
.case-cards { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.case { background: #fff; border: 1px solid var(--navy-line); border-radius: var(--radius); overflow: hidden; }
.case .top { padding: 16px; text-align: center; color: #fff; }
.case .top .ico { width: 2.4em; height: 2.4em; }
.case .top b { display: block; margin-top: 6px; font-size: 15px; line-height: 1.6; }
.case .txt { padding: 16px; font-size: 14px; line-height: 1.85; }
.c1 .top { background: #2f7d63; }
.c2 .top { background: #c07a2a; }
.c3 .top { background: #35608f; }
.c4 .top { background: #8a5a8f; }

/* ---------- 対応エリア図 ---------- */
.area-fig { background: #fff; border: 1px solid var(--navy-line); border-radius: var(--radius); padding: 18px; }
.area-fig svg { width: 100%; height: auto; }

/* ---------- 写真 ---------- */
figure { margin: 0 0 20px; }
figure img { border-radius: var(--radius); }
figcaption { font-size: 13px; color: var(--text-weak); margin-top: 8px; }
.figure-side { display: grid; grid-template-columns: 240px 1fr; gap: 26px; align-items: start; }
@media (max-width: 700px) { .figure-side { grid-template-columns: 1fr; } }

/* ---------- 注意ボックス ---------- */
.caution { background: var(--warn-bg); border: 1px solid var(--warn-line); border-radius: var(--radius); padding: 20px 22px; display: flex; gap: 14px; align-items: flex-start; }
.caution .ico { color: #b8925a; margin-top: .2em; }
.caution b { display: block; color: #8a5a1e; margin-bottom: 4px; }
.caution p { margin: 0; font-size: 15px; }

/* ---------- 料金：4ステップ ---------- */
.steps { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.step { background: #fff; border: 1px solid var(--navy-line); border-radius: var(--radius); padding: 22px 18px; text-align: center; position: relative; }
.step .n {
  width: 30px; height: 30px; border-radius: 50%; background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700;
  margin: 0 auto 12px;
}
.step .ico { color: var(--accent); width: 2em; height: 2em; margin-bottom: 8px; }
.step b { display: block; color: var(--navy-dark); font-size: 16px; line-height: 1.6; }
.step span { font-size: 14px; color: var(--text-weak); line-height: 1.8; }
.step .free { color: var(--alert); }

/* ---------- コラムカード ---------- */
.columns { display: grid; gap: 20px; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.col-card { display: block; text-decoration: none; color: inherit; border: 1px solid var(--navy-line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.col-card:hover { border-color: var(--navy-mid); }
.col-card img { width: 100%; aspect-ratio: 16 / 8.3; object-fit: cover; }
.col-card .body { padding: 14px 16px 18px; }
.col-card .no { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .04em; color: #fff; background: var(--navy); border-radius: 4px; padding: 2px 9px; margin-bottom: 8px; }
.col-card .ttl { font-size: 15px; line-height: 1.7; font-weight: 700; color: var(--navy-dark); }

/* ---------- FAQ（右にCTA） ---------- */
.faq-layout { display: grid; grid-template-columns: 1fr 300px; gap: 30px; align-items: start; }
@media (max-width: 860px) { .faq-layout { grid-template-columns: 1fr; } }
.faq-group { margin-bottom: 26px; }
.faq-group h3 { margin-top: 0; font-size: 17px; border-left: 4px solid var(--navy); padding-left: 12px; }
details { border: 1px solid var(--navy-line); border-radius: 8px; margin-bottom: 8px; background: #fff; }
summary { cursor: pointer; padding: 15px 16px; font-weight: 700; color: var(--navy-dark); font-size: 15px; line-height: 1.7; list-style: none; display: flex; gap: 10px; align-items: flex-start; }
summary::-webkit-details-marker { display: none; }
summary::before { content: "Q."; color: var(--accent); font-weight: 700; flex: none; }
summary::after { content: "＋"; margin-left: auto; color: var(--navy-mid); flex: none; }
details[open] summary::after { content: "－"; }
details[open] summary { border-bottom: 1px solid var(--navy-line); }
details .a { padding: 15px 16px; font-size: 15px; display: flex; gap: 10px; }
details .a::before { content: "A."; color: var(--navy-mid); font-weight: 700; flex: none; }
details .a p { margin: 0 0 10px; }
details .a p:last-child { margin-bottom: 0; }

.aside-cta { background: #fff; border: 2px solid var(--navy); border-radius: var(--radius); padding: 22px 20px; text-align: center; position: sticky; top: 92px; }
.aside-cta b { display: block; color: var(--navy-dark); font-size: 17px; margin-bottom: 12px; }
.aside-cta .tel { font-size: 24px; font-weight: 700; color: var(--navy-dark); letter-spacing: .01em; }
.aside-cta .hours { font-size: 13px; color: var(--text-weak); margin-bottom: 14px; }
.aside-cta .note { font-size: 13px; color: var(--alert); font-weight: 700; margin-bottom: 10px; }

/* ---------- CTA帯 ---------- */
.cta-band { background: var(--navy-dark); color: #fff; text-align: center; padding: 52px 0; }
.cta-band h2 { justify-content: center; color: #fff; }
.cta-band p { color: #d5dfea; }
.cta-tel { margin-top: 22px; font-size: 15px; color: #c8d6e6; }
.cta-tel b { display: block; font-size: 26px; color: #fff; }

/* ---------- フォーム ---------- */
.form-wrap { background: #fff; border-radius: var(--radius); padding: 30px 28px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-weight: 700; color: var(--navy-dark); margin-bottom: 6px; font-size: 15px; }
.field .req { color: #fff; background: var(--alert); font-size: 11px; border-radius: 3px; padding: 2px 7px; margin-left: 8px; vertical-align: middle; }
.field .opt { color: var(--text-weak); background: #eef2f6; font-size: 11px; border-radius: 3px; padding: 2px 7px; margin-left: 8px; vertical-align: middle; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; font-size: 16px; font-family: inherit;
  border: 1px solid #b9c6d4; border-radius: 6px; background: #fff; color: var(--text);
}
.field textarea { min-height: 150px; line-height: 1.8; }
.hp { position: absolute; left: -9999px; }
.form-lead { margin-bottom: 22px; font-size: 15px; }

/* ---------- フッター ---------- */
.site-footer { background: var(--navy-dark); color: #cfd9e5; padding: 40px 0 28px; font-size: 14px; }
.site-footer a { color: #fff; }
.site-footer .office { font-weight: 700; color: #fff; font-size: 16px; margin-bottom: 6px; }
.site-footer nav { margin: 18px 0; display: flex; flex-wrap: wrap; gap: 8px 22px; }
.copyright { border-top: 1px solid #2c4a6b; margin-top: 20px; padding-top: 16px; font-size: 12px; color: #93a6bb; }

/* ---------- スマホ追従CTA ---------- */
.sp-fixed { display: none; }
@media (max-width: 700px) {
  .sp-fixed {
    display: grid; grid-template-columns: 1fr; gap: 8px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    background: rgba(255,255,255,.96); border-top: 1px solid var(--navy-line); padding: 8px 10px;
  }
  .sp-fixed a { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 13px 8px; border-radius: 8px; font-weight: 700; font-size: 14px; text-decoration: none; }
  .sp-fixed .tel { background: var(--navy); color: #fff; }
  .sp-fixed .mail { background: var(--accent); color: #fff; }
  body { padding-bottom: 68px; }
}
