@charset "UTF-8";
/* ============================================================
   お墓のいらないご供養（/ohaka-irazu/）専用スタイル
   対応テンプレート: page-ohaka-irazu.php
   2026-08-11 新規

   ・カラー変数（--primary 等）は site-chrome.css の :root を使う。ここでは定義しない。
   ・.container / .wg-breadcrumb も site-chrome.css の共通定義を使う。
   ・すべてのセレクタを .oi- 接頭辞、または .oi-main 配下に閉じて
     他ページ・共通クロームへ影響しないようにしている。
   ============================================================ */

.oi-main {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
    background: var(--bg);
    color: var(--text);
    font-size: 17px;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
}
.oi-main :where(img) { max-width: 100%; height: auto; display: block; }
/* 要素セレクタのリセットは必ず :where() で詳細度を0にすること。
   .oi-main a（0,1,1）のように書くと、.oi-btn-red{color:#fff}（0,1,0）など
   クラス1つのパーツ側が負けて効かなくなる。実際に次の2件が起きた（2026-08-11 修正）:
     ・.oi-main a{color:inherit} が勝ち、CTAボタンの文字色が濃いグレーのままになった
     ・.oi-main ol{margin:0} が勝ち、.oi-flow{margin:0 auto} の中央寄せが消えて左に寄った
       （流れ・費用比較・選び方・安心・お客様の声の5ブロック） */
.oi-main :where(a) { text-decoration: none; color: inherit; }
.oi-main :where(ul, ol) { list-style: none; margin: 0; padding: 0; }
.oi-main :where(h1, h2, h3, p) { margin: 0; }

