/* ─── SECTION HEADS ─────────────────────────────── */
.sec-head{margin-bottom:36px}
.sec-title{
  font-size:clamp(22px,3.8vw,30px);font-weight:700;color:var(--navy);
  line-height:1.35;margin-bottom:10px;
}
.sec-accent{
  display:block;width:80px;height:2px;background:var(--orange);
  border-radius:2px;margin:10px auto 14px;
}
.sec-sub{font-size:15px;color:var(--text-sub);line-height:1.8}

/* ─── BUTTONS (LP only) ─────────────────────────────── */
.btn-submit{
  width:100%;padding:18px;background:var(--orange);color:#fff;font-size:18px;
  font-weight:700;border:none;border-radius:7px;cursor:pointer;
  font-family:'Noto Sans JP',sans-serif;letter-spacing:.04em;
  box-shadow:0 3px 14px rgba(232,122,0,.30);transition:all .2s;
}
.btn-submit:hover{background:var(--orange-dark);box-shadow:0 5px 20px rgba(232,122,0,.40)}

/* ─── HERO / FV ─────────────────────────────── */
#hero{
  background:linear-gradient(140deg,#C8E4F5 0%,#DBF0FF 40%,#EDF7FF 100%);
  padding:60px 0 52px;overflow:hidden;
}
.hero-wrap{
  max-width:1100px;margin:0 auto;padding:0 24px;
  display:flex;align-items:flex-start;gap:44px;
}
.hero-left{flex:1;min-width:0}
.hero-label{
  display:inline-flex;align-items:center;gap:6px;
  background:var(--orange);color:#fff;font-size:12px;font-weight:700;
  padding:5px 14px;border-radius:5px;margin-bottom:20px;letter-spacing:.04em;
}
.hero-h1{
  font-size:clamp(26px,4.2vw,42px);font-weight:900;color:var(--navy);
  line-height:1.25;margin-bottom:16px;letter-spacing:.01em;
}
.hero-h1 .line2{color:var(--orange)}
.hero-lead{
  font-size:14px;color:var(--text-sub);line-height:1.85;
  margin-bottom:22px;padding-left:14px;
  border-left:3px solid var(--blue-light);
}
.hero-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:28px}
.hero-lead-sp{display:none}
.hero-tag-sp-hide{display:inline-flex}
.hero-tag{
  display:inline-flex;align-items:center;gap:4px;
  background:rgba(255,255,255,.88);border:1px solid rgba(203,229,245,.9);
  border-radius:20px;padding:5px 13px;font-size:12px;font-weight:700;color:var(--navy);
  box-shadow:0 1px 4px rgba(26,59,92,.07);
}
.hero-tag .chk{color:var(--orange);font-size:13px;font-weight:900}
.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:12px}
.hero-tel-note{font-size:12px;color:var(--text-sub)}
.hero-tel-note a{color:var(--navy);font-weight:700;text-decoration:underline}

/* hero right card */
.hero-right{flex:0 0 350px;max-width:350px}
.hcard{
  background:#fff;border-radius:14px;padding:22px;
  box-shadow:0 8px 40px rgba(26,59,92,.14);
  border:1px solid rgba(203,229,245,.4);
}
.hcard-title{
  font-size:13px;font-weight:700;color:var(--navy);
  text-align:center;padding-bottom:13px;margin-bottom:14px;
  border-bottom:2px solid var(--blue-light);letter-spacing:.03em;
}
.hcard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:10px}
.hcard-item{
  border-radius:9px;padding:12px 6px 10px;text-align:center;
  background:var(--blue-pale);border:1px solid rgba(203,229,245,.7);
  transition:transform .15s;
}
.hcard-item:hover{transform:translateY(-2px)}
.hcard-ico{
  width:44px;height:44px;border-radius:9px;margin:0 auto 7px;
  display:flex;align-items:center;justify-content:center;
}
.hcard-ico svg{width:26px;height:26px}
.hcard-lbl{font-size:11px;font-weight:700;color:var(--navy);line-height:1.3}
.hcard-sep{
  font-size:11px;color:var(--text-sub);text-align:center;
  margin-bottom:7px;font-weight:500;letter-spacing:.02em;
}
.hcard-sub-row{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:13px}
.hcard-sub-item{
  background:var(--ivory);border-radius:7px;padding:9px 4px;text-align:center;
  border:1px solid var(--border);
}
.hcard-sub-ico{width:22px;height:22px;margin:0 auto 4px;display:flex;align-items:center;justify-content:center}
.hcard-sub-ico svg{width:18px;height:18px}
.hcard-sub-lbl{font-size:10px;color:var(--text-sub);font-weight:600}
.hcard-bar{
  background:var(--navy);color:#fff;border-radius:8px;
  padding:11px 12px;text-align:center;font-size:12px;font-weight:700;
  letter-spacing:.03em;
}

@media(min-width:769px){
  .hcard-grid{grid-template-columns:repeat(6,1fr)}
  .hcard-grid .hcard-item:nth-child(1),.hcard-grid .hcard-item:nth-child(2){grid-column:span 3}
  .hcard-grid .hcard-item:nth-child(n+3){grid-column:span 2}
}

