/* ============================================================
   大阪長屋買取専門 LP  style.css  （SPカンプ準拠 / 中央1カラム）
   ============================================================ */
:root{
  --navy:#1b3a5b;
  --navy-d:#12293f;
  --blue:#2f6fb0;
  --orange:#ee7d0e;
  --orange-d:#cf6a00;
  --bg:#eef3f8;
  --bg-blue:#e7eef6;
  --line:#d7e0ea;
  --text:#33414f;
  --muted:#7a8794;
  --white:#fff;
  --maxw:960px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:"Noto Sans JP",-apple-system,"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
  color:var(--text);background:#c7d4e0;line-height:1.7;font-size:14px;
  -webkit-font-smoothing:antialiased;
}
/* 中央のシート（SPカンプ幅） */
main,.site-header,.site-footer{background:#fff}
.site-header,main,.site-footer{max-width:var(--maxw);margin-inline:auto}
main{box-shadow:0 0 30px rgba(0,0,0,.08)}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
.container{padding:0 16px}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* ---------- 共通ボタン ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:700;
  border-radius:4px;text-align:center;transition:background .15s;line-height:1.3;cursor:pointer;
  border:none}
.btn-cta{background:var(--orange);color:#fff}
.btn-cta:hover{background:var(--orange-d)}
.btn:focus-visible{outline:3px solid var(--blue);outline-offset:2px}
.btn-block{flex-direction:column;width:100%;padding:11px 18px;position:relative}
.btn-block small{font-size:11px;font-weight:500;background:rgba(0,0,0,.13);border-radius:999px;padding:1px 12px;margin-bottom:4px}
.btn-block .btn-main{font-size:19px;font-weight:900;display:flex;align-items:center;gap:6px}
.btn-block .fa-angle-right{position:absolute;right:16px;font-size:18px}
.btn-main i.fa-envelope{font-size:16px;margin-right:2px}

/* ---------- 電話ボックス ---------- */
.tel-box{display:flex;flex-direction:column;align-items:center;justify-content:center;
  border:1.5px solid var(--navy);border-radius:4px;background:#fff;padding:8px 14px;line-height:1.15}
.tel-box .tel-num{font-size:24px;font-weight:900;color:var(--navy);white-space:nowrap;letter-spacing:.01em}
.tel-box .tel-num i{color:var(--orange);margin-right:6px;font-size:20px}
.tel-box small{font-size:11px;font-weight:500;color:var(--muted);margin-top:2px}

/* ---------- ヘッダー ---------- */
.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);box-shadow:0 1px 8px rgba(0,0,0,.05)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding-block:9px;gap:10px}
.brand{display:flex;align-items:center;gap:8px;color:var(--navy);font-weight:900;font-size:17px;white-space:nowrap}
.brand-icon{font-size:22px}
.header-contact{display:flex;align-items:center;gap:12px}
.header-tel .tel-num{font-size:20px;font-weight:900;color:var(--navy)}
.header-tel .tel-num i{color:var(--orange);margin-right:5px;font-size:17px}
.header-tel small{display:block;font-size:10px;font-weight:500;color:var(--muted);text-align:right}
.header-btn{padding:10px 16px;font-size:13px}

/* ============================================================
   ヒーロー（フラット／白地・ヘアライン・数字で信頼感を出す）
   ============================================================ */
.hero{background:#fff;padding:44px 0 40px;border-bottom:1px solid var(--line)}
.hero-inner{display:grid;grid-template-columns:1fr 340px;gap:36px;align-items:start}
.hero-media{display:none}

/* 免許番号などの事実だけを置く小さな帯 */
.hero-eyebrow{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;
  padding-bottom:12px;margin-bottom:18px;border-bottom:2px solid var(--navy);
  font-size:12.5px;font-weight:700;color:var(--navy);letter-spacing:.02em}
.hero-eyebrow .sep{color:#c2cede}

.hero-flash{display:inline-block;margin-bottom:14px;background:var(--navy);color:#fff;
  font-weight:700;font-size:14px;letter-spacing:.02em;padding:7px 14px}
.hero-flash b{font-size:19px;font-weight:900;margin:0 2px;color:#ffc37a}

/* 改行・語尾の出し分け（PC既定：SP用改行と「！」を隠し、PC用「します」を出す） */
.br-sp{display:none}
.pc-only{display:inline}
.sp-only{display:none}

.hero-title{font-size:48px;line-height:1.24;font-weight:900;color:var(--navy);
  margin:0 0 18px;letter-spacing:.01em}
.hero-title .accent{color:var(--orange-d)}
.hero-desc{font-size:16px;font-weight:500;color:var(--text);margin-bottom:24px;line-height:1.95}
.hero-desc strong{color:var(--navy);font-weight:700}

/* 写真は素の長方形＋細い枠で清潔に */
.hero-photo{margin:0}
.hero-photo img{width:100%;aspect-ratio:340/300;object-fit:cover;display:block;
  border:1px solid var(--line);border-radius:6px}
.hero-photo figcaption{font-size:11.5px;color:var(--muted);margin-top:8px;line-height:1.7}

/* ---------- スピード指標（査定書の体裁を借りた罫線テーブル） ---------- */
.speed{display:grid;grid-template-columns:repeat(3,1fr);margin:0 0 22px;
  border:1px solid var(--navy);border-right:none}
.speed li{padding:12px 10px;border-right:1px solid var(--navy);text-align:center}
.speed .k{display:block;font-size:11.5px;font-weight:700;color:var(--muted);
  letter-spacing:.08em;margin-bottom:4px}
.speed .v{display:block;font-size:14px;font-weight:700;color:var(--navy);
  line-height:1.15;white-space:nowrap}
.speed .v b{font-size:34px;font-weight:900;color:var(--orange-d);margin-right:1px;
  letter-spacing:-.01em}
.speed .v small{font-size:12px;font-weight:700}

/* ---------- 前提条件の明示（誇大表現の回避） ---------- */
.hero-assure{margin-top:14px;font-size:12px;color:var(--muted);line-height:1.85}

.hero-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}
.hero-badges li{display:flex;align-items:center;gap:7px;background:var(--bg);
  border:1px solid var(--line);padding:8px 14px;font-weight:700;
  color:var(--navy);font-size:13.5px;line-height:1.2}
.badge-ico{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;
  border:1px solid var(--navy);border-radius:50%;font-size:10px;flex:none}
.hero .cta-row{max-width:560px}

/* ---------- CTA行（ボタン＋電話） ---------- */
.cta-row{display:flex;gap:12px;align-items:stretch}
.cta-row .btn-block{flex:1.35}
.cta-row .tel-box{flex:1}

/* ---------- セクション共通 ---------- */
.section{padding:34px 0}
.section-title{text-align:center;font-size:22px;font-weight:900;color:var(--navy);margin-bottom:22px;line-height:1.4}
.section-title.lg{font-size:25px}
.section-title.left{text-align:left;margin-bottom:0;font-size:20px}
.section-title .mark{color:var(--orange)}
/* 見出し両脇の斜線（リボン）。高さは行高に追従させ、PC幅でも崩れないようにする */
.section-title .deco{position:relative;display:inline-block;padding:0 22px}
.section-title .deco::before,.section-title .deco::after{
  content:"";position:absolute;top:50%;width:2px;height:1.1em;
  background:var(--navy);border-radius:2px}
.section-title .deco::before{left:0;transform:translateY(-50%) rotate(-22deg)}
.section-title .deco::after{right:0;transform:translateY(-50%) rotate(22deg)}
.section-sub{text-align:center;color:var(--muted);font-weight:500;margin:-12px 0 24px;font-size:13px}
.section-head-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px}
.more-link{color:var(--blue);font-weight:700;font-size:13px;white-space:nowrap}
.note{text-align:center;color:var(--muted);font-size:11.5px;margin-top:16px}

/* ---------- お悩み ---------- */
.worries{background:var(--bg-blue)}
.worry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.worry-grid li{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:10px;
  padding:16px 8px;text-align:center;box-shadow:0 2px 8px rgba(27,58,91,.06)}
.worry-ico{font-size:30px;color:var(--navy);margin-bottom:8px}
.worry-grid b{color:var(--navy);font-size:15px;margin-bottom:5px}
.worry-grid span{font-size:11.5px;color:var(--muted);line-height:1.5}

/* ---------- OK ---------- */
.ok-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.ok-card{text-align:center}
.ok-thumb{width:100%;aspect-ratio:200/77;object-fit:cover;border-radius:8px;margin-bottom:8px}
.ok-card h3{color:var(--navy);font-size:14px;margin-bottom:2px}
.ok-card p{font-size:11.5px;color:var(--muted)}

/* ---------- 対応物件 ---------- */
.property-section{background:var(--bg)}
.property-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;background:#fff;
  border-radius:12px;padding:20px 14px;box-shadow:0 2px 10px rgba(27,58,91,.06)}
.property-grid li{display:flex;flex-direction:column;align-items:center;gap:8px;
  text-align:center;font-size:11.5px;font-weight:700;color:var(--navy)}
.property-grid li i{font-size:26px;color:var(--blue)}

/* ---------- 選ばれる理由 ---------- */
.reason-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.reason-card{background:var(--bg);border-radius:10px;padding:18px 10px;text-align:center}
.reason-ico{font-size:30px;color:var(--orange);margin-bottom:10px}
.reason-card h3{color:var(--navy);font-size:14px;margin-bottom:6px;line-height:1.4}
.reason-card p{font-size:11.5px;color:var(--muted)}