/* ── セクション ───────────────────────────────── */
.oi-section { padding: 64px 0; }
.oi-section--white { background: #fff; }
.oi-section--pale  { background: var(--primary-pale); }

.oi-head { text-align: center; margin-bottom: 38px; }
.oi-head h2 {
    font-size: 31px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: .02em;
}
.oi-head h2 em { font-style: normal; color: var(--primary); }
.oi-head p { font-size: 16px; color: var(--mid); margin-top: 10px; line-height: 1.8; }

.oi-note {
    text-align: center;
    font-size: 13px;
    color: var(--mid);
    line-height: 1.9;
    margin-top: 18px;
}

/* ── ボタン ───────────────────────────────── */
.oi-btn-red,
.oi-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    border-radius: 6px;
    transition: background .2s, color .2s;
}
.oi-btn-red {
    background: var(--cta-red);
    color: #fff;
    font-size: 16px;
    padding: 14px 28px;
}
.oi-btn-red:hover { background: #A01C1C; color: #fff; }
.oi-btn-outline {
    background: #fff;
    color: var(--primary);
    border: 2px solid var(--primary);
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 50px;
}
.oi-btn-outline:hover { background: var(--primary); color: #fff; }

/* ── ① メインビジュアル ───────────────────────── */
.oi-mv {
    background: linear-gradient(180deg, #F3F9FB 0%, var(--bg) 100%);
    padding: 46px 0 40px;
}
.oi-mv-inner {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 36px;
    align-items: center;
}
.oi-mv-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    color: var(--primary-dark);
    background: #fff;
    border: 1px solid var(--primary-pale);
    border-radius: 50px;
    padding: 5px 16px;
    margin-bottom: 14px;
}
.oi-mv h1 {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.42;
    letter-spacing: .02em;
    margin-bottom: 16px;
}
.oi-mv h1 em { font-style: normal; color: var(--primary); }
.oi-marker { background: linear-gradient(transparent 62%, #fcd6e0 62%); }
.oi-mv-lead { font-size: 16px; line-height: 1.95; color: var(--mid); margin-bottom: 20px; }
.oi-mv-lead strong { color: var(--text); font-weight: 700; }

.oi-mv-nums {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 22px;
}
.oi-mv-nums li {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 12px 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.oi-mv-num-label { display: block; font-size: 11px; font-weight: 700; color: var(--mid); line-height: 1.5; }
.oi-mv-num-val {
    display: block;
    font-family: "Oswald", 'Noto Sans JP', sans-serif;
    font-size: 29px;
    font-weight: 600;
    color: var(--primary);
    line-height: 1.2;
}
.oi-mv-num-val .u { font-family: 'Noto Sans JP', sans-serif; font-size: 13px; font-weight: 700; }
.oi-mv-num-val.is-free {
    color: var(--green);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    font-weight: 900;
}
/* 金額ではなく文言を入れる枠（手元供養の「散骨費用＋容器代」など） */
.oi-mv-num-val.is-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    padding: 4px 0 2px;
}
.oi-mv-num-tax { display: block; font-size: 10px; color: var(--mid); line-height: 1.6; }

.oi-mv-cta { display: flex; flex-wrap: wrap; gap: 12px; }

.oi-mv-photo {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,.12);
    aspect-ratio: 4 / 3;
    background: #dbe9ef;
}
.oi-mv-photo img { width: 100%; height: 100%; object-fit: cover; }
.oi-mv-photo-cap {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.55);
    color: #fff;
    font-size: 11px;
    padding: 5px 12px;
}

/* ── ② お悩み ───────────────────────────────── */
.oi-worry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.oi-worry-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 22px 18px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.oi-worry-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: var(--primary-pale);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
.oi-worry-card h3 { font-size: 17px; font-weight: 800; line-height: 1.5; margin-bottom: 8px; }
.oi-worry-card p { font-size: 13px; color: var(--mid); line-height: 1.85; }

/* 結論ボックス（②・⑤で共用） */
.oi-answer {
    max-width: 760px;
    margin: 32px auto 0;
    background: #fff;
    border: 2px solid var(--primary);
    border-radius: 6px;
    padding: 24px 26px;
    text-align: center;
}
.oi-answer p { font-size: 20px; font-weight: 800; line-height: 1.7; }
.oi-answer p em { font-style: normal; color: var(--primary); }
.oi-answer .oi-answer-sub { font-size: 13px; font-weight: 400; color: var(--mid); margin-top: 8px; line-height: 1.8; }

/* ── ③ 費用比較 ─────────────────────────────── */
.oi-cmp { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.oi-cmp-row {
    display: grid;
    grid-template-columns: 170px 1fr 130px;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 14px 18px;
}
.oi-cmp-row.is-ours { border: 2px solid var(--primary); }
.oi-cmp-name { font-size: 15px; font-weight: 800; line-height: 1.5; }
.oi-cmp-name small { display: block; font-size: 11px; font-weight: 400; color: var(--mid); }
.oi-cmp-bar-wrap { background: #F1F1F1; border-radius: 50px; height: 18px; overflow: hidden; }
.oi-cmp-bar { display: block; height: 100%; border-radius: 50px; background: #C9C9C9; }
.oi-cmp-row.is-ours .oi-cmp-bar { background: linear-gradient(90deg, var(--primary) 0%, var(--primary-dark) 100%); }
.oi-cmp-price {
    text-align: right;
    font-family: "Oswald", 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--mid);
    line-height: 1.2;
}
.oi-cmp-row.is-ours .oi-cmp-price { color: var(--primary); }
.oi-cmp-price .u { font-family: 'Noto Sans JP', sans-serif; font-size: 12px; font-weight: 700; }
.oi-cmp-note { max-width: 820px; margin: 18px auto 0; }
.oi-cmp-note p { font-size: 13px; color: var(--mid); line-height: 1.9; }
.oi-cmp-note strong { color: var(--text); font-weight: 700; }
.oi-cmp-note a { color: var(--primary); text-decoration: underline; }

/* ── ④ 4つの選択肢 ───────────────────────────── */
.oi-opt-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    max-width: 1000px;
    margin: 0 auto;
}
.oi-opt-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    display: flex;
    flex-direction: column;
}
.oi-opt-card.is-feature { border-top: 4px solid var(--primary); grid-column: 1 / -1; }
.oi-opt-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border);
}
.oi-opt-badge {
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: var(--primary);
    border-radius: 50px;
    padding: 3px 12px;
    letter-spacing: .04em;
}
.oi-opt-badge.is-teal   { background: var(--teal); }
.oi-opt-badge.is-green  { background: var(--green); }
.oi-opt-badge.is-orange { background: var(--orange); }
.oi-opt-badge.is-purple { background: var(--purple); }
.oi-opt-head h3 { font-size: 19px; font-weight: 800; line-height: 1.4; }
.oi-br-sp { display: none; }  /* カード見出しの改行はSPのみ */
.oi-opt-body { display: flex; gap: 18px; padding: 20px; flex: 1; align-items: flex-start; }
.oi-opt-photo {
    flex: 0 0 190px;
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    overflow: hidden;
    background: #eef2f4;
}
.oi-opt-photo img { width: 100%; height: 100%; object-fit: cover; }
.oi-opt-txt { flex: 1; }
.oi-opt-txt p { font-size: 14px; color: var(--mid); line-height: 1.9; margin-bottom: 12px; }
.oi-opt-txt strong { color: var(--text); font-weight: 700; }
.oi-feats { display: flex; flex-wrap: wrap; gap: 6px; }
.oi-feats li {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-dark);
    background: var(--primary-pale);
    border-radius: 50px;
    padding: 3px 12px;
}
.oi-opt-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 20px;
    background: var(--bg);
    border-top: 1px solid var(--border);
}
.oi-opt-price-lbl { font-size: 12px; font-weight: 700; color: var(--mid); }
.oi-opt-price-val {
    font-family: "Oswald", 'Noto Sans JP', sans-serif;
    font-size: 27px;
    font-weight: 600;
    color: var(--primary);
    line-height: 1.2;
}
.oi-opt-price-val .u { font-family: 'Noto Sans JP', sans-serif; font-size: 13px; font-weight: 700; }
.oi-opt-price-val.is-free {
    color: var(--green);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-weight: 900;
}
.oi-opt-price-val.is-ask {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: var(--mid);
}
.oi-tax {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: var(--mid);
    border-radius: 4px;
    padding: 2px 8px;
    margin-left: 6px;
    vertical-align: 3px;
    font-family: 'Noto Sans JP', sans-serif;
}

