:root {
    --report-332-ink: #24312e;
    --report-332-muted: #62706c;
    --report-332-green: #356859;
    --report-332-green-dark: #234a40;
    --report-332-pale: #eef5f1;
    --report-332-blue: #3f6f8e;
    --report-332-blue-pale: #edf4f8;
    --report-332-gold: #b57a2a;
    --report-332-border: #d8e1dd;
}
.report-332-body .report-332-page {
    color: var(--report-332-ink);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.9;
}
.report-332-body .report-332-page * { box-sizing: border-box; }
.report-332-body .report-332-page a { color: #176596; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.report-332-body .report-332-page a:hover,
.report-332-body .report-332-page a:focus-visible { color: #0d466a; }
.report-332-body .report-332-hero { margin-bottom: 30px; overflow: hidden; border-radius: 16px; box-shadow: 0 10px 28px rgba(34, 58, 51, .12); }
.report-332-body .report-332-hero img { display: block; width: 100%; height: auto; }
.report-332-body .report-332-intro { padding: 34px; background: linear-gradient(135deg, #f3f8f5 0%, #fff 100%); border: 1px solid var(--report-332-border); border-radius: 18px; }
.report-332-body .report-332-eyebrow { margin: 0 0 6px; color: var(--report-332-green); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.report-332-body .report-332-intro h2,
.report-332-body .report-332-heading h2,
.report-332-body .report-332-cta h2 { margin: 0 0 18px; color: var(--report-332-green-dark); font-size: 30px; line-height: 1.45; }
.report-332-body .report-332-lead { font-size: 18px; font-weight: 600; }
.report-332-body .report-332-keypoints { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 26px; }
.report-332-body .report-332-keypoints article { padding: 20px; background: #fff; border: 1px solid var(--report-332-border); border-radius: 12px; }
.report-332-body .report-332-keypoints span { color: var(--report-332-gold); font-size: 12px; font-weight: 900; }
.report-332-body .report-332-keypoints h3 { margin: 6px 0; color: var(--report-332-green-dark); font-size: 18px; }
.report-332-body .report-332-keypoints p { margin: 0; font-size: 14px; }
.report-332-body .report-332-toc { margin: 28px 0 42px; padding: 24px 28px; background: #fff; border: 1px solid var(--report-332-border); border-left: 5px solid var(--report-332-green); border-radius: 12px; }
.report-332-body .report-332-toc > p { margin: 0 0 12px; color: var(--report-332-green-dark); font-weight: 900; }
.report-332-body .report-332-toc ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 24px; margin: 0; padding-left: 24px; }
.report-332-body .report-332-section { margin: 0 0 58px; scroll-margin-top: 110px; }
.report-332-body .report-332-heading { margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid var(--report-332-border); }
.report-332-body .report-332-heading p { margin: 0 0 4px; color: var(--report-332-gold); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.report-332-body .report-332-heading h2 { margin-bottom: 0; }
.report-332-body .report-332-route-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 26px 0; }
.report-332-body .report-332-route-card { position: relative; padding: 26px; background: #fff; border: 1px solid var(--report-332-border); border-top: 5px solid var(--report-332-blue); border-radius: 14px; }
.report-332-body .report-332-route-card--primary { border-top-color: var(--report-332-green); background: var(--report-332-pale); }
.report-332-body .report-332-route-number { color: var(--report-332-gold); font-size: 12px; font-weight: 900; }
.report-332-body .report-332-route-card h3 { margin: 5px 0 8px; color: var(--report-332-green-dark); font-size: 20px; }
.report-332-body .report-332-route-card p { margin: 0 0 12px; }
.report-332-body .report-332-route-card a { font-weight: 800; }
.report-332-body .report-332-note,
.report-332-body .report-332-warning { margin-top: 24px; padding: 24px 26px; background: #fff9e9; border: 1px solid #ead6a7; border-radius: 12px; }
.report-332-body .report-332-warning { background: #fff4f1; border-color: #edc8bf; }
.report-332-body .report-332-note h3,
.report-332-body .report-332-warning h3 { margin: 0 0 10px; color: #6c4b1a; font-size: 19px; }
.report-332-body .report-332-warning h3 { color: #7e3f32; }
.report-332-body .report-332-note ul { margin: 0 0 10px; padding-left: 22px; }
.report-332-body .report-332-note p,
.report-332-body .report-332-warning p { margin: 0; }
.report-332-body .report-332-table-wrap { margin: 26px 0; overflow-x: auto; border: 1px solid var(--report-332-border); border-radius: 12px; }
.report-332-body .report-332-table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.report-332-body .report-332-table caption { padding: 12px; color: var(--report-332-muted); font-size: 13px; text-align: left; }
.report-332-body .report-332-table th,
.report-332-body .report-332-table td { padding: 15px; border-top: 1px solid var(--report-332-border); vertical-align: top; text-align: left; }
.report-332-body .report-332-table thead th { color: #fff; background: var(--report-332-green); border-top: 0; }
.report-332-body .report-332-table tbody th { width: 21%; color: var(--report-332-green-dark); background: var(--report-332-pale); }
.report-332-body .report-332-all-pages { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 26px 0; }
.report-332-body .report-332-all-pages a,
.report-332-body .report-332-link-panel a,
.report-332-body .report-332-related-hubs a { display: flex; flex-direction: column; padding: 20px; color: var(--report-332-ink); background: #fff; border: 1px solid var(--report-332-border); border-radius: 12px; text-decoration: none; }
.report-332-body .report-332-all-pages a:hover,
.report-332-body .report-332-all-pages a:focus-visible,
.report-332-body .report-332-link-panel a:hover,
.report-332-body .report-332-link-panel a:focus-visible,
.report-332-body .report-332-related-hubs a:hover,
.report-332-body .report-332-related-hubs a:focus-visible { color: var(--report-332-ink); background: var(--report-332-pale); border-color: #92b6aa; }
.report-332-body .report-332-all-pages strong,
.report-332-body .report-332-link-panel strong,
.report-332-body .report-332-related-hubs strong { color: var(--report-332-green-dark); line-height: 1.55; }
.report-332-body .report-332-all-pages span,
.report-332-body .report-332-link-panel span,
.report-332-body .report-332-related-hubs span { margin-top: 6px; color: var(--report-332-muted); font-size: 13px; }
.report-332-body .report-332-step-list { display: grid; gap: 14px; margin: 26px 0; }
.report-332-body .report-332-step-list article { display: grid; grid-template-columns: 95px 1fr; gap: 18px; align-items: start; padding: 20px 22px; background: #fff; border: 1px solid var(--report-332-border); border-radius: 12px; }
.report-332-body .report-332-step-list span { display: inline-flex; justify-content: center; padding: 7px; color: #fff; background: var(--report-332-green); border-radius: 999px; font-size: 12px; font-weight: 800; }
.report-332-body .report-332-step-list h3 { margin: 0 0 5px; color: var(--report-332-green-dark); }
.report-332-body .report-332-step-list p { margin: 0; }
.report-332-body .report-332-link-panel { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 26px 0; }
.report-332-body .report-332-use-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 26px 0; }
.report-332-body .report-332-use-grid article { padding: 24px; background: var(--report-332-blue-pale); border: 1px solid #c9dbe7; border-radius: 14px; }
.report-332-body .report-332-use-grid h3 { margin: 0 0 8px; color: #2d536e; }
.report-332-body .report-332-use-grid p { margin: 0 0 10px; }
.report-332-body .report-332-checklist { margin-top: 26px; padding: 24px; background: var(--report-332-pale); border-radius: 14px; }
.report-332-body .report-332-checklist h3 { margin: 0 0 14px; color: var(--report-332-green-dark); }
.report-332-body .report-332-checklist > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 20px; }
.report-332-body .report-332-checklist label { display: flex; gap: 8px; align-items: center; }
.report-332-body .report-332-checklist input { width: 18px; height: 18px; accent-color: var(--report-332-green); }
.report-332-body .report-332-product-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; margin: 26px 0; }
.report-332-body .report-332-product-links a { display: flex; min-height: 170px; flex-direction: column; padding: 22px; color: #fff; background: linear-gradient(145deg, #356859, #274c42); border: 2px solid #356859; border-radius: 14px; text-decoration: none; }
.report-332-body .report-332-product-links a:hover,
.report-332-body .report-332-product-links a:focus-visible { color: #fff; background: #1f4439; border-color: #1f4439; }
.report-332-body .report-332-product-links span { font-size: 12px; font-weight: 800; opacity: .82; }
.report-332-body .report-332-product-links strong { margin: 9px 0; font-size: 20px; }
.report-332-body .report-332-product-links small { margin-top: auto; font-size: 13px; line-height: 1.7; }
.report-332-body .report-332-related-hubs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.report-332-body .report-332-faq-item { margin-bottom: 12px; background: #fff; border: 1px solid var(--report-332-border); border-radius: 10px; overflow: hidden; }
.report-332-body .report-332-faq-item summary { position: relative; padding: 18px 50px 18px 22px; color: var(--report-332-green-dark); font-weight: 700; cursor: pointer; list-style: none; }
.report-332-body .report-332-faq-item summary::-webkit-details-marker { display: none; }
.report-332-body .report-332-faq-item summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 24px; }
.report-332-body .report-332-faq-item[open] summary::after { content: "−"; }
.report-332-body .report-332-faq-item div { padding: 0 22px 20px; }
.report-332-body .report-332-faq-item p { margin: 0; }
.report-332-body .report-332-cta { padding: 38px; color: #fff; background: linear-gradient(135deg, #234a40, #356859); border-radius: 18px; text-align: center; }
.report-332-body .report-332-cta .report-332-eyebrow,
.report-332-body .report-332-cta h2 { color: #fff; }
.report-332-body .report-332-cta p { max-width: 780px; margin: 0 auto 22px; }
.report-332-body .report-332-cta-buttons { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.report-332-body .report-332-button { display: inline-flex; justify-content: center; align-items: center; min-width: 245px; min-height: 52px; padding: 12px 22px; border: 2px solid #fff; border-radius: 8px; font-weight: 800; text-decoration: none; }
.report-332-body .report-332-button--light { color: var(--report-332-green-dark); background: #fff; }
.report-332-body .report-332-button--light:hover,
.report-332-body .report-332-button--light:focus-visible { color: var(--report-332-green-dark); background: #eef5f1; border-color: #eef5f1; }
.report-332-body .report-332-button--primary { color: #fff; background: #b66a25; border-color: #d99a5f; }
.report-332-body .report-332-button--primary:hover,
.report-332-body .report-332-button--primary:focus-visible { color: #fff; background: #8f4f18; border-color: #fff; }
.report-332-body .report-332-back-link { display: inline-block; margin-top: 22px; color: #fff !important; }
.report-332-body .report-332-back-link:hover,
.report-332-body .report-332-back-link:focus-visible { color: #fff !important; }
@media (max-width: 1100px) {
    .report-332-body .report-332-all-pages,
    .report-332-body .report-332-link-panel,
    .report-332-body .report-332-product-links,
    .report-332-body .report-332-related-hubs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 650px) {
    .report-332-body .report-332-intro { padding: 24px 18px; }
    .report-332-body .report-332-intro h2,
    .report-332-body .report-332-heading h2,
    .report-332-body .report-332-cta h2 { font-size: 24px; }
    .report-332-body .report-332-keypoints,
    .report-332-body .report-332-route-grid,
    .report-332-body .report-332-all-pages,
    .report-332-body .report-332-link-panel,
    .report-332-body .report-332-use-grid,
    .report-332-body .report-332-product-links,
    .report-332-body .report-332-related-hubs,
    .report-332-body .report-332-checklist > div { grid-template-columns: 1fr; }
    .report-332-body .report-332-toc { padding: 20px; }
    .report-332-body .report-332-toc ol { grid-template-columns: 1fr; }
    .report-332-body .report-332-step-list article { grid-template-columns: 1fr; gap: 10px; }
    .report-332-body .report-332-step-list span { justify-self: start; }
    .report-332-body .report-332-note,
    .report-332-body .report-332-warning { padding: 20px; }
    .report-332-body .report-332-cta { padding: 30px 18px; }
    .report-332-body .report-332-button { width: 100%; min-width: 0; }
}
@media (max-width: 480px) {
    .report-332-body .report-332-route-card,
    .report-332-body .report-332-use-grid article,
    .report-332-body .report-332-product-links a { padding: 20px 16px; }
    .report-332-body .report-332-faq-item summary { padding-left: 16px; }
    .report-332-body .report-332-faq-item div { padding-left: 16px; padding-right: 16px; }
}
