.faq-page{--faq-blue:#7fa9c2;--faq-blue-dark:#5f8da8;--faq-pink:#d99aa9;--faq-pink-soft:#fdf5f7;--faq-blue-soft:#f4f8fb;--faq-ivory:#fbf7ef;--faq-ivory-soft:#fdfaf5;--faq-text:#35404a;--faq-muted:#7b8792;--faq-line:#e8edf1;--faq-bg:#ffffff;--faq-section-bg:#fbfcfd;--faq-shadow:0 12px 32px rgba(59,88,112,0.07);--faq-site-header:3.5rem;overflow:hidden;color:var(--faq-text);background:var(--faq-bg);font-family:-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Hiragino Sans,Yu Gothic,Meiryo,sans-serif;line-height:1.8;-webkit-font-smoothing:antialiased}html:has(.faq-page){--faq-site-header:3.5rem;scroll-behavior:smooth;scroll-padding-top:calc(3.5rem + 16px)}.faq-page a{color:inherit}.faq-page .hero{position:relative;padding:54px 20px 38px;text-align:center;background:radial-gradient(circle at 50% -10%,rgba(244,103,147,.08),transparent 34%),linear-gradient(180deg,#ffffff,#ffffff 78%,#fbfcfd)}.faq-page .hero:after{content:"";position:absolute;left:50%;bottom:0;width:min(700px,76vw);height:1px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,rgba(77,132,197,.25),transparent)}.faq-page .logo-wrap{width:162px;margin:0 auto 22px}.faq-page .logo-wrap img{display:block;width:100%;height:auto}.faq-page .eyebrow{margin:0 0 4px;color:var(--faq-blue);font-size:12px;letter-spacing:.18em;font-weight:700}.faq-page .faq-h1{margin:0;font-size:clamp(28px,5.4vw,42px);line-height:1.35;letter-spacing:.06em;font-weight:700}.faq-page .hero-copy{max-width:620px;margin:18px auto 0;color:var(--faq-muted);font-size:14px}.faq-page .hero-copy-line{font-size:10px}.faq-page .category-nav-wrap{position:static;top:auto;z-index:auto;background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:1px solid rgba(232,237,241,.75)}.faq-page .category-nav{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;width:min(760px,calc(100% - 32px));margin:0 auto;padding:14px 0;overflow:visible}.faq-page .category-nav .category-link{display:flex;align-items:center;justify-content:center;min-width:0;width:100%;padding:9px 10px;margin:0;background:#fff;border:1px solid #d99aa9;border-radius:999px;box-shadow:none;color:#d99aa9;text-align:center;text-decoration:none;line-height:1.35;white-space:normal;font-size:12px;font-weight:600}.faq-page .category-nav .category-link:first-child,.faq-page .category-nav .category-link:nth-child(2),.faq-page .category-nav .category-link:nth-child(3){grid-column:span 2}.faq-page .category-nav .category-link:nth-child(4),.faq-page .category-nav .category-link:nth-child(5){grid-column:span 3}.faq-page .category-nav .category-link:focus-visible,.faq-page .category-nav .category-link:hover{color:#7fa9c2;border-color:#7fa9c2;background:#fff;outline:none;text-decoration:none}.faq-page .faq-main{width:min(900px,calc(100% - 32px));margin:0 auto;padding:28px 0 72px}.faq-page .faq-section{padding:52px 0 8px}.faq-page .section-heading{margin-bottom:22px;text-align:center}.faq-page .section-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:7px;color:var(--faq-blue);font-size:11px;font-weight:700;letter-spacing:.12em}.faq-page .section-kicker:after,.faq-page .section-kicker:before{content:"";width:18px;height:1px;background:rgba(77,132,197,.45)}.faq-page .faq-h2{margin:0;font-size:clamp(18px,3.6vw,24px);line-height:1.45;letter-spacing:.04em}.faq-page .faq-list{border-top:1px solid var(--faq-line)}.faq-page details.faq-item{border-bottom:1px solid var(--faq-line);background:#fff}.faq-page details.faq-item[open]{background:linear-gradient(180deg,#fff,#fff 72%,rgba(251,247,239,.55))}.faq-page .faq-item summary{list-style:none;display:grid;grid-template-columns:34px 1fr 28px;gap:12px;align-items:center;padding:21px 6px;cursor:pointer;font-size:15px;font-weight:600;line-height:1.65}.faq-page .faq-item summary::-webkit-details-marker{display:none}.faq-page .faq-item summary:focus-visible{outline:2px solid rgba(77,132,197,.35);outline-offset:4px;border-radius:10px}.faq-page .q-mark{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;color:var(--faq-blue);background:var(--faq-blue-soft);font-family:Arial,sans-serif;font-size:12px;font-weight:700}.faq-page .toggle{position:relative;width:22px;height:22px;justify-self:end}.faq-page .toggle:after,.faq-page .toggle:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:1.5px;background:#8e9aa4;transform:translate(-50%,-50%);transition:transform .2s ease}.faq-page .toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-page details[open] .toggle:after{transform:translate(-50%,-50%) rotate(0)}.faq-page .answer{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:0 46px 24px 6px;color:#56616b;font-size:14px}.faq-page .a-mark{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-top:2px;border-radius:50%;color:#fff;background:#d99aa9!important;box-shadow:0 0 0 3px #fdf5f7;font-family:Arial,sans-serif;font-size:12px;font-weight:700}.faq-page .answer p{margin:0 0 10px}.faq-page .answer p:last-child{margin-bottom:0}.faq-page .answer ul{margin:8px 0 4px;padding-left:1.2em}.faq-page .answer li+li{margin-top:3px}.faq-page .back-to-top-wrap{width:100%!important;margin:48px auto 0!important;text-align:center!important;display:block!important}.faq-page .to-top{display:inline-flex!important;align-items:center;justify-content:center;margin:0 auto!important;color:#7fa9c2!important;font-size:12px;font-weight:600;text-decoration:none;letter-spacing:.03em}.faq-page .to-top:focus-visible,.faq-page .to-top:hover{color:#d99aa9;outline:none}.faq-page .footer-space{height:26px}@media (max-width:640px){html:has(.faq-page){scroll-padding-top:calc(3.5rem + 16px)}.faq-page .hero{padding:14px 16px 26px}.faq-page .logo-wrap{width:108px;margin:0 auto 12px}.faq-page .hero-copy{font-size:13px;line-height:1.75}.faq-page .category-nav{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;width:calc(100% - 24px);padding:10px 0}.faq-page .category-nav .category-link{padding:8px 5px;font-size:10px;line-height:1.3;word-break:keep-all}.faq-page .faq-h2{font-size:18px}.faq-page .faq-main{width:calc(100% - 28px);padding-top:12px}.faq-page .faq-section{padding-top:42px}.faq-page .section-heading{margin-bottom:15px}.faq-page .faq-item summary{grid-template-columns:30px 1fr 24px;gap:8px;padding:18px 2px;font-size:14px}.faq-page .a-mark,.faq-page .q-mark{width:25px;height:25px;font-size:11px}.faq-page .answer{grid-template-columns:30px 1fr;gap:8px;padding:0 26px 20px 2px;font-size:13px}}