/* 乗船プラン表：上のオプションカードと同じ幅（1000px）・同じ体裁（角丸＋影）に揃える */
.oi-table-hint { display: none; }  /* 640px以下でのみ表示 */
.oi-table-wrap {
    max-width: 1000px;
    margin: 26px auto 0;
    overflow-x: auto;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.oi-table { width: 100%; border-collapse: collapse; background: #fff; min-width: 620px; }
.oi-table-caption {
    caption-side: top;
    text-align: left;
    font-size: 15px;
    font-weight: 800;
    color: var(--text);
    padding: 16px 20px 14px;
    border-bottom: 1px solid var(--border);
}
.oi-table th,
.oi-table td {
    padding: 13px 14px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid var(--border);
}
.oi-table th + th,
.oi-table td + td,
.oi-table th + td { border-left: 1px solid var(--border); }
.oi-table tbody tr:last-child th,
.oi-table tbody tr:last-child td { border-bottom: 0; }
.oi-table thead th {
    background: var(--primary-pale);
    font-weight: 800;
    color: var(--primary-dark);
    font-size: 13px;
}
.oi-table tbody th { background: #fff; font-weight: 800; text-align: left; font-size: 15px; }
.oi-table tbody tr:nth-child(even) th,
.oi-table tbody tr:nth-child(even) td { background: #FDFBFC; }
.oi-table-price {
    font-family: "Oswald", 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
}
/* 委任代行散骨 2プラン比較表（○／—） */
.oi-table--inin tbody th { font-size: 14px; font-weight: 700; }
.oi-table--inin thead th { line-height: 1.5; }
.oi-th-price {
    display: block;
    font-family: "Oswald", 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
    margin-top: 2px;
}
.oi-table .oi-mark { font-size: 22px; line-height: 1; width: 26%; }
.oi-table .oi-mark.is-yes { color: var(--primary); font-weight: 700; }
.oi-table .oi-mark.is-no  { color: #BBB; }
/* スクリーンリーダー用。○／— だけだと読み上げで意味が伝わらないため */
.oi-sr {
    position: absolute;
    width: 1px; height: 1px;
    margin: -1px; padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}
.oi-table-price small {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: var(--mid);
}

/* ── ⑤ 選び方 ───────────────────────────────── */
.oi-pick-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: 960px;
    margin: 0 auto;
}
.oi-pick-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.oi-pick-q {
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    color: var(--primary-dark);
    background: var(--primary-pale);
    border-radius: 50px;
    padding: 4px 16px;
    margin-bottom: 14px;
}
.oi-pick-card h3 { font-size: 17px; font-weight: 800; line-height: 1.6; margin-bottom: 14px; }
.oi-pick-arrow { display: block; font-size: 20px; color: var(--primary); margin-bottom: 10px; line-height: 1; }
.oi-pick-ans {
    background: var(--bg);
    border: 1px dashed var(--primary);
    border-radius: 6px;
    padding: 12px 14px;
}
.oi-pick-ans strong { display: block; font-size: 16px; font-weight: 800; color: var(--primary); margin-bottom: 4px; }
.oi-pick-ans span { font-size: 12px; color: var(--mid); line-height: 1.8; }

/* ── ⑥ 流れ ───────────────────────────────── */
.oi-flow { max-width: 820px; margin: 0 auto; }
.oi-flow-item {
    position: relative;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 18px;
    padding-bottom: 26px;
}
.oi-flow-item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 31px;
    top: 56px;
    bottom: 0;
    width: 2px;
    background: var(--primary-pale);
}
.oi-flow-num {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    box-shadow: 0 4px 12px rgba(192,64,95,.3);
}
.oi-flow-num small { font-size: 9px; letter-spacing: .1em; }
.oi-flow-num b { font-family: "Oswald", sans-serif; font-size: 24px; font-weight: 600; }
.oi-flow-body {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 18px 20px;
}
.oi-flow-body h3 { font-size: 18px; font-weight: 800; margin-bottom: 6px; }
.oi-flow-body h3 em { font-style: normal; color: var(--primary); }
.oi-flow-body p { font-size: 14px; color: var(--mid); line-height: 1.9; }
.oi-flow-note { display: inline-block; margin-top: 4px; font-size: 13px; color: var(--primary-dark); font-weight: 700; }
.oi-flow-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: var(--green);
    border-radius: 50px;
    padding: 2px 10px;
    margin-left: 8px;
    vertical-align: 2px;
}

/* ── ⑦ 法律・安心 ─────────────────────────── */
.oi-law-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: 1000px;
    margin: 0 auto;
}
.oi-law-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 24px 20px;
}
.oi-law-card h3 { font-size: 17px; font-weight: 800; color: var(--primary); margin-bottom: 10px; line-height: 1.5; }
.oi-law-card p { font-size: 14px; color: var(--mid); line-height: 1.9; }

