/* サステナシールド Meta広告入口LP（千葉停電） v2.0  2026-08-29
   方針：本文18px（SP17px）／白70%以上／CTA色はオレンジのみ／LINEは緑／注釈13px以上／タップ44px以上 */
:root{
  --sky:#0E9AB4;--sky-deep:#0B6F81;--sky-pale:#DFF4F8;--pale:#F3FAFC;
  --orange:#FF6B00;--orange-dark:#B94700;--green:#00A96B;--green-dark:#007A4D;
  --ink:#102F40;--soft:#3F5B69;--line:#CBE3E9;--navy:#073C48;--navy2:#073C48;--yellow:#FFD86A;
  --fs:18px;--radius:12px;--shadow:0 6px 20px rgba(16,47,64,.08)
}
*{box-sizing:border-box}[hidden]{display:none!important}
html{scroll-behavior:smooth;scroll-padding-top:84px}
body{margin:0;background:#fff;color:var(--ink);font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;font-size:var(--fs);font-weight:500;line-height:1.8}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
button,input{font:inherit}
ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3,p{margin-top:0}
h1,h2,h3,legend,.kp-q{font-family:"Zen Kaku Gothic New","Noto Sans JP","Hiragino Kaku Gothic ProN",sans-serif;letter-spacing:-.02em}h1,h2,h3{line-height:1.32}h2,h3{text-wrap:balance}
h1{font-size:clamp(2.4rem,3.6vw,3.5rem);font-weight:900}
h2{font-size:clamp(1.8rem,3vw,2.7rem);font-weight:900;margin-bottom:18px}
h3{font-size:clamp(1.25rem,1.7vw,1.55rem);font-weight:800;margin-bottom:8px}
b{font-weight:700}
.sp{display:none}
.wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.narrow{width:min(860px,calc(100% - 40px));margin-inline:auto}
.section{padding:88px 0}
.section-sky{background:var(--sky-pale)}
.section-pale{background:var(--pale)}
.section-head{max-width:860px;margin:0 auto 40px;text-align:center}
.lead{font-size:1.05em;color:var(--ink);font-weight:500}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--sky-deep);font-size:.9rem;font-weight:900;margin-bottom:14px}
.eyebrow:before{content:"";width:28px;height:4px;border-radius:4px;background:var(--sky)}
.eyebrow.light{color:#BFE9F1}

/* 上帯・ヘッダー */
.topbar{background:var(--navy);color:#fff;font-size:.85rem;font-weight:700}
.topbar .wrap{min-height:44px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.topbar a{color:#BFE9F1;font-weight:800;text-decoration:none;min-height:44px;display:flex;align-items:center}
.header{position:sticky;top:0;z-index:70;background:rgba(255,255,255,.97);backdrop-filter:blur(10px);border-bottom:2px solid var(--line)}
.header-in{min-height:72px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;text-decoration:none;font-size:1.1rem;font-weight:900}
.brand img{width:auto;height:44px}
.brand span small{display:block;font-size:.85rem;color:var(--soft)}
.header nav{margin-left:auto;display:flex;gap:22px}
.header nav a{font-size:.95rem;font-weight:800;text-decoration:none;min-height:44px;display:flex;align-items:center;border-bottom:3px solid transparent}
.header nav a:hover{border-bottom-color:var(--orange)}
.header-cta{background:var(--green-dark);color:#fff;font-weight:900;text-decoration:none;padding:0 18px;border-radius:8px;min-height:48px;display:flex;align-items:center}

/* ボタン */
.btn{appearance:none;border:2px solid var(--sky-deep);background:#fff;color:var(--ink);min-height:56px;padding:10px 24px;border-radius:10px;font-size:1.05rem;font-weight:900;text-decoration:none;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;line-height:1.3;text-align:center;transition:transform .15s,box-shadow .15s}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(16,47,64,.14)}
.btn small{font-size:.82rem;font-weight:700;margin-top:4px}
.btn-orange{background:var(--orange);border-color:var(--orange);color:#102F40}
.btn-blue{background:var(--sky-deep);border-color:var(--sky-deep);color:#fff}
.btn-line{background:var(--green-dark);border-color:var(--green-dark);color:#fff}
.btn-white{background:#fff;border-color:var(--line);color:var(--ink)}
.btn-outline{background:#fff;border-color:var(--sky-deep);color:var(--sky-deep)}
.linklike{background:none;border:0;color:var(--sky-deep);font-weight:800;text-decoration:underline;cursor:pointer;min-height:44px;padding:0 6px}

/* ヒーロー */
.hero{display:grid;grid-template-columns:1fr 1fr;min-height:640px;background:#fff}
.hero-media{position:relative;overflow:hidden;order:2}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:62% center}
.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 18%)}
.hero-copy{padding:64px clamp(24px,4vw,60px) 56px;align-self:center;max-width:760px;justify-self:end;width:100%}
.ad-kicker{display:inline-flex;background:var(--yellow);color:#3B2A00;border-radius:999px;padding:8px 16px;font-size:.9rem;font-weight:900;margin-bottom:22px}
.hero h1{margin-bottom:22px}
.hero h1 em{color:var(--sky-deep);font-style:normal}
.hero-lead{font-size:1.05em;margin-bottom:14px}
.hero-since{font-weight:700;color:var(--sky-deep);border-left:4px solid var(--sky);padding-left:12px;margin-bottom:4px}
.hero-actions,.share-actions,.result-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.promise{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.promise li{font-size:.88rem;font-weight:800;border:2px solid var(--line);background:#fff;color:var(--ink);padding:6px 12px;border-radius:999px}
.promise.dark li{border-color:rgba(255,255,255,.55);background:transparent;color:#fff}

/* 30秒チェック */
.check-section{padding:72px 0;background:linear-gradient(180deg,#fff 0,var(--sky-pale) 100%)}
.check-wrap{max-width:900px}
.check-box{background:#fff;border:3px solid var(--sky);border-radius:16px;padding:clamp(22px,4vw,40px);box-shadow:var(--shadow)}
.check-progress{display:flex;gap:10px;margin-bottom:22px}
.check-progress li{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-weight:900;border:2px solid var(--line);color:var(--soft);background:#fff}
.check-progress li.on{background:var(--sky-deep);border-color:var(--sky-deep);color:#fff}
.check-progress li.done{background:var(--green-dark);border-color:var(--green-dark);color:#fff}
fieldset{border:0;padding:0;margin:0}
.check-step{display:none}
.check-step.on{display:block}
legend{font-size:1.15em;font-weight:900;margin-bottom:14px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
legend span{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--sky-deep);color:#fff;font-size:1rem}
legend small{font-size:.85rem;font-weight:700;color:var(--soft)}
.choice-row{display:flex;flex-wrap:wrap;gap:10px}
.choice-row button{border:2px solid #A9D3DC;background:#fff;color:var(--ink);border-radius:10px;min-height:56px;padding:10px 20px;font-weight:800;font-size:1rem;cursor:pointer;flex:1 1 30%}
.choice-row button[aria-pressed="true"]{background:var(--orange);border-color:var(--orange);color:#102F40}
.choice-row.multi button[aria-pressed="true"]{background:var(--sky-deep);border-color:var(--sky-deep);color:#fff}
.check-submit{width:100%;margin-top:22px}
.check-warn{display:none;margin:12px 0 0;font-weight:900;color:#B3261E}
.check-warn.on{display:block}
.check-back{margin:8px 0 0;min-height:0}
.check-result{display:none;margin-top:26px;background:var(--pale);border:2px solid var(--sky);border-radius:12px;padding:24px;outline:none}
.check-result.on{display:block}
.result-summary{font-size:.95rem;color:var(--soft);font-weight:700;margin-bottom:6px}
.check-result ol{margin:12px 0 0;padding-left:0;counter-reset:r}
.check-result li{counter-increment:r;display:flex;gap:12px;padding:10px 0;border-top:1px solid var(--line);font-weight:700}
.check-result li:before{content:counter(r);flex:0 0 32px;height:32px;border-radius:50%;background:var(--sky-deep);color:#fff;display:grid;place-items:center;font-weight:900}
.result-note{margin:14px 0 0;color:var(--ink)}
.result-next{margin-top:22px;padding:18px;background:#fff;border-radius:10px;border:2px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.result-next-label{font-weight:900;color:var(--sky-deep)}
.result-hint{font-size:.9rem;color:var(--soft);margin:12px 0 0}
.medical-note{font-size:.9rem;color:var(--soft);margin:18px 6px 0}

/* 動画の続き */
.bridge{background:#fff;padding:56px 0;border-top:2px solid var(--line);border-bottom:2px solid var(--line)}
.bridge-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.bridge-grid h2{margin-bottom:0}
.bridge-points{display:grid;gap:12px;counter-reset:b}
.bridge-points li{counter-increment:b;border-left:4px solid var(--sky);padding:8px 0 8px 16px}
.bridge-points b,.bridge-points span{display:block}
.bridge-points b:before{content:counter(b) "　";color:var(--sky-deep)}
.bridge-points span{font-size:.95rem;color:var(--soft)}

/* 実話 */
.story h2{margin-bottom:12px}
.story-byline{color:var(--soft);font-size:.95rem;font-weight:700;margin-bottom:26px}
.story>p{line-height:2;margin-bottom:18px}
.fact-strip{margin:0 0 24px;background:var(--pale);border:2px solid #B5DEE7;border-radius:12px;padding:22px 24px}
.fact-head{font-weight:900;color:var(--navy2);margin-bottom:12px}
.fact-nums{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:12px}
.fact-nums p{margin:0;border-left:4px solid var(--sky);padding-left:13px}
.fact-nums b{display:block;font-size:1.5rem;color:var(--sky-deep)}
.fact-nums span{font-size:.9rem;color:var(--soft)}
.fact-src{font-size:.85rem;color:var(--soft);margin:0;line-height:1.9}
.fact-src a{color:var(--sky-deep);font-weight:800;display:inline-block;padding:11px 0}
.story-punch{font-size:clamp(1.3rem,2.6vw,1.75rem);font-weight:900;color:var(--navy2);border-left:6px solid var(--sky);padding:14px 0 14px 20px;background:linear-gradient(90deg,#EAF6F9,transparent);margin:26px 0}
.timeline{background:var(--navy2);color:#fff;border-radius:12px;padding:24px 26px;margin:28px 0}
.tl-head{font-weight:900;color:#9FE0EC;margin:0 0 12px}
.tl-row{display:grid;grid-template-columns:90px 1fr;gap:14px;padding:11px 0;border-top:1px solid rgba(255,255,255,.18);align-items:baseline}
.tl-row b{color:#FFD9AE;font-size:1.05rem}
.tl-row span{font-size:.98rem;line-height:1.85}
.tl-row.warn b{color:#FF9C6B}
.fold{margin:26px 0;border-top:2px solid var(--line);border-bottom:2px solid var(--line)}
.fold>summary{cursor:pointer;list-style:none;position:relative;padding:18px 48px 18px 0;min-height:44px;display:flex;align-items:center;font-weight:900;font-size:1.05em;color:var(--sky-deep)}
.fold>summary::-webkit-details-marker{display:none}
.fold>summary:after{content:"＋";position:absolute;right:4px;font-size:1.4rem;line-height:1;color:var(--sky-deep)}
.fold[open]>summary:after{content:"－"}
.fold-in{padding-bottom:8px}
.fold-in p{line-height:2;margin-bottom:18px}
.rage-quote{background:#fff;border:2px solid #F0C9B0;border-radius:12px;padding:22px 26px;margin:6px 0 24px}
.rage-quote p{margin:0 0 8px;font-weight:900;font-size:1.1rem;color:#5B2E12;line-height:1.7}
.rage-quote .strong{font-size:clamp(1.25rem,2.4vw,1.55rem);color:#B3261E;margin-bottom:0}
.story-h3{margin:38px 0 14px;font-size:clamp(1.3rem,2.2vw,1.65rem);color:var(--navy2);border-bottom:3px solid var(--sky);display:inline-block;padding-bottom:6px}
.num-callout{display:flex;gap:18px;align-items:center;background:var(--pale);border:2px solid #B5DEE7;border-radius:12px;padding:20px 24px;margin:22px 0}
.num-callout b{font-size:clamp(1.6rem,3vw,2.2rem);color:var(--sky-deep);white-space:nowrap}
.num-callout span{font-size:.95rem;color:var(--soft);line-height:1.9}
.story-note{display:block;margin-top:8px;font-size:.88rem;color:var(--soft)}
.story-ask{background:linear-gradient(135deg,#DFF4F8,#FFF4E7);border-radius:12px;padding:26px 28px;margin:30px 0}
.story-ask p{margin:0 0 12px}
.story-ask .q{font-size:clamp(1.15rem,2.2vw,1.4rem);font-weight:900;color:var(--navy2);line-height:1.9}
.ask-go{margin:18px 0 0}
.ask-go .btn{width:100%}
.person-card{max-width:560px;margin:34px auto 0;background:#fff;border-radius:var(--radius);overflow:hidden;border:2px solid var(--line)}
.person-card img{width:100%;aspect-ratio:16/10;object-fit:cover;object-position:center 28%}
.person-card figcaption{padding:18px 20px;font-weight:800}
.person-card small{color:var(--soft);font-weight:700}

/* 3つの学び */
.learn-list{max-width:900px;margin:0 auto;display:grid;gap:14px}
.learn-list li{display:flex;gap:18px;background:#fff;border:2px solid var(--line);border-radius:var(--radius);padding:24px 26px}
.learn-num{flex:0 0 44px;height:44px;border-radius:12px;background:var(--sky-deep);color:#fff;box-shadow:0 4px 0 #073C48;display:grid;place-items:center;font-weight:900;font-size:1.2rem}
.learn-list h3{margin-bottom:6px}
.learn-list p{margin:0}
.wide-figure{max-width:1040px;margin:40px auto 0;padding:12px;background:#fff;border:2px solid var(--line);border-radius:var(--radius)}
.wide-figure img{width:100%;border-radius:8px}
.wide-figure figcaption{font-size:.88rem;color:var(--soft);padding:12px 6px 3px;line-height:1.8}

/* 2026年の数字 */
.now-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.now-card{background:#fff;border:2px solid var(--line);border-top:6px solid var(--sky);border-radius:var(--radius);padding:26px 24px}
.now-card:nth-child(2){border-top-color:#B3261E}
.now-card:nth-child(3){border-top-color:var(--green)}
.now-label{font-weight:900;color:var(--soft);font-size:.95rem;margin-bottom:6px}
.now-num{margin:0 0 8px;line-height:1.1}
.now-num b{font-size:clamp(2rem,3.4vw,2.8rem);font-weight:900;color:var(--navy2)}
.now-num small{font-size:1rem;font-weight:800;color:var(--soft);margin-left:4px}
.now-vs{margin:0 0 12px;font-size:.98rem}
.now-src{font-size:.85rem;color:var(--soft);margin:0;line-height:1.9}
.now-src a{color:var(--sky-deep);font-weight:800;display:inline-block;padding:9px 0}
.now-note{max-width:900px;margin:30px auto 0;background:var(--pale);border-left:6px solid var(--orange);padding:18px 22px;border-radius:0 10px 10px 0}

/* 3つの入口 */
.choices{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.choice-card{display:block;text-decoration:none;background:#fff;border:2px solid var(--line);border-top:8px solid var(--sky);border-radius:var(--radius);padding:26px;transition:transform .15s}
.choice-card:nth-child(2){border-top-color:var(--green)}
.choice-card:nth-child(3){border-top-color:var(--orange)}
.choice-card:hover{transform:translateY(-4px)}
.choice-label{display:inline-block;background:#E6F5F8;color:var(--sky-deep);border-radius:999px;padding:6px 12px;font-size:.88rem;font-weight:900;margin-bottom:14px}
.choice-card p{margin-bottom:8px}
.choice-card strong{color:var(--orange-dark);display:inline-flex;align-items:center;min-height:44px;font-weight:900}
.choice-card strong:after{content:"　→"}
.battery-link{margin-top:22px;background:var(--navy2);color:#fff;border-radius:var(--radius);padding:26px 30px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.battery-link span{color:#9FE0EC;font-weight:800;font-size:.95rem}
.battery-link h3{margin:6px 0 0;color:#fff}
.battery-link .btn{flex:0 0 auto}

/* 写真2枚 */
.photo-section{background:#fff}
.photo-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:start}
.photo-steps{display:grid;gap:12px;margin-top:8px}
.photo-steps li{display:flex;gap:16px;background:var(--pale);border:2px solid var(--line);border-radius:var(--radius);padding:20px 22px}
.photo-steps li.optional{background:#fff;border-style:dashed}
.step-num{flex:0 0 40px;height:40px;border-radius:10px;background:var(--sky-deep);color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 4px 0 #073C48}
.photo-steps h3{font-size:1.15rem;margin-bottom:4px}
.photo-steps p{margin:0;font-size:.98rem}

/* 最終CTA */
.final-cta{background:linear-gradient(135deg,#073C48,#0B6F81);color:#fff;padding:72px 0}
.final-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.final-cta h2{color:#fff}
.final-cta p{color:#EAF7FD}
.final-actions{display:grid;gap:12px}
.final-actions .btn{width:100%;min-height:64px}

/* 共有 */
.share-section{background:linear-gradient(135deg,#DFF4F8,#FFF4E7)}
.share-box{text-align:center;max-width:900px}
.share-actions{justify-content:center}
.copy-status{min-height:28px;margin:12px 0 0;color:var(--green-dark);font-weight:900}

/* FAQ */
.faq-section{background:#fff}
.faq details{background:var(--pale);border:2px solid var(--line);border-radius:10px;margin:10px 0;padding:0 20px}
.faq summary{cursor:pointer;list-style:none;position:relative;padding:18px 44px 18px 0;font-weight:900;min-height:44px}
.faq summary::-webkit-details-marker{display:none}
.faq summary:after{content:"＋";position:absolute;right:0;top:18px;color:var(--sky-deep);font-size:1.3rem;line-height:1}
.faq details[open] summary:after{content:"－"}
.faq details p{padding:0 0 20px;margin:0}

/* フッター・固定CTA */
footer{background:#0B6F81;color:#fff;padding:48px 0 95px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:30px}
.footer-grid b{font-size:1.2rem;color:#fff}
.footer-grid p{font-size:.95rem}
.footer-grid a{display:flex;min-height:44px;align-items:center;color:#fff;text-decoration:none;font-weight:700}
.copyright{width:min(1180px,calc(100% - 40px));margin:25px auto 0;padding-top:15px;border-top:1px solid rgba(255,255,255,.2);font-size:.85rem}
.mobile-cta{display:none}

@media(max-width:960px){
  .header nav{display:none}
  .hero{grid-template-columns:1fr;min-height:0}
  .hero-media{order:1;aspect-ratio:16/9}
  .hero-media:after{background:linear-gradient(180deg,rgba(255,255,255,0) 70%,#fff 100%)}
  .hero-copy{order:2;padding:20px 20px 40px;max-width:none;justify-self:stretch}
  .bridge-grid,.photo-grid,.final-grid{grid-template-columns:1fr;gap:28px}
  .now-grid,.choices{grid-template-columns:1fr}
  .battery-link{flex-direction:column;align-items:flex-start}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  :root{--fs:17px}
  body{padding-bottom:72px}
  .sp{display:inline}
  .wrap,.narrow{width:min(100% - 28px,1180px)}
  .section{padding:56px 0}
  .check-section{padding:40px 0 56px}
  .topbar .wrap span{font-size:.84rem}
  .topbar a{display:none}
  .header-in{min-height:62px;gap:10px}
  .brand img{height:34px;max-width:125px}
  .header-cta{margin-left:auto;min-height:44px;padding:0 14px;font-size:.9rem}
  .hero-copy{padding:16px 16px 36px}
  .hero h1{font-size:clamp(1.9rem,8.4vw,2.4rem)}
  .hero-actions .btn,.share-actions .btn,.result-actions .btn,.result-next .btn{width:100%}
  .choice-row button{flex:1 1 100%}
  .fact-nums{grid-template-columns:1fr}
  .tl-row{grid-template-columns:72px 1fr;gap:10px}
  .num-callout{flex-direction:column;align-items:flex-start;gap:8px}
  .learn-list li,.photo-steps li{padding:18px}
  .wide-figure{padding:7px}
  .footer-grid{grid-template-columns:1fr}
  .mobile-cta{position:fixed;z-index:90;display:grid;grid-template-columns:1fr 1fr;left:0;right:0;bottom:0;padding:8px;background:rgba(7,60,72,.97);gap:8px}
  .mobile-cta a{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;font-weight:900;line-height:1.25;min-height:54px;border-radius:9px;color:#fff}
  .mobile-cta small{font-size:.85rem}
  .mobile-cta a:first-child{background:var(--orange);color:#102F40}
  .mobile-cta a:last-child{background:var(--green-dark)}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.choice-card{transition:none}}

/* v2.1 要点先出し・目次・著者・思い込みボックス */
.keypoints{padding:0 0 40px}
.kp-label{font-size:.9rem;font-weight:900;color:var(--sky-deep);margin:0 0 8px}
.kp-box{background:var(--pale);border-left:6px solid var(--sky);border-radius:0 12px 12px 0;padding:20px 24px}
.kp-q{font-size:clamp(1.2rem,2vw,1.5rem);margin-bottom:10px}
.kp-a{margin:0;line-height:1.9}
.toc{margin-top:16px;border:2px solid var(--line);border-radius:10px;padding:0 18px}
.toc>summary{cursor:pointer;list-style:none;min-height:48px;display:flex;align-items:center;font-weight:900;color:var(--sky-deep);position:relative;padding-right:30px}
.toc>summary::-webkit-details-marker{display:none}
.toc>summary:after{content:"＋";position:absolute;right:0;font-size:1.3rem}
.toc[open]>summary:after{content:"－"}
.toc ol{padding:0 0 12px;counter-reset:t}
.toc li{counter-increment:t}
.toc a{display:flex;min-height:44px;align-items:center;text-decoration:none;font-weight:700;color:var(--ink);border-top:1px solid var(--line)}
.toc a:before{content:counter(t) ".";color:var(--sky-deep);margin-right:8px;font-weight:900}
.story-open{font-size:1.1em;font-weight:700;color:var(--navy2)}
.belief-box{background:#fff;border:2px solid var(--line);border-radius:12px;padding:22px 24px;margin:30px 0}
.belief-head{font-weight:900;color:var(--navy2);margin-bottom:12px}
.belief-box li{padding:12px 0;border-top:1px solid var(--line)}
.belief-box li b,.belief-box li span{display:block}
.belief-box li span{color:var(--soft);font-size:.95rem;line-height:1.8}
.author-box{display:grid;grid-template-columns:200px 1fr;gap:22px;align-items:start;background:var(--pale);border:2px solid var(--line);border-radius:12px;padding:22px;margin:34px 0 0}
.author-box img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center 28%;border-radius:8px}
.author-name{font-size:1.25rem;font-weight:900;margin-bottom:2px}
.author-name small{font-size:.9rem;font-weight:700;color:var(--soft);margin-left:6px}
.author-role{font-weight:700;color:var(--sky-deep);margin-bottom:8px;font-size:.95rem}
.author-bio{font-size:.95rem;line-height:1.85;margin-bottom:8px}
.author-meta{font-size:.85rem;color:var(--soft);margin:0}
@media(max-width:650px){.author-box{grid-template-columns:1fr}.author-box img{max-width:260px}}

/* v2.2 見積CTA */
.quote-cta{max-width:760px;margin-top:28px;text-align:center}
.quote-cta .btn{width:100%;min-height:72px}
.quote-note{font-size:.92rem;color:var(--soft);margin:12px 0 0}


/* v2.3 数字書体（Dela Gothic One・数字と単位だけ） */
.numf,.check-progress li,.learn-num,.step-num,.koma-no{font-family:"Dela Gothic One","Zen Kaku Gothic New","Noto Sans JP",sans-serif;font-weight:400}

/* v2.3 まんが8コマ */
.manga{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:26px 0 10px;counter-reset:koma}
.koma{border:3px solid #102F40;border-radius:8px;background:#fff;overflow:hidden;position:relative}
.koma-no{position:absolute;top:0;left:0;z-index:3;background:#102F40;color:#fff;font-size:.95rem;padding:4px 12px 6px;border-radius:0 0 10px 0}
.koma-art{position:relative;background:#fff}
.koma-art svg{display:block;width:100%;height:auto}
.koma-cap{padding:12px 16px 14px;font-size:.98rem;font-weight:700;line-height:1.75;border-top:2px solid #102F40;background:#fff}
.koma-cap small{display:block;font-size:.82rem;color:var(--soft);font-weight:700;margin-top:4px}
.fukidashi{position:absolute;z-index:2;background:#fff;border:2.5px solid #102F40;border-radius:14px;padding:8px 12px;font-size:.92rem;font-weight:800;line-height:1.5;max-width:64%;box-shadow:2px 3px 0 rgba(16,47,64,.18)}
.fukidashi:after{content:"";position:absolute;bottom:-9px;left:24px;width:14px;height:14px;background:#fff;border-right:2.5px solid #102F40;border-bottom:2.5px solid #102F40;transform:rotate(45deg) skew(12deg,12deg)}
.fukidashi.rage{border-width:3px;background:#FFF3EE;font-weight:900}
.fukidashi.r:after{left:auto;right:24px}
.koma-wide{grid-column:1 / -1}
.manga-src{font-size:.88rem;color:var(--soft);margin:0 0 6px;line-height:1.9}
.manga-src a{color:var(--sky-deep);font-weight:800}
.koma-cta{padding:0 16px 16px;background:#fff}
.koma-cta .btn{width:100%}
@media(max-width:650px){.manga{grid-template-columns:1fr;gap:12px}.fukidashi{font-size:.9rem;max-width:70%}}

/* v2.3 微調整 */
.nw{white-space:nowrap}
.manga-src a{display:inline-block;padding:10px 0}
@media(max-width:650px){
  .koma-wide .fukidashi{position:static;display:block;margin:10px 12px 0;max-width:none}
  .koma-wide .fukidashi:after{display:none}
  .koma-wide .koma-art{padding-bottom:12px}
}
