@charset "utf-8";
/* =========================================================================
   みずほ会計事務所 相続サイト － Lightning子テーマ用スタイル
   ※自動生成ファイル：相続サイト/style.css を機械変換したもの（手書きではない）

   生成元 : 相続サイト/style.css
   生成日 : 2026-07-20

   ■ スコープ設計
     全ルールを .souzoku-root（page-souzoku.php が出力するラッパーdiv）配下に
     閉じ込めている。このCSSはWPの全ページで読み込まれるため、スコープを外すと
     Lightningの他ページや WP管理バー(#wpadminbar) にまで影響が漏れる。
     管理バーは .souzoku-root の外側にあるので無傷。
   ■ グローバルのまま残しているのは :root（変数定義）と html（2プロパティ）のみ。
   ■ このファイルを手で直接編集しないこと。
     静的サイト側を直した場合は変換スクリプトで再生成する。
   ========================================================================= */
/* ═══════════════════════════════════════════════
   みずほ会計事務所 相続サポートサイト — style.css
   Palette: Cream base · Navy × Orange (complementary)
═══════════════════════════════════════════════ */
.souzoku-root *, .souzoku-root *::before, .souzoku-root *::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
:root{/* オレンジ（温かみ・親しみ） */
  --or:#e07b39;--or-dk:#c0622a;--or-lt:#f9ede1;--or-pale:#fef8f3;
  /* ネイビー（信頼・対比色） */
  --nv:#1e3a6e;--nv-dk:#142a54;--nv-md:#2a5298;--nv-lt:#e8eef8;
  /* テキスト */
  --ink:#1e2d40;--ink-sub:#4a5568;--ink-muted:#5a6b80;
  /* 背景 */
  --surface:#ffffff;--paper:#faf9f6;--cream:#f4f1eb;
  /* ボーダー */
  --bd:#e2ddd6;--bd-dk:#c8c2b8;
  /* フォント */
  --f:'Noto Sans JP','Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
  --r:6px;
  --sh:0 2px 12px rgba(30,58,110,.07);
  --sh-md:0 6px 28px rgba(30,58,110,.12);}
body.souzoku{margin:0;font-family:var(--f);background:var(--paper);color:var(--ink);font-size:1.125rem;line-height:1.85;-webkit-font-smoothing:antialiased;font-weight:400}
.souzoku-root img{display:block;max-width:100%;height:auto}
.souzoku-root a{color:var(--or-dk);text-decoration:none}
/* ─── Layout ─── */
.souzoku-root .wrap{max-width:980px;margin:0 auto;padding:0 28px}
.souzoku-root .wrap-n{max-width:720px;margin:0 auto;padding:0 28px}
.souzoku-root .section{padding:84px 0}
.souzoku-root .section-sm{padding:56px 0}
.souzoku-root .bg-surface{background:var(--surface)}
.souzoku-root .bg-paper{background:var(--paper)}
.souzoku-root .bg-cream{background:var(--cream)}
.souzoku-root .bg-pale{background:var(--or-pale)}
/* ─── Typography ─── */
/* 見出し・コピー文の日本語改行：意味の区切りでない位置での改行を避ける（本文・説明文には適用しない） */
/* 2026-07-22：word-break:keep-allだけでは日本語の複合語（例：加算しません／説明しません）が
   途中で改行される実害が.reason-titleで実測発覚。同じ弱点を持つ見出し全般に
   word-break:auto-phrase（意味の区切りを認識）を追加して解消。 */