/* ─── TRUST BELT ─────────────────────────────── */
#trust-belt{background:var(--navy-dark);padding:13px 0}
.trust-inner{max-width:1100px;margin:0 auto;padding:0 20px}
.trust-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}
.trust-item{
  display:flex;align-items:center;gap:7px;
  color:#fff;font-size:13px;font-weight:700;
  padding:8px 20px;position:relative;letter-spacing:.02em;
}
.trust-item+.trust-item::before{
  content:'';position:absolute;left:0;top:20%;bottom:20%;
  width:1px;background:rgba(255,255,255,.2);
}
.trust-ico{
  width:20px;height:20px;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;opacity:.9;
}
.trust-ico svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.trust-chk{
  width:18px;height:18px;border-radius:50%;border:1.5px solid rgba(255,255,255,.5);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
  font-size:10px;color:#fff;font-weight:700;
}

/* ─── ANSHIN ─────────────────────────────── */
#anshin{background:#fff;padding:72px 0}
.anshin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.anshin-card{
  background:#fff;border:1px solid var(--border-soft);border-radius:11px;
  padding:24px 16px 20px;text-align:center;
  box-shadow:var(--shadow-sm);
  transition:box-shadow .2s,transform .2s;
}
.anshin-card:hover{box-shadow:var(--shadow-card);transform:translateY(-2px)}
.anshin-ico-wrap{
  width:54px;height:54px;border-radius:50%;
  background:var(--blue-pale);border:2px solid var(--blue-light);
  margin:0 auto 12px;
  display:flex;align-items:center;justify-content:center;
}
.anshin-ico-wrap svg{width:26px;height:26px;stroke:var(--navy);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.anshin-ttl{font-size:13px;font-weight:700;color:var(--navy);margin-bottom:6px;line-height:1.5}
.anshin-desc{font-size:12px;color:var(--text-sub);line-height:1.6}
.anshin-divider{border:none;border-top:1px dashed var(--border);margin:18px 0}

/* ─── RESULTS ─────────────────────────────── */
#results{background:var(--gray);padding:72px 0}
.rc-grid-top{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px}
.rc-grid-bot{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:10px}
.rc{
  background:#fff;border-radius:11px;padding:18px;
  box-shadow:var(--shadow-card);
  border-top:3px solid var(--blue-light);
  transition:box-shadow .2s,transform .2s;
}
.rc:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}
.rc-badge{
  display:inline-block;background:var(--blue-pale);color:var(--navy);
  font-size:11px;font-weight:700;padding:3px 10px;border-radius:4px;
  margin-bottom:9px;border:1px solid var(--blue-light);letter-spacing:.02em;
}
.rc-name{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:5px;line-height:1.4}
.rc-detail{font-size:11px;color:var(--text-sub);line-height:1.65;margin-bottom:9px}
.rc-price{
  font-size:26px;font-weight:900;color:var(--orange);
  line-height:1;margin-bottom:7px;letter-spacing:-.02em;
}
.rc-comment{font-size:12px;color:var(--text-sub);line-height:1.6;border-top:1px solid var(--border-soft);padding-top:8px}
.rc-sm{
  background:#fff;border-radius:9px;padding:14px;
  box-shadow:var(--shadow-sm);border-left:3px solid var(--blue-light);
}
.rc-sm .rc-name{font-size:13px}
.rc-sm .rc-price{font-size:22px;margin-bottom:2px}
.rc-sm .rc-detail{margin-bottom:0}
.results-note{font-size:12px;color:var(--text-sub);text-align:center;margin-top:6px}

/* ─── CTA BLOCK ─────────────────────────────── */
.cta-block{background:var(--blue-pale);padding:54px 0;text-align:center}
.cta-title{font-size:clamp(18px,3vw,26px);font-weight:700;color:var(--navy);margin-bottom:8px;line-height:1.4}
.cta-catch{font-size:14px;color:var(--text-sub);margin-bottom:6px;line-height:1.8}
.cta-tel-row{margin:12px 0 4px}
.cta-tel-num{font-size:30px;font-weight:900;color:var(--navy);letter-spacing:.02em}
.cta-tel-num a{color:var(--navy)}
.cta-hours{font-size:12px;color:var(--text-sub);margin-bottom:8px}
.cta-note{font-size:12px;color:var(--text-sub);margin-bottom:20px}
.cta-btns{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}

/* ─── REFUSED ─────────────────────────────── */
#refused{background:var(--cream);padding:52px 0}
.refused-box{
  max-width:760px;margin:0 auto;text-align:center;
  background:#fff;border-radius:13px;padding:38px 44px;
  border:1px solid var(--border);box-shadow:var(--shadow-card);
}
.refused-box h2{font-size:clamp(18px,3vw,24px);font-weight:700;color:var(--navy);margin-bottom:14px}
.refused-box p{font-size:15px;color:var(--text-sub);line-height:1.9}
.refused-note{font-size:12px;color:var(--text-light);margin-top:14px}

