/* ====================================================
   不倫慰謝料（被請求側）LP — ピンクテーマ リデザイン
==================================================== */

/* ---- 変数（本番サイトに合わせたピンクパレット） ---- */
.furinBilledLp {
    --pink:      #ED557E;
    --pink-dark: #C13465;
    --pink-pale: #FFF0F4;
    --pink-bg:   #FFE9EF;
    --pink-mid:  #F2D5DF;
    --line-green:#06c755;
    --text:      #111;
    --text-sub:  #444;
    --text-muted:#888;
    --border:    #DFE9EC;
    --radius:    20px;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", sans-serif;
}

/* ---- レイアウト ---- */
.furinBilledLp .lpSec        { padding: 120px 0; background: #fff; }
.furinBilledLp .lpSec--white { background: #fff; }
.furinBilledLp .lpSec--gray  { background: #fff; }
.furinBilledLp .lpSec--pink  { background: var(--pink-bg); }
.furinBilledLp .lpSec--pale  { background: #fff; }
.furinBilledLp .lpSec--dark  { background: #1a1a1a; color: #fff; }
.furinBilledLp .lpInner      { margin: 0 auto; max-width: 1160px; padding: 0 40px; }
/* ---- セクション見出し ---- */
.furinBilledLp .lpSec__eyebrow {
    color: var(--pink);
    display: block;
    font-family: "Fustat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
    margin-bottom: 14px;
    text-align: center;
    text-transform: uppercase;
    opacity: .7;
}
.furinBilledLp .lpSec__ttl {
    color: var(--text);
    font-size: 32px;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1.45;
    text-align: center;
    margin-bottom: 0;
}
.furinBilledLp .lpSec__sub {
    color: var(--text-sub);
    font-size: 16px;
    line-height: 1.8;
    margin: 24px 0 56px;
    text-align: center;
}
.furinBilledLp .lpSec__sub a {
    color: #1a73e8;
    font-size: inherit !important;
    text-decoration: underline;
}

/* ---- FV コンテナ上書き ---- */
.furinBilledLp.personalPageSec .lowFv {
    padding-bottom: 0;
}
/* 波形装飾を内容の下に送る */
.furinBilledLp.personalPageSec .lowFv::after {
    z-index: 0;
}
.furinBilledLp.personalPageSec .lowFv__inner {
    position: relative;
    z-index: 1;
    padding-bottom: 72px;
}
/* タイトルボックスの下余白を縮小してCTAのスペースを確保 */
.furinBilledLp.personalPageSec .lowFv__ttlBox {
    padding-bottom: 32px;
}
/* モバイル固定比率を解除してコンテンツ量で高さを決める */
@media screen and (max-width: 768px) {
    .furinBilledLp.personalPageSec .lowFv {
        aspect-ratio: unset !important;
        padding-bottom: 0;
        display: block;
    }
    .furinBilledLp.personalPageSec .lowFv__inner {
        padding-bottom: 56px;
    }
    .furinBilledLp.personalPageSec .lowFv__ttlBox {
        padding-top: 40px;
        padding-bottom: 24px;
    }
}

/* ---- FV ---- */
.furinBilledLp .furinBilledLp__fvBody {
    margin-top: 24px;
}
.furinBilledLp .lpFv__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 28px;
}
.furinBilledLp .lpFv__badge {
    background: rgba(255,255,255,.14);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 100px;
    color: rgba(255,255,255,.9);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .03em;
    padding: 6px 16px;
}
.furinBilledLp .lpFv__badge--em {
    background: rgba(255,255,255,.22);
    border-color: rgba(255,255,255,.55);
    color: #fff;
    font-weight: 700;
}
.furinBilledLp .lpFv__badgeEm {
    color: #ffe278;
}

/* ---- FV CTA ---- */
.furinBilledLp .lpFv__ctas {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 auto;
    max-width: 600px;
    padding: 0 16px;
}
/* LINE ボタン（最大・メイン） */
.furinBilledLp .lpFv__ctaLine {
    align-items: center;
    background: linear-gradient(135deg, #06c755, #04a847);
    border-radius: 34px;
    box-shadow: 0 4px 16px rgba(6,199,85,.35);
    color: #fff;
    display: flex;
    gap: 14px;
    padding: 16px 24px;
    text-decoration: none;
    transition: transform .15s, box-shadow .15s;
}
.furinBilledLp .lpFv__ctaLine:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(6,199,85,.45); }
.furinBilledLp .lpFv__ctaLine__icon {
    background: #fff;
    border-radius: 8px;
    color: #06c755;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: -.02em;
    padding: 5px 8px;
}
.furinBilledLp .lpFv__ctaLine__body { display: flex; flex-direction: column; gap: 2px; }
.furinBilledLp .lpFv__ctaLine__main { font-size: 18px; font-weight: 900; letter-spacing: .04em; }
.furinBilledLp .lpFv__ctaLine__sub  { font-size: 12px; opacity: .85; }

/* TEL＋メール 横並び */
.furinBilledLp .lpFv__ctaSub {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}
.furinBilledLp .lpFv__ctaTel,
.furinBilledLp .lpFv__ctaMail {
    align-items: center;
    border-radius: 34px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-content: center;
    padding: 12px 16px;
    text-align: center;
    text-decoration: none;
    transition: transform .15s, opacity .15s;
}
.furinBilledLp .lpFv__ctaTel:hover,
.furinBilledLp .lpFv__ctaMail:hover { opacity: .88; transform: translateY(-2px); }
.furinBilledLp .lpFv__ctaTel  { background: linear-gradient(135deg, #4A90D9, #2C5F9E); box-shadow: 0 3px 12px rgba(44,95,158,.3); }
.furinBilledLp .lpFv__ctaMail { background: linear-gradient(135deg, #666, #444); box-shadow: 0 3px 12px rgba(0,0,0,.2); }

.furinBilledLp .lpFv__ctaTel__label { font-size: 12px; opacity: .85; }
.furinBilledLp .lpFv__ctaTel__num   { font-size: 21px; font-weight: 900; letter-spacing: .06em; line-height: 1.2; }
.furinBilledLp .lpFv__ctaTel__time  { font-size: 12px; opacity: .75; }

.furinBilledLp .lpFv__ctaMail__icon { font-size: 20px; line-height: 1; }
.furinBilledLp .lpFv__ctaMail__body { display: flex; flex-direction: column; gap: 1px; }
.furinBilledLp .lpFv__ctaMail__main { font-size: 16px; font-weight: 700; }
.furinBilledLp .lpFv__ctaMail__sub  { font-size: 12px; opacity: .8; }

/* ---- セクション間CTAバー内のボタン（旧 lpCtaGroup 互換） ---- */
.furinBilledLp .lpCtaGroup {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 0 auto;
    max-width: 760px;
    padding: 0 16px;
}
.furinBilledLp .lpCtaGroup--large { gap: 16px; }
.furinBilledLp .lpCtaBtn {
    align-items: center;
    border-radius: 34px;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
    color: #fff;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .04em;
    line-height: 1.4;
    min-width: 190px;
    padding: 14px 22px;
    text-decoration: none;
    transition: transform .15s, opacity .15s;
}
.furinBilledLp .lpCtaBtn:hover { opacity: .88; transform: translateY(-2px); }
.furinBilledLp .lpCtaBtn--line { background: linear-gradient(135deg,#06c755,#04a847); min-width: 210px; }
.furinBilledLp .lpCtaBtn--tel  { background: linear-gradient(135deg,#4A90D9,#2C5F9E); }
.furinBilledLp .lpCtaBtn--mail { background: linear-gradient(135deg,#666,#444); }
.furinBilledLp .lpCtaBtn__label { font-size: 12px; font-weight: 400; opacity: .85; }
.furinBilledLp .lpCtaBtn__main  { font-size: 16px; }
.furinBilledLp .lpCtaBtn--line .lpCtaBtn__main { font-size: 18px; }
.furinBilledLp .lpCtaBtn--tel  .lpCtaBtn__num  { font-size: 23px; letter-spacing: .06em; }

/* ---- セクション間CTAバー ---- */
.furinBilledLp .lpCtaBar {
    background: #fff;
    padding: 56px 24px;
    text-align: center;
}
.furinBilledLp .lpCtaBar__copy {
    color: var(--pink-dark);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .06em;
    margin-bottom: 10px;
}
.furinBilledLp .lpCtaBar__copy::before { content: "── "; opacity: .4; }
.furinBilledLp .lpCtaBar__copy::after  { content: " ──"; opacity: .4; }
.furinBilledLp .lpCtaBar__note {
    color: var(--pink-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 24px;
}
.furinBilledLp .lpCtaSep { display: none; }

/* ---- 悩みカード ---- */
.furinBilledLp .lpWorryCards {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.furinBilledLp .lpWorryCard {
    background: var(--pink-bg);
    border-radius: 34px;
    padding: 32px 24px 28px;
}
.furinBilledLp .lpWorryCard__icon { font-size: 32px; margin-bottom: 14px; line-height: 1; }
.furinBilledLp .lpWorryCard__text { color: var(--text); font-size: 15px; font-weight: 700; line-height: 1.7; }

/* ---- リスクカード ---- */
.furinBilledLp .lpRiskList { display: grid; gap: 0; margin-bottom: 0; }
.furinBilledLp .lpRisk {
    align-items: flex-start;
    display: flex;
    gap: 28px;
    padding: 32px 0;
    position: relative;
}
.furinBilledLp .lpRisk:not(:last-child) { border-bottom: 1px solid var(--pink-bg); }
.furinBilledLp .lpRisk__num {
    align-items: center;
    background: #fff;
    border: 4px solid var(--pink);
    border-radius: 50%;
    color: var(--pink);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 900;
    height: 64px;
    justify-content: center;
    letter-spacing: .04em;
    width: 64px;
}
.furinBilledLp .lpRisk__num span { font-size: 26px; line-height: 1; }
.furinBilledLp .lpRisk__body { padding-top: 8px; }
.furinBilledLp .lpRisk__ttl  { color: var(--text); font-size: 20px; font-weight: 900; margin-bottom: 8px; }
.furinBilledLp .lpRisk__text { color: var(--text-sub); font-size: 15px; line-height: 1.8; }

/* ---- 基礎知識ボックス ---- */
.furinBilledLp .lpKnowledge {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
}
.furinBilledLp .lpKnowledgeBox {
    border-radius: var(--radius);
    padding: 36px 32px;
}
.furinBilledLp .lpKnowledgeBox--zero   { background: var(--pink-bg); }
.furinBilledLp .lpKnowledgeBox--reduce { background: #fff; border: 2px solid var(--pink-mid); }
.furinBilledLp .lpKnowledgeBox__ttl {
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 16px;
    padding-bottom: 14px;
}
.furinBilledLp .lpKnowledgeBox--zero   .lpKnowledgeBox__ttl,
.furinBilledLp .lpKnowledgeBox--reduce .lpKnowledgeBox__ttl { color: var(--pink-dark); }
.furinBilledLp .lpKnowledgeBox__list { list-style: none; margin: 0; padding: 0; }
.furinBilledLp .lpKnowledgeBox__list li {
    font-size: 15px;
    line-height: 1.75;
    padding: 6px 0 6px 18px;
    position: relative;
}
.furinBilledLp .lpKnowledgeBox__list li::before {
    content: "▶";
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 6px;
}
.furinBilledLp .lpKnowledgeBox--zero   .lpKnowledgeBox__list li::before,
.furinBilledLp .lpKnowledgeBox--reduce .lpKnowledgeBox__list li::before { color: var(--pink); }

/* ---- メリット（番号リスト）---- */
.furinBilledLp .lpMeritList {
    display: grid;
    gap: 0;
    margin-bottom: 48px;
}
.furinBilledLp .lpMeritRow {
    align-items: flex-start;
    display: flex;
    gap: 28px;
    padding: 32px 0;
    position: relative;
}
.furinBilledLp .lpMeritRow:not(:last-child) { border-bottom: 1px solid var(--pink-bg); }
.furinBilledLp .lpMeritRow__icon {
    align-items: center;
    background: #fff;
    border: 4px solid var(--pink);
    border-radius: 50%;
    color: var(--pink);
    display: flex;
    flex-shrink: 0;
    font-family: "Fustat", sans-serif;
    font-size: 24px;
    font-weight: 900;
    height: 64px;
    justify-content: center;
    letter-spacing: .02em;
    width: 64px;
}
.furinBilledLp .lpMeritRow__body { padding-top: 8px; }
.furinBilledLp .lpMeritRow__num {
    color: var(--pink);
    font-family: "Fustat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    margin-bottom: 6px;
    opacity: .75;
}
.furinBilledLp .lpMeritRow__ttl  { color: var(--text); font-size: 20px; font-weight: 900; line-height: 1.5; margin-bottom: 6px; }
.furinBilledLp .lpMeritRow__text { color: var(--text-sub); font-size: 15px; line-height: 1.8; }

/* ---- 専門チーム（PICK UP カード）---- */
.furinBilledLp .lpTeam .lpSec__ttl {
    margin-bottom: 40px;
}
.furinBilledLp .lpTeamCards {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 48px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.furinBilledLp .lpTeamCard {
    background: #fff;
    border-radius: 36px;
    display: block;
    overflow: hidden;
    padding-bottom: 28px;
    position: relative;
    text-align: center;
    transition: transform .25s, box-shadow .25s;
}
.furinBilledLp .lpTeamCard:hover {
    transform: translateY(-6px);
}
.furinBilledLp .lpTeamCard__pickup {
    align-items: center;
    background: linear-gradient(135deg, var(--pink), var(--pink-dark));
    border-radius: 0 100px 100px 0;
    box-shadow: 0 6px 14px rgba(0,0,0,.18);
    color: #fff;
    display: flex;
    font-family: "Fustat", sans-serif;
    font-size: 13px;
    font-weight: 900;
    gap: 6px;
    left: 0;
    letter-spacing: .1em;
    padding: 8px 20px 8px 16px;
    position: absolute;
    top: 22px;
    z-index: 2;
}
.furinBilledLp .lpTeamCard__pickup span { font-size: 12px; opacity: .85; }
.furinBilledLp .lpTeamCard__img {
    aspect-ratio: 3 / 4;
    margin-bottom: 22px;
    overflow: hidden;
    width: 100%;
}
.furinBilledLp .lpTeamCard__img img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
    width: 100%;
    transition: transform .3s;
}
.furinBilledLp .lpTeamCard:hover .lpTeamCard__img img { transform: scale(1.05); }
.furinBilledLp .lpTeamCard__role {
    background: var(--pink-bg);
    border-radius: 100px;
    color: var(--pink-dark);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    margin-bottom: 12px;
    padding: 5px 16px;
}
.furinBilledLp .lpTeamCard__name {
    color: var(--text);
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .06em;
    margin-bottom: 8px;
}
.furinBilledLp .lpTeamCard__org { color: var(--text-muted); font-size: 13px; }
.furinBilledLp .lpTeam__belowNote {
    color: var(--text-sub);
    font-size: 16px;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
}
.furinBilledLp .lpTeam__message {
    background: #fff;
    border: 3px solid var(--text);
    border-radius: var(--radius);
    padding: 40px 48px;
    text-align: center;
}
.furinBilledLp .lpTeam__message__lead {
    color: var(--text-sub);
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 10px;
}
.furinBilledLp .lpTeam__message em {
    color: var(--pink-dark);
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.6;
}
.furinBilledLp .lpTeam__message__note {
    color: var(--text-muted);
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 18px;
}

/* ---- 解決事例（費用体系と同じ：白地＋太いピンクのリング枠）---- */
.furinBilledLp .lpCaseStories {
    display: grid;
    gap: 32px;
}
.furinBilledLp .lpCaseStory {
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 12px 32px rgba(0,0,0,.08);
    padding: 40px;
}
.furinBilledLp .lpCaseStory__top {
    align-items: flex-start;
    display: flex;
    gap: 40px;
}
.furinBilledLp .lpCaseStory__main { flex: 1; min-width: 0; }
.furinBilledLp .lpCaseStory__badge {
    color: var(--text);
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 20px;
}
/* 依頼前／依頼後タグ */
.furinBilledLp .lpCaseStory__tagRow {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    margin-bottom: 16px;
}
.furinBilledLp .lpCaseStory__tagRow:last-child { margin-bottom: 0; }
.furinBilledLp .lpCaseStory__tag {
    border-radius: 8px;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    margin-top: 3px;
    padding: 6px 14px;
}
.furinBilledLp .lpCaseStory__tag--before { background: none; color: var(--text); }
.furinBilledLp .lpCaseStory__tag--after  { background: none; color: var(--text); }
.furinBilledLp .lpCaseStory__tagText {
    color: var(--text-sub);
    flex: 1;
    font-size: 15px;
    line-height: 1.8;
    padding-top: 4px;
}
.furinBilledLp .lpCaseStory__tagText strong { color: var(--text); font-size: inherit !important; font-weight: 900; }

/* 棒グラフ */
.furinBilledLp .lpCaseStory__chart { flex-shrink: 0; text-align: center; width: 220px; }
.furinBilledLp .lpCaseStory__chartHeadline {
    background: #fff;
    border: 2px solid var(--pink);
    border-radius: 100px;
    color: var(--pink);
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 24px;
    padding: 8px 20px;
}
.furinBilledLp .lpCaseStory__chartHeadline strong { font-size: 16px !important; font-weight: 900; }
.furinBilledLp .lpCaseStory__chartBars {
    align-items: flex-end;
    display: flex;
    gap: 24px;
    justify-content: center;
}
.furinBilledLp .lpCaseStory__barCol { align-items: center; display: flex; flex-direction: column; width: 76px; }
.furinBilledLp .lpCaseStory__barVal {
    color: var(--text-muted);
    display: block;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 8px;
}
.furinBilledLp .lpCaseStory__bar {
    border-radius: 8px 8px 0 0;
    width: 100%;
}
.furinBilledLp .lpCaseStory__bar--before { background: var(--pink-mid); }
.furinBilledLp .lpCaseStory__bar--after  { background: var(--pink); }
/* ---- 事例比較チャートの棒の高さ（固定値・元inline styleより移設） ---- */
.furinBilledLp .lpCaseStory__bar--h130 { height: 130px; }
.furinBilledLp .lpCaseStory__bar--h17  { height: 17px; }
.furinBilledLp .lpCaseStory__bar--h6   { height: 6px; }
.furinBilledLp .lpCaseStory__barCaption {
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
}

/* 詳しく見る（交渉ポイント） */
.furinBilledLp .lpCaseStory__detail { margin-top: 28px; }
.furinBilledLp .lpCaseStory__detailToggle {
    align-items: center;
    border: 1px solid var(--pink-mid);
    border-radius: 12px;
    color: var(--text);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    list-style: none;
    padding: 16px;
}
.furinBilledLp .lpCaseStory__detailToggle::-webkit-details-marker { display: none; }
.furinBilledLp .lpCaseStory__detailToggle::after { content: "+"; font-size: 18px; margin-left: 8px; }
.furinBilledLp .lpCaseStory__detail[open] .lpCaseStory__detailToggle::after { content: "−"; }
.furinBilledLp .lpCaseStory__detailBody { padding: 20px 4px 4px; }
.furinBilledLp .lpCaseStory__detailLabel {
    align-items: center;
    color: var(--text);
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    margin-bottom: 10px;
}
.furinBilledLp .lpCaseStory__detailLabel::before {
    background: var(--pink);
    border-radius: 50%;
    content: "";
    flex-shrink: 0;
    height: 8px;
    width: 8px;
}
.furinBilledLp .lpCaseStory__detailText {
    color: var(--text-sub);
    font-size: 15px;
    line-height: 1.9;
}

/* ---- 相談の流れ ---- */
.furinBilledLp .lpFlow { display: grid; gap: 0; }
.furinBilledLp .lpFlowStep {
    align-items: flex-start;
    display: flex;
    gap: 28px;
    padding: 32px 0;
    position: relative;
}
.furinBilledLp .lpFlowStep:not(:last-child) { border-bottom: 1px solid var(--pink-bg); }
.furinBilledLp .lpFlowStep__num {
    align-items: center;
    background: #fff;
    border: 4px solid var(--pink);
    border-radius: 50%;
    color: var(--pink);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 900;
    height: 64px;
    justify-content: center;
    letter-spacing: .04em;
    width: 64px;
}
.furinBilledLp .lpFlowStep__num span { font-size: 26px; line-height: 1; }
.furinBilledLp .lpFlowStep__body { padding-top: 8px; }
.furinBilledLp .lpFlowStep__tag {
    background: var(--pink-bg);
    border-radius: 100px;
    color: var(--pink-dark);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 8px;
    padding: 4px 14px;
}
.furinBilledLp .lpFlowStep__ttl  { color: var(--text); font-size: 20px; font-weight: 900; margin-bottom: 8px; }
.furinBilledLp .lpFlowStep__text { color: var(--text-sub); font-size: 15px; line-height: 1.8; }

/* ---- 費用カード ---- */
.furinBilledLp .lpFeeCategory {
    color: var(--text-muted);
    font-size: 14px;
    margin-bottom: 36px;
    text-align: center;
    letter-spacing: .03em;
}
/* ---- 費用（3カード＋返金保証パネル）---- */
.furinBilledLp .lpFeeLead {
    color: var(--text);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.9;
    margin-bottom: 44px;
    text-align: center;
}
.furinBilledLp .lpFeeLead strong {
    background: linear-gradient(transparent 65%, var(--pink-mid) 65%);
    color: var(--pink-dark);
    font-size: inherit !important;
    font-weight: 900;
}
.furinBilledLp .lpFeeCards3 {
    align-items: stretch;
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 40px;
}
.furinBilledLp .lpFeeCard3 {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 12px rgba(196,58,101,.08);
    display: flex;
    flex-direction: column;
    padding: 44px 28px 32px;
    text-align: center;
}
.furinBilledLp .lpFeeCard3__label {
    border-bottom: 2px solid var(--pink-bg);
    color: var(--pink-dark);
    font-size: 17px;
    font-weight: 900;
    letter-spacing: .06em;
    margin-bottom: 28px;
    padding-bottom: 18px;
}
.furinBilledLp .lpFeeCard3__pre {
    color: var(--text-sub);
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-right: 8px;
    vertical-align: middle;
}
.furinBilledLp .lpFeeCard3__val {
    color: var(--pink-dark);
    flex-grow: 1;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 12px;
}
.furinBilledLp .lpFeeCard3__val small { font-size: 18px; font-weight: 700; letter-spacing: 0; }
.furinBilledLp .lpFeeCard3__val--em { color: var(--pink); font-size: 48px; }
.furinBilledLp .lpFeeCard3__val--sm {
    color: var(--text);
    flex-grow: 1;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 12px;
}
.furinBilledLp .lpFeeCard3__plus { color: var(--text-muted); display: block; font-size: 18px; font-weight: 700; }
.furinBilledLp .lpFeeCard3__val--sm strong {
    color: var(--pink);
    display: block;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.4;
}
.furinBilledLp .lpFeeCard3__note {
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.7;
}

/* ---- 返金保証制度について ---- */
.furinBilledLp .lpFeeGuarantee {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 4px 12px rgba(196,58,101,.08);
    display: flex;
    align-items: center;
    gap: 48px;
    margin-top: 40px;
    padding: 48px 52px;
}
.furinBilledLp .lpFeeGuarantee__body { flex: 1; }
.furinBilledLp .lpFeeGuarantee__ttl {
    color: var(--pink-dark);
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 20px;
}
.furinBilledLp .lpFeeGuarantee__text {
    color: var(--text-sub);
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 18px;
}
.furinBilledLp .lpFeeGuarantee__text strong { color: var(--pink-dark); font-size: inherit !important; font-weight: 900; }
.furinBilledLp .lpFeeGuarantee__small { color: var(--text-muted); font-size: 12px; line-height: 1.8; }
.furinBilledLp .lpFeeGuarantee__visual {
    align-items: center;
    background: var(--pink-bg);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    padding: 36px 28px;
    width: 320px;
}
.furinBilledLp .lpFeeGuarantee__visualRow {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: center;
    margin-bottom: 24px;
}
.furinBilledLp .lpFeeGuarantee__visualLabel {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,.06);
    color: var(--text-sub);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    padding: 16px 8px;
    text-align: center;
    width: 108px;
}
.furinBilledLp .lpFeeGuarantee__visualLabel--em {
    background: var(--pink);
    color: #fff;
}
.furinBilledLp .lpFeeGuarantee__visualSign {
    color: var(--pink-dark);
    font-size: 28px;
    font-weight: 900;
}
.furinBilledLp .lpFeeGuarantee__visualNote {
    color: var(--pink-dark);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

.furinBilledLp .lpFeeNote--small {
    color: var(--text-muted);
    font-size: 13px;
    margin-bottom: 24px;
    margin-top: 24px;
    text-align: center;
}
.furinBilledLp .lpFeeNote--small a {
    color: #1a73e8;
    font-size: inherit !important;
    text-decoration: underline;
}
.furinBilledLp .lpFeeNote {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 12px rgba(196,58,101,.06);
    color: var(--text-sub);
    margin-top: 40px;
    padding: 44px 48px;
    text-align: center;
}
.furinBilledLp .lpFeeNote strong {
    color: var(--pink-dark);
    display: block;
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 14px;
}
.furinBilledLp .lpFeeNote__text {
    display: block;
    font-size: 14px;
    line-height: 1.9;
}
/* 旧テーブル（非表示） */
.furinBilledLp .lpFeeTable { display: none; }

/* ---- FAQ ---- */
.furinBilledLp .lpFaqList { display: grid; gap: 16px; }
.furinBilledLp .lpFaq {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
}
.furinBilledLp .lpFaq__q {
    align-items: flex-start;
    background: #F7F7F7;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 16px;
    line-height: 1.6;
    padding: 22px 28px;
}
.furinBilledLp .lpFaq__qlabel {
    align-items: center;
    background: var(--pink);
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 900;
    height: 32px;
    justify-content: center;
    width: 32px;
}
.furinBilledLp .lpFaq__a {
    align-items: flex-start;
    display: flex;
    font-size: 15px;
    gap: 16px;
    line-height: 1.8;
    padding: 22px 28px;
    color: var(--text-sub);
}
.furinBilledLp .lpFaq__alabel {
    align-items: center;
    border: 2px solid var(--pink);
    border-radius: 8px;
    color: var(--pink);
    display: flex;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 900;
    height: 32px;
    justify-content: center;
    width: 32px;
}

/* ---- 弁護士の声 ---- */
.furinBilledLp .lpLawyerVoice {
    margin-top: 48px;
}
.furinBilledLp .lpLawyerVoice__ttl {
    color: var(--pink-dark);
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .06em;
    margin-bottom: 28px;
    text-align: center;
}
/* 2カラムカード */
.furinBilledLp .lpLawyerVoice__card {
    background: #fff;
    border: 1px solid var(--pink-mid);
    border-radius: var(--radius);
    display: flex;
    gap: 0;
    margin-bottom: 20px;
    overflow: hidden;
}
.furinBilledLp .lpLawyerVoice__card:last-child { margin-bottom: 0; }
.furinBilledLp .lpLawyerVoice__card--reverse { flex-direction: row-reverse; }
/* 左：テキスト */
.furinBilledLp .lpLawyerVoice__cardBody {
    flex: 1;
    padding: 36px 40px;
}
.furinBilledLp .lpLawyerVoice__cardNum {
    color: var(--pink);
    font-family: "Fustat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    margin-bottom: 16px;
    opacity: .75;
}
.furinBilledLp .lpLawyerVoice__cardTtl {
    color: var(--text);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 16px;
}
.furinBilledLp .lpLawyerVoice__cardText {
    color: var(--text-sub);
    font-size: 14px;
    line-height: 1.85;
}
/* 右：写真 */
.furinBilledLp .lpLawyerVoice__cardImg {
    display: block;
    flex-shrink: 0;
    width: 280px;
    position: relative;
    background: var(--pink-pale);
}
.furinBilledLp .lpLawyerVoice__cardImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}
.furinBilledLp .lpLawyerVoice__cardName {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,.88);
    color: var(--text);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    padding: 6px 12px;
    text-align: right;
    white-space: nowrap;
}

/* ---- ボトムCTA ---- */
.furinBilledLp .lpBottomCta {
    background: #1a1a1a;
    padding: 100px 24px;
    text-align: center;
}
.furinBilledLp .lpBottomCta__copy {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1.6;
    margin-bottom: 40px;
}
.furinBilledLp .lpBottomCta__copy em {
    color: var(--pink-bg);
    font-size: 1.3em;
    font-style: normal;
    font-weight: 900;
}

/* ---- 所属弁護士一覧の下の青ボタン：直後のCTAバーとくっつかないよう余白を追加 ---- */
.furinBilledLp .personalPageSec__innerBnt {
    margin-bottom: 80px;
}
@media (max-width: 768px) {
    .furinBilledLp .personalPageSec__innerBnt { margin-bottom: 48px; }
}

/* ---- PMVV上書き ---- */
.furinBilledLp .personalPageSec__thoughtsInnerTitle.u-pink::before { background: var(--pink) !important; }
/* 「私たちの想い」本文：両端揃えによるスマホでの折り返し崩れを解消 */
.furinBilledLp .personalPageSec__thoughts {
    max-width: 100%;
    box-sizing: border-box;
}
.furinBilledLp .personalPageSec__thoughtsInnerText {
    text-align: left !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}
.furinBilledLp .personalPageSec__missionInnerTitle.u-pink,
.furinBilledLp .personalPageSec__missionVisionTitle.u-pink { color: var(--pink) !important; }

/* ---- 悩み訴求（吹き出し）：CTAバーの淡ピンクと同化しないよう調整 ---- */
.furinBilledLp .personalPageSec__inner {
    margin-top: 56px;
    margin-bottom: 8px;
}
.furinBilledLp .personalPageSec__innerBoxLeft.u-pink,
.furinBilledLp .personalPageSec__innerBoxLeftMsg.u-pink,
.furinBilledLp .personalPageSec__innerBoxRightText.u-pink {
    background-color: var(--pink-mid) !important;
}
.furinBilledLp .personalPageSec__innerBoxSpTextArea.u-pink,
.furinBilledLp .personalPageSec__innerBoxSpMsg.u-pink {
    background-color: var(--pink-mid) !important;
}

/* ---- 解決実績リード文：不自然な両端揃えの改行を解消 ---- */
.furinBilledLp .personalPageSec__caseInnerText {
    text-align: left !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}
.furinBilledLp .furinBilledLp__worryText,
.furinBilledLp .furinBilledLp__worryText p {
    color: var(--text) !important;
    font-size: 14px !important;
    line-height: 1.9 !important;
}
.furinBilledLp .furinBilledLp__worryText p { margin: 0 0 14px; }
.furinBilledLp .furinBilledLp__worryText p:last-child { margin-bottom: 0; }
.furinBilledLp .furinBilledLp__worryText strong {
    background: linear-gradient(transparent 65%, #ffe278 65%);
    color: var(--text);
    font-size: 14px !important;
    font-weight: 900;
}
@media (max-width: 768px) {
    .furinBilledLp .furinBilledLp__worryText,
    .furinBilledLp .furinBilledLp__worryText p {
        font-size: 13px !important;
        line-height: 1.8 !important;
    }
    .furinBilledLp .furinBilledLp__worryText strong {
        font-size: 13px !important;
    }
}

/* ---- レスポンシブ ---- */

/* ---- レスポンシブ ---- */
@media (max-width: 768px) {
    .furinBilledLp .lpSec             { padding: 64px 0; }
    .furinBilledLp .lpInner           { padding: 0 20px; }
    .furinBilledLp .lpSec__ttl        { font-size: 22px; }
    .furinBilledLp .lpSec__sub        { font-size: 14px; margin-bottom: 36px; }
    .furinBilledLp .lpWorryCards      { grid-template-columns: 1fr 1fr; }
    .furinBilledLp .lpMeritRow        { gap: 18px; padding: 22px 0; }
    .furinBilledLp .lpMeritRow__icon  { height: 44px; width: 44px; font-size: 20px; }
    .furinBilledLp .lpTeamCards       { gap: 28px; margin-left: auto; margin-right: auto; max-width: 100%; }
    .furinBilledLp .lpTeamCard__pickup { font-size: 12px; padding: 6px 14px 6px 12px; top: 16px; }
    .furinBilledLp .lpKnowledge       { grid-template-columns: 1fr; }
    .furinBilledLp .lpRisk             { gap: 18px; padding: 22px 0; }
    .furinBilledLp .lpRisk__num        { height: 48px; width: 48px; font-size: 12px; }
    .furinBilledLp .lpCtaBtn          { font-size: 12px; min-width: 140px; padding: 12px 14px; }
    .furinBilledLp .lpCtaBtn--tel .lpCtaBtn__num { font-size: 18px; }
    .furinBilledLp .lpBottomCta__copy { font-size: 20px; }
    .furinBilledLp .lpFeeLead         { font-size: 16px; margin-bottom: 32px; }
    .furinBilledLp .lpFeeCategory     { margin-bottom: 24px; }
    .furinBilledLp .lpFeeCards3       { grid-template-columns: 1fr; gap: 20px; margin-bottom: 28px; max-width: 320px; margin-left: auto; margin-right: auto; }
    .furinBilledLp .lpFeeCard3        { padding: 32px 24px 26px; }
    .furinBilledLp .lpFeeCard3__val   { font-size: 34px; }
    .furinBilledLp .lpFeeCard3__val--em { font-size: 38px; }
    .furinBilledLp .lpFeeCard3__val--sm { font-size: 22px; }
    .furinBilledLp .lpFeeCard3__val--sm strong { font-size: 26px; }
    .furinBilledLp .lpFeeGuarantee    { flex-direction: column; gap: 28px; margin-top: 28px; padding: 32px 24px; }
    .furinBilledLp .lpFeeGuarantee__visual { width: 100%; }
    .furinBilledLp .lpFv__ctaLine__main { font-size: 16px; }
    .furinBilledLp .lpFv__ctaTel__num   { font-size: 17px; }
    .furinBilledLp .lpFeeNote         { padding: 28px 24px; }
    .furinBilledLp .lpCaseStory      { border-radius: 24px; padding: 28px 24px; }
    .furinBilledLp .lpCaseStory__top { flex-direction: column; gap: 28px; }
    .furinBilledLp .lpCaseStory__chart { width: 100%; }
    .furinBilledLp .lpTeam__message   { padding: 28px 20px; }
    .furinBilledLp .lpTeam__message__lead { font-size: 14px; }
    .furinBilledLp .lpTeam__message em { font-size: 19px; }
    .furinBilledLp .lpTeam__message__note { font-size: 13px; }
    .furinBilledLp .lpLawyerVoice__card    { flex-direction: column; }
    .furinBilledLp .lpLawyerVoice__cardImg { width: 100%; height: 240px; }
    .furinBilledLp .lpLawyerVoice__cardBody { padding: 24px 20px; }
}
@media (max-width: 480px) {
    .furinBilledLp .lpTeamCards   { grid-template-columns: 1fr; max-width: 280px; }
}

/* ---- PMVVセクション注記（元inline styleより移設） ---- */
.furinBilledLp .furinBilledLp__thoughtsNote {
    color: #888;
    font-size: 14px;
    font-style: italic;
    line-height: 1.8;
    margin-top: 24px;
    text-align: center;
}