.souzoku-root h1, .souzoku-root h2.sh, .souzoku-root h2.sh-sm, .souzoku-root .page-hero__title, .souzoku-root .pull-quote, .souzoku-root .reason-title, .souzoku-root .flow-title, .souzoku-root .cta-sec h2, .souzoku-root .midcta h2, .souzoku-root .price-scenario__lead, .souzoku-root .stat-bars__head{word-break:normal;overflow-wrap:anywhere;text-wrap:wrap;line-break:strict}
.souzoku-root h2.sh{font-size:clamp(1.625rem,3.4vw,2.25rem);font-weight:500;line-height:1.5;color:var(--ink);margin-bottom:14px}
.souzoku-root h2.sh-sm{font-size:clamp(1.25rem,2.6vw,1.6rem);font-weight:500;line-height:1.5;color:var(--ink);margin-bottom:14px}
.souzoku-root .sec-en, .souzoku-root .eyebrow{display:block;font-size:.94rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--or);margin-bottom:6px}
.souzoku-root .sec-rule, .souzoku-root .orn-line{display:block;width:32px;height:2px;background:var(--or);margin-bottom:16px}
.souzoku-root .orn{margin-bottom:8px}
.souzoku-root .sl{font-size:1.125rem;color:var(--ink-sub);line-height:1.9;margin-bottom:44px}
/* ─── Nav ─── */
.souzoku-root .site-nav{position:sticky;top:0;z-index:200;background:var(--surface);border-bottom:1px solid var(--bd);height:60px;display:flex;align-items:center;padding:0 20px;gap:14px;box-shadow:0 2px 8px rgba(30,58,110,.06)}
.souzoku-root .nav-logo{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:500;color:var(--ink-sub);white-space:nowrap;flex-shrink:0}
.souzoku-root .nav-logo__img{height:32px;width:auto;display:block}
.souzoku-root .nav-logo span{color:var(--or)}
.souzoku-root .nav-links{display:flex;margin-left:auto;flex-shrink:0}
.souzoku-root .nav-links a{font-size:1rem;color:var(--ink-sub);padding:0 7px;height:60px;display:flex;align-items:center;border-bottom:2px solid transparent;transition:color .15s,border-color .15s;white-space:nowrap}
.souzoku-root .nav-links a:hover, .souzoku-root .nav-links a.active{color:var(--nv);border-bottom-color:var(--or)}
.souzoku-root .nav-cta{background:var(--or);color:#fff!important;font-weight:700;font-size:1.0625rem!important;padding:0 16px!important;border-radius:3px;border-bottom:none!important;margin-left:8px}
.souzoku-root .nav-cta:hover{background:var(--or-dk)!important}
.souzoku-root .mob-menu-btn{display:none;background:none;border:none;cursor:pointer;color:var(--nv);font-size:1.5rem;min-width:44px;min-height:44px;margin-left:auto}
/* 横並びナビは必要幅(約1240px)を確保できる幅でのみ表示。それ未満はハンバーガーに切替（従来980pxだと横並びが右へ溢れていた） */
@media(max-width:1260px){
.souzoku-root .nav-links{display:none;position:fixed;top:60px;left:0;right:0;background:var(--surface);flex-direction:column;padding:8px 0 16px;border-bottom:1px solid var(--bd);z-index:199;box-shadow:var(--sh-md)}
.souzoku-root .nav-links.open{display:flex}
.souzoku-root .nav-links a{height:48px;padding:0 24px;border-bottom:none!important;border-left:2px solid transparent}
.souzoku-root .nav-links a:hover, .souzoku-root .nav-links a.active{border-left-color:var(--or);color:var(--nv)}
.souzoku-root .nav-cta{margin:8px 16px 0;border-radius:3px;justify-content:center}
.souzoku-root .mob-menu-btn{display:block}
}
@media(max-width:480px){
.souzoku-root .site-nav{padding:0 14px;gap:8px}
.souzoku-root .nav-logo{font-size:.75rem;gap:4px}
.souzoku-root .nav-logo__img{height:24px}
}
/* ─── Campaign bar ─── */
.souzoku-root .camp-bar{background:var(--or-lt);border-bottom:1px solid #e8c8a8;text-align:center;padding:9px 20px;font-size:.94rem;color:var(--ink);word-break:normal;overflow-wrap:anywhere;text-wrap:wrap;line-break:strict}
.souzoku-root .camp-bar strong{color:var(--or-dk);font-weight:700}
/* ─── SLIDER ─── */
.souzoku-root .slider{position:relative;overflow:hidden;height:520px}
@media(max-width:600px){
.souzoku-root .slider{height:380px}
}
.souzoku-root .slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease;background-size:cover;background-position:center;background-color:var(--nv-dk)}
.souzoku-root .slide.is-active{opacity:1;z-index:1}
.souzoku-root .slide__overlay{position:absolute;inset:0;background:linear-gradient(100deg,rgba(20,42,84,.78) 0%,rgba(20,42,84,.45) 50%,rgba(20,42,84,.1) 100%)}
.souzoku-root .slide__inner{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding:60px 28px;max-width:980px;margin:0 auto}
.souzoku-root .slide__badge{display:inline-flex;align-items:center;gap:8px;font-size:.94rem;letter-spacing:.18em;text-transform:uppercase;color:var(--or-lt);font-weight:700;margin-bottom:16px}
.souzoku-root .slide__badge::before{content:'';width:18px;height:1px;background:var(--or)}
.souzoku-root .slide__title{font-size:clamp(1.75rem,4.5vw,2.7rem);font-weight:500;line-height:1.35;color:#fff;margin-bottom:14px;max-width:580px}
.souzoku-root .slide__title em{font-style:normal;color:var(--or-lt)}
.souzoku-root .slide__desc{font-size:1.125rem;color:rgba(255,255,255,.82);line-height:1.88;max-width:460px;margin-bottom:28px}
.souzoku-root .slide__cta{display:inline-flex;align-items:center;gap:8px;background:var(--or);color:#fff;font-size:1.0625rem;font-weight:700;padding:15px 26px;border-radius:3px;box-shadow:0 4px 16px rgba(224,123,57,.4);transition:background .15s}
.souzoku-root .slide__cta:hover{background:var(--or-dk)}
/* Nav dots */
.souzoku-root .slider-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}
.souzoku-root .s-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.35);cursor:pointer;border:none;padding:0;transition:background .2s,transform .2s}
.souzoku-root .s-dot.is-active{background:#fff;transform:scale(1.25)}
/* Arrows */
.souzoku-root .slider-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;transition:background .15s;backdrop-filter:blur(4px)}
.souzoku-root .slider-btn:hover{background:rgba(255,255,255,.28)}
.souzoku-root .slider-prev{left:16px}
.souzoku-root .slider-next{right:16px}
@media(max-width:540px){
.souzoku-root .slider-btn{display:none}
}
/* ─── Trust strip ─── */
.souzoku-root .trust{background:linear-gradient(180deg,#fff,var(--surface));border-bottom:1px solid var(--bd);padding:20px 22px}
.souzoku-root .trust-inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:12px 16px;justify-content:center;align-items:stretch}
.souzoku-root .trust-item{font-size:1.0625rem;font-weight:700;color:var(--nv);line-height:1.45;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--bd);border-radius:999px;padding:11px 22px;box-shadow:0 1px 4px rgba(30,58,110,.07);max-width:100%}
@media(min-width:1180px){
.souzoku-root .trust-item{white-space:nowrap}
}
.souzoku-root .trust-ic{width:26px;height:26px;flex-shrink:0;color:var(--or)}
.souzoku-root .trust-emph{font-style:normal;color:var(--or);font-size:1.2em;font-weight:700;letter-spacing:.01em}
@media(min-width:1180px){
.souzoku-root .trust-inner{flex-wrap:nowrap}
}
/* ─── Buttons ─── */
.souzoku-root .btn{display:inline-flex;align-items:center;gap:8px;font-size:1.0625rem;line-height:1.3;font-weight:700;padding:15px 26px;border-radius:3px;letter-spacing:.03em;cursor:pointer;transition:all .15s}
.souzoku-root .btn, .souzoku-root .tel-btn, .souzoku-root .btn-ws, .souzoku-root .line-btn, .souzoku-root .nav-cta{word-break:normal;overflow-wrap:anywhere;text-wrap:wrap;line-break:strict}
.souzoku-root .btn span:not(.arr){word-break:keep-all;overflow-wrap:anywhere}
.souzoku-root .btn-gold, .souzoku-root .btn-orange{background:var(--or);color:#fff;box-shadow:0 3px 14px rgba(224,123,57,.28)}
.souzoku-root .btn-gold:hover, .souzoku-root .btn-orange:hover{background:var(--or-dk)}
.souzoku-root .btn-navy, .souzoku-root .btn-dark, .souzoku-root .btn-green{background:var(--nv);color:#fff}
.souzoku-root .btn-navy:hover, .souzoku-root .btn-dark:hover, .souzoku-root .btn-green:hover{background:var(--nv-dk)}
.souzoku-root .btn-ow{background:transparent;border:2px solid rgba(255,255,255,.5);color:#fff}
.souzoku-root .btn-ow:hover{background:rgba(255,255,255,.1)}
.souzoku-root .btn-outline{background:transparent;border:2px solid var(--or);color:var(--or-dk)}
.souzoku-root .btn-outline:hover{background:var(--or-pale)}
.souzoku-root .arr{font-size:.76rem;transition:transform .15s}
.souzoku-root .btn:hover .arr{transform:translateX(3px)}
/* ─── Grid cards ─── */
.souzoku-root .grid-border{display:grid;gap:1px;background:var(--bd);border:1px solid var(--bd);border-radius:var(--r);overflow:hidden}
.souzoku-root .grid-border-2{grid-template-columns:repeat(2,1fr)}
.souzoku-root .grid-border-3{grid-template-columns:repeat(3,1fr)}
@media(max-width:700px){
.souzoku-root .grid-border-2, .souzoku-root .grid-border-3{grid-template-columns:1fr}
}
.souzoku-root .gb-cell{background:var(--surface);padding:30px}
.souzoku-root .gb-cell-p{padding:26px}
/* ─── Worry list ─── */
.souzoku-root .worry-layout{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:0}
.souzoku-root .worry-side{width:150px;flex-shrink:0;order:1}
.souzoku-root .worry-side img{width:100%;height:auto;display:block}
.souzoku-root .worry-side--male{margin-right:-14px}
.souzoku-root .worry-list-wrap{order:3;flex:1 1 100%;max-width:700px;margin:0 auto}
@media(max-width:540px){
.souzoku-root .worry-side{width:120px}
}
@media(min-width:960px){
.souzoku-root .worry-side{width:160px;order:1}
.souzoku-root .worry-side--female{order:3}
.souzoku-root .worry-side--male{margin-right:4px}
.souzoku-root .worry-list-wrap{order:2;flex:1 1 auto;max-width:540px;margin:0 4px}
}
.souzoku-root .worry-grid{display:flex;flex-direction:column;gap:14px;max-width:700px;margin:0 auto 40px}
.souzoku-root .worry-item{background:#fff;border:1px solid var(--bd);padding:18px 22px;font-size:1.25rem;color:var(--ink);line-height:1.7;border-radius:var(--r);display:flex;justify-content:flex-start;align-items:center;gap:14px}
.souzoku-root .worry-ic{flex-shrink:0;width:30px;height:30px;color:var(--or);line-height:0}
.souzoku-root .worry-ic svg{width:30px;height:30px;display:block}
.souzoku-root .worry-t{flex:1}
.souzoku-root .qa-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 2px #fff,0 1px 4px rgba(0,0,0,.15)}
.souzoku-root .qa-avatar-ph{width:56px;height:56px;border-radius:50%;box-shadow:0 0 0 2px #fff,0 1px 4px rgba(0,0,0,.15)}
.souzoku-root .qa-person{flex-shrink:0;width:68px;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}
/* ─── Stats row ─── */
.souzoku-root .stats-row{background:transparent;padding:0}
/* 2026-07-21判明：ヒーローと違いmax-widthが無く、広い画面幅で帯だけ画面いっぱいに伸びていた。
   ヒーロー画像と同じ1920px上限に揃える。ラベル文字（.stlbl）はvw基準のため、
   帯が固定幅になった1920px以降も文字だけ伸び続けないよう、下の@mediaで固定値に切り替える。 */
.souzoku-root .stats-band{position:relative;width:100%;max-width:1920px;margin:0 auto;line-height:0;font-size:0}
.souzoku-root .stats-band-img{width:100%;height:auto;display:block}
.souzoku-root .stats-hot{position:absolute;top:25%;height:64%;width:21%;border-radius:16px;cursor:default;transition:background .25s ease,box-shadow .25s ease}
.souzoku-root .stats-hot:hover{background:radial-gradient(closest-side at 50% 40%,rgba(255,255,255,.22),rgba(255,255,255,0) 80%);box-shadow:0 12px 30px rgba(0,0,0,.16)}
.souzoku-root .stlbl{position:absolute;top:75.4%;transform:translate(-50%,-50%);z-index:2;color:#fff;background:var(--o);white-space:nowrap;text-align:center;font-size:.97vw;font-weight:500;line-height:1.28;letter-spacing:.02em;padding:2px 6px;pointer-events:none}
.souzoku-root .stlbl-2{white-space:normal;top:76%}
/* 帯が1920pxで頭打ちになった後もvw基準の文字だけ伸び続けないよう、帯と同じ上限で固定値に切り替える（.97vw×1920px＝18.624px） */
@media(min-width:1920px){
.souzoku-root .stlbl{font-size:18.62px}
}
.souzoku-root .stats-stack{display:none}
.souzoku-root .stack-head{display:block;text-align:center;padding:20px 12px 8px}
.souzoku-root .stack-head p{margin:0;color:#fff;font-weight:700;font-size:clamp(1.5rem,8vw,2.1rem);letter-spacing:.02em;line-height:1.35}
.souzoku-root .stack-orn{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:9px}
.souzoku-root .stack-orn::before, .souzoku-root .stack-orn::after{content:"";width:44px;height:1px;background:rgba(255,255,255,.55)}
.souzoku-root .stack-orn i{width:6px;height:6px;background:#f0c56a;transform:rotate(45deg)}
.souzoku-root .stat-slice{display:block;position:relative;width:100%;margin:0;background-image:url(../images/stats-band.png?v=20260703);background-repeat:no-repeat;background-size:454.5% 153.8%;aspect-ratio:478/471}
.souzoku-root .stat-slice::after{content:"";position:absolute;inset:0;background:radial-gradient(closest-side at 50% 42%,rgba(255,255,255,.2),rgba(255,255,255,0) 78%);opacity:0;transition:opacity .25s ease}
.souzoku-root .stat-slice:hover::after{opacity:1}
.souzoku-root .slice-lbl{position:absolute;left:50%;top:77.6%;transform:translate(-50%,-50%);z-index:2;color:#fff;background:var(--o);white-space:nowrap;text-align:center;font-size:4.3vw;font-weight:500;line-height:1.3;letter-spacing:.02em;padding:2px 6px}
.souzoku-root .slice-lbl-2{white-space:normal}
/* ─── Pull quote ─── */
.souzoku-root .pull-quote{font-size:clamp(1.125rem,2.4vw,1.35rem);font-weight:500;line-height:1.8;color:var(--ink);border-left:4px solid var(--or);padding:14px 18px 14px 20px;background:var(--or-pale);border-radius:0 var(--r) var(--r) 0;margin:20px 0 24px}
/* ─── Story layout ─── */
.souzoku-root .story-layout{display:grid;gap:40px;align-items:start}
@media(min-width:680px){
.souzoku-root .story-layout{grid-template-columns:260px 1fr}
}
/* .staff-card は about で写真＋紹介文の2カラム。従来 HTML 側に
   style="grid-template-columns:240px 1fr" を直書きしていたため狭幅で
   崩れていた。story-layout と同じく既定は1カラム＝縦積みにする。 */
.souzoku-root .staff-card{display:grid;gap:40px;align-items:start}
@media(min-width:680px){
.souzoku-root .staff-card{grid-template-columns:240px 1fr}
}
.souzoku-root .story-photo, .souzoku-root .story-photo-frame{width:100%;aspect-ratio:3/4;background:var(--cream);border-radius:var(--r);overflow:hidden;position:relative;border:1px solid var(--bd)}
@media(min-width:680px){
.souzoku-root .story-photo{max-width:260px}
}
.souzoku-root .story-photo img, .souzoku-root .story-photo-frame img{width:100%;height:100%;object-fit:cover}
.souzoku-root .photo-label, .souzoku-root .story-photo__cap{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(20,42,84,.82));color:#fff;padding:22px 13px 13px;font-size:.94rem;line-height:1.6}
.souzoku-root .photo-label strong, .souzoku-root .story-photo__cap strong{display:block;font-size:1.0625rem;margin-bottom:2px}
.souzoku-root .person-head{width:66px;height:66px;background:var(--bd);border-radius:50%;position:absolute;top:44px;left:50%;transform:translateX(-50%)}
.souzoku-root .person-body{width:124px;height:66px;background:var(--bd);border-radius:62px 62px 0 0;position:absolute;bottom:80px;left:50%;transform:translateX(-50%)}
.souzoku-root .story-body{font-size:1.125rem;color:var(--ink-sub);line-height:1.9}
.souzoku-root .story-body p{margin-bottom:16px}
.souzoku-root .story-body h3{font-size:1.25rem;font-weight:700;color:var(--nv);margin:20px 0 8px}
/* ─── Reason card（mizuhokaikei.comの特徴カードに準拠：独立カード＋番号は円バッジで横並び） ─── */
.souzoku-root .reason-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
@media(max-width:700px){
.souzoku-root .reason-grid{grid-template-columns:1fr}
}
.souzoku-root .reason-cell{background:var(--surface);border-radius:var(--r);overflow:hidden;box-shadow:0 0 20px rgba(0,0,0,.06);padding:30px}
.souzoku-root .reason-thumb{margin:-30px -30px 22px;aspect-ratio:412/272;overflow:hidden;background:var(--bd)}
.souzoku-root .reason-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.souzoku-root .reason-cell:hover .reason-thumb img{transform:scale(1.05)}
/* 2026-07-27：mizuhokaikei.com「当事務所の特徴」(.title-group/.item-label/.item-title)に
   準拠する方式へ統一。バッジは写真に重ねず横並び固定（.item-labelと同じ静的配置）、
   改行は強制せずword-break:normalの自然な折返しをそのまま受け入れる（参照元と同じ）。 */
.souzoku-root .reason-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.souzoku-root .reason-num{flex:0 0 44px;width:44px;height:44px;border-radius:50%;background:var(--or);color:#fff;font-size:1.15rem;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center}
.souzoku-root .reason-title .rt-br{display:none}
/* 2026-07-27：真因はword-breakではなくtext-wrap:balance（共通見出しルールより継承）だった。
   balanceは行数を均等にするため語の境界を無視して機械的に割る（例：14文字を7+7で強制分割し
   「から」の中間で切れる）。mizuhokaikei.com（.item-title）はtext-wrap:wrap（既定）を使用して
   おり、それに合わせてbalanceを打ち消す。 */
.souzoku-root .reason-title{font-size:1.25rem;font-weight:700;color:var(--nv);line-height:1.5;word-break:normal;line-break:strict;text-wrap:wrap}
.souzoku-root .reason-body{font-size:1.125rem;color:var(--ink-sub);line-height:1.85}
/* ─── Service（mizuhokaikei.com p-home-serviceに準拠：写真付き独立カード＋ホバー） ─── */
.souzoku-root .svc-grid{display:flex;flex-direction:column;gap:24px}
.souzoku-root .svc-card{display:flex;gap:26px;align-items:flex-start;background:var(--surface);border-radius:var(--r);box-shadow:0 0 20px rgba(0,0,0,.06);padding:24px;transition:transform .25s ease,box-shadow .25s ease}
.souzoku-root .svc-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(0,0,0,.1)}
.souzoku-root .svc-photo{flex:0 0 140px;width:140px;height:140px;border-radius:12px;overflow:hidden;background:var(--bd)}
.souzoku-root .svc-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.souzoku-root .svc-card:hover .svc-photo img{transform:scale(1.06)}
.souzoku-root .svc-body{flex:1;min-width:0}
@media(max-width:680px){
.souzoku-root .svc-card{flex-direction:column}
/* 2026-07-22：写真は正方形（デスクトップ140×140）で構図済み。スマホ幅で16:9に強制すると
   上下が切れ人物の顔が欠ける実害があったため、デスクトップと同じ正方形に統一した。
   さらに江尾様指示で「この写真はそれほど重要でない、スマホで大きすぎる」とのことで
   面積を現状の約1/4（一辺を約半分）に縮小＝デスクトップと同じ140pxに統一。 */
.souzoku-root .svc-photo{flex:0 0 auto;width:140px;height:auto;aspect-ratio:1/1}
}
.souzoku-root .svc-num{font-size:.94rem;font-weight:700;color:var(--or);letter-spacing:.08em;margin-bottom:7px}
.souzoku-root .svc-title{font-size:1.25rem;font-weight:700;color:var(--nv);margin-bottom:11px;line-height:1.4}
.souzoku-root .svc-list{list-style:none;display:flex;flex-direction:column;gap:8px}
.souzoku-root .svc-list li{font-size:1.125rem;color:var(--ink-sub);padding-left:15px;position:relative;line-height:1.8}
.souzoku-root .svc-list li::before{content:'';position:absolute;left:0;top:.62em;width:4px;height:4px;border-radius:50%;background:var(--or)}
/* ─── Flow ─── */
.souzoku-root .flow-items{display:grid;gap:0}
.souzoku-root .flow-item{display:grid;grid-template-columns:52px 1fr;gap:0 18px;padding-bottom:30px;position:relative}
.souzoku-root .flow-item:last-child{padding-bottom:0}
.souzoku-root .flow-item:not(:last-child) .flow-nc::after{content:'';position:absolute;left:25px;top:48px;bottom:0;width:1px;background:var(--bd)}
.souzoku-root .flow-nc{display:flex;flex-direction:column;align-items:center;position:relative}
.souzoku-root .flow-n{width:44px;height:44px;border:2px solid var(--or);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:700;color:var(--or);background:var(--surface);flex-shrink:0;position:relative;z-index:1}
.souzoku-root .flow-body{padding-top:8px}
.souzoku-root .flow-title{font-size:1.25rem;font-weight:700;color:var(--nv);margin-bottom:6px}
.souzoku-root .flow-desc{font-size:1.125rem;color:var(--ink-sub);line-height:1.8}
/* ─── Price ─── */
.souzoku-root .price-card{background:var(--surface);border:1px solid var(--bd);border-radius:var(--r);overflow:hidden;margin-bottom:20px;box-shadow:var(--sh)}
.souzoku-root .price-head{background:var(--nv);color:#fff;padding:16px 22px;font-size:1.3rem;font-weight:700}
.souzoku-root .price-body{padding:24px}
.souzoku-root .price-rows{border:1px solid var(--bd);border-radius:var(--r);overflow:hidden;margin-bottom:14px}
.souzoku-root .price-row{display:grid;grid-template-columns:1fr 1.8fr;border-bottom:1px solid var(--bd)}
.souzoku-root .price-row:last-child{border-bottom:none}
.souzoku-root .price-label{background:var(--paper);padding:14px;font-size:1.125rem;font-weight:600;color:var(--ink-sub);border-right:1px solid var(--bd)}
.souzoku-root .price-val{padding:14px;font-size:1.125rem;color:var(--ink);line-height:1.7;text-align:right}
.souzoku-root .price-val-ac{font-weight:700;color:var(--or-dk)}
.souzoku-root .price-val small{display:block;font-size:.72em;font-weight:400;color:var(--ink-muted);margin-top:2px}
.souzoku-root .price-note{font-size:.94rem;color:var(--ink-muted);line-height:1.8}
.souzoku-root .price-promise{background:var(--or-pale);border:1px solid #e8c8a8;border-radius:var(--r);padding:16px 20px;font-size:1.125rem;color:var(--ink);line-height:1.8}
@media(max-width:540px){
.souzoku-root .price-row{grid-template-columns:1fr}
.souzoku-root .price-label{border-right:none;border-bottom:1px solid var(--bd)}
}
/* ─── Voices ─── */
.souzoku-root .voice-grid{display:grid;gap:20px}
@media(min-width:900px){
.souzoku-root .voice-grid{grid-template-columns:repeat(3,1fr)}
}
.souzoku-root .voice-card{background:var(--surface);border:1px solid var(--bd);border-radius:var(--r);overflow:hidden;box-shadow:var(--sh);transition:transform .25s ease,box-shadow .25s ease}
.souzoku-root .voice-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(0,0,0,.1)}
.souzoku-root .voice-photo{width:100%;aspect-ratio:4/3;background:var(--cream);display:flex;align-items:center;justify-content:center}
.souzoku-root .voice-avatar{width:200px;height:200px;display:block;transition:transform .5s ease}
.souzoku-root .voice-card:hover .voice-avatar{transform:scale(1.06)}
.souzoku-root .voice-photo-ph{width:100%;aspect-ratio:4/3;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:.94rem;color:var(--ink-muted)}
.souzoku-root .voice-body{padding:18px}
.souzoku-root .voice-text{font-size:1.125rem;color:var(--ink-sub);line-height:1.85;margin-bottom:10px}
.souzoku-root .voice-name{font-size:1rem;font-weight:700;color:var(--nv)}
.souzoku-root .voice-tag{display:inline-block;font-size:.94rem;background:var(--or-lt);color:var(--or-dk);padding:3px 9px;border-radius:3px;margin-top:5px}
/* ─── FAQ ─── */
.souzoku-root .faq-list{display:grid;gap:2px}
.souzoku-root details{background:var(--surface);border:1px solid var(--bd);border-radius:var(--r);overflow:hidden}
.souzoku-root summary{padding:17px 20px;cursor:pointer;list-style:none;display:grid;grid-template-columns:24px 1fr 18px;gap:0 12px;align-items:start;font-size:1.125rem;font-weight:500;color:var(--nv);line-height:1.6;min-height:44px}
.souzoku-root summary::-webkit-details-marker{display:none}
.souzoku-root .fq{font-size:1.125rem;color:var(--or);font-weight:700;padding-top:1px}
.souzoku-root .fp{width:16px;height:16px;position:relative;flex-shrink:0;margin-top:8px}
.souzoku-root .fp::before, .souzoku-root .fp::after{content:'';position:absolute;background:var(--or);border-radius:1px}
.souzoku-root .fp::before{width:10px;height:1.5px;top:50%;left:3px;transform:translateY(-50%)}
.souzoku-root .fp::after{width:1.5px;height:10px;left:50%;top:3px;transform:translateX(-50%);transition:transform .2s,opacity .2s}
.souzoku-root details[open] .fp::after{transform:translateX(-50%) rotate(90deg);opacity:0}
.souzoku-root .faq-ans{padding:0 20px 16px 56px;font-size:1.125rem;color:var(--ink-sub);line-height:1.88;border-top:1px solid var(--bd)}
.souzoku-root .faq-ans p{margin-top:12px}
.souzoku-root .faq-ans strong{color:var(--nv)}
.souzoku-root .faq-ans a{color:var(--or-dk);text-decoration:underline}
/* ─── その他の業務（料金）アコーディオン：Shopify型（行クリックで直下に展開）＋丸型オレンジ+/− ─── */
.souzoku-root .svc-acc-list{display:grid;gap:2px}
.souzoku-root .svc-acc-list details{background:var(--surface);border:1px solid var(--bd);border-radius:var(--r);overflow:hidden}
.souzoku-root .svc-acc-list summary{padding:17px 20px;cursor:pointer;list-style:none;display:flex;align-items:center;gap:14px;font-size:1.125rem;font-weight:500;color:var(--nv);line-height:1.6;min-height:44px}
.souzoku-root .svc-acc-list summary::-webkit-details-marker{display:none}
.souzoku-root .svc-plus{width:28px;height:28px;border-radius:50%;background:var(--or);position:relative;flex-shrink:0}
.souzoku-root .svc-plus::before, .souzoku-root .svc-plus::after{content:'';position:absolute;background:#fff;border-radius:1px}
.souzoku-root .svc-plus::before{width:12px;height:2px;top:50%;left:50%;transform:translate(-50%,-50%)}
.souzoku-root .svc-plus::after{width:2px;height:12px;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .2s,opacity .2s}
.souzoku-root .svc-acc-list details[open] .svc-plus::after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}
.souzoku-root .svc-acc-name{flex:1}
.souzoku-root .svc-acc-price{color:var(--or-dk);font-weight:700;white-space:nowrap;text-align:right;font-size:.94rem;line-height:1.5}
.souzoku-root .svc-acc-body{padding:0 20px 18px 62px;font-size:1.0625rem;color:var(--ink-sub);line-height:1.85;border-top:1px solid var(--bd)}
.souzoku-root .svc-acc-body p{margin-top:12px}
/* ─── CTA section ─── */
/* 2026-07-28：江尾様の指示で、中間CTA(.midcta)の形式（余白・文字サイズ・枠なし）に最終CTAを統一。 */
.souzoku-root .cta-sec{background:var(--nv);color:#fff;padding:44px 20px;text-align:center}
.souzoku-root .cta-ltd{display:inline-block;font-size:.94rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--or-lt);border:1px solid rgba(255,255,255,.3);padding:4px 12px;border-radius:3px;margin-bottom:16px}
.souzoku-root .cta-sec h2{font-size:clamp(1.375rem,3vw,1.75rem);font-weight:500;color:#fff;margin-bottom:8px;line-height:1.5}
.souzoku-root .cta-sec>div>p{font-size:1.0625rem;color:rgba(255,255,255,.78);margin-bottom:20px;line-height:1.8}
.souzoku-root .cta-box{background:none;border:none;border-radius:0;padding:0;max-width:360px;margin:0 auto}
.souzoku-root .cta-tel{font-size:2rem;color:var(--or-lt);letter-spacing:.05em;margin-bottom:4px;font-weight:500;white-space:nowrap}
.souzoku-root .cta-tel a{color:inherit}
.souzoku-root .cta-hours{font-size:.94rem;color:rgba(255,255,255,.6);margin-bottom:22px}
.souzoku-root .cta-div{display:flex;align-items:center;gap:10px;margin-bottom:18px;font-size:.94rem;color:rgba(255,255,255,.45);letter-spacing:.1em;text-transform:uppercase}
.souzoku-root .cta-div::before, .souzoku-root .cta-div::after{content:'';flex:1;height:1px;background:rgba(255,255,255,.15)}
.souzoku-root .cta-btns{display:flex;flex-direction:column;gap:10px}
/* 2026-07-22：トップページのbook-btn（角丸6px＋影）と見た目を統一。38ページで使われるbtn-wsは
   従来border-radius3px・影なしでトップページのみ特別なデザインになっていたため合わせる。 */
.souzoku-root .btn-ws{background:var(--or);color:#fff;font-size:1.0625rem;font-weight:700;line-height:1.3;padding:16px 20px;border-radius:6px;text-align:center;letter-spacing:.02em;transition:background .15s;display:block;box-shadow:0 4px 16px rgba(224,123,57,.4)}
.souzoku-root .btn-ws:hover{background:var(--or-dk)}
.souzoku-root .cta-btns .tel-btn, .souzoku-root .cta-btns .line-btn, .souzoku-root .cta-btns .btn-ws{width:100%;min-height:66px}
.souzoku-root .cta-btns .btn-ws{display:flex;align-items:center;justify-content:center}
.souzoku-root .cta-btns .btn-ws::before{content:'\2709\FE0E';margin-right:8px;font-weight:400;font-size:1.3rem;line-height:1}
.souzoku-root .cta-btns .tel-btn small, .souzoku-root .cta-btns .line-btn strong, .souzoku-root .cta-btns .btn-ws{text-wrap:wrap}
.souzoku-root .cta-priv{font-size:.94rem;color:rgba(255,255,255,.5);margin-top:16px;line-height:1.7}
/* ─── Breadcrumb ─── */
.souzoku-root .bread{background:var(--cream);padding:11px 0;border-bottom:1px solid var(--bd)}
.souzoku-root .bread-inner{display:flex;flex-wrap:wrap;gap:0;font-size:.94rem;color:var(--ink-muted)}
.souzoku-root .bread-inner a{color:var(--ink-muted)}
.souzoku-root .bread-inner a:hover{color:var(--or-dk)}
.souzoku-root .bread-inner span{padding:0 6px;color:var(--bd-dk)}
/* ─── Page hero ─── */
.souzoku-root .page-hero{background:var(--surface);padding:52px 28px 44px;border-bottom:3px solid var(--or);position:relative;overflow:hidden}
/* 2026-07-31：mainの左右16px（mizuhokaikei.com実測値）にpage-heroが揃っておらず、
   ヒーローのコピー幅が本文セクションより1〜2文字分狭くなっていた不具合を修正。
   同一詳細度ルールはソース順で後勝ちのため基本ルール直後に配置。 */
@media(max-width:540px){
.souzoku-root .page-hero{padding-left:16px;padding-right:16px}
}
.souzoku-root .page-hero::before{content:'';position:absolute;right:-60px;top:-40px;width:260px;height:260px;border-radius:50%;background:var(--nv-lt);opacity:.5}
.souzoku-root .page-hero__kicker{font-size:.94rem;letter-spacing:.2em;text-transform:uppercase;color:var(--or);font-weight:700;margin-bottom:10px}
.souzoku-root .page-hero__title{font-size:clamp(1.625rem,3.8vw,2.2rem);font-weight:500;color:var(--nv);line-height:1.45}
.souzoku-root .page-hero__desc{font-size:1.125rem;color:var(--ink-sub);margin-top:12px;max-width:540px;line-height:1.85}
/* 地域別ページ用：写真背景ヒーロー（2026-07-08追加、img実装でGoogle画像検索対応） */
.souzoku-root .page-hero.page-hero--photo{min-height:400px;display:flex;align-items:flex-end;padding:32px 28px 36px;border-bottom:none}
.souzoku-root .page-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.souzoku-root .page-hero--photo::before{right:auto;top:auto;width:auto;height:auto;border-radius:0;background:none;opacity:1;inset:0;z-index:1;background:linear-gradient(180deg,rgba(60,32,12,0) 0%,rgba(60,32,12,.1) 55%,rgba(60,32,12,.5) 100%)}
.souzoku-root .page-hero--photo .wrap{position:relative;z-index:2}
.souzoku-root .page-hero--photo .page-hero__kicker{color:#fff;text-shadow:0 1px 10px rgba(40,20,5,1),0 0 4px rgba(40,20,5,.8)}
.souzoku-root .page-hero--photo .page-hero__title{color:#fff;text-shadow:0 2px 14px rgba(40,20,5,1),0 1px 4px rgba(40,20,5,.9)}
.souzoku-root .page-hero--photo .page-hero__desc{color:#fff;text-shadow:0 2px 12px rgba(40,20,5,1),0 1px 4px rgba(40,20,5,.9)}
@media(max-width:600px){
.souzoku-root .page-hero.page-hero--photo{min-height:320px}
}
/* ─── Article ─── */
.souzoku-root .article-body{font-size:1.125rem;color:var(--ink-sub);line-height:1.9}
.souzoku-root .article-lead{font-size:1.125rem;color:var(--ink);line-height:1.9;border-left:4px solid var(--or);padding:14px 16px 14px 20px;margin-bottom:36px;background:var(--or-pale);border-radius:0 var(--r) var(--r) 0}
.souzoku-root .article-body h2{font-size:1.625rem;font-weight:500;color:var(--nv);margin:36px 0 12px;padding-bottom:8px;border-bottom:2px solid var(--or)}
.souzoku-root .article-body h3{font-size:1.25rem;font-weight:700;color:var(--nv);margin:22px 0 8px}
.souzoku-root .article-body p{margin-bottom:16px}
.souzoku-root .article-body ul, .souzoku-root .article-body ol{margin:12px 0 16px 20px}
.souzoku-root .article-body li{margin-bottom:8px}
.souzoku-root .article-body .note-box{background:var(--or-pale);border:1px solid #e8c8a8;border-radius:var(--r);padding:16px 18px;margin:18px 0;font-size:1.125rem;color:var(--ink)}
.souzoku-root .article-body .warn-box{background:#fff8f0;border:1px solid #e8c97a;border-radius:var(--r);padding:16px 18px;margin:18px 0;font-size:1.125rem;color:#7a5010}
.souzoku-root .formula-box{font-size:1.25rem;font-weight:500;color:var(--nv);background:var(--cream);border:1px solid var(--bd-dk);border-radius:var(--r);padding:15px 22px;margin:16px 0;text-align:center}
/* ─── Local Insight：地域固有ブロック内の小分けユニット（他市町村でも同じ型を流用） ─── */
.souzoku-root .insight-block{display:flex;gap:20px;padding:28px 0;border-top:1px solid var(--bd)}
.souzoku-root .insight-block:first-child{border-top:none;padding-top:0}
.souzoku-root .insight-block__num{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:var(--paper);border:2px solid var(--or);color:var(--or-dk);font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center}
.souzoku-root .insight-block__body{flex:1;min-width:0}
.souzoku-root .insight-block__body h3{margin-top:0}
/* 2026-07-30：single-post main h3の共通装飾（オレンジ下線＋margin-top 2em）が詳細度で勝ってしまい、
   insight-blockの番号バッジ横のタイトルが40px下にずれ、①の右側が空白行に見える不具合を修正。
   セクション見出し用の下線・大きい上余白はここでは不要なため、詳細度を上げて明示的に打ち消す。 */
.single-post .souzoku-root main .insight-block__body h3{margin:2px 0 8px;border-bottom:none;padding-bottom:0;font-size:1.15rem;line-height:1.5}
.souzoku-root .insight-block__chip{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;color:var(--or-dk);background:var(--or-lt);border-radius:999px;padding:3px 10px 3px 6px;margin-bottom:8px}
.souzoku-root .insight-block__chip svg{width:14px;height:14px;flex-shrink:0}
@media(max-width:540px){
.souzoku-root .insight-block{gap:14px}
.souzoku-root .insight-block__num{width:30px;height:30px;font-size:.9rem}
}
/* ═══ サービス・料金ページ 専用（視覚重視レイアウト） ═══ */
.souzoku-root .sp-ic{width:54px;height:54px;border-radius:15px;background:var(--or-lt);color:var(--or-dk);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.souzoku-root .sp-ic svg{width:27px;height:27px}
.souzoku-root .sp-ic--nv{background:var(--nv-lt);color:var(--nv)}
.souzoku-root .sp-ic--sm{width:44px;height:44px;border-radius:12px}
.souzoku-root .sp-ic--sm svg{width:22px;height:22px}
/* hero */
.souzoku-root .sp-hero{display:grid;grid-template-columns:1.02fr .98fr;background:var(--surface);border-bottom:3px solid var(--or);overflow:hidden}
.souzoku-root .sp-hero__body{padding:50px 28px 46px;max-width:600px;margin-left:auto;width:100%}
.souzoku-root .sp-hero__photo{background:linear-gradient(135deg,var(--nv-lt),var(--or-lt));min-height:360px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}
.souzoku-root .sp-hero__photo span{font-size:.86rem;color:var(--ink-muted);background:rgba(255,255,255,.65);padding:6px 15px;border-radius:20px}
.souzoku-root .sp-hero__badge{display:inline-block;background:var(--nv);color:#fff;font-size:.82rem;font-weight:700;padding:5px 14px;border-radius:4px;margin-bottom:18px}
.souzoku-root .sp-hero h1{font-size:clamp(1.7rem,3.5vw,2.35rem);font-weight:700;color:var(--nv);line-height:1.42;margin:0 0 16px}
.souzoku-root .sp-hero__desc{font-size:1.06rem;color:var(--ink-sub);line-height:1.85;margin-bottom:24px}
.souzoku-root .sp-hero__btns{display:flex;gap:12px;flex-wrap:wrap}
@media(max-width:820px){
.souzoku-root .sp-hero{grid-template-columns:1fr}
.souzoku-root .sp-hero__photo{min-height:190px;order:-1}
.souzoku-root .sp-hero__body{max-width:none;padding:34px 24px}
}
.souzoku-root .sp-pcard{background:var(--surface);border:2px solid var(--or);border-radius:10px;padding:16px 22px;margin-bottom:24px;box-shadow:var(--sh);display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.souzoku-root .sp-pcard__lbl{font-size:.9rem;font-weight:700;color:var(--nv);white-space:nowrap}
.souzoku-root .sp-pcard__main{font-size:1.35rem;font-weight:700;color:var(--ink);line-height:1.35}
.souzoku-root .sp-pcard__main b{color:var(--or-dk)}
.souzoku-root .sp-pcard__sub{font-size:.8rem;color:var(--ink-muted);font-weight:400;display:block;margin-top:2px}
/* policy 3-up */
.souzoku-root .sp-pol{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media(max-width:720px){
.souzoku-root .sp-pol{grid-template-columns:1fr}
}
.souzoku-root .sp-pol__card{background:var(--surface);border:1px solid var(--bd);border-radius:var(--r);padding:26px 24px;text-align:center;box-shadow:var(--sh)}
.souzoku-root .sp-pol__card .sp-ic{margin:0 auto 14px}
.souzoku-root .sp-pol__card h4{font-size:1.1rem;font-weight:700;color:var(--nv);margin:0 0 8px}
.souzoku-root .sp-pol__card p{font-size:.94rem;color:var(--ink-sub);line-height:1.75;margin:0}
/* signature row */
.souzoku-root .sp-sign{display:flex;align-items:center;gap:18px;margin-top:28px}
.souzoku-root .sp-sign img{width:100px;height:100px;border-radius:50%;object-fit:cover}
.souzoku-root .sp-sign span{font-size:1.35rem;color:var(--ink-sub);line-height:1.5}
.souzoku-root .sp-sign b{color:var(--nv);font-weight:700}
/* rate table */
.souzoku-root .sp-rate{border:1px solid var(--bd);border-radius:var(--r);overflow:hidden;box-shadow:var(--sh)}
.souzoku-root .sp-rate table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}
.souzoku-root .sp-rate th, .souzoku-root .sp-rate td{padding:15px 22px;border-bottom:1px solid var(--bd)}
.souzoku-root .sp-rate thead th{background:var(--nv);color:#fff;font-size:.95rem;font-weight:700}
.souzoku-root .sp-rate tbody tr:last-child td{border-bottom:none}
.souzoku-root .sp-rate tbody tr:nth-child(even){background:var(--paper)}
.souzoku-root .sp-rate td:first-child, .souzoku-root .sp-rate th:first-child{text-align:left;padding-left:4%}
.souzoku-root .sp-rate td:last-child, .souzoku-root .sp-rate th:last-child{text-align:right;padding-right:4%;font-weight:700;color:var(--or-dk)}
.souzoku-root .sp-rate td:first-child{color:var(--ink-sub);font-size:1.5rem}
.souzoku-root .sp-rate td:last-child{font-size:1.5rem}
.souzoku-root .sp-rate td:last-child small{display:block;font-size:.8rem;font-weight:400;color:var(--ink-muted)}
.souzoku-root .sp-note-card{background:var(--or-pale);border:1px solid #e8c8a8;border-radius:var(--r);padding:20px 22px;font-size:.96rem;color:var(--ink);line-height:1.8}
.souzoku-root .sp-note-card b{color:var(--nv)}
/* cases */
.souzoku-root .sp-cases{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
@media(max-width:700px){
.souzoku-root .sp-cases{grid-template-columns:1fr}
}
.souzoku-root .sp-case{background:var(--surface);border:1px solid var(--bd);border-radius:var(--r);padding:24px;box-shadow:var(--sh)}
.souzoku-root .sp-case__hd{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.souzoku-root .sp-case__hd h4{font-size:1.06rem;font-weight:700;color:var(--nv);margin:0;line-height:1.4}
.souzoku-root .sp-case dl{margin:0 0 14px;font-size:.92rem}
.souzoku-root .sp-case dl div{display:flex;gap:10px;padding:3px 0;line-height:1.6}
.souzoku-root .sp-case dt{color:var(--ink-muted);flex:0 0 4.2em;font-weight:600}
.souzoku-root .sp-case dd{margin:0;color:var(--ink-sub)}
.souzoku-root .sp-case__price{background:var(--or-pale);border-radius:var(--r);padding:11px 16px;text-align:center;margin-bottom:12px}
.souzoku-root .sp-case__price .k{font-size:.8rem;color:var(--ink-sub)}
.souzoku-root .sp-case__price .v{font-size:1.5rem;font-weight:700;color:var(--or-dk);font-variant-numeric:tabular-nums;line-height:1.2}
.souzoku-root .sp-case__price .v small{font-size:.6rem;font-weight:400;color:var(--ink-muted)}
.souzoku-root .sp-case__opt{font-size:.85rem;color:var(--ink-sub);border-top:1px dashed var(--bd);padding-top:10px}
.souzoku-root .sp-case__opt .r{display:flex;justify-content:space-between;padding:2px 0;font-variant-numeric:tabular-nums}
.souzoku-root .sp-case__opt .tot{font-weight:700;color:var(--nv);border-top:1px solid var(--bd);margin-top:6px;padding-top:6px;font-size:.95rem}
/* included icon grid */
.souzoku-root .sp-incl{display:grid;grid-template-columns:repeat(4,1fr);gap:24px 16px}
@media(max-width:700px){
.souzoku-root .sp-incl{grid-template-columns:repeat(2,1fr)}
}
.souzoku-root .sp-incl__item{text-align:center;font-size:.92rem;font-weight:600;color:var(--ink);line-height:1.5}
.souzoku-root .sp-incl__item .sp-ic{margin:0 auto 10px}
/* option cards */
.souzoku-root .sp-opts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media(max-width:760px){
.souzoku-root .sp-opts{grid-template-columns:1fr}
}
.souzoku-root .sp-opt{background:var(--surface);border:1px solid var(--bd);border-radius:var(--r);padding:22px;box-shadow:var(--sh);display:flex;flex-direction:column}
.souzoku-root .sp-opt__ttl{font-size:1.05rem;font-weight:700;color:var(--nv);margin:12px 0 8px}
.souzoku-root .sp-opt__desc{font-size:.88rem;color:var(--ink-sub);line-height:1.7;flex:1;margin-bottom:12px}
.souzoku-root .sp-opt__price{font-size:1.3rem;font-weight:700;color:var(--or-dk);font-variant-numeric:tabular-nums}
.souzoku-root .sp-opt__price small{font-size:.66rem;font-weight:400;color:var(--ink-muted);display:block}
/* audit navy band */
.souzoku-root .sp-audit{background:var(--nv);border-radius:var(--r);padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.souzoku-root .sp-audit__l{flex:1;min-width:240px}
.souzoku-root .sp-audit__l .k{font-size:.88rem;color:var(--or-lt);font-weight:700;margin-bottom:6px}
.souzoku-root .sp-audit__l h3{font-size:1.3rem;font-weight:700;color:#fff;margin:0 0 6px}
.souzoku-root .sp-audit__l p{font-size:.92rem;color:rgba(255,255,255,.82);margin:0;line-height:1.7}
.souzoku-root .sp-audit__r{background:#fff;border-radius:var(--r);padding:14px 24px;text-align:center;white-space:nowrap}
.souzoku-root .sp-audit__r .v{font-size:1.5rem;font-weight:700;color:var(--nv);font-variant-numeric:tabular-nums}
.souzoku-root .sp-audit__r .v small{font-size:.6rem;font-weight:400;color:var(--ink-muted);display:block}
/* 全幅ヒーロー：式ピル＋CTA */
.souzoku-root .sp-hero-formula{display:inline-block;background:rgba(255,255,255,.95);color:var(--ink);border-radius:8px;padding:11px 22px;font-size:1.15rem;font-weight:600;margin:18px 0 22px;box-shadow:0 6px 20px rgba(0,0,0,.3);word-break:keep-all;overflow-wrap:anywhere}
.souzoku-root .sp-hero-formula b{color:var(--or-dk);font-weight:700}
.souzoku-root .sp-hero-cta .btn{box-shadow:0 6px 20px rgba(0,0,0,.3)}
/* ===== サービスのヒーロー：1枚の写真の上にコピー・文章・CTAを載せる統合オーバーレイ。
   可読性は紺の暗幕でなく「下からのクリーム半透明グラデ＋濃紺文字」で確保。
   PCは最大幅＋縦横比＋高さ上限で、幅を広げても画像が過度に拡大されず人物が見切れないようにする ===== */
.souzoku-root .sp-ovhero{position:relative;max-width:1680px;margin:0 auto;height:clamp(460px,35.9vw,660px);overflow:hidden;border-bottom:3px solid var(--or);background:var(--paper)}
.souzoku-root .sp-ovhero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;display:block;z-index:0}
/* PC：可読性用クリームは左上だけに限定（左40%手前で消える）。人物（中央〜右）は霞ませず、下部全体には広げない */
.souzoku-root .sp-ovhero::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(107deg,rgba(244,241,235,.9) 0%,rgba(244,241,235,.6) 15%,rgba(244,241,235,.16) 29%,rgba(244,241,235,0) 40%)}
/* コピー一式（キッカー・見出し・CTA）を左上の壁面へまとめて配置。max-width:440で人物に重ならない */
.souzoku-root .sp-ovhero__inner{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;max-width:500px;padding:clamp(28px,6vh,56px) 20px 24px clamp(20px,3vw,44px)}
.souzoku-root .sp-ovhero .page-hero__kicker{color:var(--or-dk);margin-bottom:10px}
.souzoku-root .sp-ovhero__title{color:var(--nv);font-weight:700;font-size:clamp(1.5rem,2.2vw,1.8rem);line-height:1.45;margin:0 0 20px}
@media(max-width:1099px){
/* タブレット・スマホ：写真（上）＋クリームのコピー帯（下）を1つのヒーロー内に統合。コピー・CTAはクリーム帯の中にまとめる（写真上に残さない・下部の空白を作らない）。左上オーバーレイは人物に重ならない幅(≧1100px)でのみ使用 */
.souzoku-root .sp-ovhero{position:static;display:flex;flex-direction:column;height:auto;aspect-ratio:auto;min-height:0;max-height:none;overflow:visible;background:var(--cream)}
.souzoku-root .sp-ovhero__img{position:static;width:100%;height:auto;max-height:44vh;object-fit:cover;object-position:64% 18%}
.souzoku-root .sp-ovhero::before{display:none}
.souzoku-root .sp-ovhero__inner{position:static;height:auto;justify-content:flex-start;max-width:none;padding:20px 20px 26px;background:var(--cream)}
.souzoku-root .sp-ovhero__title{font-size:clamp(1.35rem,4.4vw,1.7rem);margin-bottom:16px}
}
/* ヒーロー直下の大きな料金バンド */
.souzoku-root .sp-priceband{background:var(--or-pale);border-bottom:3px solid var(--or);padding:24px 0}
.souzoku-root .sp-priceband__in{display:flex;align-items:center;justify-content:space-between;gap:18px 28px;flex-wrap:wrap}
/* 料金バンド：web版は文字を約2倍、スマホはメイン式を1行に（clampで画面幅に応じて縮小＋nowrap） */
.souzoku-root .sp-priceband__lbl{display:block;font-size:clamp(.95rem,1.9vw,1.7rem);font-weight:700;color:var(--nv);margin-bottom:6px}
.souzoku-root .sp-priceband__main{font-size:clamp(1.15rem,3.9vw,3.5rem);font-weight:700;color:var(--ink);line-height:1.25;white-space:nowrap}
.souzoku-root .sp-priceband__main b{color:var(--or-dk)}
.souzoku-root .sp-priceband__sub{display:block;font-size:clamp(.82rem,1.7vw,1.6rem);font-weight:400;color:var(--ink-muted);margin-top:5px}
.souzoku-root .article-cta{background:var(--or-pale);border:1px solid #e8c8a8;border-radius:var(--r);padding:30px;margin-top:48px;text-align:center}
.souzoku-root .article-cta .sec-en, .souzoku-root .article-cta .eyebrow{display:block;margin-bottom:8px}
.souzoku-root .qa-turn{margin-bottom:32px}
.souzoku-root .qa-turn:last-child{margin-bottom:0}
.souzoku-root .qa-label{display:block;font-weight:700;font-size:.85rem;color:var(--ink-muted);letter-spacing:.06em}
.souzoku-root .qa-label--nv{color:var(--nv)}
.souzoku-root .qa-text{flex:1;min-width:0}
.souzoku-root .qa-q{display:flex;align-items:flex-start;gap:10px;background:var(--paper);border-radius:var(--r);padding:16px 20px;margin-bottom:10px;font-size:1.125rem;color:var(--ink-sub);line-height:1.7}
.souzoku-root .qa-a{display:flex;align-items:flex-start;gap:10px;background:var(--nv-lt);border-left:4px solid var(--nv);border-radius:0 var(--r) var(--r) 0;padding:16px 20px 16px 16px;margin-bottom:10px;font-size:1.125rem;color:var(--ink);line-height:1.8}
.souzoku-root .qa-note{font-size:1.0625rem;color:var(--ink-sub);background:var(--surface);border:1px solid var(--bd);border-radius:var(--r);padding:14px 18px;line-height:1.85}
/* 2026-08-03：コラム記事末尾の「江尾の一人称ブロック」（.article-bodyの直下に単独で置く.qa-a）は
   本文が長く、顔写真が上端に張り付いて見えるため、この用途に限り縦中央揃えにする。
   .qa-turn の中にある通常の吹き出し（相談者⇄江尾の会話）は従来どおり上詰めのまま。
   成約ページ・地域別ページの .qa-a はすべて .qa-turn の内側にあるため、このルールの影響を受けない。 */
.souzoku-root .article-body > .qa-a{align-items:center}
.souzoku-root .article-cta p{font-size:1.125rem;color:var(--ink-sub);margin-bottom:18px}
/* ─── Column list ─── */
.souzoku-root .col-list{display:grid;gap:18px}
@media(min-width:600px){
.souzoku-root .col-list{grid-template-columns:repeat(2,1fr)}
}
.souzoku-root .col-card{background:var(--surface);border:1px solid var(--bd);border-radius:var(--r);overflow:hidden;transition:box-shadow .15s,transform .15s;display:block}
.souzoku-root .col-card:hover{box-shadow:var(--sh-md);transform:translateY(-2px)}
.souzoku-root .col-card__img{aspect-ratio:16/7;overflow:hidden;background:var(--cream);display:flex;align-items:center;justify-content:center}
.souzoku-root .col-card__img img{width:100%;height:100%;object-fit:cover}
.souzoku-root .col-card__img-ph{width:100%;height:100%;background:linear-gradient(135deg,var(--or-lt),var(--cream));display:flex;align-items:center;justify-content:center;font-size:.94rem;color:var(--ink-muted)}
.souzoku-root .col-card__body{padding:18px}
.souzoku-root .col-cat{font-size:.94rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--or);margin-bottom:6px;display:block}
.souzoku-root .col-title{font-size:1.25rem;font-weight:700;color:var(--nv);line-height:1.5;margin-bottom:6px}
.souzoku-root .col-desc{font-size:1.125rem;color:var(--ink-muted);line-height:1.8}
.souzoku-root .col-date{font-size:.94rem;color:var(--ink-muted);margin-top:7px;display:block}
/* ─── Contact ─── */
.souzoku-root .contact-grid{display:grid;gap:28px}
@media(min-width:700px){
.souzoku-root .contact-grid{grid-template-columns:260px 1fr}
}
.souzoku-root .contact-info{padding-right:12px}
.souzoku-root .contact-tel{font-size:1.85rem;color:var(--nv);letter-spacing:.04em;margin:10px 0 4px;line-height:1.2;font-weight:500}
.souzoku-root .contact-tel a{color:inherit}
.souzoku-root .contact-hours{font-size:1rem;color:var(--ink-muted);margin-bottom:22px;line-height:1.8}
.souzoku-root .contact-form-wrap{background:var(--surface);border:1px solid var(--bd);border-radius:var(--r);padding:30px;box-shadow:var(--sh)}
.souzoku-root .contact-form{display:grid;gap:18px}
.souzoku-root .cf-row{display:grid;gap:6px}
.souzoku-root .cf-row label{font-size:1rem;font-weight:700;color:var(--nv)}
.souzoku-root .cf-row input, .souzoku-root .cf-row select, .souzoku-root .cf-row textarea{width:100%;min-height:44px;padding:12px 14px;border:1px solid var(--bd);border-radius:var(--r);font-family:var(--f);font-size:1.125rem;color:var(--ink);background:var(--paper);transition:border-color .15s}
.souzoku-root .cf-row input:focus, .souzoku-root .cf-row select:focus, .souzoku-root .cf-row textarea:focus{outline:none;border-color:var(--or);box-shadow:0 0 0 3px rgba(224,123,57,.1)}
.souzoku-root .cf-radio-btns{display:flex;flex-wrap:wrap;gap:12px}
.souzoku-root .cf-radio-btns label{display:flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:10px 28px;border:2px solid var(--bd);border-radius:var(--r);font-size:1.0625rem;font-weight:700;color:var(--ink-sub);background:var(--paper);cursor:pointer;transition:all .15s}
.souzoku-root .cf-radio-btns input{position:absolute;width:1px;height:1px;opacity:0}
.souzoku-root .cf-radio-btns label:has(input:checked){border-color:var(--or);background:var(--or-pale);color:var(--or-dk)}
.souzoku-root .cf-radio-btns label:has(input:focus-visible){outline:2px solid var(--or);outline-offset:2px}
.souzoku-root .cf-hint{font-size:.85rem;color:var(--ink-muted);margin:-2px 0 2px}
.souzoku-root .cf-notice{background:var(--or-pale);border-left:3px solid var(--or);padding:12px 14px;border-radius:3px;font-size:.9375rem;color:var(--ink-sub);line-height:1.7}
.souzoku-root .cf-privacy{display:flex;align-items:center;gap:8px;font-size:1rem;color:var(--ink-sub)}
.souzoku-root .cf-privacy a{color:var(--or-dk);text-decoration:underline}
.souzoku-root .btn-submit{display:block;width:100%;min-height:52px;padding:14px;background:var(--or);color:#fff;font-size:1.0625rem;font-weight:700;border:none;border-radius:3px;cursor:pointer;letter-spacing:.04em;transition:background .15s}
.souzoku-root .btn-submit:hover{background:var(--or-dk)}
.souzoku-root .req{font-size:.94rem;color:#c0392b;font-weight:700;margin-left:4px;vertical-align:text-top}
/* ─── Staff ─── */
.souzoku-root .story-photo-frame{width:100%;aspect-ratio:3/4;background:var(--cream);border-radius:var(--r);overflow:hidden;position:relative;border:1px solid var(--bd);max-width:220px}
.souzoku-root .staff-cred-box{background:var(--paper);border:1px solid var(--bd);border-radius:var(--r);padding:16px;margin-top:12px}
.souzoku-root .staff-cred-title{font-size:.94rem;font-weight:700;color:var(--nv);letter-spacing:.08em;margin-bottom:9px}
.souzoku-root .cred-item{display:flex;flex-direction:column;margin-bottom:8px}
.souzoku-root .cred-item:last-child{margin-bottom:0}
.souzoku-root .cred-name{font-size:1rem;font-weight:700;color:var(--ink);line-height:1.4}
.souzoku-root .cred-no{font-size:.86rem;color:var(--ink-sub);line-height:1.4}
/* ─── Footer ─── */
.souzoku-root footer{background:var(--nv-dk);color:rgba(255,255,255,.35);padding:40px 28px 24px}
.souzoku-root .footer-inner{max-width:980px;margin:0 auto;display:grid;gap:24px}
@media(min-width:920px){
.souzoku-root .footer-inner{grid-template-columns:1fr 1fr;align-items:start}
.souzoku-root .footer-nav{grid-column:1/-1}
}
.souzoku-root .footer-name{font-size:1rem;font-weight:700;color:rgba(255,255,255,.8);margin-bottom:5px}
.souzoku-root .footer-addr{font-size:.94rem;line-height:1.8;color:rgba(255,255,255,.55)}
.souzoku-root .footer-addr a{color:rgba(255,255,255,.85);text-decoration:none}
.souzoku-root .footer-addr a:hover{color:#fff;text-decoration:underline}
.souzoku-root .footer-nav{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:.94rem;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.12)}
.souzoku-root .footer-nav a{color:rgba(255,255,255,.55)}
.souzoku-root .footer-nav a:hover{color:#fff}
.souzoku-root .footer-copy{font-size:.85rem;color:rgba(255,255,255,.32);margin-top:20px;max-width:980px}
.souzoku-root .footer-map{border-radius:var(--r);overflow:hidden}
.souzoku-root .footer-map iframe{display:block;width:100%;height:440px;border:0}
/* ─── Utilities ─── */
.souzoku-root .mt8{margin-top:8px}
.souzoku-root .mt16{margin-top:16px}
.souzoku-root .mt24{margin-top:24px}
.souzoku-root .mt32{margin-top:32px}
.souzoku-root .mt48{margin-top:48px}
.souzoku-root .mb8{margin-bottom:8px}
.souzoku-root .mb16{margin-bottom:16px}
.souzoku-root .mb24{margin-bottom:24px}
.souzoku-root .text-center{text-align:center}
/* 2026-07-21判明：帯→縦積みの切り替えが540pxだと、540〜900px程度（ブラウザを縮めた時の中間幅）で
   PC向けの横1本帯のまま文字だけvw基準で縮み、窮屈に見える不具合が実機幅検証で見つかった。
   この2行だけ切り出し、切り替え境目を900pxに引き上げる（他の540px向け調整はそのまま）。 */
@media(max-width:900px){
.souzoku-root .stats-band{display:none}
.souzoku-root .stats-stack{display:block;background:#e57635;padding:0 0 6px}
}
@media(max-width:540px){
.souzoku-root .section{padding:58px 0}
.souzoku-root .section-sm{padding:38px 0}
.souzoku-root .wrap, .souzoku-root .wrap-n{padding:0 18px}
.souzoku-root .cta-tel{font-size:1.6rem;letter-spacing:.02em}
.souzoku-root .photo-label{font-size:1.15rem;line-height:1.7;padding:26px 16px 16px}
.souzoku-root .photo-label strong{font-size:1.4rem;margin-bottom:4px}
.souzoku-root .staff-cred-box{padding:20px}
.souzoku-root .staff-cred-title{font-size:1.05rem;margin-bottom:12px}
.souzoku-root .cred-item{margin-bottom:12px}
.souzoku-root .cred-name{font-size:1.25rem}
.souzoku-root .cred-no{font-size:1.05rem}
.souzoku-root .cta-btns .tel-btn, .souzoku-root .cta-btns .line-btn{padding:9px 14px}
.souzoku-root .cta-btns .btn-ws{padding:16px 14px}
.souzoku-root .cta-btns .tel-btn small{font-size:.85rem}
.souzoku-root .cta-btns .line-btn strong{font-size:1.15rem}
.souzoku-root .cta-btns .tel-btn, .souzoku-root .cta-btns .line-btn, .souzoku-root .cta-btns .btn-ws{min-height:82px}
}
/* ═══════════ 2026-07 リニューアル：電話ファースト・拾い読み対応 ═══════════ */
/* ─── Hero（静止・結論先出し） ─── */
.souzoku-root .hero{position:relative;min-height:560px;max-width:1920px;margin:0 auto;display:flex;background-color:var(--nv-dk);overflow:hidden}
.souzoku-root .hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.souzoku-root .hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(20,42,84,.46) 0%,rgba(20,42,84,.18) 18%,rgba(20,42,84,0) 38%,rgba(20,42,84,0) 60%,rgba(20,42,84,.2) 84%,rgba(20,42,84,.4) 100%)}
.souzoku-root .hero__inner{position:relative;z-index:2;max-width:none;margin:0;width:100%;padding:24px 24px 26px;display:flex;flex-direction:column;justify-content:flex-end}
.souzoku-root .hero__bottom{max-width:520px}
.souzoku-root .hero__badge{display:inline-flex;align-items:center;gap:8px;font-size:.94rem;letter-spacing:.12em;color:var(--or-lt);font-weight:700;margin-bottom:14px;text-shadow:0 1px 8px rgba(20,42,84,.8)}
.souzoku-root .hero__badge::before{content:'';width:18px;height:1px;background:var(--or)}
/* 見出しは1本化し、フォントサイズをclamp()でビューポート幅に連動させ、画面縮小の途中でサイズが急変しないようにする */
.souzoku-root .hero__title{position:absolute;top:20px;left:24px;right:24px;z-index:3;margin:0;font-size:clamp(1.0625rem,4.5vw,2.5rem);font-weight:700;line-height:1.4;color:#fff;max-width:680px;text-shadow:0 2px 16px rgba(20,42,84,.85),0 1px 3px rgba(20,42,84,.6);text-wrap:wrap}
.souzoku-root .hero__title em{font-style:normal;color:var(--or-lt)}
.souzoku-root .hero__desc{font-size:1.125rem;color:#fff;line-height:1.85;max-width:560px;margin-bottom:0;text-shadow:0 2px 12px rgba(20,42,84,.9),0 1px 2px rgba(20,42,84,.7)}
.souzoku-root .hero__desc strong{color:#fff;font-weight:700;border-bottom:2px solid var(--or)}
@media(max-width:1099px){
/* モバイル画像の実寸比率(780:454)をそのままheroの縦横比にすることで、cover指定でも人物が左右で切れない（contain時のレターボックス＝説明文が写真の外に出てしまう問題も解消） */
/* 2026-07-21：前回セッションでmin-height:260pxを追加していたが、元の静的サイト
   （相続サイト/style.css 574行目）は min-height:0 であり、この差分が原因で
   ①aspect-ratioがmin-heightから幅を逆算しheroがビューポートより広くなる、
   ②320px幅でhero__descが折り返して重なる、の2件の不具合を引き起こしていた。
   静的サイトの値（min-height:0）に戻して原設計に一致させる。 */
.souzoku-root .hero{aspect-ratio:780/454;min-height:0;background-color:var(--paper)}
.souzoku-root .hero__bg{object-position:top center}
.souzoku-root .hero__bottom{max-width:none}
/* 2026-07-28：説明文が写真内の人物の顔に重なる実害が判明（実描画で確認）。
   サービス・料金ページ（.sp-hero、max-width:1099pxで1カラム化＋写真とテキストを分離）
   と同じ方式に統一し、スマホ幅ではテキストを写真の外（下）に出す。 */
/* 江尾様の指摘（2026-07-28）：コピー（見出し）は顔に重なっていないので写真オーバーレイのまま残す。
   説明文（実績3行）だけが顔に重なっていたので、それだけを写真の外に出す。 */
.souzoku-root .hero{aspect-ratio:auto;display:flex;flex-direction:column;overflow:visible;height:auto}
.souzoku-root .hero__bg{position:static;inset:auto;width:100%;height:auto;aspect-ratio:780/454}
.souzoku-root .hero__inner{position:static;background:var(--paper)}
.souzoku-root .hero__desc{color:var(--ink-sub);text-shadow:none}
.souzoku-root .hero__desc strong{color:var(--nv)}
/* 2026-07-29：ヒーロー直下CTA（.hero-cta-band）の電話バナー小見出しが実機375幅で
   「お電話でのお問い合わせ（平日10-17時）」の「時）」だけ2行目に割れる実害が判明
   （必要幅278.5px＞使用可能幅269px）。.cta-btns側と同じ.85rem（実測251.8px）に縮小して1行に収める。 */
.souzoku-root .hero-cta-band .tel-btn small{font-size:.85rem}
}
.souzoku-root .hero__cta{display:flex;flex-direction:column;gap:12px;max-width:360px;margin:0 auto}
.souzoku-root .hero__cta .tel-btn{border:1px solid var(--bd);box-shadow:var(--sh)}
.souzoku-root .tel-btn{display:inline-flex;flex-direction:column;justify-content:center;background:#fff;color:var(--nv);padding:9px 24px;border-radius:6px;min-height:58px}
.souzoku-root .tel-btn small{font-size:.94rem;color:var(--ink-sub);font-weight:700;line-height:1.25}
.souzoku-root .tel-btn strong{font-size:1.55rem;letter-spacing:.03em;line-height:1.1;color:var(--nv)}
.souzoku-root .tel-btn strong::before{content:'\260E';margin-right:8px;color:var(--or)}
.souzoku-root .book-btn{display:inline-flex;align-items:center;gap:8px;background:var(--or);color:#fff;font-size:1.0625rem;font-weight:700;padding:0 26px;border-radius:6px;min-height:58px;box-shadow:0 4px 16px rgba(224,123,57,.4)}
.souzoku-root .book-btn:hover{background:var(--or-dk)}
/* LINEボタン（友だち追加が必要であることを小見出しで明記）。地色は白文字とのコントラスト比4.5:1以上を確保した濃いグリーン（WCAG AA準拠、公式LINEグリーン#06c755は白文字だと約2.26:1で基準未達のため調整） */
.souzoku-root .line-btn{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;background:#037a3a;color:#fff;padding:9px 24px;border-radius:6px;min-height:58px;box-shadow:0 4px 16px rgba(3,122,58,.35)}
.souzoku-root .line-btn:hover{background:#025f2e}
.souzoku-root .line-btn small{font-size:.94rem;font-weight:700;color:#fff;display:block;line-height:1.25}
.souzoku-root .line-btn strong{font-size:1.3rem;letter-spacing:.02em;line-height:1.1;color:#fff;display:flex;align-items:center;gap:6px}
.souzoku-root .line-btn strong::before{content:'\1F4AC'}
/* お問い合わせページの左カラム（260px幅）は狭いため、LINEボタンの文字が2段（小見出し＋本文1行）に収まるようフォントサイズを縮小 */
.souzoku-root .contact-info .line-btn strong{font-size:1.0625rem;gap:5px}
/* 電話・メール・LINEのバナーを同サイズに揃える（縦並び・全幅） */
.souzoku-root .hero__cta .tel-btn, .souzoku-root .hero__cta .book-btn, .souzoku-root .hero__cta .line-btn, .souzoku-root .midcta__row .tel-btn, .souzoku-root .midcta__row .book-btn, .souzoku-root .midcta__row .line-btn{width:100%;min-height:72px}
.souzoku-root .hero__cta .tel-btn, .souzoku-root .midcta__row .tel-btn{align-items:center;text-align:center}
.souzoku-root .hero__cta .book-btn, .souzoku-root .midcta__row .book-btn{justify-content:center}
.souzoku-root .hero__cta .book-btn::before, .souzoku-root .midcta__row .book-btn::before{content:'\2709\FE0E';margin-right:8px;font-weight:400;font-size:1.5rem;line-height:1}
.souzoku-root .hero__note{font-size:.94rem;color:rgba(255,255,255,.88);line-height:1.7;margin-top:14px;text-shadow:0 1px 8px rgba(20,42,84,.9)}
/* デスクトップ：パターンA（タブ小さめ・説明文＋タブを下げる）※基本指定の後に置くこと */
@media(min-width:1100px){
.souzoku-root .hero__bottom{max-width:1000px}
.souzoku-root .hero__desc{font-size:1.3125rem}
.souzoku-root .hero__cta{flex-direction:row;max-width:none;gap:12px;flex-wrap:nowrap;align-items:stretch;margin:0}
.souzoku-root .hero__cta .tel-btn, .souzoku-root .hero__cta .book-btn, .souzoku-root .hero__cta .line-btn{flex:1 1 0;width:auto;min-height:66px}
.souzoku-root .hero__cta .book-btn{font-size:1.3125rem}
.souzoku-root .hero__cta .line-btn strong{font-size:1.15rem}
}
/* ─── ヒーロー直下：問い合わせバナー帯（画像の外・幅の制約を受けない） ─── */
.souzoku-root .hero-cta-band{background:var(--surface);border-bottom:1px solid var(--bd);padding:24px 0}
.souzoku-root .hero-cta-band__wrap{max-width:1120px;margin:0 auto;padding:0 28px}
.souzoku-root .hero__chips{display:flex;flex-wrap:wrap;gap:8px 18px;font-size:.94rem;color:rgba(255,255,255,.88)}
.souzoku-root .hero__chips span{display:flex;align-items:center;gap:6px}
.souzoku-root .hero__chips span::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--or);flex-shrink:0}
/* ─── お悩み（リンク化） ─── */
.souzoku-root a.worry-item{text-decoration:none;transition:box-shadow .2s,transform .2s,border-color .2s}
.souzoku-root a.worry-item:hover{box-shadow:0 10px 24px rgba(30,58,110,.15);transform:translateY(-5px);border-color:var(--or);color:var(--ink)}
/* ─── 事務所案内 ─── */
.souzoku-root .office-lead{font-size:1.125rem;color:var(--ink-sub);line-height:2;max-width:780px}
.souzoku-root .office-lead strong{color:var(--nv);font-weight:700}
/* ─── 事務所案内（画像＋本文 2カラム） ─── */
.souzoku-root .about-layout{display:grid;gap:32px;align-items:center}
@media(min-width:840px){
.souzoku-root .about-layout{grid-template-columns:0.9fr 1.18fr;grid-template-areas:"media head" "media body";column-gap:44px;row-gap:18px;align-items:start}
.souzoku-root .about-head{grid-area:head}
.souzoku-root .about-media{grid-area:media}
.souzoku-root .about-body{grid-area:body}
}
.souzoku-root .about-media{border-radius:12px;overflow:hidden;box-shadow:var(--sh-md);aspect-ratio:1040/1194}
.souzoku-root .about-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.souzoku-root .about-media:hover img{transform:scale(1.06)}
.souzoku-root .about-body .sec-en{margin-top:0}
.souzoku-root .about-body .office-lead p{margin-bottom:1em}
.souzoku-root .about-body .office-lead p:last-child{margin-bottom:0}
.souzoku-root .office-lead__lead{font-size:1.25rem;font-weight:700;color:var(--nv);line-height:1.8}
/* ─── 料金セクション ─── */
.souzoku-root .price-formula{font-size:clamp(1.2rem,3vw,1.5rem);font-weight:700;color:var(--nv);background:var(--cream);border:2px solid var(--or);border-radius:var(--r);padding:18px 22px;margin:18px 0;text-align:center;line-height:1.6}
.souzoku-root .price-formula small{display:block;font-size:.6em;font-weight:400;color:var(--ink-sub);margin-top:6px}
.souzoku-root .price-emph{color:#c0392b;font-weight:700;font-size:1.125rem;display:block;margin:16px 0;line-height:1.75}
.souzoku-root .price-scenario{background:var(--or-pale);border:1px solid #e8c8a8;border-left:4px solid var(--or);border-radius:0 var(--r) var(--r) 0;padding:22px 24px;margin:18px 0;font-size:1.0625rem;line-height:1.9;color:var(--ink)}
.souzoku-root .price-highlight{display:flex;align-items:center;gap:16px;background:#fff;border:2px solid #c0392b;border-radius:var(--r);padding:18px 22px;margin-bottom:18px;box-shadow:0 8px 20px rgba(192,57,43,.15)}
.souzoku-root .price-highlight__icon{flex:0 0 46px;width:46px;height:46px;border-radius:50%;background:#c0392b;color:#fff;display:flex;align-items:center;justify-content:center}
.souzoku-root .price-highlight__icon svg{width:26px;height:26px}
.souzoku-root .price-scenario__lead{display:block;color:#c0392b;font-size:1.4rem;font-weight:700;line-height:1.5}
@media(max-width:540px){
.souzoku-root .price-highlight{align-items:flex-start;gap:12px;padding:16px}
.souzoku-root .price-scenario__lead{font-size:1.15rem}
}
.souzoku-root .price-scenario p{margin:0}
.souzoku-root .price-scenario__ref-title{font-size:1.125rem;font-weight:700;color:var(--nv);margin:20px 0 10px}
.souzoku-root .compare-table{width:100%;border-collapse:collapse;margin:0;font-size:1.0625rem;background:var(--surface);border-radius:var(--r);overflow:hidden}
.souzoku-root .compare-table td{border:1px solid var(--bd);padding:12px 14px;line-height:1.6}
.souzoku-root .compare-table td:last-child{text-align:right;white-space:nowrap;color:var(--ink-sub);font-weight:600}
.souzoku-root .compare-table--desc td:last-child{text-align:left;white-space:normal;color:var(--ink-sub);font-weight:400}
/* 2026-07-30：見出し行（1行目）は列の種類に関わらず中央揃えに統一。金額・面積等の値は右詰、
   説明文は.compare-table--descクラスで左詰にし、表ごとに「金額欄かどうか」で使い分ける。 */
.souzoku-root .compare-table tr:first-child td{text-align:center}
/* 2026-07-30：横に長い比較表がスマホ幅で列ごと潰れて読めなくなる不具合を修正。
   ラッパーdivに横スクロールを持たせ、表自体は最小幅を確保して自然な列幅を保つ。 */
.souzoku-root .table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 0 18px}
.souzoku-root .table-scroll .compare-table{margin:0}
@media(max-width:640px){
.souzoku-root .table-scroll .compare-table{min-width:560px}
}
/* ─── 中間CTA帯 ─── */
.souzoku-root .midcta{background:var(--nv);color:#fff;text-align:center;padding:44px 20px}
/* 2026-07-28：h2・pがsection直下でラップ無し（.wrap-nの720pxが効かない）ため、Web幅で
   他セクションと不揃いになっていた実害が判明。同じ720pxを直接指定して揃える。 */
.souzoku-root .midcta h2{font-size:clamp(1.375rem,3vw,1.75rem);font-weight:500;color:#fff;margin-bottom:8px;line-height:1.5;max-width:720px;margin-left:auto;margin-right:auto}
.souzoku-root .midcta p{font-size:1.0625rem;color:rgba(255,255,255,.78);margin-bottom:20px;line-height:1.8;max-width:720px;margin-left:auto;margin-right:auto}
.souzoku-root .midcta__row{display:flex;flex-direction:column;gap:12px;align-items:stretch;max-width:360px;margin:0 auto}
/* ─── 明るい未来（Before→After・写真パネル型） ─── */
.souzoku-root .mirai-panels{display:grid;grid-template-columns:1fr 84px 1fr;align-items:center;gap:0;margin-top:40px}
@media(max-width:820px){
.souzoku-root .mirai-panels{grid-template-columns:1fr;gap:26px}
}
.souzoku-root .mirai-panel{display:flex;flex-direction:column;align-items:center;max-width:460px;margin:0 auto}
.souzoku-root .mirai-pill{display:inline-block;padding:9px 26px;border-radius:999px;font-weight:700;font-size:1.05rem;color:#fff;position:relative;z-index:2;margin-bottom:-20px;box-shadow:0 6px 16px rgba(0,0,0,.18)}
.souzoku-root .mirai-pill--before{background:var(--nv)}
.souzoku-root .mirai-pill--after{background:var(--or)}
.souzoku-root .mirai-photo{width:100%;border-radius:16px;overflow:hidden;aspect-ratio:2.75/1}
.souzoku-root .mirai-photo img{width:100%;height:100%;object-fit:cover;display:block}
.souzoku-root .mirai-card{width:100%;background:#fff;border-radius:14px;box-shadow:var(--sh-md);margin-top:-28px;padding:6px 4px;position:relative;z-index:1}
.souzoku-root .mirai-card--before{border-left:4px solid var(--nv)}
.souzoku-root .mirai-card--after{border-left:4px solid var(--or)}
.souzoku-root .mirai-item{display:flex;align-items:center;gap:14px;padding:14px 18px;border-bottom:1px solid var(--bd)}
.souzoku-root .mirai-item:last-child{border-bottom:none}
.souzoku-root .mirai-ic{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}
.souzoku-root .mirai-ic svg{width:24px;height:24px}
.souzoku-root .mirai-ic--before{background:var(--ink-muted)}
.souzoku-root .mirai-ic--after{background:var(--or)}
.souzoku-root .mirai-badge{position:absolute;right:-3px;bottom:-3px;width:18px;height:18px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.18)}
.souzoku-root .mirai-badge svg{width:12px;height:12px}
.souzoku-root .mirai-t{font-size:1.0625rem;line-height:1.6;color:var(--ink-sub)}
.souzoku-root .mirai-card--after .mirai-t{color:var(--ink)}
.souzoku-root .mirai-center-arrow{display:flex;align-items:center;justify-content:center}
.souzoku-root .mirai-big-arrow{width:64px;height:64px;border-radius:50%;background:var(--or);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;box-shadow:0 8px 20px rgba(224,123,57,.35)}
@media(max-width:820px){
.souzoku-root .mirai-big-arrow{transform:rotate(90deg);width:48px;height:48px;font-size:1.4rem}
}
.souzoku-root .mirai-close{margin-top:32px;text-align:center;font-size:1.0625rem;color:var(--ink-sub);font-weight:500;line-height:1.9}
.souzoku-root .mirai-close strong{color:var(--nv);font-weight:700}
/* ─── モバイル追従CTAバー ─── */
.souzoku-root .mobile-cta{display:none}
@media(max-width:820px){
.souzoku-root .mobile-cta{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:300;box-shadow:0 -2px 12px rgba(0,0,0,.18)}
.souzoku-root .mobile-cta a{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;min-height:58px;font-size:1.0625rem;font-weight:700;color:#fff;letter-spacing:.02em}
.souzoku-root .mcta-tel{background:var(--nv)}
.souzoku-root .mcta-tel::before{content:'\260E';margin-right:2px}
.souzoku-root .mcta-form{background:var(--or)}
.souzoku-root .mcta-form::before{content:'\2709\FE0E';margin-right:4px}
.souzoku-root .mcta-line{background:#037a3a}
.souzoku-root .mcta-line::before{content:'\1F4AC';margin-right:2px}
.souzoku-root .mobile-cta a{min-height:63px}
body.souzoku{padding-bottom:66px}
}
/* ─── 統計バーチャート（出典付きデータ表示） ─── */
.souzoku-root .stat-bars{background:var(--surface);border:1px solid var(--bd);border-radius:var(--r);padding:28px 30px 24px;margin-bottom:40px}
.souzoku-root .stat-bars__head{font-size:1.0625rem;font-weight:700;color:var(--nv);margin-bottom:20px}
.souzoku-root .stat-bar-row{margin-bottom:20px}
.souzoku-root .stat-bar-row:last-of-type{margin-bottom:14px}
.souzoku-root .stat-bar-label{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:7px;font-size:.98rem;color:var(--ink)}
.souzoku-root .stat-bar-pct{font-size:1.25rem;font-weight:700;color:var(--or-dk);flex-shrink:0}
.souzoku-root .stat-bar-track{background:var(--or-pale);border-radius:999px;height:14px;overflow:hidden}
.souzoku-root .stat-bar-fill{background:var(--or);height:100%;border-radius:999px}
.souzoku-root .stat-bars__source{font-size:.8rem;color:var(--ink-muted);border-top:1px solid var(--bd);padding-top:12px;margin-top:4px}
.souzoku-root .stat-bars__source a{color:var(--ink-muted);text-decoration:underline}
/* ─── コラム記事のアイキャッチ（mizuhokaikei.com .post-eyecatch に準拠：タイトル直下・全幅） ─── */
.souzoku-root .article-eyecatch{margin-bottom:24px}
.souzoku-root .article-eyecatch img{width:100%;height:auto;display:block;aspect-ratio:768/432;object-fit:cover;border-radius:var(--r)}
.souzoku-root .article-eyecatch__caption{font-size:.85rem;color:var(--ink-muted);text-align:center;margin:8px 0 0;line-height:1.6}
/* ─── Message欄の執筆者表記（顔写真＋資格） ─── */
.souzoku-root .author-byline{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:20px;flex-wrap:wrap}
.souzoku-root .author-byline__person{display:flex;align-items:center;gap:14px}
.souzoku-root .author-byline img{width:72px;height:72px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 2px #fff,0 1px 4px rgba(0,0,0,.15);flex-shrink:0}
.souzoku-root .author-byline span{font-size:1.125rem;color:var(--ink-sub);text-align:left;line-height:1.6}
@media(max-width:480px){
.souzoku-root .author-byline{flex-direction:column;gap:12px}
.souzoku-root .author-byline__person{flex-direction:column;text-align:center}
.souzoku-root .author-byline span{text-align:center}
}
/* ─── コラム記事の目次（mizuhokaikei.com Table of Contents Plus の表示/非表示トグルに準拠） ─── */
.souzoku-root .article-toc{background:var(--cream);border:1px solid var(--bd);border-radius:var(--r);padding:20px 24px;margin:24px 0}
.souzoku-root .article-toc__title{font-weight:700;color:var(--nv);font-size:1.05rem;margin:0 0 10px;text-align:center}
.souzoku-root .article-toc__toggle{background:none;border:none;padding:0;margin-left:8px;color:var(--ink-sub);font-size:.85rem;font-weight:400;cursor:pointer}
.souzoku-root .article-toc__toggle:hover{color:var(--or-dk)}
.souzoku-root .article-toc ul{margin:0;padding:0;list-style:none}
.souzoku-root .article-toc li{margin-bottom:6px}
.souzoku-root .article-toc a{color:var(--nv);text-decoration:none;border-bottom:1px solid transparent}
.souzoku-root .article-toc a:hover{border-bottom-color:var(--or)}
/* 2026-07-30：目次の番号を独立した要素にして視覚的に「リスト」らしく見せる（mizuhokaikei.comのtoc_numberに準拠、色は自サイトのオレンジに置換）。 */
.souzoku-root .article-toc .toc-num{display:inline-block;min-width:1.6em;color:var(--or-dk);font-weight:700}
/* ─── コラム記事末尾の免責注記 ─── */
.souzoku-root .article-disclaimer{font-size:.85rem;color:var(--ink-sub);background:var(--paper);border-left:3px solid var(--bd-dk);padding:12px 16px;margin:28px 0 0;line-height:1.7}
/* ─── コラム記事の著者署名（mizuhokaikei.com .c-point-block/.post-author の構造に準拠：タブ状ラベル＋色付きカード、写真+氏名キャプションを1列、経歴文+リンクを別列） ─── */
.souzoku-root .article-author{margin-bottom:20px}
.souzoku-root .article-author__label{display:inline-block;font-weight:700;color:#fff;background:var(--nv);font-size:.9rem;margin:0;padding:.4em 1em;border-radius:var(--r) var(--r) 0 0}
.souzoku-root .article-author__box{background:var(--nv-lt);border-radius:0 var(--r) var(--r) var(--r);padding:20px 24px}
.souzoku-root .article-author__inner{display:flex;gap:20px;align-items:flex-start}
.souzoku-root .article-author__prof{flex-shrink:0;width:150px;text-align:center}
.souzoku-root .article-author__prof img{width:120px;height:120px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 2px #fff,0 1px 4px rgba(0,0,0,.15)}
.souzoku-root .article-author__caption{font-size:.95rem;font-weight:700;color:var(--ink);margin:8px 0 0;line-height:1.5;white-space:nowrap}
.souzoku-root .article-author__body{flex:1;min-width:0}
.souzoku-root .article-author__bio{color:var(--ink-sub);font-size:1.0625rem;line-height:1.8;margin:0 0 10px}
@media(max-width:480px){
.souzoku-root .article-author__inner{flex-direction:column;align-items:center;text-align:center}
}

/* =========================================================================
   ここから下は WordPress 移植で追加した分（静的サイトには存在しない）
   ========================================================================= */

/* --- WP管理バーとsticky navの重なり回避（ログイン中のみ） ---------------- */
/* 2026-07-21訂正：WPは管理バー表示時に html{margin-top:32px}（モバイルは46px）を
   自動付与済みのため、.site-nav（position:sticky）はtop:0のままで管理バーの
   すぐ下（32px/46px）に正しく収まる。以前ここでtop:32px/46pxを追加したのは
   二重計上のバグで、navが本来位置より32px下にずれ、hero__titleの1行目を
   navが覆い隠す不具合の原因になっていた（実機のsticky挙動で実測確認）。
   nav-linksの92px/106pxはnavが正しい位置にあることを前提にした値なので変更不要。 */
.admin-bar .souzoku-root .nav-links{top:92px}
@media screen and (max-width:782px){
.admin-bar .souzoku-root .nav-links{top:106px}
}

/* --- 日本語の折返し（制約10：基盤CSSに1ルールで） ------------------------ */
/* 2026-07-26修正：本文にauto-phraseを適用すると「、・」の直後で改行が
   優先され、「。」の直後で短い孤立行（例：reason-bodyの「言葉で。」単独行）
   が生じることが本番の実テキストで判明（getClientRectsで実測・6カード比較）。
   本文はword-break:normal（既定の禁則なし改行）+line-break:strict（禁則）に戻す。
   これは元々の設計意図（52行目コメント「本文・説明文には適用しない」）どおり。
   見出し（h1/h2.sh/.reason-title等）は個別セレクタでauto-phraseを維持している
   ため、詳細度により本ルールの影響を受けない。*/
.souzoku-root{word-break:normal;line-break:strict}

/* --- パンくずの「最終更新日」（制約21）----------------------------------- */
/* 静的サイトではこの3プロパティを span の style 属性に直書きしていた。
   テンプレートから自動生成するにあたり、インラインstyleをやめてクラス化した。
   見た目の値は静的サイトと同一。 */
.souzoku-root .bread-updated{margin-left:auto;color:var(--ink-muted);font-size:.85rem}

/* --- 固定ページ本文（ブロックエディタ出力）の安全弁 ---------------------- */
/* 本文は page-souzoku.php の <main> 直下に出力する。ブロックエディタが付ける
   alignwide / alignfull はサイトのレイアウト幅を壊すため、この配下では無効化。 */
.souzoku-root main .alignwide,
.souzoku-root main .alignfull{max-width:none;margin-left:auto;margin-right:auto}
.souzoku-root main > *:first-child{margin-top:0}

/* --- Lightning本体CSSの「要素セレクタ」の漏れを打ち消す --------------------- */
/* .souzoku-root は .entry-body を通らないため、テーマのクラス付きルールは届かない。
   だが h2{} p{} td{} のような「クラスを持たない要素セレクタ」だけは届く。
   静的サイトはこれらを継承任せにしていた（明示していなかった）ため、
   本文を入れた瞬間にテーマ側の値が残った。2026-07-20に実ページと
   子テーマCSSのみの描画を computed style で突き合わせて実測した差は次の5点：
     h2      → border-top:2px solid rgb(51,122,183)（Lightningの青）＋薄いborder-bottom
     h3      → border-bottom が付き、line-height が継承1.9 → 1.4 に上書きされる
     p       → line-height が 1.9 → 1.7 に上書きされる
     table   → 上下左に枠線が付く
     td      → 枠線＋ font-size が継承0.9rem → 14px に上書きされる
   打ち消しは !important を使わず、詳細度 (0,1,2) で行う。
   本体のルールはすべてクラス付き (0,2,1) なので本体が勝つ。
   → .article-body h2 の下線や .sp-rate td の枠線など、意図した装飾は生き残る。 */
.souzoku-root main :is(h1,h2,h3,h4,h5,h6){border:0;background:none;line-height:inherit}
.souzoku-root main p{line-height:inherit}
.souzoku-root main :is(table,th,td){border:0;background:none;font-size:inherit;line-height:inherit}
/* Lightningのh3の下線は「要素の枠線」ではなく疑似要素で描かれている。
   実測：content:"." / position:absolute / bottom:-1px / border-bottom:0.67px rgb(51,122,183)。
   上の要素側の打ち消しだけでは消えないため、疑似要素も明示的に止める。 */
.souzoku-root main :is(h1,h2,h3,h4,h5,h6)::before,
.souzoku-root main :is(h1,h2,h3,h4,h5,h6)::after{content:none;border:0;background:none}

/* --- コラム投稿の見出し装飾：★2026-07-22 江尾様指示で案C（構成のみmizuhokaikei.com方式、配色は相続サイト既存パレット）に変更★ --- */
/* 制約11（申し送り④）。旧・案A（オレンジ左線＋クリーム背景）は2026-07-21確定だったが、
   2026-07-22「構成はmizuhokaikei.com、色は相続サイト（オレンジ／ベージュ／白／差し色の紺）」との
   指示により変更。mizuhokaikei.com実測（H2＝白文字＋色塗りつぶし角丸ボックス、H3＝下線）の
   構成を踏襲し、色のみ相続サイトのパレット（--or/--nv）に置き換える。
   2026-07-21追記：投稿はLightning標準single.phpだとサイドバー・カテゴリー帯が
   出て他ページと不一致になることが判明したため、専用の single.php を新設し
   entry-bodyを経由しない構造に変更（page-souzoku.phpと同じ設計）。
   それに合わせてスコープを .single-post .entry-body → .single-post .souzoku-root main
   に付け替える（固定ページ側の見た目には引き続き影響しない）。 */
/* 2026-07-22判明：<main>に幅の制約が無く、記事本文が画面の端から端まで広がる不具合を発見。
   固定ページの.wrapと同じ考え方（980px・中央寄せ・左右padding28px）をmainに適用して解消。 */
.single-post .souzoku-root main{max-width:980px;margin:0 auto;padding:0 28px}
/* 2026-07-30：モバイルで左右28pxが広すぎる不具合を修正。当初は既存の.wrapモバイル基準18pxに合わせたが、
   江尾様の実機確認で「mizuhokaikei.comより少し狭い＝両サイドが広い」との指摘。mizuhokaikei.com実ページを
   390px幅でDOM実測（.post-body のbounding rect）した値＝左右15.59px（実測値。参照：本コメントは実測時点の記録）
   に合わせ16pxとする。
   同一詳細度のルールは@media有無に関わらずソース順で後勝ちのため、このルールの直後に置く必要がある。 */
@media(max-width:540px){
.single-post .souzoku-root main{padding:0 16px}
}
.single-post .souzoku-root main h2{
  font-size:1.5rem;font-weight:700;color:#fff;
  background:var(--or);
  padding:16px 24px;margin:2.4em 0 1em;border-radius:8px;
  word-break:normal;overflow-wrap:anywhere;text-wrap:wrap;line-break:strict;
}
.single-post .souzoku-root main h3{
  font-size:1.25rem;font-weight:700;color:var(--nv);
  border-bottom:2px solid var(--or);padding-bottom:8px;margin:2em 0 .8em;
  word-break:normal;overflow-wrap:anywhere;text-wrap:wrap;line-break:strict;
}
/* H1（page-hero__title）はコラム記事のみmizuhokaikei.com構成（下線）を適用。他ページには影響しない。 */
.single-post .souzoku-root .page-hero__title{
  color:var(--nv);border-bottom:2px solid var(--or);padding-bottom:.4em;
}
.single-post .souzoku-root main p{line-height:1.9;margin:0 0 1.4em}
/* 2026-07-21 Phase 5：静的コラム記事（.article-body配下）の要素を追加。
   静的サイトのcolumn記事2本を実測し、使用要素を過不足なく洗い出した
   （article-lead / note-box / warn-box / formula-box / article-cta 一式）。
   .wrap や .section は固定ページのヒーロー等専用のため、投稿本文では使わない
   （投稿本文は.article-body/.article-ctaの中身だけをsingle.phpの<main>に渡す）。 */
.single-post .souzoku-root main ul,
.single-post .souzoku-root main ol{margin:0 0 1.4em 1.4em}
.single-post .souzoku-root main li{margin-bottom:.5em}
.single-post .souzoku-root main .article-lead{
  font-size:1.125rem;color:#1e2d40;line-height:1.9;
  border-left:4px solid #e07b39;padding:14px 16px 14px 20px;
  margin:0 0 2em;background:#fef8f3;border-radius:0 6px 6px 0;
}
.single-post .souzoku-root main .note-box{
  background:#fef8f3;border:1px solid #e8c8a8;border-radius:6px;
  padding:16px 18px;margin:1.2em 0;font-size:1.125rem;color:#1e2d40;
}
.single-post .souzoku-root main .warn-box{
  background:#fff8f0;border:1px solid #e8c97a;border-radius:6px;
  padding:16px 18px;margin:1.2em 0;font-size:1.125rem;color:#7a5010;
}
.single-post .souzoku-root main .formula-box{
  font-size:1.25rem;font-weight:500;color:#1e3a6e;background:#f4f1eb;
  border:1px solid #c8c2b8;border-radius:6px;padding:15px 22px;
  margin:1em 0;text-align:center;
}
/* 2026-07-22：固定ページ共通の.cta-sec（濃紺＋白文字）と配色が違ったため統一。 */
.single-post .souzoku-root main .article-cta{
  background:var(--nv);border:none;border-radius:6px;
  padding:30px;margin-top:3em;text-align:center;
}
.single-post .souzoku-root main .article-cta .sec-en{
  display:block;font-size:.94rem;font-weight:700;letter-spacing:.22em;
  text-transform:uppercase;color:var(--or-lt);margin-bottom:8px;
}
.single-post .souzoku-root main .article-cta p{font-size:1.125rem;color:#fff;margin-bottom:18px}
.single-post .souzoku-root main .cta-btns{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.single-post .souzoku-root main .tel-btn,
.single-post .souzoku-root main .btn-ws,
.single-post .souzoku-root main .line-btn{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  min-height:52px;padding:10px 22px;border-radius:6px;text-decoration:none;
  font-weight:700;font-size:1.0625rem;line-height:1.3;
}
.single-post .souzoku-root main .tel-btn{background:#fff;border:2px solid #1e3a6e;color:#1e3a6e}
.single-post .souzoku-root main .tel-btn small{font-weight:400;font-size:.8125rem;color:#4a5568}
.single-post .souzoku-root main .btn-ws{background:#e07b39;color:#fff}
.single-post .souzoku-root main .line-btn{background:#06c755;color:#fff}
.single-post .souzoku-root main .line-btn small{font-weight:400;font-size:.8125rem;opacity:.9}