.oi-notice {
    max-width: 900px;
    margin: 26px auto 0;
    background: #FFF8E6;
    border: 1px solid #F0D9A0;
    border-radius: 6px;
    padding: 20px 24px;
}
.oi-notice h3 { font-size: 16px; font-weight: 800; color: #6B3A00; margin-bottom: 8px; }
.oi-notice ul { padding-left: 1.2em; }
.oi-notice li { font-size: 14px; color: #5A3A00; line-height: 1.9; list-style: disc; }

/* ── ⑧ お客様の声 ─────────────────────────── */
.oi-voice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}
.oi-voice-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 22px 22px 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.oi-voice-cat {
    align-self: flex-start;
    font-size: 11px;
    font-weight: 700;
    color: var(--primary-dark);
    background: var(--primary-pale);
    border-radius: 50px;
    padding: 3px 12px;
}
.oi-voice-text {
    font-size: 14px;
    color: var(--mid);
    line-height: 1.95;
    flex: 1;
}
.oi-voice-text::before { content: "「"; }
.oi-voice-text::after  { content: "」"; }
.oi-voice-name { font-size: 13px; font-weight: 700; color: var(--text); text-align: right; }
.oi-voice-more { font-size: 13px; font-weight: 700; color: var(--primary); }
.oi-voice-more:hover { text-decoration: underline; }
.oi-note a { color: var(--primary); text-decoration: underline; }

/* ── ⑨ FAQ ───────────────────────────────── */
.oi-faq { max-width: 840px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.oi-faq-item {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    overflow: hidden;
}
.oi-faq-q {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.6;
    cursor: pointer;
    list-style: none;
}
.oi-faq-q::-webkit-details-marker { display: none; }
/* 開閉マーク */
.oi-faq-q::after {
    content: "";
    flex: 0 0 auto;
    margin-left: auto;
    align-self: center;
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    transform: rotate(45deg) translate(-2px, -2px);
    transition: transform .2s;
}
.oi-faq-item[open] .oi-faq-q::after { transform: rotate(-135deg) translate(-2px, -2px); }
/* 閉じている details の中身を隠す。
   .oi-faq-a に display:flex を当てると、ブラウザ既定の
   details:not([open]) > :not(summary){ display:none } を作者スタイルが上書きしてしまい、
   閉じているはずの回答が描画されてカードの外へはみ出す（2026-08-11 修正）。 */
.oi-faq-item:not([open]) .oi-faq-a { display: none; }
.oi-faq-q::before {
    content: "Q";
    flex: 0 0 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oi-faq-a {
    display: flex;
    gap: 12px;
    padding: 0 20px 18px;
    font-size: 14px;
    color: var(--mid);
    line-height: 1.95;
}
.oi-faq-a::before {
    content: "A";
    flex: 0 0 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--primary-pale);
    color: var(--primary-dark);
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── ⑩ 相互リンク ─────────────────────────── */
.oi-rel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: 1000px;
    margin: 0 auto;
}
.oi-rel-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    transition: box-shadow .2s, transform .2s;
}
.oi-rel-card:hover { box-shadow: 0 3px 10px rgba(0,0,0,.12); transform: translateY(-2px); }
.oi-rel-card h3 { font-size: 16px; font-weight: 800; line-height: 1.5; }
.oi-rel-card p { font-size: 13px; color: var(--mid); line-height: 1.8; flex: 1; }
.oi-rel-more { font-size: 13px; font-weight: 700; color: var(--primary); }

/* ── ⑪ 最終CTAへの導入 ─────────────────────── */
.oi-outro {
    background: linear-gradient(180deg, #fff 0%, var(--primary-pale) 100%);
    text-align: center;
    padding: 56px 0 48px;
}
.oi-outro h2 { font-size: 29px; font-weight: 900; line-height: 1.5; margin-bottom: 12px; }
.oi-outro h2 em { font-style: normal; color: var(--primary); }
.oi-outro p { font-size: 16px; color: var(--mid); line-height: 1.9; }

/* ============================================================
   レスポンシブ
   ============================================================ */
@media (max-width: 1000px) {
    .oi-worry-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .oi-mv-inner { grid-template-columns: 1fr; gap: 24px; }
    .oi-mv h1 { font-size: 30px; }
    .oi-opt-grid { grid-template-columns: 1fr; }
    .oi-pick-grid { grid-template-columns: 1fr; }
    .oi-law-grid { grid-template-columns: 1fr; }
    .oi-rel-grid { grid-template-columns: 1fr; }
    .oi-voice-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
    /* 費用比較：名前と金額を上段、バーを下段に回す */
    .oi-cmp-row {
        grid-template-columns: 1fr auto;
        grid-template-areas: "name price" "bar bar";
        row-gap: 8px;
    }
    .oi-cmp-name  { grid-area: name; }
    .oi-cmp-price { grid-area: price; font-size: 19px; }
    .oi-cmp-bar-wrap { grid-area: bar; }
}
@media (max-width: 640px) {
    .oi-main { font-size: 16px; }
    .oi-section { padding: 40px 0; }
    .oi-head { margin-bottom: 26px; }
    .oi-head h2 { font-size: 23px; }
    .oi-head p { font-size: 14px; }

    .oi-mv { padding: 32px 0 30px; }
    .oi-mv h1 { font-size: 25px; }
    .oi-mv-lead { font-size: 15px; }
    .oi-mv-nums { gap: 6px; }
    .oi-mv-num-val { font-size: 23px; }
    .oi-mv-num-val.is-free { font-size: 19px; }
    .oi-mv-cta .oi-btn-red,
    .oi-mv-cta .oi-btn-outline { width: 100%; justify-content: center; }

    .oi-worry-grid { grid-template-columns: 1fr; }
    .oi-worry-card { display: flex; align-items: center; gap: 14px; text-align: left; padding: 16px; }
    .oi-worry-icon { margin: 0; flex: 0 0 48px; width: 48px; height: 48px; font-size: 22px; }
    .oi-worry-card h3 br { display: none; }

    .oi-answer { padding: 20px 18px; }
    .oi-answer p { font-size: 17px; }

    .oi-opt-body { flex-direction: column; gap: 14px; }
    .oi-opt-photo { flex: none; width: 100%; }
    .oi-opt-head { flex-wrap: wrap; gap: 8px; }
    .oi-opt-head h3 { font-size: 17px; }
    .oi-br-sp { display: inline; }
    .oi-mv-num-val.is-text { font-size: 13px; }
    .oi-opt-price { flex-direction: column; align-items: flex-start; gap: 4px; }

    .oi-flow-item { grid-template-columns: 48px 1fr; gap: 14px; }
    .oi-flow-item:not(:last-child)::before { left: 23px; top: 44px; }
    .oi-flow-num { width: 48px; height: 48px; }
    .oi-flow-num b { font-size: 19px; }

    .oi-table-hint {
        display: block;
        max-width: 900px;
        margin: 22px auto -14px;
        font-size: 12px;
        color: var(--mid);
        text-align: right;
    }
    .oi-table-wrap { margin-top: 18px; }
    .oi-table-caption { font-size: 13px; }

    .oi-outro { padding: 40px 0 36px; }
    .oi-outro h2 { font-size: 22px; }
    .oi-outro p { font-size: 15px; }
}
