/* ============================================================
   スポットクーラーレンタル.com  styles
   ============================================================ */
:root{
  --blue:#00a3e2;
  --blue-d:#0089c4;
  --blue-dd:#0b6fa8;
  --red:#c1281a;
  --red-d:#a51f12;
  --orange1:#fbb838;
  --orange2:#f7931e;
  --text:#3b3b3b;
  --gray:#7f7f7f;
  --line:#e4e7ea;
  --bg-blue:#f4faff;
  --bg-blue2:#eef6fd;
  --bg-gray:#f7f7f7;
  --maxw:1160px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:"Noto Sans JP","Roboto",-apple-system,"Segoe UI",sans-serif;
  color:var(--text);
  line-height:1.8;
  background:#fff;
  -webkit-font-smoothing:antialiased;
  font-size:15px;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
.container{max-width:var(--maxw);margin:0 auto;padding:0 20px;width:100%}
.container-narrow{max-width:880px}
.arr{font-style:normal;font-weight:700}

/* ===== section heading ===== */
.sec-head{text-align:center;margin-bottom:46px;position:relative}
.sec-en{
  display:block;font-family:"Roboto",sans-serif;
  color:var(--blue);letter-spacing:.12em;font-size:15px;margin-bottom:6px;
}
.sec-sub{font-size:13px;font-weight:700;margin-bottom:2px;letter-spacing:.04em}
.sec-jp{font-size:30px;font-weight:700;letter-spacing:.04em;line-height:1.4}
.sec-jp b{color:var(--blue)}
.sec-jp .num6{color:var(--blue);font-size:1.5em;line-height:1;vertical-align:-2px;margin:0 2px}
.sec-head-watermark{position:relative;padding-top:34px}
.sec-wm{
  display:block;font-family:"Roboto",sans-serif;font-weight:300;
  font-size:65px;color:rgba(53,175,223,.16);letter-spacing:.08em;line-height:1;
  position:absolute;top:0;left:50%;transform:translateX(-50%);white-space:nowrap;z-index:0;
}
.sec-head-watermark .sec-jp{position:relative;z-index:1}
.sec-head-watermark .sec-sub{position:relative;z-index:1}
.sec-head-left{text-align:left;margin-bottom:24px}
.sec-head-left .sec-en{font-size:13px;color:#00a3e2;letter-spacing:.16em}

/* ============================================================
   HEADER
   ============================================================ */
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  box-shadow:0 1px 6px rgba(0,0,0,.06);
}
.header-inner{
  max-width:1360px;margin:0 auto;padding:0 22px;height:78px;
  display:flex;align-items:center;gap:26px;
}
.header-brand{display:flex;align-items:center;gap:12px;flex-shrink:0}
.logo img{height:46px;width:auto}
.header-toushou{display:flex;align-items:center;gap:8px}
.header-toushou-logo{height:48px;width:auto;display:block}
.header-toushou-txt{margin:0;color:#000;font-size:10px;line-height:1.6;font-weight:400;white-space:nowrap}
.header-nav{display:flex;gap:6px;margin-left:auto;align-self:stretch;align-items:stretch}
.header-nav a{display:inline-flex;align-items:center;padding:0 14px;font-size:14px;font-weight:700;color:#333;transition:color .2s}
.header-nav a:hover{color:var(--blue)}
.btn-apply{
  background:linear-gradient(90deg,#ffc11d,#ff8327);
  color:#fff;font-weight:700;font-size:14px;padding:8px 26px;border-radius:30px;
  white-space:nowrap;transition:filter .15s;
}
.btn-apply:hover{filter:brightness(1.08)}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:6px}
.hamburger span{width:25px;height:2px;background:#afafaf;border-radius:4px;transition:transform .3s,opacity .3s}
.site-header.nav-open .hamburger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.site-header.nav-open .hamburger span:nth-child(2){opacity:0}
.site-header.nav-open .hamburger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ============================================================
   HERO
   ============================================================ */
.hero{position:relative;overflow:hidden;min-height:600px}
.hero-slider{position:absolute;inset:0}
.hero-slide{
  position:absolute;inset:0;background-size:cover;background-position:center;
  opacity:0;transition:opacity 1.2s ease;
}
.hero-slide.is-active{opacity:1}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.78) 38%,rgba(255,255,255,.12) 62%,rgba(255,255,255,0) 100%);
}
.hero-visual{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden}
.hero-tri{position:absolute;inset:0;background:#35afdf;clip-path:polygon(100% 40%,100% 100%,73% 100%)}
.hero-product{position:absolute;right:9%;bottom:2%;height:90%;width:auto;filter:drop-shadow(0 12px 18px rgba(0,0,0,.18))}
.hero-content{position:relative;z-index:3;max-width:var(--maxw);margin:0 auto;padding:80px 20px 100px}
.hero-eyebrow{font-size:20px;font-weight:700;color:#00a3e2;margin-bottom:18px}
.hero-eyebrow .tag{
  display:inline-block;background:var(--blue);color:#fff;font-size:18px;
  padding:0 10px;border-radius:6px;margin:0 4px;
}
.hero-title{font-size:61px;font-weight:900;line-height:1.25;letter-spacing:.02em;color:var(--text);text-shadow:0 1px 10px rgba(255,255,255,.6)}
.hero-title b{color:var(--blue)}
.hero-features{display:flex;width:fit-content;max-width:100%;gap:14px;margin:28px 0 26px}
.hero-features li{
  background:#fff;border-radius:8px;
  padding:12px 22px;display:flex;flex:0 0 auto;width:calc(88px + 108px);box-sizing:border-box;
  flex-direction:row;align-items:center;gap:12px;
  box-shadow:0 3px 10px rgba(0,0,0,.12);
}
.hf-icon{display:flex;align-items:center;flex-shrink:0}
.hf-icon img{width:32px;height:auto}
.hf-text{display:flex;flex-direction:column;line-height:1.25;min-width:0;flex:1}
.hf-label{font-size:13px;color:var(--gray);font-weight:700}
.hf-value{font-size:18px;font-weight:700;color:var(--blue);line-height:1.2}
.hero-cta{display:inline-flex;flex-direction:column;align-items:center;gap:8px}
.hero-cta-note{color:#3a3a3a;font-weight:700;font-size:18px;text-align:center}
.hero-cta-note b{color:#f7931e}
.hero-cta-btn{
  background:linear-gradient(90deg,#ffc11d,#ff8327);color:#fff;font-weight:700;font-size:21px;
  padding:9px 95px;border-radius:40px;box-shadow:0 5px 14px rgba(0,0,0,.18);
  display:inline-flex;align-items:center;gap:14px;transition:filter .15s;
}
.hero-cta-btn:hover{filter:brightness(1.08)}

/* ===== NEWS ===== */
.news-bar{background:transparent;position:relative;z-index:5}
.news-inner{
  max-width:1120px;margin:-38px auto 0;background:#fff;border-radius:10px;
  box-shadow:0 0 13px rgba(0,0,0,.13);padding:22px 38px;
  display:flex;align-items:center;gap:18px;font-size:14px;
}
.news-arrow{margin-left:auto;color:#b5b5b5;font-size:22px;font-style:normal;font-weight:700}
.news-r1{display:flex;align-items:center;gap:18px}
.news-r2{display:flex;align-items:center;gap:16px}
.news-en{font-family:"Roboto",sans-serif;color:#35afdf;letter-spacing:.18em;font-size:16px}
.news-line{width:42px;height:1px;background:#35afdf}
.news-jp{font-weight:700;color:#222;font-size:17px}
.news-date{color:#aaa;font-family:"Roboto",sans-serif;letter-spacing:.04em}
.news-cat{background:#e44e25;color:#fff;padding:1px 10px;font-size:12px;white-space:nowrap}
.news-text{color:#222;font-weight:700}
.news-inner{cursor:pointer;transition:box-shadow .15s}
.news-inner:hover{box-shadow:0 4px 18px rgba(0,0,0,.16)}

/* ===== news modal ===== */
.news-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}
.news-modal[hidden]{display:none}
.news-modal-overlay{position:absolute;inset:0;background:rgba(0,0,0,.45)}
.news-modal-wrap{position:relative;z-index:1;max-width:760px;width:100%}
.news-modal-box{background:#fff;border-radius:6px;width:100%;max-height:86vh;overflow:auto;padding:38px 44px 32px;box-shadow:0 20px 50px rgba(0,0,0,.3)}
.news-modal-close{position:absolute;top:-31px;right:-25px;width:25px;height:25px;border-radius:50%;background:transparent;border:1px solid #fff;color:#fff;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}
.news-modal-close:hover{background:rgba(255,255,255,.18)}
.news-modal-head{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}
.news-modal-date{color:#999;font-family:"Roboto",sans-serif;letter-spacing:.04em;font-size:14px}
.news-modal-cat{background:#e44e25;color:#fff;font-size:13px;font-weight:700;padding:4px 12px}
.news-modal-title{font-size:21px;font-weight:700;color:#222}
.news-modal-body p{font-size:14px;color:#555;line-height:1.9;margin-bottom:18px}
.news-modal-body p:last-child{margin-bottom:0}
.news-modal-foot{text-align:center;margin-top:26px}
.news-modal-closebtn{background:#fff;border:1px solid #ccc;padding:7px 64px;font-size:14px;color:#333;cursor:pointer;font-family:inherit;transition:.15s}
.news-modal-closebtn:hover{background:#333;color:#fff;border-color:#333}

/* ===== CAMPAIGN ===== */
.campaign{padding:40px 0 8px}
.campaign img{margin:0 auto;width:100%}
.campaign-placeholder{
  margin:0 auto;width:100%;min-height:120px;border:2px dashed #9fb8c6;border-radius:12px;
  background:repeating-linear-gradient(45deg,#f4f8fb,#f4f8fb 12px,#eaf1f6 12px,#eaf1f6 24px);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;color:#6b8595;
}
.campaign-placeholder-label{font-size:13px;font-weight:700;letter-spacing:.15em;color:#9fb8c6}
.campaign-placeholder p{font-size:16px;font-weight:700}

/* ============================================================
   LINE UP
   ============================================================ */
.lineup{padding:56px 0 0}
.lineup-bg{position:relative;background:url(../img/back1.jpg) center/cover no-repeat;padding:46px 0 70px;margin-top:26px}
.lineup-bg::before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.7);z-index:0}
.lineup-bg .container{position:relative;z-index:1}
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;max-width:1000px;margin:0 auto}
.product-card{
  position:relative;background:#fff;border-radius:14px;
  padding:30px 30px 32px;box-shadow:0 8px 24px rgba(0,0,0,.09);display:flex;flex-direction:column;
}
.pc-badge{
  position:absolute;top:26px;left:26px;width:78px;height:78px;border-radius:50%;
  background:#f5bc28;color:#fff;font-size:15px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;
  text-align:center;line-height:1.15;z-index:2;
}
.badge-ic{display:flex;margin-bottom:2px}
.badge-ic img{width:24px;height:auto}
.pc-img{height:252px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}
.pc-img img{max-height:252px;width:auto}
.pc-lead{color:var(--blue);font-weight:700;font-size:14px;margin-bottom:6px}
.pc-name{font-size:24px;font-weight:700;line-height:1.35;min-height:calc(1.35em * 2)}
.pc-model{color:#c9c9c9;font-size:13px;margin:2px 0 16px}
.pc-spec{margin-bottom:18px;display:flex;flex-wrap:wrap;gap:8px}
.pc-spec li{background:#e9f2ff;color:#555;border-radius:6px;padding:1px 8px;font-size:12.5px;line-height:1.5}
.pc-price{display:flex;align-items:baseline;justify-content:flex-end;gap:6px;margin:auto 0 18px}
.pc-price-unit{font-size:13px;color:var(--blue)}
.pc-price-num{font-size:46px;font-weight:700;color:#006a94;font-family:"Roboto",sans-serif;line-height:1}
.pc-price-tax{font-size:14px;font-weight:700;color:#006a94}
.pc-btn{
  display:flex;align-items:center;justify-content:center;gap:8px;
  border:1px solid var(--blue);color:var(--blue);font-weight:700;font-size:14px;
  padding:7px;border-radius:30px;transition:.2s;
}
.pc-btn:hover{background:var(--blue);color:#fff}

/* ===== receive / return ===== */
.rr-box{
  background:rgb(43 162 219 / 85%);border-radius:16px;
  padding:34px 36px 38px;max-width:1000px;margin:54px auto 0;
}
.rr-title{color:#fff;text-align:center;font-size:26px;font-weight:700;margin-bottom:24px}
.rr-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}
.rr-card{background:#fff;border-radius:10px;padding:24px 26px 26px;height:100%;display:flex;flex-direction:column}
.rr-head{display:flex;flex-direction:row;align-items:center;gap:16px;margin-bottom:14px}
.rr-ic{width:110px;height:auto;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.rr-ic img{width:100px;height:auto}
.rr-headtext{display:flex;flex-direction:column;align-items:flex-start}
.rr-name{font-size:25px;font-weight:700;color:#333;line-height:1;margin-bottom:15px}
.rr-tag{display:inline-block;background:#2ea7e0;color:#fff;font-size:15px;padding:1px 8px;border-radius:5px}
.rr-fees{margin-top:4px;min-height:62px}
.rr-fee{font-size:14px;color:#444;margin-bottom:-7px;line-height:1.5}
.rr-fee span{display:inline-block;width:62px;color:#777;font-weight:700}
.rr-fee b{font-size:24px;font-weight:700;color:#333;font-family:"Roboto",sans-serif;margin-right:2px}
.rr-fee-sub b{font-size:19px}
.rr-fee em{font-style:normal;font-size:11px}
.rr-fee-single{margin-top:6px}
.rr-fee-single b{font-size:19px}
.rr-list{margin-top:0;border-top:1px solid #eee;padding-top:14px}
.rr-list li{font-size:12.5px;color:#555;padding:1px 0 1px 22px;position:relative;line-height:1.6}
.rr-list li b{font-weight:700;color:#333}
.rr-list li::before{content:"";position:absolute;left:0;top:6px;width:16px;height:16px;background:url(../img/icon18.png) center/contain no-repeat}

/* ============================================================
   CTA BAR
   ============================================================ */
.cta-bar{
  background:linear-gradient(135deg,#22a7e3,#00436d);padding:65px 0 65px;text-align:center;color:#fff;
}
.cta-badge{display:inline-block;background:#2ea7e0;color:#fff;font-size:16px;padding:3px 9px;border-radius:7px;margin-bottom:3px}
.cta-title{font-size:28px;margin-bottom:24px;letter-spacing:.03em}
.cta-card{
  background:#fff;border-radius:14px;margin:0 auto;padding:34px 34px 32px;max-width:760px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;text-align:center;
}
.cta-card .cta-badge{margin-bottom:0}
.cta-phone-row{
  display:flex;align-items:center;justify-content:center;gap:16px;
  width:100%;max-width:620px;
}
.cta-phone-row__tel{
  display:inline-flex;align-items:center;gap:8px;
  font-size:24px;font-weight:700;color:#222;
  letter-spacing:.02em;line-height:1;text-decoration:none;
}
.cta-phone-row__tel-ic{width:28px;height:28px;object-fit:contain;flex-shrink:0}
.cta-phone-row__tel:hover{color:#111;text-decoration:none}
.cta-phone-row__hours{
  font-size:24px;font-weight:700;color:#222;line-height:1;white-space:nowrap;
}
.cta-card .cta-title{color:#1a3a4d;margin-bottom:0}
.cta-tel{display:flex;align-items:center;gap:10px}
.cta-tel-ic img{width:34px;height:auto}
.cta-tel-num{font-size:56px;font-weight:700;color:#222;font-family:"Roboto",sans-serif;letter-spacing:.02em;line-height:1}
.cta-form-btn{
  background:linear-gradient(90deg,#d8392b,var(--red));color:#fff;font-weight:700;font-size:16px;
  padding:10px 40px;border-radius:34px;display:inline-flex;align-items:center;gap:8px;
  box-shadow:0 5px 12px rgba(193,40,26,.35);transition:filter .15s;
}
.cta-form-btn:hover{filter:brightness(1.1)}
.cta-telblock{display:flex;flex-direction:column;align-items:center;gap:6px}
.cta-note{display:flex;gap:20px;margin-top:2px}
.cta-note .check{color:#006a94;font-size:13px;font-weight:700;position:relative;padding-left:21px;text-decoration:underline}
.cta-note .check::before{content:"";position:absolute;left:0;top:2px;width:16px;height:16px;background:url(../img/icon19.png) center/contain no-repeat}

/* ============================================================
   REASONS
   ============================================================ */
.reasons{position:relative;padding:64px 0 72px;background:url(../img/back1.jpg) center/cover no-repeat}
.reasons::before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.72);z-index:0}
.reasons .container{position:relative;z-index:1}
.reason-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.reason-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 16px rgba(0,0,0,.08);display:flex;flex-direction:column}
.reason-img{position:relative;aspect-ratio:18/10;overflow:hidden}
.reason-img img{width:100%;height:100%;object-fit:cover}
.reason-num{
  position:absolute;left:0;background:var(--blue);color:#fff;font-family:"Roboto",sans-serif;
  display:flex;align-items:baseline;gap:4px;padding:6px 12px 4px;border-radius:0 0 10px 0;
}
.reason-num i{font-style:normal;font-size:11px;font-weight:700}
.reason-num b{font-size:25px;font-weight:700;line-height:1}
.reason-body{padding:18px 20px 22px}
.reason-card h3{font-size:18px;font-weight:700;margin:0 0 8px;color:#222}
.reason-card p{font-size:13.5px;color:#555;line-height:1.6}

/* ============================================================
   MERIT
   ============================================================ */
.merit{padding:64px 0 74px;background:#f3f7fb}
.merit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.merit-card{background:#fff;border-radius:12px;padding:30px 22px 28px;text-align:center;box-shadow:0 4px 14px rgba(0,0,0,.05)}
.merit-ic{display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.merit-ic img{width:105px;height:auto}
.merit-no{display:block;color:var(--blue);font-family:"Roboto",sans-serif;font-size:13px;letter-spacing:.08em}
.merit-card h3{font-size:16px;font-weight:700;color:#222;margin-bottom:12px;line-height:1.45;min-height:46px}
.merit-card p{font-size:13px;color:#555;text-align:left;line-height:1.7}

/* ============================================================
   RENTAL FLOW
   ============================================================ */
.flow{padding:64px 0 74px;background:#fff}
.flow-grid{display:flex;align-items:stretch;gap:65px;justify-content:center}
.flow-card{
  flex:1;max-width:255px;position:relative;display:flex;flex-direction:column;
  background:#fff;border-radius:12px;padding:22px 18px 24px;
  box-shadow:0 4px 14px rgba(0,0,0,.05);
}
.flow-img{position:relative;aspect-ratio:1/1;flex-shrink:0}
.flow-img img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.flow-card:not(:last-child)::after{
  content:"›";position:absolute;top:50%;left:calc(100% + 32.5px);
  transform:translate(-50%,-50%);color:var(--blue);font-size:40px;font-weight:700;line-height:1;
  pointer-events:none;
}
.flow-step{display:block;color:var(--blue);font-family:"Roboto",sans-serif;font-size:14px;letter-spacing:.06em;margin:17px 0 0;text-align:center}
.flow-card h3{font-size:16px;font-weight:700;text-align:center;margin-bottom:8px;color:#222}
.flow-card p{font-size:13px;color:#555;line-height:1.7}

/* ============================================================
   GUIDE
   ============================================================ */
.guide{position:relative;background:#f3f7fb;overflow:hidden}
.guide-inner{position:relative;z-index:1;display:grid;grid-template-columns:350px 1fr;gap:54px;align-items:start;padding-top:64px}
.guide-head{position:relative;margin-bottom:18px}
.guide-wm{display:block;font-family:"Roboto",sans-serif;font-weight:300;font-size:54px;color:rgba(53,175,223,.22);line-height:1.15;letter-spacing:.04em;margin-bottom:-33px}
.guide-jp{font-size:26px;font-weight:700;line-height:1.45;color:#222}
.guide-lead{font-size:14px;line-height:1.9;margin-bottom:24px;color:#555}
.guide-photo-wrap{position:relative;max-width:330px}
.guide-photo-ic{position:absolute;top:18px;left:-16px;width:60px;height:auto;z-index:2}
.guide-photo{border-radius:10px;width:100%}
.guide-right{display:flex;flex-direction:column;gap:16px}
.guide-item{display:flex;gap:22px;padding:20px;align-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 14px rgba(0,0,0,.05)}
.guide-right .guide-item:last-child{margin-bottom:65px}
.guide-ic{flex-shrink:0;display:flex;align-items:center}
.guide-ic img{width:100px;height:auto}
.guide-body{flex:1}
.guide-hrow{display:flex;align-items:center;gap:14px;margin-bottom:8px}
.guide-num{font-family:"Roboto",sans-serif;font-size:30px;color:#00a3e2;line-height:1;flex-shrink:0}
.guide-body h3{font-size:17px;font-weight:700;line-height:1.5;margin:0;color:#333}
.guide-body p{font-size:13.5px;line-height:1.8;color:#555}

/* ============================================================
   USE CASE
   ============================================================ */
.usecase{padding:60px 0 74px;background:linear-gradient(180deg,#2ba6dd,#1e8ecd)}
.usecase-light{background:#fafbfc}
.usecase-light .sec-jp-light{color:#222}
.usecase-light .usecase-lead{color:#555}
.sec-jp-light{color:#fff}
.sec-wm-light{color:rgba(255,255,255,.22)}
.usecase-lead{text-align:center;font-size:14.5px;color:#fff;margin:-30px 0 40px;line-height:1.8}
.case-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.case-card{background:#fff;border-radius:14px;box-shadow:0 5px 16px rgba(0,0,0,.12);padding:22px 26px 0;display:flex;flex-direction:column;overflow:hidden}
.case-cat{text-align:center;font-size:20px;font-weight:700;color:#333;padding-bottom:14px;border-bottom:1px solid #e5e9ed;margin-bottom:18px}
.case-top{display:grid;grid-template-columns:37% 1fr;column-gap:18px;margin-bottom:22px}
.case-img{grid-column:1;grid-row:1 / span 3;align-self:start;border-radius:8px;overflow:hidden}
.case-img img{width:100%;display:block}
.case-voice{grid-column:2;grid-row:1;justify-self:start;display:inline-block;background:#5b5b5b;color:#fff;font-size:12px;font-weight:700;padding:3px 14px;border-radius:999px}
.case-title{grid-column:2;grid-row:2;font-size:19px;font-weight:700;color:#333;line-height:1.45;margin:10px 0 8px}
.case-title span{color:var(--blue)}
.case-desc{grid-column:2;grid-row:3;font-size:12.5px;color:#555;line-height:1.6}
.case-rec{position:relative;display:flex;align-items:center;background:#f4f7fa;border-radius:0;padding:30px 26px 18px;margin:auto -26px 0;min-height:168px;box-sizing:border-box}
.case-rec::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:0;height:0;border:18px solid transparent;border-bottom:0;border-top:13px solid #ffffff}
.rec-badge{flex-shrink:0;width:80px;height:80px;border-radius:50%;background:#2ba6dd;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.3}
.rec-img{flex-shrink:0;width:125px;height:110px;display:flex;align-items:center;justify-content:center}
.rec-img img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.rec-main{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;min-height:110px}
.rec-info{min-width:0}
.rec-name{font-size:15px;font-weight:700;color:#333;line-height:1.4;min-height:2.8em}
.rec-model{font-size:11px;color:#bbb;margin-top:2px}
.rec-end{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.rec-price{display:flex;align-items:baseline;justify-content:flex-start;gap:3px;margin:0}
.rec-price small{font-size:10px;color:var(--blue);font-weight:700}
.rec-price b{font-size:30px;color:#006a94;font-family:"Roboto",sans-serif;font-weight:700}
.rec-price em{font-style:normal;font-size:13px;color:#006a94}
.rec-btn{display:block;width:100%;text-align:center;background:linear-gradient(90deg,#ffc11d,#ff8327);color:#fff;font-size:13px;font-weight:700;padding:6px;border-radius:20px;white-space:nowrap;transition:filter .15s}
.rec-btn:hover{filter:brightness(1.08)}

/* ============================================================
   FAQ
   ============================================================ */
.faq{padding:60px 0 70px;background:#f3f7fb}
.faq-list{display:flex;flex-direction:column;gap:14px}
.faq-item{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow:hidden}
.faq-q{width:100%;display:flex;align-items:center;gap:14px;padding:18px 22px;background:none;border:0;cursor:pointer;text-align:left;font-family:inherit}
.faq-mark{width:30px;height:30px;border-radius:50%;background:var(--blue);color:#fff;font-weight:700;font-size:21px;font-family:"Roboto",sans-serif;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.faq-qtext{flex:1;font-size:15px;font-weight:700;color:#333}
.faq-toggle{width:10px;height:10px;flex-shrink:0;border-right:2px solid #b3b3b3;border-bottom:2px solid #b3b3b3;transform:rotate(45deg);transition:transform .3s;position:relative;top:-3px}
.faq-item.open .faq-toggle{transform:rotate(-135deg);top:3px}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-a-inner{display:flex;gap:14px;align-items:flex-start;border-top:1px solid #e5e9ed;margin:0;padding:18px 22px 20px}
.faq-amark{width:30px;height:30px;border-radius:50%;background:#3b3b3b;color:#fff;font-weight:700;font-size:21px;font-family:"Roboto",sans-serif;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.faq-a-inner p{flex:1;font-size:14px;color:#555;line-height:1.85;margin:0}
.faq-a-inner p a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}
.faq-a-inner p a:hover{color:#005580}
.faq-price-link{
  display:inline;background:none;border:0;padding:0;margin:0;
  color:var(--blue);font:inherit;font-size:inherit;line-height:inherit;
  text-decoration:underline;cursor:pointer;text-align:left;
}
.faq-price-link:hover{color:#005580}

/* ============================================================
   CORPORATE
   ============================================================ */
.corporate{padding:60px 0 70px;background:#fff}
.corp-inner{display:grid;grid-template-columns:330px 1fr;gap:50px;align-items:start}
.corp-photos{display:flex;flex-direction:column}
.corp-photos img{width:100%;display:block}
.corp-table{width:100%;border-collapse:collapse;font-size:13px;border-top:1px solid #eaeef1}
.corp-table th,.corp-table td{text-align:left;vertical-align:top;padding:10px 8px;border-bottom:1px solid #eaeef1;line-height:1.8}
.corp-table th{width:110px;color:#333;font-weight:700;white-space:nowrap}
.corp-table td{color:#555}
.corp-table a{color:var(--blue);text-decoration:underline}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{background:#f5f5f5;padding:50px 0 40px;color:#555}
.footer-inner{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap}
.footer-left{display:flex;flex-direction:column;gap:16px;max-width:500px}
.footer-brand-row{display:flex;align-items:flex-start;gap:24px}
.footer-logo{width:150px;flex-shrink:0}
.footer-company p{font-size:12px;line-height:1.7;color:#555}
.fc-name{font-weight:700;font-size:13px;color:#333}
.footer-certs{display:flex;align-items:center}
.footer-certimg{height:48px;width:auto}
.copyright{font-size:11px;color:#999;margin-top:8px}
.footer-nav{display:flex;flex-direction:column;gap:18px;align-items:flex-start;max-width:350px}
.footer-nav-row{display:flex;flex-wrap:wrap;gap:3px 20px}
.footer-nav-row a{font-size:13px;color:#333}
.footer-nav-row a:hover{color:var(--blue)}
.footer-nav-sub{display:flex;flex-wrap:wrap;gap:0px 20px;border-top:1px solid #e1e1e1;padding-top:18px}
.footer-nav-sub a{font-size:12px;color:#aaa}
.footer-nav-sub a:hover{color:var(--blue)}

/* ============================================================
   RESPONSIVE
   ============================================================ */
/* ============================================================
   PRODUCT DETAIL
   ============================================================ */
.pd{padding:48px 0 56px;background:#fafbfc}
.pd-grid{display:grid;grid-template-columns:6fr 4fr;gap:160px;align-items:start}
.pd-titlerow{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px}
.pd-title{font-size:30px;font-weight:700;line-height:1.35;color:#222}
.pd-model{color:var(--blue);font-size:16px;margin-top:8px}
.pd-badge{flex-shrink:0;width:78px;height:78px;border-radius:50%;background:#f5bc28;color:#fff;font-size:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;text-align:center;line-height:1.15}
.pd-spec{width:100%;border-collapse:collapse;margin-bottom:22px;font-size:13.5px;table-layout:fixed}
.pd-spec th{background:#eaf0f6;color:#3b3b3b;padding:7px;border:1px solid #e6e6e6;font-size:12px;text-align:center}
.pd-spec td{background:#fff;color:#3b3b3b;padding:7px;border:1px solid #e6e6e6;text-align:center;line-height:1.5;font-size:12.5px}
.pd-points{display:flex;flex-direction:column;gap:5px}
.pd-points li{position:relative;padding-left:30px;font-size:14px;color:#444;line-height:1.7}
.pd-points li::before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;background:url(../img/icon12.png) center/contain no-repeat}
.pd-main{position:relative;background:#fff;padding:24px;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1}
.pd-main-img{max-height:100%;max-width:100%;width:auto;object-fit:contain}
.pd-nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;background:#f0f0f0;border:0;color:#888;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center}
.pd-nav:hover{background:#e6e6e6}
.pd-prev{left:12px}
.pd-next{right:12px}
.pd-thumbs{display:flex;gap:10px;margin-top:12px}
.pd-thumb{flex:1;background:#fff;border:0;padding:8px;cursor:pointer;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;opacity:.45;transition:opacity .15s}
.pd-thumb.is-active{opacity:1}
.pd-thumb img{max-height:100%;max-width:100%;width:auto;object-fit:contain}
/* 最大5枚レイアウト・中央揃え（実枚数が5未満でも1枚あたりのサイズを5枚分に固定） */
.pd-thumbs-fixed{justify-content:center}
.pd-thumbs-fixed .pd-thumb{flex:0 0 calc((100% - 40px) / 5)}
.pd-buy{display:grid;grid-template-columns:6fr 4fr;gap:160px;align-items:center;margin-top:30px}
.pd-rental-tag{display:inline-block;background:#006a94;color:#fff;font-size:14px;font-weight:700;padding:4px 16px;border-radius:4px;margin-bottom:10px}
.pd-price{display:flex;align-items:baseline;gap:6px}
.pd-price-unit{font-size:14px;color:var(--blue);font-weight:700}
.pd-price-num{font-size:40px;font-weight:700;color:#006a94;font-family:"Roboto",sans-serif;line-height:1}
.pd-price-tax{font-size:15px;font-weight:700;color:#006a94}
.pd-notice{font-size:12px;margin-top:10px;line-height:1.7}
.pd-buy-right{text-align:center}
.pd-ship{font-size:14px;color:var(--blue);font-weight:700}
.pd-ship b{color:var(--blue);font-size:18px}
.pd-count{font-size:15px;color:#555;font-weight:700;display:flex;align-items:center;justify-content:center;gap:4px}
.pd-count span{font-size:14px;margin-right:2px}
.pd-count b{font-size:32px;font-family:"Roboto",sans-serif;color:#222;margin:0 2px}
.pd-cta{display:flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(90deg,#ffc11d,#ff8327);color:#fff;font-weight:700;font-size:18px;padding:12px;border-radius:40px;box-shadow:0 5px 14px rgba(0,0,0,.15);transition:filter .15s}
.pd-cta:hover{filter:brightness(1.08)}
.pd-cta-now{color:#222}

.options{padding:50px 0 60px;background:#fafbfc}
.options .container{background:#fff;border-radius:8px;padding:36px 40px}
.opt-title{font-size:22px;font-weight:700;color:#00a3e2;padding-left:24px;position:relative;margin-bottom:26px}
.opt-title::before{content:"＞";position:absolute;left:0;top:50%;transform:translateY(-50%);color:#00a3e2;font-weight:700}
.opt-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 30px}
.opt-name{font-size:14px;font-weight:500;color:#333;padding-left:20px;position:relative;line-height:1.5}
.opt-name::before{content:"";position:absolute;left:0;top:5px;width:11px;height:11px;background:var(--blue)}
.opt-meta{font-size:12px;color:#999;padding-left:20px}

.recommend{padding:10px 0 64px;background:#fafbfc}
.rcm-title{font-size:22px;font-weight:700;color:#222;padding-bottom:6px;border-bottom:1px solid #00a3e2;margin-bottom:28px}
.rcm-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.rcm-card{display:block}
.rcm-img{background:#ffffff;border-radius:8px;aspect-ratio:1/1;padding:15px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.rcm-img img{max-height:100%;max-width:100%;width:auto;object-fit:contain}
.rcm-name{font-size:14px;font-weight:700;color:#333;line-height:1.5}
.rcm-model{font-size:12px;color:#aaa;margin:2px 0 6px}
.rcm-price{display:flex;align-items:baseline;justify-content:flex-end;gap:3px}
.rcm-price small{font-size:11px;color:var(--blue);font-weight:700}
.rcm-price b{font-size:24px;color:#006a94;font-family:"Roboto",sans-serif;font-weight:700}
.rcm-price em{font-style:normal;font-size:12px;color:#006a94}

@media (max-width:1100px){
  .header-nav{gap:16px}
  .header-nav a{font-size:13px}
  .hero-title{font-size:44px}
}
@media (max-width:980px){
  .header-nav,.btn-apply{display:none}
  .hamburger{display:flex;margin-left:auto}
  .header-inner{height:63px}
  .header-toushou-logo{height:40px}
  .header-toushou-txt{font-size:9px;line-height:1.5}
  .site-header.nav-open .header-nav{
    display:flex;flex-direction:column;position:absolute;top:63px;left:0;right:0;background:#fff;
    padding:10px 22px 25px;gap:0;box-shadow:0 8px 14px rgba(0,0,0,.1);
  }
  .site-header.nav-open .header-nav a{padding:14px 0;border-bottom:1px solid #eee}
  .merit-grid{grid-template-columns:1fr 1fr}
  .flow-grid{flex-wrap:wrap;gap:30px 18px;justify-content:center}
  .flow-card{flex:0 0 calc(50% - 12px);max-width:280px;padding:18px 14px 20px}
  .flow-card:not(:last-child)::after{display:none}
  .corp-inner{grid-template-columns:1fr}
  .corp-photos{flex-direction:row;gap:14px}
  .corp-photos img{flex:1;min-width:0;width:auto;object-fit:cover}
  .guide-inner{grid-template-columns:1fr;gap:30px}
  .guide-photo{max-width:300px}
  .pd-grid{grid-template-columns:1fr;gap:30px}
  .opt-list{grid-template-columns:repeat(2,1fr)}
  .rcm-grid{grid-template-columns:repeat(2,1fr);gap:24px 18px}
  .case-grid{grid-template-columns:1fr}
  .pd-buy{grid-template-columns:1fr;gap:24px;margin-top:24px;padding-top:24px}
  .pd-cta{max-width:480px;margin:0 auto;width:100%}
}
.br-sp{display:none}
@media (max-width:760px){
  .br-sp{display:inline}
  .sec-jp{font-size:23px}
  .sec-wm{font-size:44px}
  .hero{min-height:auto}
  .hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.6))}
  .hero-tri{clip-path:polygon(100% 52%,100% 100%,40% 100%)}
  .hero-product{height:auto;width:26%;right:5%;bottom:29px}
  .hero-content{padding:35px 20px 225px}
  .hero-eyebrow{font-size:15px}
  .hero-eyebrow .tag{font-size:14px}
  .hero-title{font-size:32px}
  .hero-features{flex-wrap:wrap;width:100%;max-width:100%;gap:7px;margin:15px 0 20px}
  .hero-features li{flex:0 0 auto;width:calc(42px + 84px);gap:8px;padding:7px 7px;box-sizing:border-box}
  .hf-icon img{width:20px}
  .hf-value{font-size:14px}
  .hf-label{font-size:10px}
  .hero-cta-note{font-size:15px}
  .hero-cta-btn{font-size:17px;padding:8px 38px}
  .product-grid{grid-template-columns:1fr;gap:25px}
  .product-card{padding:23px}
  .pc-name{min-height:auto}
  .pc-badge{top:16px;left:16px;width:65px;height:65px;font-size:12px}
  .pc-img{height:210px}
  .pc-img img{max-height:215px}
  .pc-price-num{font-size:30px}
  .sec-wm{margin-top:11px}
  .rr-grid{grid-template-columns:1fr}
  .rr-box{padding:26px 18px 28px}
  .rr-title{font-size:24px;line-height:1.3}
  .rr-tag{font-size:12px}
  .rr-card{padding:18px}
  .rr-fees{min-height:0}
  .reason-grid{grid-template-columns:1fr 1fr;gap:24px 18px}
  .merit-grid{grid-template-columns:1fr 1fr;gap:16px}
  .merit-card h3{min-height:0}
  .cta-title{font-size:20px;margin-bottom:12px}
  .cta-card .cta-title{line-height:1.5}
  .cta-card{padding:22px 18px;gap:14px}
  .cta-phone-row{flex-direction:column;align-items:center;justify-content:center;gap:8px;max-width:none}
  .cta-phone-row__tel{margin-top:0;font-size:22px}
  .cta-phone-row__tel-ic{width:24px;height:24px}
  .cta-phone-row__hours{font-size:22px;white-space:normal}
  .cta-tel-num{font-size:34px}
  .cta-tel-ic img{width:20px}
  .cta-note{gap:15px}
  .cta-note .check{padding-left:18px}
  .cta-form-btn{font-size:14px;padding:8px 30px}
  .reason-img{aspect-ratio:25/10}
  .merit-card{padding:20px}
  .merit-ic img{width:80px}
  .corp-inner{grid-template-columns:1fr;gap:28px}
  .corp-photos{flex-direction:row;gap:14px}
  .corp-table th{width:96px;font-size:12px}
  /* --- SP layout fixes --- */
  .case-top{display:block;margin-bottom:18px}
  .case-img{width:100%;margin:0 0 14px}
  .case-voice{margin-bottom:8px}
  .rr-head{gap:12px}
  .rr-ic{width:80px}
  .rr-ic img{width:76px}
  .news-inner{flex-direction:column;align-items:flex-start;gap:4px;padding:15px 15px;margin-top:-30px;width:90%}
  .news-arrow{display:none}
  .news-jp{font-size:14px}
  .news-cat{font-size:11px}
  .news-text{font-size:16px}
  .news-modal-close{top:-27px;right:-11px;width:19px;height:19px;font-size:10px}
  .footer-inner{flex-direction:column;gap:24px}
  .footer-left{display:contents}
  .footer-brand-row{flex-direction:column;gap:14px;order:1}
  .footer-nav{max-width:none;order:2}
  .footer-certs{order:3}
  .copyright{order:4;margin-top:0}
  .guide-wm{font-size:34px}
  .guide-photo-wrap{max-width:200px;margin:0 auto -28px}
  .guide-photo-ic{width:40px}
  .guide-item{padding:18px 16px;gap:14px;flex-direction:column;align-items:flex-start}
  .guide-ic{margin:0 auto}
  .guide-ic img{width:85px}
  .pd{padding:34px 0 44px}
  .pd-title{font-size:23px}
  .pd-titlerow{flex-direction:row;flex-wrap:nowrap;align-items:flex-start}
  .pd-spec{font-size:12px}
  .pd-spec th{font-size:11.5px;padding:5px 3px;word-break:break-word}
  .pd-spec td{font-size:11.5px;padding:5px 3px;word-break:break-word}
  .pd-badge{width:64px;height:64px;font-size:12px}
  .pd-main{min-height:300px;padding:18px}
  .pd-main-img{max-height:300px}
  .pd-price-num{font-size:38px}
  .options .container{padding:30px}
  .opt-list{grid-template-columns:1fr 1fr;gap:16px 20px}
  .rcm-grid{grid-template-columns:1fr 1fr;gap:24px 16px}
  .rcm-img img{max-height:100%}
  .rcm-price{flex-wrap:wrap}
  .rcm-price small{width:100%;text-align:right}
  .news-modal-box{padding:30px 24px 26px}
  .news-modal-closebtn{padding:7px 40px}
}
@media (max-width:480px){
  .reason-grid{grid-template-columns:1fr}
  .merit-grid{grid-template-columns:1fr}
  .hero-title{font-size:27px}
  .cta-tel-num{font-size:28px}
  .opt-list{grid-template-columns:1fr}
  .pd-titlerow{flex-wrap:nowrap}
  .header-inner{height:64px}
  .header-brand{gap:8px}
  .header-toushou{gap:6px}
  .header-toushou-logo{height:34px}
  .header-toushou-txt{font-size:8px;line-height:1.45}
  .logo img{height:34px}
  .case-rec{flex-wrap:wrap;gap:14px;padding:22px 18px 18px;min-height:0}
  .rec-img{height:90px;width:100px}
  .rec-main{flex:1 0 100%;order:3;min-height:0}
  .rr-ic{width:64px}
  .rr-ic img{width:60px}
  .news-modal-closebtn{padding:7px 30px}
}

/* ============================================================
   CHECKOUT (お申し込み STEP1)
   ============================================================ */
.co-body{background:#f5f8fb}
.co-container{max-width:1080px;margin:0 auto;padding:0 20px;width:100%}

/* header */
.co-header{background:#fff;border-bottom:1px solid #eef1f4}
.co-header-inner{max-width:1080px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.co-header-brand{display:flex;align-items:center;gap:10px;flex-shrink:0}
.co-logo img{height:42px;width:auto}
.co-steps{display:flex;align-items:center;gap:0}
.co-step{display:flex;flex-direction:column;align-items:center;gap:3px;position:relative;padding:0 34px}
.co-step:not(:first-child)::before{content:"";position:absolute;left:-26px;top:16px;width:52px;height:2px;background:#e3e7eb}
.co-step-num{width:32px;height:32px;border-radius:50%;background:#d7dde2;color:#fff;font-weight:700;font-size:15px;font-family:"Roboto",sans-serif;display:flex;align-items:center;justify-content:center}
.co-step-label{font-size:13px;color:#9aa3ab;font-weight:500}
.co-step.is-active .co-step-num{background:#00a3e2}
.co-step.is-active .co-step-label{color:#00a3e2}
.co-step.is-active:not(:first-child)::before{background:#00a3e2}

/* main */
.co-main{padding:36px 0 70px}

/* お申し込みにあたって */
.co-notice{background:#fff;border-radius:14px;padding:26px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 2px 10px rgba(0,0,0,.04)}
.co-notice-title{display:flex;align-items:center;gap:10px;font-size:19px;font-weight:700;color:#2b2f33}
.co-notice-desc{font-size:14px;color:#8a929a;margin-top:6px}
.co-support{text-align:left;flex-shrink:0}
.co-support-label{font-size:12px;font-weight:700}
.co-support-tel{display:flex;align-items:center;gap:8px;margin-top:-8px}
.co-support-tel b{font-size:30px;font-weight:700;color:#2b2f33;font-family:"Roboto",sans-serif;letter-spacing:1px}

/* STEP1 heading */
.co-stepbadge{display:inline-block;background:#00a3e2;color:#fff;font-size:15px;font-weight:700;padding:0px 8px;border-radius:4px;margin:50px 0 0px}
.co-h1{font-size:32px;font-weight:700;color:#2b2f33;margin-bottom:46px}
.co-h2{font-size:21px;font-weight:700;color:#2b2f33;padding-left:14px;border-left:4px solid #00a3e2;line-height:1.2;margin:46px 0 22px}
.co-h3{font-size:17px;font-weight:700;color:#2b2f33;margin:50px 0 14px}

/* product cards */
.co-prod-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.co-prod{position:relative;background:#fff;border-radius:14px;padding:28px;box-shadow:0 2px 10px rgba(0,0,0,.04);display:flex;flex-direction:column;cursor:pointer}
.co-prod-img{height:170px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.co-prod-img img{max-height:100%;max-width:100%;width:auto;object-fit:contain}
.co-prod-head{min-height:92px;border-bottom:1px solid #eef1f4}
.co-prod-name{font-size:17px;font-weight:700;color:#2b2f33;line-height:1.4}
.co-prod-model{font-size:13px;color:#9aa3ab;margin-top:4px}
.co-prod-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-top:auto;padding-top:18px}
.co-prod-unit{display:block;font-size:13px;color:#00a3e2;font-weight:700}
.co-prod-num{font-size:34px;font-weight:700;color:#006a94;font-family:"Roboto",sans-serif;line-height:1}
.co-prod-yen{font-size:14px;font-weight:700;color:#006a94;margin-left:2px}
.co-prod-cb{position:absolute;top:18px;left:18px;width:22px;height:22px;cursor:pointer;z-index:2;-webkit-appearance:none;appearance:none;margin:0;border:1.5px solid #c4ccd3;border-radius:5px;background:#fff;transition:.15s}
.co-prod-cb:checked{background:#00a3e2;border-color:#00a3e2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");background-size:16px 16px;background-position:center;background-repeat:no-repeat}
.co-prod.is-selected,.co-hosho.is-selected{outline:2px solid #00a3e2;outline-offset:-1px}
.co-prod.is-soldout{opacity:.72;cursor:not-allowed}
.co-prod.is-soldout .co-prod-cb{cursor:not-allowed}
.co-prod-soldout{position:absolute;top:18px;right:18px;z-index:3;background:#8a929a;color:#fff;font-size:12px;font-weight:700;line-height:1;padding:6px 10px;border-radius:999px}
.pd-cta--soldout{display:flex;align-items:center;justify-content:center;background:#c4ccd3;color:#fff;font-weight:700;font-size:18px;padding:12px;border-radius:40px;cursor:not-allowed;box-shadow:none}

/* period */
.co-lead{font-size:14px;line-height:1.9;margin-bottom:22px}
.co-period-total{display:inline-flex;align-items:center;gap:6px;background:#fff;border-radius:10px;padding:5px 25px;margin-bottom:24px}
.co-period-total-label{font-size:14px;color:#00a3e2;font-weight:700}
.co-period-total-val{font-size:16px;color:#00a3e2;font-weight:700}
.co-period-total-val b{font-size:24px;color:#00a3e2;font-family:"Roboto",sans-serif;margin:0 3px}
.co-date-row{display:flex;align-items:flex-end;gap:18px;margin-bottom:30px}
.co-date-field{flex:1}
.co-date-label{display:block;font-size:14px;font-weight:700;color:#3b3b3b;margin-bottom:8px}
.co-date-box{position:relative;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e0e5ea;border-radius:10px;padding:14px 18px;cursor:pointer}
.co-date-box.is-open{border-color:#00a3e2}
.co-date-box .co-cal{flex-shrink:0}
.co-date-text{font-size:15px;color:#3b3b3b}
.co-date-text.is-empty{color:#9aa3ab}
.co-date-box.is-readonly{cursor:default;background:#f4f6f8;pointer-events:none}
.co-plan-select{width:100%;height:52px;appearance:none;-webkit-appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%2300a3e2' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 16px center;border:1px solid #e0e5ea;border-radius:10px;padding:0 40px 0 18px;font-size:15px;color:#3b3b3b;font-family:inherit;cursor:pointer}
.co-plan-select.is-empty{color:#9aa3ab}
.co-delivery-area-field{margin-bottom:20px}
.co-delivery-area-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.co-delivery-area-select{width:360px;max-width:100%;flex:0 0 auto}
.co-delivery-area-note{font-size:13px;color:var(--red);line-height:1.6;margin:0;flex:1;min-width:220px}
.co-date-box.is-disabled{opacity:.5;pointer-events:none;cursor:not-allowed}
.co-plan-select:disabled{opacity:.5;cursor:not-allowed;background-color:#f5f7fa}
.co-plan-select option{color:#3b3b3b}
.co-plan-select:focus{outline:none;border-color:#00a3e2}

/* custom calendar popup */
.co-cal-pop{position:absolute;top:calc(100% + 8px);left:0;z-index:40;width:330px;max-width:92vw;background:#fff;border:1px solid #eef1f4;border-radius:16px;box-shadow:0 14px 36px rgba(0,0,0,.14);padding:18px 18px 20px;cursor:default;display:none}
.co-cal-pop.is-open{display:block}
.co-cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.co-cal-title{font-size:17px;font-weight:700;color:#2b2f33}
.co-cal-nav{display:flex;gap:4px}
.co-cal-navbtn{width:32px;height:32px;border:0;background:none;color:#8a929a;font-size:18px;line-height:1;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:.15s}
.co-cal-navbtn:hover{background:#f2f5f8;color:#2b2f33}
.co-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}
.co-cal-wd{text-align:center;font-size:13px;color:#aeb6bd;padding:6px 0 8px}
.co-cal-day{position:relative;text-align:center;font-size:14px;color:#3b3b3b;padding:9px 0;border-radius:9px;cursor:pointer;transition:.1s}
.co-cal-day:hover{background:#eaf6fd}
.co-cal-day.is-blank{visibility:hidden;cursor:default}
.co-cal-day.is-disabled{color:#d4d9de;cursor:default;pointer-events:none}
.co-cal-day.is-today{font-weight:700;color:#00a3e2}
.co-cal-day.is-selected{background:#00a3e2;color:#fff;font-weight:700}
.co-cal-day.is-selected:hover{background:#00a3e2}
.co-date-tilde{padding-bottom:14px;color:#aeb6bd;font-size:18px}

/* info box */
.co-infobox{background:#f1f8ff;border:1px solid #d6e4fd;border-radius:10px;padding:18px 24px;margin-bottom:14px}
.co-infobox-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700;color:#2b2f33}
.co-infobox-desc{font-size:14px;color:#67707a;margin-top:6px;line-height:1.7}
.co-infobox-desc b{color:#3b3b3b}

/* 安心補償パック */
.co-hosho-grid{display:grid;grid-template-columns:repeat(2,minmax(0,230px));gap:24px}
.co-hosho{position:relative;background:#fff;border:1px solid #eef1f4;border-radius:14px;padding:26px 20px 22px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.04);cursor:pointer}
.co-hosho-rank{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#f7931e;color:#fff;font-size:13px;font-weight:700;padding:4px 18px;border-radius:20px;white-space:nowrap}
.co-hosho-ic{height:62px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}
.co-hosho-ic img{max-height:100%;width:auto}
.co-hosho-name{font-size:18px;font-weight:700;color:#2b2f33}
.co-hosho-price{margin-top:6px}
.co-hosho-price b{font-size:26px;font-weight:700;color:#00a3e2;font-family:"Roboto",sans-serif}
.co-hosho-price span{font-size:14px;color:#00a3e2;font-weight:700;margin-left:2px}
.co-hosho-desc{font-size:13px;color:#9aa3ab;margin:8px 0 16px}
.co-hosho-detail{display:inline-flex;align-items:center;gap:7px;width:100%;justify-content:center;background:#fff;border:1px solid #00a3e2;color:#00a3e2;font-size:14px;font-weight:700;padding:9px;border-radius:24px;cursor:pointer;transition:.15s}
.co-hosho-detail:hover{background:#f1faff}

/* バリデーションエラー（entry） */
.co-alert{background:#fff5f5;border:1px solid #e57373;border-radius:12px;padding:16px 20px;margin-bottom:24px}
.co-alert-title{font-size:15px;font-weight:700;color:#c62828;margin:0 0 8px}
.co-alert-list{margin:0;padding-left:1.2em;font-size:14px;color:#c62828}
.co-alert-list li+li{margin-top:4px}
.co-field-error{font-size:13px;color:#c62828;margin:6px 0 0}

/* 内訳詳細 */
.co-breakdown{background:#ffffff;border-radius:12px;padding:8px 28px}
.co-card .co-breakdown{background:#f1f8ff}
.co-table{width:100%;border-collapse:collapse}
.co-table th{font-size:13px;color:#8a929a;font-weight:700;text-align:right;padding:18px 0;border-bottom:1px solid #e5e5e5;white-space:nowrap}
.co-table th.co-col-name{text-align:left}
.co-table td{padding:14px 0;font-size:14px;color:#3b3b3b;text-align:right;vertical-align:top}
.co-col-price{width:130px;white-space:nowrap}
.co-col-qty{width:90px;min-width:46px;white-space:nowrap}
.co-col-total{width:130px;white-space:nowrap}
.co-table td.co-col-total{font-weight:700}
.co-table td.co-col-name{text-align:left}
.co-item-name{display:block;font-size:15px;color:#2b2f33}
.co-item-sub{display:block;font-size:12px;color:#aeb6bd}
.co-table tbody tr td{border-bottom:1px solid #e5e5e5}
.co-table tfoot td{vertical-align:middle}
.co-sum-label{text-align:right!important;font-weight:700;font-size:15px;color:#2b2f33}
.co-table td.co-sum-val{font-size:26px;font-weight:700;color:#006a94;font-family:"Roboto",sans-serif}

/* CTA */
.co-cta-wrap{text-align:center;margin-top:50px}
.co-cta{display:inline-flex;align-items:center;gap:16px;background:#00a3e2;color:#fff;font-size:18px;font-weight:700;padding:18px 60px;border-radius:40px;box-shadow:0 8px 18px rgba(0,0,0,.2);transition:filter .15s}
.co-cta:hover{filter:brightness(1.07)}
.co-cta .arr{font-size:20px}

/* ===== STEP2 ===== */
.co-card{background:#fff;border:1px solid #eef1f4;border-radius:16px;padding:34px 38px;box-shadow:0 2px 10px rgba(0,0,0,.04);margin-bottom:26px}
.co-card .co-h2{margin-top:0}
.co-h2row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.co-secure{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#9aa3ab;margin-bottom:20px;margin-left:auto;text-align:right}
.co-h2-badge{display:flex;align-items:center;gap:10px;border-left:0;padding-left:0}

/* confirm rows */
.co-confirm{display:grid;grid-template-columns:1fr 1fr;gap:0 60px;margin-bottom:8px}
.co-confirm-item{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:13px 4px;border-bottom:1px dashed #dfe4e9}
.co-confirm-label{font-size:14px;color:#8a929a;flex-shrink:0}
.co-confirm-val{font-size:15px;font-weight:700;color:#2b2f33;text-align:right}

/* form fields */
.co-field{display:grid;grid-template-columns:180px 1fr;gap:20px;align-items:center;margin-bottom:18px}
.co-flabel{display:flex;align-items:center;gap:8px;font-size:14.5px;font-weight:700;color:#2b2f33}
.co-badge{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff;padding:1px 4px;border-radius:3px;line-height:1.5}
.co-badge.req{background:#e8413a}
.co-badge.opt{background:#8a929a}
.co-input{width:100%;font-family:inherit;font-size:15px;color:#2b2f33;background:#fff;border:1px solid #e0e5ea;border-radius:10px;padding:14px 16px;transition:.15s}
.co-input::placeholder{color:#b6bdc4}
.co-input:focus{outline:none;border-color:#00a3e2;box-shadow:0 0 0 3px rgba(0,163,226,.12)}
.co-input:disabled{background:#f5f7fa;color:#9aa3ab;cursor:not-allowed}
.co-receipt-note{font-size:13px;color:#6b7680;line-height:1.7;margin:0}
.co-receipt-name-block{margin-top:8px}
.co-receipt-name-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.co-receipt-name-lead{flex:0 1 auto;min-width:0}
.co-receipt-name-desc{margin-top:8px}
.co-receipt-name-input-wrap{display:flex;align-items:center;gap:8px;flex:1 1 220px;min-width:0;max-width:100%}
.co-receipt-name-input{width:100%;max-width:360px;min-width:0;flex:1 1 auto;box-sizing:border-box}
.co-receipt-name-suffix{font-size:15px;color:#2b2f33;flex-shrink:0}
.co-select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237a828a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:18px;padding-right:42px;cursor:pointer}
.co-inline{display:flex;align-items:center;gap:12px}
.co-input-sm{max-width:220px}
.co-input-md{max-width:230px;flex-shrink:0}
.co-addr-btn{flex-shrink:0;background:#2b3640;color:#fff;font-size:14px;font-weight:700;border:0;border-radius:10px;padding:14px 24px;cursor:pointer;transition:.15s}
.co-addr-btn:hover{background:#1d262e}

.co-divider{border:0;border-top:1px solid #eef1f4;margin:26px 0}
.co-subhead{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:700;color:#2b2f33;margin-bottom:22px}

/* radio / checkbox groups */
.co-radio-group,.co-check-group{display:flex;align-items:center;flex-wrap:wrap;gap:14px 28px}
.co-radio,.co-check{display:inline-flex;align-items:center;gap:8px;font-size:15px;color:#3b3b3b;cursor:pointer}
.co-check input,.co-agree input{-webkit-appearance:none;appearance:none;margin:0;flex-shrink:0;width:18px;height:18px;border:1.5px solid #c4ccd3;border-radius:5px;background:#fff;cursor:pointer;transition:.15s}
.co-check input:checked,.co-agree input:checked{background:#00a3e2;border-color:#00a3e2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");background-size:13px 13px;background-position:center;background-repeat:no-repeat}
/* custom radio（選択時：枠線水色・中白・ボタン水色） */
.co-radio input,.co-cardtype input{-webkit-appearance:none;appearance:none;margin:0;flex-shrink:0;width:20px;height:20px;border:1.5px solid #c4ccd3;border-radius:50%;background:#fff;cursor:pointer;position:relative;transition:.15s}
.co-radio input:checked,.co-cardtype input:checked{border-color:#00a3e2}
.co-radio input:checked::after,.co-cardtype input:checked::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:#00a3e2}

/* card guide image */
.co-cardguide{margin-bottom:24px}
.co-cardguide img{max-width:560px;width:100%;height:auto}

/* card type radio boxes */
.co-cardtype-group{display:flex;gap:16px;flex-wrap:wrap}
.co-cardtype{display:inline-flex;align-items:center;gap:10px;font-size:15px;color:#3b3b3b;border:1px solid #e0e5ea;border-radius:10px;padding:13px 26px;cursor:pointer;transition:.15s;min-width:230px}
.co-cardtype:has(input:checked){border-color:#00a3e2;background:#f1faff}

.co-note{font-size:12px;color:#aeb6bd;line-height:1.8;margin-top:18px}

/* terms */
.co-doclink{margin:6px 0}
.co-doclink a{display:inline-flex;align-items:center;gap:7px;font-size:14.5px;color:#00a3e2;text-decoration:underline;text-underline-offset:3px}
.co-agree{display:inline-flex;align-items:center;gap:10px;margin-top:20px;font-size:15px;font-weight:700;color:#2b2f33;cursor:pointer}
.co-agree input{width:20px;height:20px}

/* ===== STEP3 (完了) ===== */
.co-done{text-align:center;padding:56px 44px 50px}
.co-done-mark{width:88px;height:88px;margin:0 auto 24px;border-radius:50%;background:linear-gradient(135deg,#28c0f0,#0b6fa8);display:flex;align-items:center;justify-content:center;box-shadow:0 14px 30px -12px rgba(11,79,120,.55)}
.co-done-mark svg{width:44px;height:44px}
.co-done-title{font-size:27px;font-weight:900;color:#0b6fa8;margin-bottom:14px}
.co-done-lead{font-size:16px;color:#67707a;line-height:2}
.co-recvno{display:inline-flex;align-items:baseline;gap:14px;margin:26px auto 8px;background:#f5f8fb;border:1px dashed #cdd6de;border-radius:10px;padding:14px 28px}
.co-recvno-k{font-size:14px;font-weight:700;color:#8a929a}
.co-recvno-v{font-family:"Roboto",sans-serif;font-weight:700;font-size:24px;color:#0b6fa8;letter-spacing:.04em}
.co-done-note{font-size:13.5px;color:#9aa3ab;margin-top:8px;line-height:1.9}

.co-flow{display:flex;flex-direction:column}
.co-flow li{position:relative;display:flex;gap:18px;padding-bottom:26px}
.co-flow li:last-child{padding-bottom:0}
.co-flow-no{flex:none;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#28c0f0,#0b6fa8);color:#fff;font-family:"Roboto",sans-serif;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;z-index:1}
.co-flow li::before{content:"";position:absolute;left:17px;top:36px;bottom:0;width:2px;background:#e4e9ee}
.co-flow li:last-child::before{display:none}
.co-flow-tx b{display:block;font-size:16px;font-weight:800;color:#2b2f33}
.co-flow-tx p{font-size:14.5px;color:#67707a;margin-top:4px;line-height:1.8}

.co-contact{text-align:center}
.co-contact-t{font-size:15px;font-weight:700;color:#2b2f33;margin-bottom:10px}
.co-contact-tel{display:inline-flex;align-items:center;gap:10px;font-family:"Roboto",sans-serif;font-weight:700;font-size:36px;color:#0b6fa8}
.co-contact-tel svg{width:26px;height:26px}
.co-contact-sub{font-size:13.5px;color:#9aa3ab;margin-top:6px}

/* responsive */
@media (max-width:860px){
  .co-step{padding:0 22px}
  .co-step:not(:first-child)::before{left:-16px;width:32px}
  .co-support-tel b{font-size:24px}
  .co-prod-grid{grid-template-columns:1fr}
  .co-h1{font-size:27px;margin-bottom:34px}
}
@media (max-width:600px){
  .co-header-inner{flex-direction:column;gap:14px}
  .co-header-brand{align-self:center}
  .co-logo img{height:34px}
  .co-header-brand .header-toushou-logo{height:34px}
  .co-header-brand .header-toushou-txt{font-size:8px;line-height:1.45}
  .co-step{padding:0 13px}
  .co-step:not(:first-child)::before{left:-11px;width:22px;top:12px}
  .co-step-num{width:24px;height:24px;font-size:12px}
  .co-step-label{font-size:11px}
  .co-notice{flex-direction:column;align-items:flex-start;gap:16px;padding:22px}
  .co-support{text-align:left}
  .co-prod-head{min-height:0;padding-bottom:11px}
  .co-prod-foot{flex-direction:row;align-items:flex-end;gap:14px}
  .co-prod-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:0 8px}
  .co-prod-unit{display:inline}
  .co-date-row{flex-direction:column;align-items:stretch;gap:14px}
  .co-date-tilde{display:none}
  .co-hosho-grid{grid-template-columns:1fr 1fr;gap:14px}
  .co-hosho{padding:24px 12px 18px}
  .co-breakdown{padding:8px 16px}
  .co-col-price,.co-col-qty,.co-col-total{width:auto}
  .co-table th,.co-table td{font-size:12px}
  .co-cta{width:100%;justify-content:center;padding:16px 20px;font-size:17px}
  /* step2 */
  .co-card{padding:24px 18px}
  .co-confirm{grid-template-columns:1fr;gap:0}
  .co-confirm-item:last-child{grid-column:auto}
  .co-field{grid-template-columns:1fr;gap:8px;margin-bottom:20px}
  .co-input-sm,.co-input-md{max-width:none}
  .co-inline{flex-wrap:wrap}
  .co-receipt-name-row{flex-direction:column;align-items:stretch;gap:10px}
  .co-receipt-name-input-wrap{width:100%;max-width:100%;flex:none}
  .co-receipt-name-input{width:100%;max-width:none}
  .co-cardtype{min-width:0;width:100%}
  .co-cardtype-group{flex-direction:column}
  .co-check-group{gap:12px 18px}
  /* step3 */
  .co-done{padding:40px 18px}
  .co-done-mark{width:64px;height:64px;margin-bottom:16px}
  .co-done-mark svg{width:32px;height:32px}
  .co-done-title{font-size:21px}
  .co-done-lead{font-size:15px}
  .co-recvno{flex-direction:column;align-items:center;gap:4px;padding:12px 20px}
  .co-recvno-v{font-size:20px}
  .co-contact-tel{font-size:28px}
}

/* ============================================================
   LEGAL PAGES (特商法 / 利用規約 / プライバシー / CCPA / サービス条件)
   ============================================================ */
body.legal-page{background:#fafbfc}
.legal{padding:56px 0 84px}
.legal-wrap{max-width:1080px}
.legal-head{margin-bottom:30px}
.legal-en{display:block;font-family:"Roboto",sans-serif;color:var(--blue);letter-spacing:.14em;font-size:13px;font-weight:500;margin-bottom:8px}
.legal-title{font-size:28px;font-weight:700;color:#222;line-height:1.4}
.lg-box{background:#fff;border:1px solid var(--line);border-radius:16px;padding:44px 52px;box-shadow:0 2px 10px rgba(0,0,0,.04);font-size:15px;line-height:2;color:var(--text)}
.lg-box h3{font-size:19px;font-weight:700;color:var(--blue-dd);margin:40px 0 14px;padding-left:14px;border-left:4px solid var(--blue);line-height:1.5}
.lg-box h3:first-of-type{margin-top:0}
.lg-box h4{font-size:16px;font-weight:700;color:#222;margin:28px 0 8px}
.lg-box p{margin-bottom:14px}
.lg-box ol{margin:0 0 16px 1.7em}
.lg-box ul{margin:0 0 16px 1.7em;list-style:disc}
.lg-box li{margin-bottom:6px}
.lg-date{color:var(--gray);font-size:13.5px;margin-bottom:26px}
.lg-table{width:100%;border-collapse:collapse;margin:10px 0 26px}
.lg-table th,.lg-table td{border:1px solid var(--line);padding:13px 18px;text-align:left;vertical-align:top;font-size:14.5px;line-height:1.8}
.lg-table th{background:var(--bg-blue2);color:var(--blue-dd);font-weight:700;width:265px}
.lg-table.cols th{width:auto;background:var(--bg-gray)}
.lg-table.cols td{font-size:13.5px}
.lg-note{font-size:13px;color:var(--gray)}
.lg-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:10px 0 26px}
.lg-scroll>.lg-table{margin:0;min-width:640px}
.lg-box a{color:var(--blue);text-decoration:underline;text-underline-offset:3px;word-break:break-all}
.lg-box a:hover{color:var(--blue-dd)}
/* クッキーポリシー: 見出しをグレー帯に */
body.cookie-policy-page .lg-box h3{
  margin:32px 0 16px;
  padding:14px 18px;
  border-left:0;
  background:#f5f5f5;
  color:#333;
  font-size:16px;
  font-weight:700;
  line-height:1.5;
}
body.cookie-policy-page .lg-box h3:first-of-type{margin-top:0}
@media (max-width:720px){
  .legal{padding:38px 0 60px}
  .legal-title{font-size:23px}
  .lg-box{padding:26px 18px}
  .lg-table th{width:110px}
  .lg-table th,.lg-table td{padding:10px 12px;font-size:13px}
  body.cookie-policy-page .lg-box h3{padding:12px 14px;font-size:15px;margin:28px 0 12px}
}

.rental-sub-btns{display:flex;gap:8px;margin-top:10px;width:100%}
.rental-sub-btn{
  flex:1;min-width:0;display:flex;align-items:center;justify-content:flex-start;gap:4px;
  border:1px solid var(--blue);color:var(--blue);background:#fff;font-weight:700;font-size:12px;
  padding:6px 10px;border-radius:0;cursor:pointer;font-family:inherit;transition:.2s;line-height:1.3;
}
.rental-sub-btn .arr{font-style:normal;margin-left:auto;flex-shrink:0}
.rental-sub-btn:hover{background:var(--blue);color:#fff}
.pd-buy-right .rental-sub-btns{margin-top:12px;max-width:480px;margin-left:auto;margin-right:auto}

/* ===== 023: レンタル料金表 · 配送料モーダル ===== */
html.rental-modal-open,
body.rental-modal-open{overflow:hidden}
.rental-modal{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:24px}
.rental-modal[hidden]{display:none}
.rental-modal-overlay{position:absolute;inset:0;background:rgba(0,0,0,.45)}
.rental-modal-wrap{position:relative;z-index:1;max-width:640px;width:100%}
.rental-modal-close{
  position:absolute;top:-32px;right:-4px;width:28px;height:28px;border-radius:50%;
  background:transparent;border:1px solid #fff;color:#fff;font-size:18px;line-height:1;
  cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;
}
.rental-modal-close:hover{background:rgba(255,255,255,.18)}
.rental-modal-close--inbox{
  top:14px;right:14px;width:26px;height:26px;border-radius:50%;
  background:#fff;border:1px solid #d0d5db;color:#666;font-size:17px;z-index:2;
}
.rental-modal-close--inbox:hover{background:#f5f7f8;color:#333;border-color:#b8bec6}
.rental-modal-box{background:#fff;border-radius:8px;width:100%;box-shadow:0 20px 50px rgba(0,0,0,.25);position:relative;overflow:hidden}
.rental-modal-box--price{padding:0}
.rental-price-modal-body{padding:28px 32px 24px;padding-top:40px}
.rental-price-modal-accent{position:absolute;top:0;left:0;right:0;height:4px;background:var(--blue);z-index:1}
.rental-price-modal-title{font-size:22px;font-weight:700;color:#222;text-align:center;margin:8px 0 6px;padding:8px 28px 6px}
.rental-price-modal-lead{font-size:13px;color:#888;text-align:center;margin-bottom:22px}
.rental-price-modal-label{font-size:12px;color:#888;margin-bottom:6px}
.rental-price-modal-model{
  border:1px solid var(--blue);color:var(--blue);font-weight:700;font-size:14px;
  padding:10px 14px;border-radius:4px;margin-bottom:20px;line-height:1.5;
  text-align:center;background:#f0faff;
}
.rental-price-table-wrap{
  overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:16px;
  border:1px solid #d8e3ea;border-radius:8px;
}
.rental-price-table{width:100%;border-collapse:collapse;min-width:420px;border-radius:8px;overflow:hidden}
.rental-price-table.rental-price-table--shipping{min-width:0;table-layout:fixed}
#rental-shipping-modal .rental-price-table-wrap{overflow-x:visible}
.rental-price-table thead th{
  background:var(--blue);color:#fff;font-size:13px;font-weight:700;padding:10px 12px;text-align:center;
}
.rental-price-table tbody td{
  border-bottom:1px solid #e8edf2;font-size:14px;color:#333;padding:11px 12px;text-align:center;background:#fff;
}
.rental-price-table tbody tr:nth-child(even) td{background:#f7f9f7}
.rental-price-table tbody tr:last-child td{border-bottom:none}
.rental-price-modal-foot{
  display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;
  font-size:11px;color:#999;margin-top:4px;
}
@media (max-width:720px){
  .rental-sub-btn{font-size:10px;padding:6px 6px}
  .rental-modal{padding:16px;align-items:center;overflow:hidden}
  .rental-modal-wrap{max-height:calc(90vh - 32px);max-height:calc(90dvh - 32px);width:100%;display:flex;flex-direction:column;min-height:0}
  .rental-modal-box--price{
    max-height:100%;flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;
  }
  .rental-price-modal-body{
    flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;
    -webkit-overflow-scrolling:touch;overscroll-behavior:contain;
    padding:36px 16px 20px;
  }
  .rental-modal-close--inbox{top:12px;right:12px}
  .rental-price-modal-title{font-size:19px;padding:8px 24px 6px}
  .rental-price-modal-foot{flex-direction:column;align-items:flex-start;gap:4px}
  .rental-price-table-wrap{overflow-x:visible;margin-bottom:12px}
  .rental-price-table{min-width:0;table-layout:fixed}
  .rental-price-table thead th{font-size:11px;padding:8px 4px}
  .rental-price-table tbody td{font-size:11px;padding:8px 4px}
}

/* ===== ZEUS 決済ローダー · 3DS モーダル（011） ===== */
#loader-bg,#loader-bg-cardauth{display:none;position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.7);z-index:9999999}
#loading{width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:16px;color:#fff;text-align:center;padding:20px;line-height:1.8}
#three_d_bg{display:none;position:fixed;width:100%;height:100%;top:0;left:0;z-index:9999999;background:rgba(0,0,0,.5)}
.three_d_content{width:100%;height:100%;display:flex;justify-content:center;align-items:center}
.three_dscontainer{height:70%;width:90%;max-width:480px;background:#fff;border-radius:8px;overflow:hidden}
