  *{margin:0;padding:0;box-sizing:border-box}
  html{background:#e8e8e8}
  body{font-family:"Noto Sans JP",sans-serif;background:#fff;color:#1f2430;-webkit-font-smoothing:antialiased;max-width:430px;margin:0 auto;box-shadow:0 0 30px #0000001a;min-height:100svh;display:flex;flex-direction:column}
  img{display:block;max-width:100%}
  a{text-decoration:none;color:inherit}
  :root{
    --emerald-green:#0EA46E; --emerald-green-deep:#0A7C53; --emerald-green-light:#EAF8F1; --emerald-green-border:#A6E3C8; --emerald-green-text:#0B7048;
    --tel:#0A7C53; --tel-deep:#085F40;
    --bg-warm:#FAF8F4; --text-sub:#555c6b; --text-muted:#8a909c;
  }
  .th-header{display:flex;align-items:center;justify-content:center;padding:16px;border-bottom:1px solid #eee}
  .th-header img{height:38px;width:auto}

  .th-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 24px}
  .th-icon{width:96px;height:96px;border-radius:50%;background:var(--emerald-green-light);display:flex;align-items:center;justify-content:center;margin-bottom:26px;animation:pop .5s cubic-bezier(.34,1.56,.64,1) both}
  .th-icon svg{width:50px;height:50px;fill:none;stroke:var(--emerald-green);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:40;stroke-dashoffset:40;animation:draw .5s ease .35s forwards}
  @keyframes pop{0%{transform:scale(.3);opacity:0}100%{transform:scale(1);opacity:1}}
  @keyframes draw{to{stroke-dashoffset:0}}
  .th-label{display:inline-block;font-size:12px;font-weight:700;color:var(--emerald-green);background:var(--emerald-green-light);border:1.5px solid var(--emerald-green-border);border-radius:20px;padding:3px 14px;margin-bottom:16px;letter-spacing:.06em}
  .th-main h1{font-size:25px;font-weight:900;line-height:1.5;margin-bottom:18px}
  .th-main h1 .hl{color:var(--emerald-green)}
  .th-main .msg{font-size:14px;line-height:1.9;color:var(--text-sub);margin-bottom:32px}

  .th-card{width:100%;background:var(--bg-warm);border:1.5px solid #eee;border-radius:16px;padding:20px;text-align:left;margin-bottom:28px}
  .th-card .ttl{font-size:14px;font-weight:900;margin-bottom:12px;display:flex;align-items:center;gap:8px}
  .th-card .ttl svg{width:18px;height:18px;fill:none;stroke:var(--emerald-green);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
  .th-step{display:flex;gap:12px;font-size:13px;color:var(--text-sub);line-height:1.6;padding:8px 0}
  .th-step .n{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--emerald-green);color:#fff;font-size:13px;font-weight:900;display:flex;align-items:center;justify-content:center}

  .home-btn{display:block;width:100%;text-align:center;font-size:16px;font-weight:900;color:#fff;background:linear-gradient(135deg,var(--emerald-green),var(--emerald-green-deep));border-radius:60px;padding:16px 20px;box-shadow:0 4px 16px #0ea46e59;margin-bottom:12px}
  .tel-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 20px;background:#fff;color:var(--tel-deep);font-size:16px;font-weight:900;border:2px solid var(--tel);border-radius:60px}
  .tel-btn svg{width:20px;height:20px;flex-shrink:0;stroke:var(--tel-deep);fill:none;stroke-width:2}
  .tel-btn .tel-num{font-size:19px}
  .tel-note{font-size:11px;color:var(--text-muted);margin-top:8px}

  .footer{background:#1f2430;color:#fff;text-align:center;padding:26px 20px}
  .footer img{height:32px;width:auto;margin:0 auto 12px;filter:brightness(0) invert(1);opacity:.95}
  .footer p{font-size:12px;color:#aab;line-height:1.8}