/* ---------- 会社情報 ---------- */
.company-section{background:var(--bg-blue)}
.company-inner{display:grid;grid-template-columns:230px 1fr 150px;gap:16px;align-items:center}
.company-photo,.company-building{border-radius:8px;width:100%}
.company-list li{display:flex;gap:9px;align-items:baseline;font-size:15px;color:var(--navy);font-weight:700;margin-bottom:9px;line-height:1.4}
.company-list b{font-size:22px;color:var(--orange)}
.check{color:var(--blue);font-size:16px}
.company-note{font-size:11px;color:var(--muted);margin-top:4px;line-height:1.6}

/* ---------- 流れ ---------- */
.flow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.flow-grid li{background:var(--bg);border-radius:10px;padding:20px 10px 14px;text-align:center;position:relative}
.flow-num{position:absolute;top:-12px;left:50%;transform:translateX(-50%);
  display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;
  background:var(--navy);color:#fff;border-radius:50%;font-weight:900;font-size:13px}
.flow-ico{font-size:26px;color:var(--navy);margin-bottom:8px;margin-top:4px}
.flow-grid h3{color:var(--navy);font-size:15px;margin-bottom:6px}
.flow-grid p{font-size:11px;color:var(--muted);line-height:1.6}

/* ---------- 買取事例 ---------- */
.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.case-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;
  box-shadow:0 2px 8px rgba(27,58,91,.05)}