/* ─── STATE CALLOUT CARD ─────────────────────────────── */
.state-callout-card{background:#fff;border-radius:12px;border-left:4px solid var(--orange);padding:28px 36px;box-shadow:var(--shadow-card);max-width:860px;margin:0 auto 36px}
.state-callout-ttl{font-size:clamp(18px,2.8vw,24px);font-weight:800;color:var(--navy);margin-bottom:10px;line-height:1.4}
.state-callout-desc{font-size:14px;color:var(--text-sub);line-height:1.9}

/* ─── STATE CARD GRID ─────────────────────────────── */
.state-grid-head{font-size:clamp(15px,2.2vw,18px);font-weight:700;color:var(--navy);text-align:center;margin-bottom:20px}
.state-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;max-width:860px;margin:0 auto 36px}
.state-card{background:#fff;border-radius:10px;padding:14px 12px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}
.state-card-ico{width:32px;height:32px;color:var(--orange)}
.state-card-lbl{font-size:13px;font-weight:600;color:var(--navy);line-height:1.3}

/* ─── VOUCHER BLOCK ─────────────────────────────── */
.voucher-block{background:#fff;border-radius:10px;padding:28px 32px;box-shadow:var(--shadow-sm);max-width:860px;margin:0 auto 36px}
.voucher-head{font-size:clamp(15px,2.2vw,18px);font-weight:700;color:var(--navy);margin:4px 0 14px;text-align:center}
.voucher-desc{font-size:13px;color:var(--text-sub);line-height:1.7;margin-bottom:18px;text-align:center}
.voucher-chips{display:grid;grid-template-columns:repeat(3,auto);gap:10px 16px;justify-content:center}
.voucher-chip{background:var(--blue-pale);border:1px solid var(--blue-light);border-radius:20px;padding:7px 18px;font-size:13px;font-weight:600;color:var(--navy)}
.voucher-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.voucher-icon-card{background:var(--blue-pale);border:1px solid var(--blue-light);border-radius:10px;padding:16px 10px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}
.voucher-icon-card svg{width:26px;height:26px;color:var(--navy);opacity:.75;flex-shrink:0}
.voucher-icon-lbl{font-size:13px;font-weight:600;color:var(--navy);line-height:1.4}
.state-note{font-size:12px;color:var(--text-sub);text-align:center;margin-top:8px}
.state-lbl-sp{display:none}
.voucher-desc-sp,.state-callout-desc-sp{display:none}

/* ─── NAVY CALLOUT ─────────────────────────────── */
.navy-callout{background:var(--navy-dark);padding:28px 0;text-align:center}
.nc-title{font-size:clamp(17px,2.6vw,22px);font-weight:700;color:#fff;margin-bottom:6px;line-height:1.6}
.nc-sub{font-size:13px;color:rgba(255,255,255,.65);line-height:1.7}

/* ─── METHOD ─────────────────────────────── */
#method{background:var(--gray);padding:72px 0}
.method-cards{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:0;align-items:stretch}
.method-card{
  background:#fff;border-radius:13px;padding:30px;
  border:1px solid var(--border-soft);box-shadow:var(--shadow-card);
  transition:box-shadow .2s,transform .2s;
  display:flex;flex-direction:column;
}
.method-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}
.mc-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.mc-icon{
  width:52px;height:52px;border-radius:10px;
  background:var(--blue-pale);border:1px solid var(--blue-light);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.mc-header .mc-icon{margin-bottom:0}
.mc-icon svg{width:28px;height:28px;stroke:var(--navy);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.mc-title{font-size:20px;font-weight:900;color:var(--navy);margin-bottom:8px}
.mc-header .mc-title{margin-bottom:0;font-size:22px;font-weight:900}
.mc-desc{font-size:14px;color:var(--text-sub);line-height:1.8;margin-bottom:20px}
.mc-link-row{margin-top:auto;padding-top:16px}
.mc-link{color:var(--navy);font-size:13px;font-weight:700;text-decoration:underline}
.mc-outline-btn{
  display:inline-flex;align-items:center;gap:5px;margin-top:12px;
  font-size:13px;font-weight:700;color:var(--navy);
  border:2px solid var(--navy);border-radius:7px;
  padding:9px 16px;text-decoration:none;transition:all .18s;
  font-family:'Noto Sans JP',sans-serif;
}
.mc-outline-btn:hover{background:var(--navy);color:#fff}
.mc-text-link{display:inline-flex;align-items:center;gap:4px;margin-top:10px;font-size:13px;font-weight:700;color:var(--navy);text-decoration:underline}
.mc-note{font-size:11px;color:var(--text-light);margin-top:12px;line-height:1.8}
.mc-postal-link{margin-top:14px;display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:700;color:var(--navy);text-decoration:underline}
.mc-postal-btn{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:700;color:var(--navy);border:1.5px solid var(--navy);border-radius:6px;padding:8px 16px;transition:background .15s;}
.mc-postal-btn:hover{background:var(--blue-pale)}
.mc-cta{margin-top:16px}
.method-caution{font-size:12px;color:var(--text-sub);text-align:center;margin-top:20px;line-height:2.2}
.mc-address{margin-top:14px;padding:10px 14px;background:var(--blue-pale);border-radius:7px;font-size:12px;color:var(--text-sub);line-height:1.8}
.mc-address strong{display:block;font-weight:700;color:var(--navy);font-size:13px;margin-bottom:2px}

/* ─── METHOD FLOW ─────────────────────────────── */
.mc-flow{margin-top:20px;padding-top:18px;border-top:1px dashed var(--border)}
.mc-flow-label{font-size:11px;font-weight:700;color:var(--text-sub);letter-spacing:.06em;margin-bottom:12px}
.mc-steps{display:flex;flex-direction:column;gap:0}
.mc-step{display:flex;gap:12px;padding-bottom:12px;position:relative}
.mc-step:last-child{padding-bottom:0}
.mc-step:not(:last-child)::after{content:'';position:absolute;left:13px;top:28px;bottom:0;width:1.5px;background:var(--blue-light)}
.mc-num{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:var(--navy);color:#fff;font-weight:900;font-size:11px;display:flex;align-items:center;justify-content:center;z-index:1}
.mc-step-body{padding-top:3px}
.mc-step-name{font-size:13px;font-weight:700;color:var(--navy);line-height:1.4;margin-bottom:2px}
.mc-step-sub{font-size:12px;color:var(--text-sub);line-height:1.5}

/* ─── FLOW (index) ─────────────────────────────── */
#flow{background:#fff;padding:72px 0;padding-top:0}
.flow-tabs{display:flex;border-bottom:2px solid var(--border-soft);margin-bottom:30px}
.flow-tab{
  padding:12px 32px;font-weight:700;font-size:15px;cursor:pointer;
  border:none;background:none;color:var(--text-sub);
  border-bottom:3px solid transparent;margin-bottom:-2px;
  transition:all .2s;font-family:'Noto Sans JP',sans-serif;
}
.flow-tab.active{color:var(--navy);border-bottom-color:var(--orange)}
.flow-panel{display:none}
.flow-panel.active{display:block}
.flow-steps{display:flex;flex-direction:column;gap:0}
.flow-step{display:flex;gap:18px;position:relative;padding-bottom:22px}
.flow-step:last-child{padding-bottom:0}
.flow-step:not(:last-child)::after{
  content:'';position:absolute;left:18px;top:40px;bottom:0;
  width:2px;background:var(--blue-light);
}
.flow-num{
  flex-shrink:0;width:38px;height:38px;border-radius:50%;
  background:var(--navy);color:#fff;font-weight:900;font-size:14px;
  display:flex;align-items:center;justify-content:center;z-index:1;
}
.flow-body{padding-top:7px}
.flow-title{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:3px}
.flow-sub{font-size:14px;color:var(--text-sub);line-height:1.7}
.flow-caution{
  background:var(--blue-pale);border-radius:8px;padding:13px 16px;
  font-size:13px;color:var(--text-sub);margin-top:20px;
  border-left:3px solid var(--blue-light);
}
.flow-notices{margin-top:10px;font-size:12px;color:var(--text-sub);list-style:none}
.flow-notices li::before{content:"※ "}
.flow-cta{text-align:center;margin-top:26px}

/* ─── REVIEWS ─────────────────────────────── */
#reviews{background:var(--blue-pale);padding:72px 0}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:10px;align-items:start}
.rev-card{
  background:#fff;border-radius:11px;padding:22px;
  box-shadow:var(--shadow-card);display:flex;flex-direction:column;
}
.rev-body{flex:1;margin-bottom:12px}
.rev-stars{color:var(--gold);font-size:13px;letter-spacing:.12em;margin-bottom:4px}
.rev-meta{font-size:12px;color:var(--text-sub);margin-bottom:8px}
.rev-head{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:7px;line-height:1.35}
.rev-body{font-size:13px;color:var(--text-sub);line-height:1.75;margin-bottom:10px}
.rev-tags{display:flex;flex-wrap:wrap;gap:5px;border-top:1px solid var(--border-soft);padding-top:10px}
.rev-tag{
  font-size:11px;color:var(--navy);
  background:var(--blue-pale);border:1px solid var(--blue-light);
  padding:3px 9px;border-radius:20px;
}
.reviews-note{font-size:12px;color:var(--text-sub);text-align:center}

/* ─── FAQ (LP overrides) ─────────────────────────────── */
#faq{background:#fff}
.faq-btns{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}

/* ─── ITEMS (切手以外) ─────────────────────────────── */
#items{background:var(--gray);padding:72px 0}
.items-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:14px}
.items-col{background:#fff;border-radius:10px;padding:18px;box-shadow:var(--shadow-sm)}
.items-col-title{
  font-size:13px;font-weight:700;color:var(--navy);
  margin-bottom:11px;padding-bottom:8px;
  border-bottom:2px solid var(--orange);display:flex;align-items:center;gap:5px;
}
.items-tags{display:flex;flex-wrap:wrap;gap:6px}
.items-tag{
  background:var(--gray);border:1px solid var(--border);
  font-size:12px;padding:4px 10px;border-radius:4px;color:var(--text-sub);
}
.items-note{font-size:12px;color:var(--text-sub);text-align:center}

/* ─── COMPANY ─────────────────────────────── */
#company{background:var(--gray);padding:72px 0}
.co-card{
  max-width:700px;margin:0 auto;
  background:#fff;
  border:1px solid var(--border);border-radius:11px;overflow:hidden;
  box-shadow:var(--shadow-card);
}
.co-row{display:grid;grid-template-columns:160px 1fr;border-bottom:1px solid var(--border-soft)}
.co-row:last-child{border-bottom:none}
.co-th{background:var(--blue-pale);padding:14px 16px;font-size:13px;font-weight:700;color:var(--navy)}
.co-td{padding:14px 16px;font-size:14px;color:var(--text-sub)}
.co-td a{color:var(--navy);text-decoration:underline}

/* ─── FORM ─────────────────────────────── */
#contact{background:var(--cream);padding:72px 0}
.form-tel-box{
  max-width:680px;margin:0 auto 30px;
  background:var(--navy);color:#fff;border-radius:10px;
  padding:18px 28px;display:flex;align-items:center;justify-content:space-between;
  flex-wrap:wrap;gap:16px;
}
.ftb-txt{font-size:14px;opacity:.92;line-height:1.55;display:flex;flex-direction:column;gap:4px}
.ftb-sub{font-size:13px;opacity:.95;letter-spacing:.01em}
.ftb-tel{font-size:26px;font-weight:900;letter-spacing:.02em}
.ftb-tel a{color:#fff}
.form-card{
  max-width:680px;margin:0 auto;background:#fff;
  border-radius:13px;padding:38px 36px;
  box-shadow:0 4px 28px rgba(26,59,92,.10);
}
.form-note-top{
  font-size:13px;color:var(--text-sub);text-align:center;
  margin-bottom:26px;line-height:1.75;
}
.f-row2{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.fg{margin-bottom:18px}
.fl{display:block;font-size:13px;font-weight:700;color:var(--navy);margin-bottom:7px}
.req{
  display:inline-block;background:var(--orange);color:#fff;
  font-size:10px;font-weight:700;padding:1px 6px;border-radius:3px;
  margin-left:5px;vertical-align:middle;
}
.opt{
  display:inline-block;background:var(--gray);color:var(--text-sub);
  border:1px solid var(--border);font-size:10px;
  padding:1px 6px;border-radius:3px;margin-left:5px;vertical-align:middle;
}
.fi{
  width:100%;padding:12px 15px;border:1px solid var(--border);border-radius:7px;
  font-size:15px;font-family:'Noto Sans JP',sans-serif;
  transition:border-color .2s,box-shadow .2s;
}
.fi:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px rgba(26,59,92,.09)}
.fta{
  width:100%;padding:12px 15px;border:1px solid var(--border);border-radius:7px;
  font-size:15px;font-family:'Noto Sans JP',sans-serif;resize:vertical;min-height:100px;
}
.fta:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px rgba(26,59,92,.09)}
.fsel{
  width:100%;padding:12px 15px;border:1px solid var(--border);border-radius:7px;
  font-size:15px;font-family:'Noto Sans JP',sans-serif;background:#fff;cursor:pointer;
}
.radio-grp,.check-grp{display:flex;flex-direction:column;gap:9px}
.r-item,.c-item{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}
.c-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.f-privacy{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--text-sub);margin-bottom:20px}
.f-note{text-align:center;font-size:12px;color:var(--text-sub);margin-top:10px;line-height:1.8}

/* ─── PRICE GUIDE ─────────────────────────────── */
#price-guide{background:#fff;padding:72px 0}
.pg-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:760px;margin:0 auto 28px}
.pg-hl{background:#fff;border-radius:10px;padding:20px;text-align:center;box-shadow:var(--shadow-sm);border-top:3px solid var(--orange)}
.pg-hl-name{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:6px}
.pg-hl-rate{font-size:22px;font-weight:900;color:var(--orange);margin-bottom:4px;line-height:1.2}
.pg-hl-note{font-size:12px;color:var(--text-sub)}
.pg-table-wrap{background:#fff;border-radius:10px;overflow:hidden;box-shadow:var(--shadow-sm);max-width:760px;margin:0 auto 14px}
.pg-table{width:100%;border-collapse:collapse}
.pg-table th{background:var(--navy);color:#fff;padding:12px 16px;font-size:13px;font-weight:700;text-align:center}
.pg-table th:first-child{text-align:center}
.pg-table td{padding:13px 16px;font-size:14px;border-bottom:1px solid var(--border-soft);vertical-align:middle;text-align:center}
.pg-table tbody tr:last-child td{border-bottom:none}
.pg-table tbody tr:nth-child(even) td{background:var(--blue-pale)}
.pg-table colgroup col:first-child{width:30%}
.pg-table colgroup col:nth-child(2){width:30%}
.pg-table colgroup col:nth-child(3){width:40%}
.pg-item{font-weight:700;color:var(--navy);text-align:center}
.pg-rate{color:var(--orange);font-weight:700;white-space:nowrap}
.pg-tdnote{color:var(--text-sub);font-size:13px;text-align:center}
.pg-cards{display:none;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:14px}
.pg-card{background:#fff;border-radius:9px;padding:14px;box-shadow:var(--shadow-sm);border-left:3px solid var(--orange)}
.pg-card-name{font-size:13px;font-weight:700;color:var(--navy);margin-bottom:4px}
.pg-card-rate{font-size:15px;font-weight:700;color:var(--orange);margin-bottom:3px}
.pg-card-note{font-size:11px;color:var(--text-sub);line-height:1.5}
.pg-note-txt{font-size:12px;color:var(--text-sub);text-align:center;margin-bottom:24px}
.pg-cta{text-align:center;padding-top:22px;border-top:1px solid var(--border-soft)}
.pg-cta-sub{font-size:14px;color:var(--text-sub);margin-bottom:14px}

/* ─── PG CTA BLOCK (LP overrides) ─────────────────────────────── */
.pg-cta-block{padding:52px 0}
.pg-cta-ttl-line{display:block}
.pg-tel-sp-only{display:none}
.pg-cta-sp-note{display:none;margin-top:10px;text-align:center;font-size:12px;line-height:1.6;color:var(--text-sub)}

/* ─── CTA BLOCK SM ─────────────────────────────── */
.cta-block-sm{background:var(--blue-pale);padding:36px 0;text-align:center}
.cta-sm-title{font-size:clamp(16px,2.4vw,20px);font-weight:700;color:var(--navy);margin-bottom:16px;line-height:1.4}

/* ─── FORM SELECTORS ─────────────────────────────── */
.sel-btns{display:flex;flex-wrap:wrap;gap:8px}
.sel-btn{
  padding:12px 20px;border-radius:8px;border:2px solid var(--border);
  background:#fff;font-size:14px;font-weight:700;color:var(--navy);
  cursor:pointer;transition:all .18s;font-family:'Noto Sans JP',sans-serif;
  line-height:1;user-select:none;
}
.sel-btn:hover{border-color:var(--navy)}
.sel-btn.active{background:var(--navy);color:#fff;border-color:var(--navy)}
.method-sel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.items-sel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.qty-sel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.fsel-btn{padding:14px 10px;border-radius:7px;border:1px solid #d9e1ea;background:#fafbfd;font-size:14px;font-weight:600;color:#5f6f82;cursor:pointer;transition:all .18s;font-family:'Noto Sans JP',sans-serif;text-align:center;user-select:none;line-height:1.3;display:block;width:100%}
.fsel-btn:hover{border-color:#c4d0dc;background:#fdfefe}
.fsel-btn.active{background:var(--navy);color:#fff;border-color:var(--navy)}
.fsel-btn-sm{padding:12px 8px;border-radius:7px;border:1px solid #d9e1ea;background:#fafbfd;font-size:13px;font-weight:600;color:#5f6f82;cursor:pointer;transition:all .18s;font-family:'Noto Sans JP',sans-serif;text-align:center;user-select:none;line-height:1.3;display:block;width:100%}
.fsel-btn-sm:hover{border-color:#c4d0dc;background:#fdfefe}
.fsel-btn-sm.active{background:var(--navy);color:#fff;border-color:var(--navy)}

/* ─── SP PG-CTA DUAL BUTTONS ─────────────────────────────── */
.pg-cta-sp-dual{display:none;gap:10px;width:100%;max-width:420px;margin:0 auto}
.pg-cta-sp-tel-btn,.pg-cta-sp-form-btn{flex:1;display:flex;align-items:center;justify-content:center;padding:14px 8px;border-radius:8px;font-family:'Noto Sans JP',sans-serif;text-decoration:none;min-width:0}
.pg-cta-sp-tel-btn{background:#22c55e;color:#fff}
.pg-cta-sp-form-btn{background:var(--orange);color:#fff}
.pg-cta-sp-btn-body{display:flex;align-items:center;justify-content:center;min-width:0}
.pg-cta-sp-main{font-size:15px;font-weight:700;line-height:1.2;white-space:nowrap}

/* ─── DISPLAY HELPERS ─────────────────────────────── */
.slider-dots{display:none}
.sp-only{display:none}
.pc-only{display:inline}
.state-lbl-sp{display:none}

/* ─── SUB ITEMS ─────────────────────────────── */
#sub-items{background:#fff;padding:56px 0}
.sub-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:8px}
.sub-tag{
  background:var(--blue-pale);border:1px solid var(--blue-light);
  color:var(--navy);font-size:14px;font-weight:600;
  padding:8px 20px;border-radius:20px;
}

/* ─── STATE GROUPS ─────────────────────────────── */
.state-group{margin-bottom:22px}
.state-group-lbl{display:inline-block;font-size:11px;font-weight:700;color:var(--navy);letter-spacing:.06em;background:var(--blue-pale);border:1px solid var(--blue-light);border-radius:4px;padding:3px 10px;margin-bottom:12px}
.state-chips{display:flex;flex-wrap:wrap;gap:8px}
.state-chip{background:#fff;border:1px solid var(--border);border-radius:20px;padding:7px 16px;font-size:13px;font-weight:600;color:var(--navy)}

/* ─── SP TABS (show on SP only) ─────────────────────────────── */
.pg-sp-tabs,.method-sp-tabs{display:none}
.pg-sp-panel{display:none}

/* ─── RESPONSIVE LP ─────────────────────────────── */
@media(max-width:768px){
  .sel-btns{flex-direction:column}
  .sel-btn{text-align:center}
  #hero{padding:40px 0 36px}
  .hero-wrap{flex-direction:column;gap:22px;padding:0 20px}
  .hero-left{width:100%;max-width:720px;margin:0 auto}
  .hero-right{flex:none;width:100%;max-width:720px;margin:0 auto}
  .hero-ctas{flex-direction:column}
  .trust-item{padding:6px 12px;font-size:12px}
  .trust-item+.trust-item::before{display:none}
  .anshin-grid{grid-template-columns:repeat(2,1fr)}
  .rc-grid-top{grid-template-columns:repeat(2,1fr)}
  .rc-grid-bot{grid-template-columns:repeat(2,1fr)}
  .cta-btns{flex-direction:column;align-items:center}
  .method-cards{grid-template-columns:1fr}
  .reviews-grid{grid-template-columns:1fr}
  .results-slider,.reviews-slider{display:flex;gap:12px;overflow-x:auto;padding:2px 8vw 8px 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .results-slider::-webkit-scrollbar,.reviews-slider::-webkit-scrollbar{display:none}
  .results-slider .rc-grid-top,.results-slider .rc-grid-bot,.reviews-slider .reviews-grid{display:contents}
  .results-slider .rc,.reviews-slider .rev-card{flex:0 0 87%;max-width:87%;scroll-snap-align:start;margin:0;min-height:100%}
  .results-slider .rc{display:flex;flex-direction:column}
  .results-slider .rc-detail{min-height:3.2em;line-height:1.6}
  .results-slider .rc-price{font-size:30px;line-height:1.15;margin-top:0}
  .reviews-slider .rev-card{display:flex;flex-direction:column;gap:8px}
  .reviews-slider .rev-body{overflow:visible}
  .reviews-slider .rev-tag{font-size:10px;padding:3px 8px}
  .slider-dots{display:flex;justify-content:center;gap:6px;margin:12px 0 10px}
  .slider-dot{width:7px;height:7px;border-radius:999px;background:#c8d7e4;transition:.2s}
  .slider-dot.is-active{background:var(--navy);width:18px}
  .state-callout-card{padding:18px 16px;margin-bottom:24px}
  .state-callout-ttl{font-size:20px;line-height:1.5;margin-bottom:8px}
  .sp-callout-break{display:block}
  .state-callout-desc{font-size:13px;line-height:1.6}
  .items-grid{grid-template-columns:repeat(2,1fr)}
  .co-row{grid-template-columns:118px 1fr}
  .co-th{font-size:12px;line-height:1.45;word-break:keep-all}
  .co-td{font-size:12px;line-height:1.7}
  .co-addr{word-break:keep-all}
  .co-license{word-break:keep-all}
  .form-card{padding:24px 16px}
  .f-row2{grid-template-columns:1fr}
  .c-grid{grid-template-columns:1fr}
  .form-tel-box{flex-direction:column;text-align:center;gap:10px}
  .ftb-txt{font-size:12px;line-height:1.65;gap:2px}
  .ftb-sub{font-size:12px}
  .ftb-tel{font-size:22px}
  .voucher-chips{grid-template-columns:repeat(2,auto)}
  .pg-tel-sp-only{display:inline-flex}
  .method-sel-grid{grid-template-columns:repeat(3,1fr)}
  .items-sel-grid{grid-template-columns:repeat(2,1fr)}
  .qty-sel-grid{grid-template-columns:repeat(2,1fr)}
  .fsel-btn,.fsel-btn-sm{
    display:flex;align-items:center;justify-content:center;
    min-height:48px;text-align:center;line-height:1.35;
    white-space:normal;word-break:keep-all;overflow-wrap:break-word;
  }
  .fsel-btn-sm{min-height:44px;font-size:12px;letter-spacing:-.01em;padding:10px 8px;}
  .qty-sel-grid .fsel-btn-sm{min-height:50px;display:flex;align-items:center;justify-content:center;line-height:1.35;text-align:center;}
  .fsel-btn{min-height:50px;font-size:13px;padding:12px 10px;}
  /* price guide */
  .pg-sp-tabs,.method-sp-tabs{display:flex;gap:8px;margin:0 auto 14px;max-width:760px}
  .pg-sp-tab,.method-sp-tab{flex:1;background:#fff;border:1px solid var(--border);color:var(--navy);font-size:13px;font-weight:700;border-radius:999px;padding:10px 8px;text-align:center;cursor:pointer;font-family:'Noto Sans JP',sans-serif;}
  .pg-sp-tab.active,.method-sp-tab.active{background:var(--navy);color:#fff;border-color:var(--navy)}
  .pg-sp-panel,.method-sp-panel{display:none}
  .pg-sp-panel.active,.method-sp-panel.active{display:block}
  .method-card.method-sp-panel{display:none !important}
  .method-card.method-sp-panel.active{display:flex !important}
  .sp-menu-cta{padding:16px 20px 32px}
  .sp-menu-cta-btn.tel{display:flex;align-items:center;justify-content:center;gap:8px}
  .sp-menu-cta-btn.tel svg{width:15px;height:15px;flex-shrink:0;display:block}
  .sp-menu-cta-note{margin-top:10px;text-align:center;font-size:12px;line-height:1.6;color:var(--text-sub)}
  .pg-cta-sp-dual,.sp-menu-cta-grid{display:flex;flex-direction:column;gap:10px;max-width:420px;margin:0 auto}
  .pg-cta-sp-tel-btn,.pg-cta-sp-form-btn,.sp-menu-cta-btn,.btn-submit{width:100%;min-height:52px;padding:0 16px;border-radius:8px;font-size:16px;font-weight:700;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:8px;text-align:center}
  .pg-cta-sp-main,.sp-menu-cta-main{font-size:16px;font-weight:700;line-height:1.2;white-space:nowrap}
  .pg-cta-sp-btn-body,.sp-nav-btn-body{display:flex;align-items:center;justify-content:center;gap:6px;min-height:20px}
  .pg-cta-sp-note{display:block}
  .pg-table{display:none}
  .pg-cards{display:grid}
  .pg-highlights{grid-template-columns:1fr}
  .hero-ctas{display:none}
  .hcard{padding:12px 10px}
  .hcard-title{font-size:12px;margin-bottom:10px}
  .hcard-grid{grid-template-columns:repeat(6,1fr);gap:5px;margin-bottom:4px}
  .hcard-grid .hcard-item:nth-child(1),.hcard-grid .hcard-item:nth-child(2){grid-column:span 3}
  .hcard-grid .hcard-item:nth-child(n+3){grid-column:span 2}
  .hcard-item{padding:7px 4px;gap:3px;min-height:76px;justify-content:center}
  .hcard-ico{width:32px;height:32px}
  .hcard-lbl{font-size:11px;line-height:1.35;white-space:nowrap}
  .hcard-sub-row{grid-template-columns:repeat(3,1fr);gap:5px;margin-top:0;padding-top:0}
  .hcard-sub-item{padding:5px 4px;gap:2px;min-height:58px;justify-content:center}
  .hcard-sub-lbl{font-size:10px;line-height:1.35;white-space:nowrap}
  .pg-cta-tel-row,.pg-cta-hours,.pg-cta-btns{display:none}
  .hero-h1{font-size:clamp(22px,6.5vw,32px)}
  .hero-lead-pc{display:none}
  .hero-lead-sp{display:block}
  .hero-tags{gap:6px}
  .hero-tag{white-space:nowrap;font-size:11px;padding:5px 8px}
  .hero-tag-sp-hide{display:none}
  br.sp-only{display:block}
  .pc-only{display:none}
  .state-lbl-pc{display:none}
  .state-lbl-sp{display:inline}
  .state-callout-desc-pc,.voucher-desc-pc{display:none}
  .state-callout-desc-sp,.voucher-desc-sp{display:block}
  .results-note,.state-note,.reviews-note{max-width:340px;margin-left:auto;margin-right:auto;text-align:center;line-height:1.75}
}
@media(max-width:480px){
  .trust-row{grid-template-columns:repeat(2,minmax(0,1fr));padding-left:0}
  .trust-item{border-bottom:none;padding:6px 8px}
  .rc-grid-top{grid-template-columns:1fr}
  .rc-grid-bot{grid-template-columns:repeat(2,1fr)}
  .anshin-grid{grid-template-columns:repeat(2,1fr)}
  .items-grid{grid-template-columns:1fr}
  .hcard-grid{grid-template-columns:repeat(6,1fr)}
  .hcard-sub-row{grid-template-columns:repeat(3,1fr)}
  .pg-cards{grid-template-columns:1fr}
}

/* ─── SP FINAL TUNING ─────────────────────────────── */
@media(max-width:768px){
  .pg-sp-tabs,.method-sp-tabs{display:flex}
  .pg-sp-panel.active{display:block}
  .pg-sp-panel:not(.active){display:none}
  .method-card.method-sp-panel.active{display:flex !important}
  .method-card.method-sp-panel:not(.active){display:none !important}
  #trust-belt{padding:8px 0}
  .trust-inner{padding:0 14px}
  .trust-row{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6px 8px;
    align-items:stretch;
  }
  .trust-item{
    gap:5px;font-size:11px;line-height:1.35;padding:6px 8px;
    border:1px solid rgba(255,255,255,.14);border-radius:7px;justify-content:flex-start;
  }
  .trust-ico{width:16px;height:16px}
  .trust-ico svg{width:13px;height:13px;stroke-width:1.8}
  .trust-chk{width:14px;height:14px;font-size:8px;border-width:1.2px}
  #anshin{padding:44px 0 42px}
  .anshin-grid{gap:10px 8px}
  .anshin-card{padding:14px 10px 12px;border-radius:9px;}
  .anshin-ico-wrap{width:42px;height:42px;margin:0 auto 8px;border-width:1.5px;}
  .anshin-ico-wrap svg{width:20px;height:20px}
  .anshin-ttl{font-size:12px;line-height:1.4;margin-bottom:4px;}
  .anshin-desc{font-size:11px;line-height:1.55;}
  .anshin-divider{margin:12px 0}
  .state-card-grid{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:24px}
  .state-card{padding:9px 4px;min-height:78px;gap:4px;justify-content:center;align-items:center}
  .state-card-ico{width:20px;height:20px}
  .state-card-lbl{min-height:2.7em;display:flex;align-items:center;justify-content:center;text-align:center;font-size:10px;line-height:1.35;letter-spacing:-.02em}
  .voucher-grid{grid-template-columns:repeat(3,1fr);gap:8px}
  .voucher-icon-card{padding:9px 4px;min-height:78px;gap:4px;justify-content:center;align-items:center}
  .voucher-icon-card svg{width:20px;height:20px}
  .voucher-icon-lbl{min-height:2.7em;display:flex;align-items:center;justify-content:center;text-align:center;font-size:10px;line-height:1.35;letter-spacing:-.02em}
  br.sp-only{display:block}
  .state-callout-desc-pc,.voucher-desc-pc{display:none}
  .state-callout-desc-sp,.voucher-desc-sp{display:block}
}

@media(max-width:980px){
  .pg-cta-sp-dual{display:flex}
  .pg-cta-tel-row,.pg-cta-hours,.pg-cta-btns{display:none}
}

@media(min-width:981px){
  #results,#price-guide,#method,#reviews,#faq,#contact{scroll-margin-top:120px}
}