.case-card h3{background:var(--navy);color:#fff;font-size:13px;padding:8px 10px;text-align:center}
.case-card h3 small{font-weight:400;font-size:11px}
.case-thumb{width:100%;aspect-ratio:214/77;object-fit:cover}
.case-tag{font-size:12px;color:var(--muted);padding:9px 10px 2px;text-align:center}
.case-price{display:flex;align-items:baseline;justify-content:center;gap:4px;padding:0 10px 12px;
  font-size:12px;color:var(--navy);font-weight:700}
.case-price-label{background:var(--navy);color:#fff;font-size:10px;padding:2px 6px;border-radius:3px;align-self:center}
.case-price b{font-size:21px;color:var(--orange);font-weight:900}

/* ---------- 地域ランキング ---------- */
.ranking-section{background:var(--bg)}
.ranking-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ranking-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:16px 14px;box-shadow:0 2px 8px rgba(27,58,91,.05)}
.ranking-card h3{text-align:center;color:var(--navy);font-size:14px;margin-bottom:12px;line-height:1.45}
.ranking-card h3 i{display:block;font-size:20px;color:var(--blue);margin-bottom:6px}
/* 順位・エリア名・数値・矢印を4カラムのグリッドで縦に揃える（王冠の有無で名前がずれないよう順位列は固定幅） */
.ranking-list li{display:grid;grid-template-columns:44px 1fr auto 12px;align-items:center;gap:10px;
  padding:9px 2px;border-bottom:1px solid var(--line);font-size:14px;font-weight:700;color:var(--navy)}
.ranking-list li:last-child{border-bottom:none}
.ranking-list li::after{content:"\f105";font-family:"Font Awesome 6 Free";font-weight:900;color:#b9c5d2;justify-self:end}
.rank{display:inline-flex;align-items:center;gap:3px;font-size:12px;color:var(--muted);font-weight:700;white-space:nowrap}
.rank.crown{color:var(--orange)}
.rank.crown i{color:#f0a92e}

/* ---------- 公的データ ---------- */
.data-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.data-card{background:var(--bg);border-radius:10px;padding:16px 8px;text-align:center}
.data-ico{font-size:22px;color:var(--blue)}
.data-label{font-size:12px;font-weight:700;color:var(--navy);margin-top:6px}
.data-label small{font-size:10px;color:var(--muted);font-weight:400}
.data-value{font-size:27px;font-weight:900;color:var(--orange);line-height:1.2;margin:4px 0}
.data-value span{font-size:13px}
.data-ref{font-size:10.5px;color:var(--muted)}

/* ---------- FAQ ---------- */
.faq-list{display:flex;flex-direction:column;gap:10px}
.faq-item{background:var(--bg);border-radius:8px;overflow:hidden}
.faq-item summary{list-style:none;cursor:pointer;padding:14px 42px 14px 16px;font-weight:700;
  color:var(--navy);position:relative;font-size:14px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"\f107";font-family:"Font Awesome 6 Free";font-weight:900;
  position:absolute;right:16px;top:50%;transform:translateY(-50%);color:var(--muted);transition:.2s}
.faq-item[open] summary::after{transform:translateY(-50%) rotate(180deg)}
.faq-item .q{color:var(--orange);font-weight:900;margin-right:8px}
.faq-item p{padding:0 16px 16px;color:var(--muted);font-size:13.5px}

/* ---------- 最終CTA ---------- */
.final-cta{background:linear-gradient(120deg,var(--navy) 0%,#28517a 100%);color:#fff;text-align:center;position:relative}
.cta-title{font-size:20px;font-weight:900;margin-bottom:22px;line-height:1.6}
.cta-row-final{max-width:560px;margin:0 auto;align-items:stretch}
.tel-box-white{border-color:#fff}
.cta-row-final .btn-block{padding-block:14px}
.cta-row-final .btn-main{font-size:17px}

/* ---------- フッター ---------- */
.site-footer{background:var(--navy-d);color:#c3d0de;padding:26px 16px;text-align:center;font-size:12px}
.footer-brand{font-weight:900;font-size:16px;color:#fff;margin-bottom:8px}
.footer-addr{margin-bottom:10px;line-height:1.7}
.footer-copy{font-size:11px;opacity:.7}

/* ---------- 追従CTA（SPのみ） ---------- */
.fixed-cta{position:fixed;bottom:0;left:50%;width:100%;max-width:var(--maxw);
  z-index:60;display:none;gap:8px;background:rgba(255,255,255,.97);border-top:1px solid var(--line);
  padding:8px 12px calc(8px + env(safe-area-inset-bottom));box-shadow:0 -2px 12px rgba(0,0,0,.1);
  transform:translateX(-50%)}
/* JS有効時のみ：初期は画面外へ退避し、スクロール後に .is-visible でせり上がる
   （JS無効環境では常時表示のまま＝従来の挙動にフォールバック） */
html.js .fixed-cta{transform:translateX(-50%) translateY(110%);opacity:0;visibility:hidden;
  transition:transform .28s ease, opacity .28s ease, visibility .28s}
html.js .fixed-cta.is-visible{transform:translateX(-50%) translateY(0);opacity:1;visibility:visible}
.fixed-cta .btn{flex:1;flex-direction:column;justify-content:center;gap:2px;
  padding:9px 6px;min-height:56px}
.fc-main{display:flex;align-items:center;justify-content:center;gap:6px;
  font-size:16px;font-weight:900;letter-spacing:.01em;line-height:1.2;white-space:nowrap}
.fc-main i{font-size:14px}
.fc-sub{display:block;font-size:11px;font-weight:700;line-height:1.2;letter-spacing:.01em;opacity:.92}
.btn-tel-mini{background:var(--navy);color:#fff}
.btn-tel-mini .fc-main i{color:var(--orange)}
.btn-tel-mini .fc-main{font-size:17px;letter-spacing:0}


/* ============================================================
   スマホ（〜599px）：追従CTA表示・微調整
   ============================================================ */
@media(max-width:599px){
  /* 40〜50代の可読性を優先：本文16px以上・補足も13px以上を確保 */
  body{font-size:16px;line-height:1.85}
  main{box-shadow:none}
  .fixed-cta{display:flex}
  body{padding-bottom:calc(74px + env(safe-area-inset-bottom))}

  .header-tel{display:none}
  .header-btn{padding:9px 12px;font-size:12px}
  .brand{font-size:15px}

  /* ---- SP ファーストビュー（相談写真を背景に透かし、コピーを最上部にくっきり） ---- */
  .br-sp{display:inline}
  .pc-only{display:none}
  .sp-only{display:inline}

  section.hero,section.area-hero{position:relative;isolation:isolate;padding:22px 0 30px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.90) 38%,
                              rgba(255,255,255,.55) 76%, rgba(255,255,255,.34) 100%),
      var(--hero-bg, none) center 30% / cover no-repeat}
  .hero-inner{display:flex;flex-direction:column;gap:0}
  /* 背景に統合したので下部の写真は非表示（重複を避ける） */
  .hero-photo{display:none}

  .hero-eyebrow{font-size:11px;gap:5px 9px;padding-bottom:11px;margin-bottom:16px;
    border-bottom-width:1px;border-bottom-color:var(--navy)}
  .hero-flash{font-size:13px;padding:6px 13px;margin-bottom:13px}
  .hero-flash b{font-size:18px}
  .hero-title{font-size:32px;line-height:1.34;margin-bottom:15px;
    text-shadow:0 1px 10px rgba(255,255,255,.9)}
  .hero-desc{font-size:15.5px;line-height:1.95;margin-bottom:22px;
    text-shadow:0 1px 8px rgba(255,255,255,.85)}
  .hero-assure{font-size:12.5px;margin-top:16px}

  /* 指標は3列を維持。背景写真の上でも読めるよう白ボックスで浮かせる */
  .speed{margin-bottom:22px;background:#fff;border-radius:6px;overflow:hidden;
    box-shadow:0 3px 14px rgba(27,58,91,.15)}
  .speed li{padding:13px 4px}
  .speed .k{font-size:10.5px;letter-spacing:.03em}
  .speed .v{font-size:12.5px}
  .speed .v b{font-size:30px}
  .speed .v small{font-size:11.5px}

  .area-hero{padding:24px 0 28px}
  .area-hero .eyebrow{font-size:12px}
  .area-title{font-size:32px;line-height:1.32;margin-bottom:16px;
    text-shadow:0 1px 12px rgba(255,255,255,.92)}
  .area-lead{font-size:15.5px;line-height:1.95;text-shadow:0 1px 8px rgba(255,255,255,.85)}

  .hero-badges{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:20px}
  .hero-badges li{justify-content:center;text-align:center;font-size:13px;padding:10px 6px;
    line-height:1.35}
  .hero-badges li:last-child:nth-child(odd){grid-column:1 / -1}

  .cta-row{flex-direction:column;gap:10px}
  .hero .cta-row .btn-block,.area-hero .cta-row .btn-block{flex:none}
  .tel-box{padding:10px 14px}
  .tel-box .tel-num{font-size:27px}
  .tel-box small{font-size:12px}
  .btn-block .btn-main{font-size:19px}
  .btn-block small{font-size:12px}

  .worry-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .worry-grid li{padding:16px 10px}
  .worry-ico{font-size:28px}
  .worry-grid b{font-size:16px;margin-bottom:6px}
  .worry-grid span{font-size:13px;line-height:1.7}

  .property-grid{grid-template-columns:repeat(3,1fr);gap:10px;padding:16px 10px}
  .property-grid li{font-size:13px;gap:7px}
  .property-grid li i{font-size:26px}

  .ok-card h3{font-size:16px}
  .ok-card p{font-size:13px}
  .reason-card h3{font-size:16px}
  .reason-card p{font-size:13.5px;line-height:1.8}
  .flow-grid h3{font-size:16px}
  .flow-grid p{font-size:13px;line-height:1.8}
  .case-card h3{font-size:15px}
  .case-tag{font-size:13px}
  .data-label{font-size:13px}
  .data-ref{font-size:12px}
  .ranking-list li{font-size:15px}
  .ranking-card h3{font-size:15px}

  .reason-grid{grid-template-columns:repeat(2,1fr)}
  .company-inner{grid-template-columns:1fr 1fr;grid-template-areas:"city building" "body body";gap:10px}
  .company-photo{grid-area:city}.company-building{grid-area:building}.company-body{grid-area:body}
  .flow-grid{grid-template-columns:repeat(2,1fr);row-gap:22px}
  .case-grid{grid-template-columns:1fr}
  .case-thumb{aspect-ratio:214/70}
  .ranking-grid{grid-template-columns:1fr}
  .data-grid{grid-template-columns:repeat(2,1fr)}
  .cta-row-final{flex-direction:column}
}

/* PCでは追従CTA不要 */
/* PC（600px〜）の追従CTAは末尾の「PC右下フローティングCTA」で定義 */

/* ============================================================
   タブレット（600〜899px）：サイト幅拡張に伴う列数の調整
   ============================================================ */
@media(min-width:600px) and (max-width:899px){
  .property-grid{grid-template-columns:repeat(4,1fr)}
  .worry-grid{grid-template-columns:repeat(3,1fr)}
  .hero-title{font-size:46px}
  .area-title{font-size:31px}
}

/* ============================================================
   ワイド（900px〜）：960px幅を活かしたゆとりのある表示
   ============================================================ */
@media(min-width:900px){
  body{font-size:15px}
  .container{padding:0 32px}
  .section{padding:48px 0}
  .section-title{font-size:26px;margin-bottom:26px}
  .section-title.lg{font-size:30px}
  .prose{font-size:15.5px;line-height:2.0}
  .prose h3,.sub-h{font-size:19px}
  .stat-table{font-size:14.5px}
  .stat-table th,.stat-table td{padding:13px 16px}
  .faq-item summary{font-size:15.5px}
  .faq-item p{font-size:14.5px}
  .toc ol{grid-template-columns:repeat(3,1fr)}
  .area-links{grid-template-columns:repeat(6,1fr)}
  .form-card{padding:28px 32px;max-width:720px;margin-inline:auto}
  .sec-img{aspect-ratio:1000/330}
  .company-inner{grid-template-columns:280px 1fr 190px}
}

/* ============================================================
   エリアページ共通（/area/****/）
   ============================================================ */

/* ---------- パンくず ---------- */
.breadcrumb{background:var(--bg);border-bottom:1px solid var(--line)}
.breadcrumb ol{max-width:var(--maxw);margin-inline:auto;display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:9px 16px;font-size:11.5px;color:var(--muted)}
.breadcrumb li{display:flex;align-items:center;gap:6px}
.breadcrumb li+li::before{content:"\f105";font-family:"Font Awesome 6 Free";font-weight:900;color:#b9c5d2}
.breadcrumb a{color:var(--blue);font-weight:500}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb [aria-current="page"]{color:var(--text);font-weight:700}

/* ---------- エリアページのヒーロー（フラット） ---------- */
.area-hero{background:#fff;padding:36px 0 34px;border-bottom:1px solid var(--line)}
.area-hero .hero-inner{grid-template-columns:1fr 320px}
.area-hero .eyebrow{display:inline-block;background:var(--navy);color:#fff;
  font-size:12.5px;font-weight:700;letter-spacing:.04em;padding:5px 13px;margin-bottom:14px}
.area-title{font-size:33px;line-height:1.4;font-weight:900;color:var(--navy);margin-bottom:16px}
.area-title .mark{color:var(--orange-d)}
.area-lead{font-size:15.5px;font-weight:500;color:var(--text);margin-bottom:22px;line-height:1.95}
.area-lead strong{color:var(--navy);font-weight:700}
.area-hero .cta-row{max-width:560px}

/* ---------- 目次 ---------- */
.toc{background:var(--bg);border:1px solid var(--line);border-radius:10px;padding:16px 18px;margin-bottom:8px}
.toc h2{font-size:14px;color:var(--navy);margin-bottom:10px;display:flex;align-items:center;gap:7px}
.toc h2 i{color:var(--blue)}
.toc ol{counter-reset:toc;display:grid;grid-template-columns:1fr 1fr;gap:6px 18px}
.toc li{counter-increment:toc;font-size:13px;line-height:1.5}
.toc li::before{content:counter(toc) ".";color:var(--orange);font-weight:900;margin-right:6px}
.toc a{color:var(--text)}
.toc a:hover{color:var(--blue);text-decoration:underline}

/* ---------- 本文（読み物パート） ---------- */
.prose{font-size:14px;line-height:1.95}
.prose p{margin-bottom:16px}
.prose p:last-child{margin-bottom:0}
.prose strong{color:var(--navy);font-weight:700}
.prose .em{background:linear-gradient(transparent 62%,#ffe0b8 62%);font-weight:700;color:var(--navy)}
.prose h3{font-size:16px;color:var(--navy);margin:26px 0 10px;padding-left:11px;border-left:4px solid var(--orange);line-height:1.5}
.prose ul{margin:0 0 16px;padding-left:2px}
.prose ul li{position:relative;padding-left:22px;margin-bottom:8px}
.prose ul li::before{content:"\f00c";font-family:"Font Awesome 6 Free";font-weight:900;
  position:absolute;left:0;top:.15em;color:var(--blue);font-size:12px}

/* ---------- 統計テーブル ---------- */
.stat-table{width:100%;border-collapse:collapse;font-size:13px;background:#fff;
  border:1px solid var(--line);border-radius:10px;overflow:hidden}
.stat-table caption{caption-side:top;text-align:left;font-size:12px;color:var(--muted);padding-bottom:7px}
.stat-table th,.stat-table td{padding:11px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}
.stat-table thead th{background:var(--navy);color:#fff;font-size:12px;font-weight:700}
.stat-table tbody th{background:var(--bg);color:var(--navy);font-weight:700;width:44%}
.stat-table tr:last-child th,.stat-table tr:last-child td{border-bottom:none}
.stat-table .num{font-weight:900;color:var(--orange);font-size:16px}
.stat-table .num small{font-size:11px;color:var(--muted);font-weight:500;margin-left:3px}
.source{font-size:11px;color:var(--muted);margin-top:10px;line-height:1.7}
.source a{color:var(--blue);text-decoration:underline}

/* ---------- セクション見出し画像 ---------- */
.sec-img{width:100%;aspect-ratio:1000/400;object-fit:cover;border-radius:10px;
  margin-bottom:20px;box-shadow:0 2px 10px rgba(27,58,91,.10)}
.sec-img.tall{aspect-ratio:1000/330}

/* ---------- グラフ（SVG） ---------- */
.chart{background:#fff;border:1px solid var(--line);border-radius:10px;
  padding:18px 16px;margin:0 0 14px;box-shadow:0 2px 8px rgba(27,58,91,.05)}
.chart svg{width:100%;height:auto;display:block}
.chart-legend{display:flex;flex-wrap:wrap;gap:14px;margin-top:10px;font-size:12px;color:var(--muted)}
.chart-legend span{display:flex;align-items:center;gap:6px}
.chart-legend i{width:13px;height:13px;border-radius:3px;display:inline-block}
.chart-legend .c1{background:#ee7d0e}
.chart-legend .c2{background:#8ba7c4}

/* ---------- セクション内の小見出し ---------- */
.sub-h{font-size:16px;color:var(--navy);font-weight:900;margin:30px 0 12px;
  padding-left:11px;border-left:4px solid var(--orange);line-height:1.5}
.sub-h:first-of-type{margin-top:22px}

/* ---------- 引用（行政資料など） ---------- */
.quote{background:#fff;border:1px solid var(--line);border-left:4px solid var(--blue);
  border-radius:8px;padding:16px 18px;margin:0 0 16px;font-size:13.5px;line-height:1.95;color:var(--text)}
.quote strong{color:var(--navy)}
.quote cite{display:block;margin-top:9px;font-size:11px;color:var(--muted);font-style:normal;text-align:right}

/* ---------- 順位ラベル ---------- */
.stat-table .rank{display:inline-block;background:var(--orange);color:#fff;font-size:10px;
  font-weight:700;border-radius:3px;padding:2px 7px;margin-top:4px;line-height:1.5}
.stat-table thead th:not(:first-child){text-align:center}

/* ---------- 端家・中家 ---------- */
.pos-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:6px}
.pos-card{background:var(--bg);border:1px solid var(--line);border-radius:10px;padding:18px 16px}
.pos-fig{display:flex;gap:3px;margin-bottom:12px}
.pos-fig span{flex:1;height:34px;background:#cfdbe8;border:1px solid #b6c7d8;border-radius:2px}
.pos-fig span.on{background:var(--orange);border-color:var(--orange-d);box-shadow:0 2px 8px rgba(238,125,14,.35)}
.pos-card h3{font-size:16px;color:var(--navy);margin-bottom:10px}
.pos-card ul{margin-bottom:12px}
.pos-card ul li{position:relative;padding-left:18px;font-size:13px;color:var(--muted);
  line-height:1.75;margin-bottom:5px}
.pos-card ul li::before{content:"";position:absolute;left:4px;top:.65em;width:5px;height:5px;
  border-radius:50%;background:#b9c5d2}
.pos-ans{background:#fff;border-radius:8px;padding:11px 13px;font-size:13px;line-height:1.8}
.pos-ans b{display:block;color:var(--orange-d);font-size:12px;margin-bottom:3px}

/* ---------- 買取価格の計算式 ---------- */
.formula{background:var(--bg);border:1px solid var(--line);border-radius:10px;
  padding:16px 18px;margin:0 0 20px}
.f-row{display:flex;align-items:baseline;gap:10px;padding:9px 0;border-bottom:1px dashed #d3dde8}
.f-row:last-child{border-bottom:none}
.f-op{width:18px;flex:none;font-size:18px;font-weight:900;color:var(--muted);text-align:center}
.f-row.plus .f-label{color:var(--navy)}
.f-row.plus{padding-left:28px}
.f-label{font-weight:700;color:var(--text);font-size:14.5px;flex:none}
.f-note{font-size:12px;color:var(--muted);line-height:1.6}
.f-row.result{background:#fff;border-radius:8px;margin-top:8px;padding:12px 10px;
  border:2px solid var(--orange)}
.f-row.result .f-op{color:var(--orange)}
.f-row.result .f-label{color:var(--orange-d);font-size:18px;font-weight:900}

/* ---------- 査定モデルケース ---------- */
.case-model{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.model-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;
  box-shadow:0 2px 8px rgba(27,58,91,.05);display:flex;flex-direction:column}
.model-card h3{background:var(--navy);color:#fff;font-size:14px;padding:11px 12px;line-height:1.5}
.model-card h3 span{display:inline-block;font-size:11px;font-weight:900;border-radius:3px;
  padding:2px 8px;margin-right:7px;vertical-align:1px}
.tag-mid{background:#ee7d0e;color:#fff}
.tag-end{background:#4a90c9;color:#fff}
.tag-rent{background:#4caf7d;color:#fff}
.model-card .case-thumb{width:100%;aspect-ratio:642/231;object-fit:cover}
.model-card .spec{width:100%;border-collapse:collapse;font-size:12.5px}
.model-card .spec th{background:var(--bg);color:var(--navy);font-weight:700;text-align:left;
  padding:7px 10px;width:38%;border-bottom:1px solid var(--line);vertical-align:top}
.model-card .spec td{padding:7px 10px;border-bottom:1px solid var(--line);line-height:1.6}
.model-note{font-size:12.5px;line-height:1.8;color:var(--muted);padding:11px 12px;flex:1}
.model-note b{display:block;color:var(--navy);font-size:12px;margin-bottom:3px}
.model-card .case-price{padding:0 12px 14px}

/* ---------- 注意ボックス ---------- */
.callout{background:#fff7ed;border:1px solid #f6d3a3;border-left:4px solid var(--orange);
  border-radius:8px;padding:14px 16px;margin:18px 0;font-size:13px;line-height:1.85}
.callout b{color:var(--orange-d);display:flex;align-items:center;gap:7px;margin-bottom:5px;font-size:13.5px}

/* ---------- 町名・駅タグ ---------- */
.tag-list{display:flex;flex-wrap:wrap;gap:7px}
.tag-list li{background:#fff;border:1px solid var(--line);border-radius:999px;
  padding:5px 13px;font-size:12px;color:var(--navy);font-weight:500}
.tag-list li i{color:var(--blue);margin-right:5px;font-size:11px}

/* ---------- 状況別の入口 ---------- */
.entry-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:18px}
.entry-list li{display:flex;align-items:center;gap:7px;background:#fff;
  border:1px solid var(--line);border-radius:4px;padding:9px 14px;
  font-size:13.5px;font-weight:700;color:var(--navy)}
.entry-list li i{color:var(--orange);font-size:13px}

/* ---------- 任意項目の折りたたみ ---------- */
.more-fields{border-top:1px solid var(--line);padding-top:14px;margin-bottom:16px}
.more-fields summary{cursor:pointer;font-size:13.5px;font-weight:700;color:var(--blue);
  list-style:none;padding:4px 0}
.more-fields summary::-webkit-details-marker{display:none}
.more-fields summary::before{content:"\f067";font-family:"Font Awesome 6 Free";font-weight:900;
  font-size:11px;margin-right:7px}
.more-fields[open] summary::before{content:"\f068"}
.more-fields .form-row{margin-top:14px}

/* ---------- 送信前の不安をなくす一覧 ---------- */
.form-assure{margin-top:16px;display:grid;gap:6px}
.form-assure li{position:relative;padding-left:22px;font-size:12.5px;color:var(--muted);
  line-height:1.7}
.form-assure li::before{content:"\f00c";font-family:"Font Awesome 6 Free";font-weight:900;
  position:absolute;left:0;top:.15em;color:#4caf7d;font-size:11px}

/* ---------- 問い合わせフォーム ---------- */
.form-section{background:var(--bg-blue)}
.form-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px 18px;
  box-shadow:0 2px 12px rgba(27,58,91,.07)}
.form-row{margin-bottom:16px}
.form-row label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;
  color:var(--navy);margin-bottom:6px}
.req,.opt{font-size:10px;font-weight:700;border-radius:3px;padding:2px 6px;line-height:1.4}
.req{background:var(--orange);color:#fff}
.opt{background:#e3e9f0;color:var(--muted)}
.form-row input,.form-row select,.form-row textarea{
  width:100%;font-family:inherit;font-size:15px;color:var(--text);background:#fff;
  border:1.5px solid var(--line);border-radius:8px;padding:11px 13px;transition:.15s}
.form-row textarea{min-height:104px;resize:vertical;line-height:1.7}
.form-row input:focus,.form-row select:focus,.form-row textarea:focus{
  outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(47,111,176,.14)}
.form-row .hint{font-size:11.5px;color:var(--muted);margin-top:5px;line-height:1.6}
.form-row input:user-invalid,.form-row textarea:user-invalid{border-color:#d9534f}
.form-note{font-size:11.5px;color:var(--muted);text-align:center;margin-top:14px;line-height:1.8}
.form-card .btn-block{margin-top:4px}

/* ---------- 近隣エリアリンク ---------- */
.area-links{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.area-links a{display:flex;align-items:center;justify-content:center;gap:6px;background:#fff;
  border:1px solid var(--line);border-radius:8px;padding:12px 6px;font-size:13px;
  font-weight:700;color:var(--navy);text-align:center;transition:.15s}
.area-links a:hover{border-color:var(--blue);color:var(--blue);box-shadow:0 2px 8px rgba(27,58,91,.08)}
.area-links a i,.area-links .soon i{color:var(--blue);font-size:12px}
.area-links .soon{display:flex;align-items:center;justify-content:center;gap:6px;background:#f4f7fa;
  border:1px dashed var(--line);border-radius:8px;padding:12px 6px;font-size:13px;
  font-weight:700;color:var(--muted);text-align:center;cursor:default}
.area-links .soon i{color:#b9c5d2}
.area-links .soon small{font-size:10px;font-weight:500;color:#9aa8b6}

/* ---------- 送信完了ページ ---------- */
.thanks{text-align:center;padding:56px 0 60px}
.thanks .ico{font-size:56px;color:#4caf7d;margin-bottom:18px}
.thanks h1{font-size:24px;font-weight:900;color:var(--navy);margin-bottom:14px;line-height:1.5}
.thanks p{font-size:14px;line-height:1.95;color:var(--text);margin-bottom:16px}
.thanks .tel-box{display:inline-flex;margin-top:6px}
.thanks .back{display:inline-block;margin-top:26px;color:var(--blue);font-weight:700;
  font-size:13px;text-decoration:underline}

@media(max-width:599px){
  .area-title{font-size:25px;line-height:1.4}
  .area-lead{font-size:16px;line-height:1.9}
  .toc ol{grid-template-columns:1fr}
  .toc li{font-size:15px;line-height:1.9}
  .toc h2{font-size:16px}
  .area-links{grid-template-columns:repeat(2,1fr)}
  .area-links a,.area-links .soon{font-size:15px;padding:14px 6px}

  /* 本文：16px・行間広め・段落間も広げて読み疲れを防ぐ */
  .prose{font-size:16px;line-height:2.0}
  .prose p{margin-bottom:20px}
  .prose h3,.sub-h{font-size:18px;line-height:1.6;margin:30px 0 12px}
  .prose ul li{font-size:16px;padding-left:26px;margin-bottom:12px}
  .quote{font-size:15px;line-height:2.0;padding:16px}
  .callout{font-size:15px;line-height:1.95;padding:16px}
  .callout b{font-size:16px}

  /* 表：横スクロールさせず縦積みで読ませる */
  .stat-table{font-size:15px}
  .stat-table th,.stat-table td{padding:12px 12px}
  .stat-table tbody th{width:46%;font-size:14px}
  .stat-table thead th{font-size:13px}
  .stat-table .num{font-size:20px}
  .stat-table caption{font-size:13px}

  /* 補足・出典も小さくしすぎない */
  .source{font-size:13px;line-height:1.85}
  .note{font-size:13px;line-height:1.8}
  .section-sub{font-size:15px}
  .tag-list li{font-size:14px;padding:7px 15px}
  .faq-item summary{font-size:16px;padding:16px 44px 16px 16px;line-height:1.6}
  .faq-item p{font-size:15px;line-height:1.95;padding:0 16px 18px}
  .form-row label{font-size:15px}
  .form-row .hint{font-size:13px}
  .form-note{font-size:13px}
  .breadcrumb ol{font-size:13px}
  .company-list li{font-size:16px}
  .company-note{font-size:13px}

  /* 端家・中家／計算式／モデルケース */
  .pos-grid{grid-template-columns:1fr;gap:12px}
  .pos-card ul li{font-size:14.5px}
  .pos-ans{font-size:14.5px}
  .formula{padding:14px}
  .f-row{flex-wrap:wrap;gap:4px 10px}
  .f-label{font-size:15px}
  .f-note{font-size:13px;width:100%;padding-left:28px}
  .f-row.plus{padding-left:0}
  .f-row.plus .f-note{padding-left:0}
  .f-row.result .f-label{font-size:19px}
  .case-model{grid-template-columns:1fr;gap:16px}
  .model-card h3{font-size:16px}
  .model-card .spec{font-size:14px}
  .model-card .spec th,.model-card .spec td{padding:9px 12px}
  .model-note{font-size:14px}
  .entry-list{justify-content:flex-start}
  .entry-list li{font-size:14px;padding:10px 14px}
  .more-fields summary{font-size:15px}
  .form-assure li{font-size:13.5px}
}

/* ============================================================
   株式会社GEEZ：法人情報・信頼要素（2026-07 追加）
   ============================================================ */

/* ---------- ヘッダーのブランド（サービス名＋運営法人） ---------- */
.brand-lines{display:flex;flex-direction:column;line-height:1.15}
.brand-corp{font-size:10.5px;font-weight:700;color:var(--muted);letter-spacing:.01em;margin-top:2px}

/* ---------- ヒーロー：免許帯の法人名を強調 ---------- */
.hero-eyebrow .corp{background:var(--navy);color:#fff;padding:3px 9px;border-radius:3px;
  font-weight:900;letter-spacing:.02em}

/* ---------- ヒーロー：免許・法人番号の証跡ストリップ ---------- */
.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px;
  padding:0;list-style:none}
.trust-strip li{display:flex;align-items:flex-start;gap:8px;background:var(--bg);
  border:1px solid var(--line);border-left:3px solid var(--navy);border-radius:4px;
  padding:9px 11px;font-size:11.5px;line-height:1.5;color:var(--text)}
.trust-strip i{color:var(--navy);font-size:14px;margin-top:1px;flex:none}
.trust-strip b{display:block;font-size:12px;font-weight:900;color:var(--navy);
  letter-spacing:.02em;margin-bottom:1px}

.hero-assure a{color:var(--blue);font-weight:700;text-decoration:underline}
.hero-assure strong{color:var(--navy);font-weight:700}

/* ---------- 古物商セクション（残置物・家財の自社回収） ---------- */
.antique-section{background:var(--bg);border-block:1px solid var(--line)}
.license-card{display:flex;align-items:center;gap:16px;background:#fff;
  border:2px solid var(--navy);border-radius:8px;padding:16px 20px;margin-bottom:24px}
.license-card .lic-ico{display:flex;align-items:center;justify-content:center;
  width:52px;height:52px;border-radius:50%;background:var(--navy);color:#fff;
  font-size:22px;flex:none}
.license-card .lic-body{flex:1}
.license-card .lic-label{display:block;font-size:12px;font-weight:700;color:var(--muted);
  letter-spacing:.08em;margin-bottom:3px}
.license-card .lic-num{display:block;font-size:19px;font-weight:900;color:var(--navy);
  line-height:1.35}
.license-card .lic-note{display:block;font-size:12.5px;color:var(--muted);margin-top:5px;line-height:1.7}

.antique-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px;
  padding:0;list-style:none}
.antique-grid li{background:#fff;border:1px solid var(--line);border-radius:8px;padding:18px 16px}
.antique-grid .a-ico{font-size:24px;color:var(--orange-d);margin-bottom:9px;display:block}
.antique-grid b{display:block;font-size:16px;font-weight:900;color:var(--navy);
  margin-bottom:7px;line-height:1.45}
.antique-grid span{display:block;font-size:13.5px;line-height:1.85;color:var(--text)}

.antique-compare{width:100%;border-collapse:collapse;background:#fff;
  border:1px solid var(--line);font-size:14px}
.antique-compare th,.antique-compare td{padding:12px 14px;border:1px solid var(--line);
  text-align:left;line-height:1.7;vertical-align:top}
.antique-compare thead th{background:var(--navy);color:#fff;font-weight:700;font-size:13.5px;
  text-align:center}
.antique-compare tbody th{background:var(--bg);color:var(--navy);font-weight:700;width:26%}
.antique-compare .ours{background:#fff8f1}
.antique-compare .ours b{color:var(--orange-d)}

/* ---------- 会社概要：法人情報テーブルの補助 ---------- */
.stat-table td a{color:var(--blue);font-weight:700;text-decoration:underline}
.corp-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;padding:0;list-style:none}
.corp-badges li{background:var(--navy);color:#fff;font-size:12.5px;font-weight:700;
  padding:7px 13px;border-radius:3px;letter-spacing:.02em}
.corp-badges li.alt{background:#fff;color:var(--navy);border:1.5px solid var(--navy)}

/* ---------- フッター ---------- */
.footer-corp{font-size:12.5px;line-height:1.9;margin-bottom:6px;color:#dbe4ee}
.footer-corp a{color:#fff;text-decoration:underline;font-weight:700}
.footer-lic{font-size:11.5px;line-height:1.9;color:#a9bacb}

/* ============================================================
   SP：ファーストビューを 1画面に収める最適化
   ============================================================ */
@media (max-width:768px){
  .brand{font-size:14.5px}
  .brand-corp{font-size:9.5px}

  /* パンくずを圧縮してFVの高さを確保 */
  .breadcrumb{padding-block:7px;font-size:11.5px}

  /* 背景写真のコントラストを上げ、白飛びと可読性を両立 */
  section.area-hero{padding:16px 0 24px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.93) 46%,
                              rgba(255,255,255,.62) 80%, rgba(255,255,255,.40) 100%),
      var(--hero-bg, none) center 30% / cover no-repeat}

  .hero-eyebrow{font-size:10.5px;gap:5px 7px;padding-bottom:9px;margin-bottom:12px}
  .hero-eyebrow .corp{padding:2px 7px;font-size:11px}
  .hero-flash{font-size:12px;padding:5px 11px;margin-bottom:11px}
  .hero-flash b{font-size:16px}

  .area-title{font-size:27.5px;line-height:1.3;margin-bottom:12px;letter-spacing:-.01em}
  .area-lead{font-size:14px;line-height:1.8;margin-bottom:16px}

  .speed{margin-bottom:16px}
  .speed li{padding:10px 4px}
  .speed .v b{font-size:26px}

  .cta-row{gap:9px}
  .btn-block{padding-block:13px}
  .btn-block .btn-main{font-size:18px}
  .tel-box .tel-num{font-size:24px}

  /* 証跡ストリップは縦積み（FVのすぐ下で信頼補強） */
  .trust-strip{grid-template-columns:1fr;gap:6px;margin-top:14px}
  .trust-strip li{padding:8px 10px;font-size:11px;background:rgba(255,255,255,.92)}
  .trust-strip b{display:inline;margin-right:6px}

  .hero-assure{font-size:11.5px;line-height:1.8;margin-top:12px;
    background:rgba(255,255,255,.88);padding:10px 12px;border-radius:5px}

  /* 古物商セクション */
  .license-card{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}
  .license-card .lic-num{font-size:17px}
  .antique-grid{grid-template-columns:1fr;gap:10px}
  .antique-grid li{padding:15px 14px}
  .antique-compare{font-size:13px;display:block;overflow-x:auto;white-space:nowrap}
  .antique-compare th,.antique-compare td{padding:10px 11px;white-space:normal}
  .antique-compare tbody th{width:auto;min-width:96px}
  .corp-badges li{font-size:11.5px;padding:6px 10px}
}

/* ============================================================
   ヒーロー右カラム：運営事業者カード（PC）
   ============================================================ */
.hero-side{display:flex;flex-direction:column;gap:16px}
.corp-card{background:var(--bg);border:1px solid var(--line);border-top:3px solid var(--navy);
  border-radius:6px;padding:14px 15px 15px}
.cc-head{display:flex;align-items:center;gap:7px;font-size:11.5px;font-weight:700;
  color:var(--muted);letter-spacing:.1em;margin-bottom:6px}
.cc-head i{color:var(--navy);font-size:13px}
.cc-name{font-size:16px;font-weight:900;color:var(--navy);line-height:1.4;margin-bottom:11px;
  padding-bottom:11px;border-bottom:1px dashed var(--line)}
.cc-name a{color:var(--navy);text-decoration:none}
.cc-name a:hover{text-decoration:underline}
.cc-list{margin:0;font-size:11.5px;line-height:1.65}
.cc-list > div{display:grid;grid-template-columns:66px 1fr;gap:8px;padding:5px 0;
  border-bottom:1px solid rgba(0,0,0,.05)}
.cc-list > div:last-child{border-bottom:none}
.cc-list dt{color:var(--muted);font-weight:700;letter-spacing:.01em}
.cc-list dd{margin:0;color:var(--text);font-weight:700}
.cc-note{margin-top:10px;padding-top:10px;border-top:1px dashed var(--line);
  font-size:11.5px;line-height:1.75;color:var(--muted)}
.cc-note b{color:var(--navy);font-weight:900}

@media (max-width:768px){
  /* SPは背景写真＋trust-stripで担保するため右カラムごと非表示 */
  .hero-side{display:none}
}

/* 最終CTAの事業者表記 */
.cta-sub{font-size:12px;line-height:1.8;color:#cfdcea;margin:-12px auto 20px;max-width:640px}
@media (max-width:768px){ .cta-sub{font-size:11px;margin:-10px auto 18px} }

/* 会社情報リストの強調（数字用の b と区別） */
.company-list .hl{font-style:normal;font-weight:900;color:var(--orange-d)}
.company-h{font-size:14px;font-weight:700;color:var(--muted);letter-spacing:.06em;
  margin-bottom:12px;line-height:1.5}
.company-h b{display:block;font-size:22px;font-weight:900;color:var(--navy);letter-spacing:0;margin-top:3px}
.company-note a{color:var(--blue);font-weight:700;text-decoration:underline}
@media (max-width:768px){ .company-h{font-size:13px} .company-h b{font-size:20px} }

/* エリアページPC：右カラムの事業者カードと内容が重複するため証跡帯は隠す */
@media (min-width:769px){ .area-hero .trust-strip{display:none} }

/* 比較表：自社列ヘッダーを反転（白背景に白文字となるのを防ぐ） */
.antique-compare thead th.ours{background:var(--orange-d);color:#fff}

/* 追従ヘッダーに見出しが隠れないようアンカー位置を補正 */
html{scroll-behavior:smooth;scroll-padding-top:84px}
@media (max-width:768px){ html{scroll-padding-top:64px} }

/* ============================================================
   所属団体（会社概要内）
   ============================================================ */
.assoc-h{font-size:17px;font-weight:900;color:var(--navy);margin:28px 0 14px;
  padding-left:11px;border-left:4px solid var(--orange);line-height:1.4}
.assoc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:0;list-style:none}
.assoc-grid li{background:#fff;border:1px solid var(--line);border-top:3px solid var(--navy);
  border-radius:6px;padding:18px 16px}
.assoc-grid .as-ico{display:flex;align-items:center;justify-content:center;
  width:42px;height:42px;border-radius:50%;background:var(--bg);color:var(--navy);
  font-size:18px;margin-bottom:11px}
.assoc-grid b{display:block;font-size:15.5px;font-weight:900;color:var(--navy);
  line-height:1.5;margin-bottom:9px;padding-bottom:9px;border-bottom:1px dashed var(--line)}
.assoc-grid span{display:block;font-size:13px;line-height:1.85;color:var(--text)}
.assoc-grid strong{color:var(--orange-d);font-weight:900}
.assoc-note{margin-top:14px;font-size:13px;line-height:1.9;color:var(--muted)}
.assoc-note strong{color:var(--navy);font-weight:700}

@media (max-width:768px){
  .assoc-h{font-size:16px;margin:24px 0 12px}
  .assoc-grid{grid-template-columns:1fr;gap:10px}
  .assoc-grid li{padding:15px 14px}
  .assoc-grid .as-ico{width:38px;height:38px;font-size:16px;margin-bottom:9px}
  .assoc-grid b{font-size:15px}
  .assoc-grid b br{display:none}
  .assoc-grid span{font-size:13.5px}
  .assoc-note{font-size:13.5px}
}

/* ============================================================
   追従CTA：見出し・閉じるボタン（PCのみ表示）
   ============================================================ */
.fc-head{display:none}
.fc-close{display:none}

/* ============================================================
   PC（600px〜）：右下フローティングCTA
   ------------------------------------------------------------
   SPの全幅バーと同じマークアップを、縦積みのカードとして配置する
   ============================================================ */
@media (min-width:600px){
  .fixed-cta{display:flex;flex-direction:column;align-items:stretch;gap:9px;
    left:auto;right:22px;bottom:22px;width:auto;max-width:none;
    padding:14px 14px 15px;border:1px solid var(--line);border-top:3px solid var(--orange);
    border-radius:10px;background:rgba(255,255,255,.98);
    box-shadow:0 10px 32px rgba(27,58,91,.24);transform:none}

  /* 初期は右下へ退避 → スクロール後にせり上がる（JS有効時のみ） */
  html.js .fixed-cta{transform:translateY(calc(100% + 30px));opacity:0;visibility:hidden}
  html.js .fixed-cta.is-visible{transform:translateY(0);opacity:1;visibility:visible}

  .fc-head{display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:900;
    color:var(--navy);letter-spacing:.03em;padding-right:22px;margin-bottom:1px}
  .fc-head i{color:var(--orange);font-size:13px}

  .fixed-cta .btn{width:228px;flex:none;padding:11px 8px;min-height:54px}
  .fixed-cta .fc-main{font-size:16px}
  .btn-tel-mini .fc-main{font-size:19px}
  .fc-sub{font-size:11.5px}

  .fc-close{display:flex;align-items:center;justify-content:center;position:absolute;
    top:7px;right:7px;width:24px;height:24px;padding:0;border:none;border-radius:50%;
    background:transparent;color:var(--muted);font-size:14px;cursor:pointer;line-height:1;
    transition:background .15s,color .15s}
  .fc-close:hover{background:var(--bg);color:var(--navy)}
  .fc-close:focus-visible{outline:2px solid var(--blue);outline-offset:2px}
}

/* 画面が低い環境ではカードが縦を圧迫するため見出しを省く */
@media (min-width:600px) and (max-height:620px){
  .fc-head{display:none}
  .fixed-cta{padding:12px}
  .fixed-cta .btn{min-height:48px}
}

/* 動きを減らす設定の利用者にはアニメーションを適用しない */
@media (prefers-reduced-motion:reduce){
  .fixed-cta{transition:opacity .01ms linear}
  html.js .fixed-cta{transform:none}
  html{scroll-behavior:auto}
}

/* ============================================================
   エリアページ本文（自動生成ページ用）
   ============================================================ */
.mini-h{font-size:17px;font-weight:900;color:var(--navy);margin:30px 0 12px;
  padding-left:11px;border-left:4px solid var(--orange);line-height:1.45}
.lead{font-size:15.5px;line-height:1.95;color:var(--text);margin-bottom:20px}
.lead strong{color:var(--navy);font-weight:700}
.lead-sm{font-size:13.5px;line-height:1.85;color:var(--muted);margin:-4px 0 12px}
.src{font-size:11.5px;line-height:1.8;color:var(--muted);margin-top:12px}
.model-note-all{font-size:12px;line-height:1.85;color:var(--muted);margin-top:16px}

.rail-note{background:var(--bg);border:1px solid var(--line);border-radius:6px;
  padding:12px 15px;font-size:13.5px;line-height:1.9;margin:14px 0 4px}
.rail-note i{color:var(--navy);margin-right:8px}
.rail-note b{color:var(--navy);font-weight:900;margin-right:8px}

/* ---------- 統計テーブル（数字を主役にする3列） ---------- */
.fact-table{width:100%;border-collapse:collapse;background:#fff;
  border:1px solid var(--line);font-size:14px}
.fact-table th,.fact-table td{padding:13px 14px;border-bottom:1px solid var(--line);
  text-align:left;vertical-align:middle;line-height:1.65}
.fact-table tr:last-child th,.fact-table tr:last-child td{border-bottom:none}
.fact-table th{background:var(--bg);color:var(--navy);font-weight:700;width:34%}
.fact-table td.v{font-size:20px;font-weight:900;color:var(--orange-d);
  white-space:nowrap;width:22%}
.fact-table td.n{font-size:12.5px;color:var(--muted);line-height:1.75}

/* ---------- 実取引のKPI ---------- */
.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0 8px;
  padding:0;list-style:none}
.kpi-grid li{background:#fff;border:1px solid var(--line);border-top:3px solid var(--navy);
  border-radius:6px;padding:14px 13px;text-align:center}
.kpi-grid .k{display:block;font-size:11.5px;font-weight:700;color:var(--muted);
  letter-spacing:.02em;margin-bottom:6px;line-height:1.5}
.kpi-grid b{display:block;font-size:22px;font-weight:900;color:var(--navy);
  line-height:1.25;letter-spacing:-.01em}
.kpi-grid small{display:block;font-size:11px;color:var(--muted);margin-top:6px;line-height:1.6}

/* ---------- 相場テーブル（横棒つき） ---------- */
.mkt-table{width:100%;border-collapse:collapse;background:#fff;
  border:1px solid var(--line);font-size:14px;margin-bottom:6px}
.mkt-table thead th{background:var(--navy);color:#fff;font-weight:700;font-size:13px;
  padding:10px 12px;text-align:left}
.mkt-table th,.mkt-table td{padding:11px 12px;border-bottom:1px solid var(--line);
  text-align:left;line-height:1.6}
.mkt-table tbody th{font-weight:700;color:var(--navy);white-space:nowrap}
.mkt-table td.num{text-align:right;white-space:nowrap;font-weight:700;color:var(--text)}
/* 棒は最大72%までに抑え、金額は必ず棒の右横に濃色で置く（棒の上に重ねない） */
.mkt-table td.bar{min-width:210px;white-space:nowrap}
.mkt-table td.bar span{display:inline-block;height:18px;vertical-align:middle;
  background:linear-gradient(90deg,#f3a04a,var(--orange));border-radius:3px}
.mkt-table td.bar b{display:inline-block;vertical-align:middle;margin-left:9px;
  font-size:13px;font-weight:900;color:var(--navy);white-space:nowrap}

/* ---------- 用途地域 ---------- */
.plan-list{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 4px;padding:0;list-style:none}
.plan-list li{background:#fff;border:1px solid var(--line);border-radius:4px;
  padding:8px 12px;font-size:12.5px;line-height:1.5}
.plan-list b{display:block;color:var(--navy);font-weight:900;font-size:13px}
.plan-list span{color:var(--muted)}
.callout-note{display:block;margin-top:10px;font-size:12.5px;color:var(--muted);line-height:1.85}

/* ---------- 断られる理由（番号つき） ---------- */
.reason-list{counter-reset:rz;margin:18px 0 0;padding:0;list-style:none;display:grid;gap:12px}
.reason-list li{counter-increment:rz;display:flex;gap:14px;background:#fff;
  border:1px solid var(--line);border-radius:8px;padding:18px;position:relative}
.reason-list li::before{content:counter(rz);position:absolute;top:-9px;left:14px;
  background:var(--navy);color:#fff;font-size:11px;font-weight:900;
  padding:2px 9px;border-radius:10px;line-height:1.5}
.reason-list .reason-ico{font-size:22px;color:var(--orange-d);flex:none;margin-top:3px;
  width:28px;text-align:center}
.reason-list b{display:block;font-size:16px;font-weight:900;color:var(--navy);
  margin-bottom:6px;line-height:1.5}
.reason-list span{display:block;font-size:13.5px;line-height:1.9;color:var(--text)}

/* ---------- 買い取れる理由（カード） ---------- */
.reason-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0 0;
  padding:0;list-style:none}
.reason-cards li{background:#fff;border:1px solid var(--line);border-radius:8px;padding:18px 16px}
.reason-cards .reason-ico{display:block;font-size:24px;color:var(--orange-d);margin-bottom:10px}
.reason-cards b{display:block;font-size:15.5px;font-weight:900;color:var(--navy);
  margin-bottom:8px;line-height:1.5}
.reason-cards span{display:block;font-size:13.5px;line-height:1.85;color:var(--text)}

/* ---------- 空き家リスク ---------- */
.risk-list{counter-reset:rk;margin:18px 0 20px;padding:0;list-style:none;display:grid;gap:12px}
.risk-list li{counter-increment:rk;background:#fff;border:1px solid var(--line);
  border-left:4px solid var(--orange);border-radius:6px;padding:16px 18px}
.risk-list b{display:block;font-size:16px;font-weight:900;color:var(--navy);
  margin-bottom:7px;line-height:1.5}
.risk-list b::before{content:counter(rk) ". ";color:var(--orange-d)}
.risk-list span{display:block;font-size:13.5px;line-height:1.9;color:var(--text)}
.risk-list strong{color:var(--orange-d);font-weight:900}

/* ---------- 上がる要素／下がる要素 ---------- */
.pm-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}
.pm-grid > div{background:#fff;border:1px solid var(--line);border-radius:8px;padding:16px 18px}
.pm-grid b{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:900;
  margin-bottom:10px;padding-bottom:9px;border-bottom:1px dashed var(--line)}
.pm-up b{color:#1a7f4b}
.pm-down b{color:#b03a2e}
.pm-grid ul{margin:0;padding-left:18px}
.pm-grid li{font-size:13.5px;line-height:1.9;color:var(--text)}

/* ---------- 仲介と買取の比較 ---------- */
.cmp-table{width:100%;border-collapse:collapse;background:#fff;
  border:1px solid var(--line);font-size:14px}
.cmp-table thead th{background:var(--navy);color:#fff;font-weight:700;font-size:13.5px;
  padding:11px 12px;text-align:center}
.cmp-table thead th.ours{background:var(--orange-d)}
.cmp-table th,.cmp-table td{padding:12px 14px;border:1px solid var(--line);
  text-align:left;line-height:1.75;vertical-align:top}
.cmp-table tbody th{background:var(--bg);color:var(--navy);font-weight:700;
  width:20%;white-space:nowrap}
.cmp-table td.ours{background:#fff8f1}
.cmp-table td.ours b{color:var(--orange-d);font-weight:900}
.cmp-table td.up{background:#f2f8f4}

/* ---------- 対応地区 ---------- */
.town-list{display:flex;flex-wrap:wrap;gap:7px;margin:16px 0 4px;padding:0;list-style:none}
.town-list li{background:#fff;border:1px solid var(--line);border-radius:4px;
  padding:7px 12px;font-size:13px;font-weight:700;color:var(--navy);line-height:1.4}

/* ---------- 監修者 ---------- */
.supervisor-section{background:var(--bg);border-block:1px solid var(--line)}
.sup-card{display:flex;gap:22px;align-items:flex-start;background:#fff;
  border:1px solid var(--line);border-top:3px solid var(--navy);border-radius:8px;padding:22px 24px}
.sup-photo{width:110px;height:110px;border-radius:50%;object-fit:cover;flex:none;
  border:3px solid var(--bg);box-shadow:0 2px 10px rgba(27,58,91,.15)}
.sup-body{flex:1}
.sup-name{font-size:20px;font-weight:900;color:var(--navy);line-height:1.35;margin-bottom:5px}
.sup-title{display:inline-block;margin-left:12px;background:var(--navy);color:#fff;
  font-size:12px;font-weight:700;padding:4px 10px;border-radius:3px;vertical-align:middle}
.sup-no{font-size:12.5px;font-weight:700;color:var(--muted);margin-bottom:10px}
.sup-bio{font-size:14px;line-height:1.9;color:var(--text);margin-bottom:12px}
.sup-note{font-size:12px;line-height:1.85;color:var(--muted);padding-top:12px;
  border-top:1px dashed var(--line)}

@media (max-width:768px){
  .mini-h{font-size:16px;margin:24px 0 10px}
  .lead{font-size:14.5px}
  .fact-table{font-size:13px}
  .fact-table th,.fact-table td{padding:10px 11px}
  .fact-table th{width:40%}
  .fact-table td.v{font-size:17px}
  .fact-table td.n{display:none}
  .kpi-grid{grid-template-columns:1fr 1fr;gap:9px}
  .kpi-grid b{font-size:19px}
  .mkt-table{font-size:12.5px;display:block;overflow-x:auto}
  .mkt-table th,.mkt-table td{padding:9px 10px}
  .mkt-table td.bar{min-width:140px}
  .reason-cards{grid-template-columns:1fr;gap:10px}
  .reason-list li{flex-direction:column;gap:6px;padding:16px}
  .reason-list .reason-ico{margin-top:0;text-align:left;width:auto}
  .pm-grid{grid-template-columns:1fr;gap:10px}
  .cmp-table{font-size:12.5px;display:block;overflow-x:auto}
  .cmp-table th,.cmp-table td{padding:10px 11px}
  .cmp-table tbody th{width:auto;min-width:88px}
  .town-list li{font-size:12.5px;padding:6px 10px}
  .sup-card{flex-direction:column;gap:14px;padding:18px 16px}
  .sup-name{font-size:18px}
  .sup-title{display:block;margin:6px 0 0;width:fit-content}
  .plan-list li{font-size:12px}
}


/* ============================================================
   内部リンク網（関連エリア・ランキング）
   ============================================================ */
.related-section{background:var(--bg);border-block:1px solid var(--line)}
.rel-group{margin-bottom:26px}
.rel-group:last-of-type{margin-bottom:6px}
.rel-h{font-size:16px;font-weight:900;color:var(--navy);margin-bottom:4px;
  padding-left:10px;border-left:4px solid var(--orange);line-height:1.5}
.rel-note{font-size:12.5px;color:var(--muted);line-height:1.8;margin:0 0 11px 14px}
.rel-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}
.rel-card{display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:3px;background:#fff;border:1px solid var(--line);border-radius:6px;
  padding:12px 8px;text-align:center;transition:border-color .15s,box-shadow .15s;
  color:var(--navy)}
.rel-card:hover{border-color:var(--orange);box-shadow:0 3px 12px rgba(27,58,91,.12)}
.rel-card i{color:var(--blue);font-size:13px;margin-bottom:2px}
.rel-card b{font-size:14px;font-weight:900;line-height:1.35}
.rel-card small{font-size:11px;color:var(--muted);font-weight:700;line-height:1.4}
.rel-all{display:inline-flex;align-items:center;gap:7px;color:var(--blue);
  font-weight:700;text-decoration:underline;font-size:13.5px}

/* ---------- ランキング ---------- */
.rank-section{background:var(--bg);border-block:1px solid var(--line)}
.rank-nav{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:26px;
  padding:0;list-style:none}
.rank-nav a{display:inline-block;background:#fff;border:1.5px solid var(--navy);
  color:var(--navy);font-size:13px;font-weight:700;padding:8px 14px;border-radius:20px;
  transition:background .15s,color .15s}
.rank-nav a:hover{background:var(--navy);color:#fff}
.rank-block{margin-bottom:34px}
.rank-block:last-child{margin-bottom:0}
.rank-h{font-size:18px;font-weight:900;color:var(--navy);margin-bottom:5px;
  padding-left:11px;border-left:4px solid var(--orange);line-height:1.45}
.rank-note{font-size:12.5px;color:var(--muted);line-height:1.85;margin:0 0 12px 15px}
.rank-table{width:100%;border-collapse:collapse;background:#fff;
  border:1px solid var(--line);font-size:14px}
.rank-table thead th{background:var(--navy);color:#fff;font-weight:700;font-size:13px;
  padding:10px 12px;text-align:left}
.rank-table th,.rank-table td{padding:10px 12px;border-bottom:1px solid var(--line);
  text-align:left;line-height:1.6}
.rank-table tr:last-child th,.rank-table tr:last-child td{border-bottom:none}
.rank-table td.rk{width:52px;text-align:center;font-weight:900;color:var(--muted);font-size:13px}
.rank-table tbody tr:nth-child(1) td.rk{color:#b8860b}
.rank-table tbody tr:nth-child(2) td.rk{color:#8c8c8c}
.rank-table tbody tr:nth-child(3) td.rk{color:#a0522d}
.rank-table tbody th{font-weight:700}
.rank-table tbody th a{color:var(--navy);font-weight:900;text-decoration:none}
.rank-table tbody th a:hover{color:var(--orange-d);text-decoration:underline}
.rank-table tbody th a span{font-size:11.5px;font-weight:500;color:var(--muted);margin-left:4px}
.rank-table td.v{width:22%;font-weight:900;color:var(--orange-d);white-space:nowrap}
.rank-table td.s{width:24%;font-size:12px;color:var(--muted)}

@media (max-width:768px){
  .rel-grid{grid-template-columns:repeat(2,1fr);gap:8px}
  .rel-card{padding:11px 7px}
  .rel-card b{font-size:13.5px}
  .rel-h{font-size:15px}
  .rel-note{font-size:12px;margin-left:12px}
  .rank-h{font-size:16px}
  .rank-note{font-size:12px;margin-left:13px}
  .rank-nav a{font-size:12px;padding:7px 12px}
  .rank-table{font-size:12.5px}
  .rank-table th,.rank-table td{padding:9px 8px}
  .rank-table td.rk{width:34px}
  /* 補足列はSPでは列ごと非表示（見出しセルも合わせて消す） */
  .rank-table thead th:nth-child(4),
  .rank-table td.s{display:none}
  .rank-table td.v{width:38%;text-align:right;white-space:nowrap}
  .rank-table thead th:nth-child(3){text-align:right}
  .rank-table tbody th{width:auto}
  .rank-table tbody th a span{display:none}
}

/* ---------- 全エリア一覧（トップ／エリア一覧） ---------- */
.allarea-section{background:#fff}
.allarea-group{margin-bottom:22px}
.allarea-group:last-child{margin-bottom:0}
.allarea-group h3{display:flex;align-items:baseline;gap:10px;font-size:15px;font-weight:900;
  color:var(--navy);margin-bottom:10px;padding-bottom:8px;border-bottom:2px solid var(--navy)}
.allarea-group h3 span{font-size:11.5px;font-weight:700;color:var(--muted);letter-spacing:.02em}
.allarea-links{display:grid;grid-template-columns:repeat(6,1fr);gap:7px}
.allarea-links a{display:flex;flex-direction:column;align-items:center;gap:2px;
  background:var(--bg);border:1px solid var(--line);border-radius:5px;padding:9px 6px;
  font-size:13px;font-weight:700;color:var(--navy);text-align:center;line-height:1.35;
  transition:background .15s,border-color .15s}
.allarea-links a:hover{background:#fff;border-color:var(--orange)}
.allarea-links small{font-size:10.5px;font-weight:500;color:var(--muted)}

/* ---------- 本文中の文脈リンク ---------- */
.inline-links{font-size:13.5px;line-height:2;color:var(--muted);margin-top:14px;
  padding:11px 14px;background:var(--bg);border-left:3px solid var(--blue);border-radius:0 5px 5px 0}
.inline-links a{color:var(--blue);font-weight:700;text-decoration:underline}

@media (max-width:768px){
  .allarea-links{grid-template-columns:repeat(3,1fr);gap:6px}
  .allarea-links a{font-size:12px;padding:8px 4px}
  .allarea-links small{font-size:9.5px}
  .inline-links{font-size:12.5px}
}

/* ============================================================
   要点まとめ・定義・用語解説（強調スニペット狙いのブロック）
   ============================================================ */
.takeaway-section{padding-block:18px 6px}
.takeaway{background:#fffaf3;border:1px solid #f0d9bd;border-left:5px solid var(--orange);
  border-radius:8px;padding:20px 24px}
.tk-h{display:flex;align-items:center;gap:9px;font-size:17px;font-weight:900;
  color:var(--navy);margin-bottom:13px;line-height:1.4}
.tk-h i{color:var(--orange-d);font-size:18px}
.tk-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}
.tk-list li{position:relative;padding-left:26px;font-size:14.5px;line-height:1.95;color:var(--text)}
.tk-list li::before{content:"\f00c";font-family:"Font Awesome 6 Free";font-weight:900;
  position:absolute;left:0;top:.35em;color:var(--orange);font-size:13px}
.tk-list b{color:var(--navy);font-weight:900}
.tk-note{margin-top:14px;padding-top:12px;border-top:1px dashed #e5cdb0;
  font-size:12px;color:var(--muted);line-height:1.8}

.define-box{background:var(--bg);border:1px solid var(--line);border-radius:8px;
  padding:18px 22px;margin-top:22px}
.define-q{font-size:16px;font-weight:900;color:var(--navy);margin-bottom:9px;
  padding-bottom:9px;border-bottom:2px solid var(--navy);line-height:1.5}
.define-a{font-size:14.5px;line-height:2;color:var(--text);margin:0}
.define-a b{color:var(--navy);font-weight:900}

.glossary-table{width:100%;border-collapse:collapse;background:#fff;
  border:1px solid var(--line);font-size:14px}
.glossary-table th,.glossary-table td{padding:12px 15px;border-bottom:1px solid var(--line);
  text-align:left;line-height:1.85;vertical-align:top}
.glossary-table tr:last-child th,.glossary-table tr:last-child td{border-bottom:none}
.glossary-table th{background:var(--bg);color:var(--navy);font-weight:900;width:28%;
  white-space:nowrap}
.glossary-table td{color:var(--text)}

.ranking-note{margin-top:12px;padding-top:11px;border-top:1px dashed var(--line);
  font-size:12.5px;line-height:1.8;color:var(--muted)}
.ranking-list li a{color:var(--navy);font-weight:900;text-decoration:none}
.ranking-list li a:hover{color:var(--orange-d);text-decoration:underline}
.ranking-list li b{justify-self:end;color:var(--orange-d);font-weight:900;white-space:nowrap}

/* ============================================================
   CTAのアニメーション（控えめに・動きを減らす設定は尊重する）
   ============================================================ */

/* 主要CTAに光沢が横切る演出 */
.btn-cta{position:relative;overflow:hidden}
.btn-cta::after{content:"";position:absolute;top:-60%;left:-70%;width:40%;height:220%;
  background:linear-gradient(100deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.42) 50%,rgba(255,255,255,0) 100%);
  transform:skewX(-22deg);pointer-events:none;
  animation:cta-shine 4.5s ease-in-out infinite}
@keyframes cta-shine{
  0%,68%{left:-70%}
  88%,100%{left:130%}
}
.btn-cta:hover::after{animation-duration:1.6s}

/* 追従CTAが出るときだけ、電話ボタンの受話器を軽く揺らす */
.fixed-cta.is-visible .btn-tel-mini .fc-main i{animation:tel-ring 3.2s ease-in-out infinite}
@keyframes tel-ring{
  0%,72%,100%{transform:rotate(0)}
  76%{transform:rotate(-14deg)}
  80%{transform:rotate(12deg)}
  84%{transform:rotate(-9deg)}
  88%{transform:rotate(6deg)}
  92%{transform:rotate(0)}
}

/* ヒーローの数値をわずかに立ち上げる */
.speed .v b{display:inline-block;animation:pop-in .5s cubic-bezier(.2,.9,.3,1.4) both}
.speed li:nth-child(2) .v b{animation-delay:.09s}
.speed li:nth-child(3) .v b{animation-delay:.18s}
@keyframes pop-in{from{opacity:0;transform:translateY(8px) scale(.86)}to{opacity:1;transform:none}}

/* スクロールで現れる（JSが .reveal を付けた要素だけ） */
.reveal{opacity:0;transform:translateY(18px);
  transition:opacity .6s ease,transform .6s cubic-bezier(.2,.7,.3,1)}
.reveal.in{opacity:1;transform:none}

/* 最終CTAは呼吸するように脈打たせる */
.final-cta .btn-cta{animation:cta-pulse 2.6s ease-in-out infinite}
@keyframes cta-pulse{
  0%,100%{box-shadow:0 0 0 0 rgba(255,255,255,.42)}
  55%{box-shadow:0 0 0 12px rgba(255,255,255,0)}
}

/* 動きを減らす設定の利用者には一切アニメーションしない */
@media (prefers-reduced-motion:reduce){
  .btn-cta::after,
  .fixed-cta.is-visible .btn-tel-mini .fc-main i,
  .speed .v b,
  .final-cta .btn-cta{animation:none}
  .reveal{opacity:1;transform:none;transition:none}
}

@media (max-width:768px){
  .takeaway{padding:16px 17px}
  .tk-h{font-size:16px}
  .tk-list li{font-size:14px;padding-left:23px;line-height:1.9}
  .define-box{padding:15px 16px}
  .define-q{font-size:15px}
  .define-a{font-size:14px}
  .glossary-table{font-size:13px}
  .glossary-table th,.glossary-table td{display:block;width:auto}
  .glossary-table th{border-bottom:none;padding-bottom:4px;white-space:normal}
  .glossary-table td{padding-top:0;padding-bottom:13px}
  .ranking-note{font-size:12px}
}

/* ハニーポット（bot対策の隠しフィールド） */
.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
