
.report-337-body .report-337-page {
    --report-337-ink: #263238;
    --report-337-muted: #5d6b70;
    --report-337-green: #356859;
    --report-337-green-dark: #234a40;
    --report-337-blue: #3e6688;
    --report-337-pale: #f2f7f4;
    --report-337-blue-pale: #eef5fa;
    --report-337-border: #d8e1dd;
    color: var(--report-337-ink);
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.9;
}
.report-337-body .report-337-page *,
.report-337-body .report-337-page *::before,
.report-337-body .report-337-page *::after { box-sizing: border-box; }
.report-337-body .report-337-page a { color: #225d7c; text-underline-offset: 0.2em; }
.report-337-body .report-337-page a:hover { color: #153f55; }
.report-337-body .report-337-page a:focus-visible { outline: 3px solid #e09b2d; outline-offset: 3px; }
.report-337-body .report-337-hero { margin: 0 0 32px; overflow: hidden; border-radius: 18px; box-shadow: 0 12px 32px rgba(27, 61, 53, .14); }
.report-337-body .report-337-hero img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.report-337-body .report-337-intro,
.report-337-body .report-337-section,
.report-337-body .report-337-related,
.report-337-body .report-337-cta { margin: 0 0 54px; }
.report-337-body .report-337-intro { padding: 34px; background: linear-gradient(135deg, #f3f8f5, #fff); border: 1px solid var(--report-337-border); border-radius: 18px; }
.report-337-body .report-337-eyebrow,
.report-337-body .report-337-heading > p { margin: 0 0 5px; color: var(--report-337-green); font-weight: 800; font-size: 12px; letter-spacing: .14em; }
.report-337-body .report-337-intro h2,
.report-337-body .report-337-heading h2,
.report-337-body .report-337-related h2,
.report-337-body .report-337-cta h2 { margin: 0 0 18px; color: var(--report-337-green-dark); font-size: clamp(24px, 3vw, 34px); line-height: 1.45; }
.report-337-body .report-337-lead { font-size: 17px; font-weight: 500; }
.report-337-body .report-337-keypoints { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 26px; }
.report-337-body .report-337-keypoints article { padding: 20px; background: #fff; border: 1px solid var(--report-337-border); border-radius: 14px; }
.report-337-body .report-337-keypoints span { display: block; color: var(--report-337-green); font-weight: 800; font-size: 12px; }
.report-337-body .report-337-keypoints h3 { margin: 5px 0 8px; font-size: 18px; }
.report-337-body .report-337-keypoints p { margin: 0; font-size: 14px; }
.report-337-body .report-337-toc { margin: 0 0 54px; padding: 24px 28px; background: #fff; border: 1px solid var(--report-337-border); border-left: 6px solid var(--report-337-green); border-radius: 12px; }
.report-337-body .report-337-toc > p { margin: 0 0 10px; font-weight: 800; color: var(--report-337-green-dark); }
.report-337-body .report-337-toc ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px 28px; margin: 0; padding-left: 22px; }
.report-337-body .report-337-heading { margin-bottom: 22px; padding-bottom: 14px; border-bottom: 2px solid var(--report-337-border); }
.report-337-body .report-337-heading h2 { margin-bottom: 0; }
.report-337-body .report-337-route-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 28px 0; }
.report-337-body .report-337-route-card { position: relative; display: flex; flex-direction: column; padding: 26px; background: #fff; border: 1px solid var(--report-337-border); border-radius: 16px; box-shadow: 0 7px 20px rgba(40, 72, 63, .07); }
.report-337-body .report-337-route-card--primary { background: var(--report-337-pale); border-color: #a9c9be; }
.report-337-body .report-337-route-number { color: var(--report-337-green); font-weight: 800; font-size: 13px; letter-spacing: .08em; }
.report-337-body .report-337-route-card h3 { margin: 8px 0; color: var(--report-337-green-dark); font-size: 20px; }
.report-337-body .report-337-route-card p { flex-grow: 1; margin: 0 0 16px; }
.report-337-body .report-337-route-card a { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 11px 16px; color: #fff; background: var(--report-337-green); border: 2px solid var(--report-337-green); border-radius: 8px; font-weight: 700; text-decoration: none; text-align: center; }
.report-337-body .report-337-route-card a:hover,
.report-337-body .report-337-route-card a:focus-visible { color: #fff; background: var(--report-337-green-dark); border-color: var(--report-337-green-dark); }
.report-337-body .report-337-note,
.report-337-body .report-337-warning { padding: 24px 28px; background: #fffaf0; border: 1px solid #e7d6b5; border-radius: 14px; }
.report-337-body .report-337-note h3,
.report-337-body .report-337-warning h3 { margin: 0 0 10px; color: #62481e; font-size: 19px; }
.report-337-body .report-337-note ul { margin: 0 0 10px; padding-left: 22px; }
.report-337-body .report-337-note p,
.report-337-body .report-337-warning p { margin: 0; }
.report-337-body .report-337-table-wrap { margin: 26px 0; overflow-x: auto; border: 1px solid var(--report-337-border); border-radius: 12px; }
.report-337-body .report-337-table { width: 100%; min-width: 720px; border-collapse: collapse; background: #fff; }
.report-337-body .report-337-table caption { padding: 12px; color: var(--report-337-muted); font-size: 13px; text-align: left; }
.report-337-body .report-337-table th,
.report-337-body .report-337-table td { padding: 15px; border-top: 1px solid var(--report-337-border); vertical-align: top; text-align: left; }
.report-337-body .report-337-table thead th { color: #fff; background: var(--report-337-green); border-top: 0; }
.report-337-body .report-337-table tbody th { width: 24%; color: var(--report-337-green-dark); background: var(--report-337-pale); }
.report-337-body .report-337-product-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 26px 0; }
.report-337-body .report-337-product-links article { padding: 24px; background: var(--report-337-blue-pale); border: 1px solid #c9dbe7; border-radius: 14px; }
.report-337-body .report-337-product-links h3 { margin: 0 0 8px; color: #2e526d; }
.report-337-body .report-337-product-links p { margin: 0 0 12px; }
.report-337-body .report-337-inline-guide { padding: 18px 22px; background: #f7f7f7; border-radius: 10px; }
.report-337-body .report-337-step-list { display: grid; gap: 14px; margin: 26px 0; }
.report-337-body .report-337-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-337-border); border-radius: 12px; }
.report-337-body .report-337-step-list span { display: inline-flex; justify-content: center; padding: 7px; color: #fff; background: var(--report-337-green); border-radius: 999px; font-weight: 800; font-size: 12px; }
.report-337-body .report-337-step-list h3 { margin: 0 0 5px; color: var(--report-337-green-dark); }
.report-337-body .report-337-step-list p { margin: 0; }
.report-337-body .report-337-link-panel { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 26px 0; }
.report-337-body .report-337-link-panel a,
.report-337-body .report-337-related-grid a { display: flex; flex-direction: column; padding: 20px; color: var(--report-337-ink); background: #fff; border: 1px solid var(--report-337-border); border-radius: 12px; text-decoration: none; }
.report-337-body .report-337-link-panel a:hover,
.report-337-body .report-337-link-panel a:focus-visible,
.report-337-body .report-337-related-grid a:hover,
.report-337-body .report-337-related-grid a:focus-visible { color: var(--report-337-ink); background: var(--report-337-pale); border-color: #9bbdb1; }
.report-337-body .report-337-link-panel strong,
.report-337-body .report-337-related-grid strong { color: var(--report-337-green-dark); }
.report-337-body .report-337-link-panel span,
.report-337-body .report-337-related-grid span { margin-top: 6px; color: var(--report-337-muted); font-size: 13px; }
.report-337-body .report-337-use-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 26px 0; }
.report-337-body .report-337-use-grid article { padding: 22px; background: #fff; border: 1px solid var(--report-337-border); border-top: 4px solid var(--report-337-blue); border-radius: 12px; }
.report-337-body .report-337-use-grid h3 { margin: 0 0 8px; color: #2d536e; }
.report-337-body .report-337-use-grid p { margin: 0; }
.report-337-body .report-337-center-link { text-align: center; }
.report-337-body .report-337-text-button { display: inline-flex; padding: 12px 22px; color: #fff; background: var(--report-337-blue); border: 2px solid var(--report-337-blue); border-radius: 8px; font-weight: 700; text-decoration: none; }
.report-337-body .report-337-text-button:hover,
.report-337-body .report-337-text-button:focus-visible { color: #fff; background: #294b65; border-color: #294b65; }
.report-337-body .report-337-checklist { margin-top: 26px; padding: 24px; background: var(--report-337-pale); border-radius: 14px; }
.report-337-body .report-337-checklist h3 { margin: 0 0 14px; color: var(--report-337-green-dark); }
.report-337-body .report-337-checklist > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 20px; }
.report-337-body .report-337-checklist label { display: flex; gap: 8px; align-items: center; }
.report-337-body .report-337-checklist input { width: 18px; height: 18px; accent-color: var(--report-337-green); }
.report-337-body .report-337-support-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; margin-top: 26px; }
.report-337-body .report-337-support-grid a { display: flex; min-height: 180px; flex-direction: column; padding: 22px; color: #fff; background: linear-gradient(145deg, #356859, #274c42); border: 2px solid #356859; border-radius: 14px; text-decoration: none; }
.report-337-body .report-337-support-grid a:hover,
.report-337-body .report-337-support-grid a:focus-visible { color: #fff; background: #1f4439; border-color: #1f4439; }
.report-337-body .report-337-support-grid span { font-size: 12px; font-weight: 700; opacity: .82; }
.report-337-body .report-337-support-grid strong { margin: 9px 0; font-size: 20px; }
.report-337-body .report-337-support-grid small { margin-top: auto; font-size: 13px; line-height: 1.7; }
.report-337-body .report-337-faq-item { margin-bottom: 12px; background: #fff; border: 1px solid var(--report-337-border); border-radius: 10px; overflow: hidden; }
.report-337-body .report-337-faq-item summary { position: relative; padding: 18px 50px 18px 22px; color: var(--report-337-green-dark); font-weight: 700; cursor: pointer; list-style: none; }
.report-337-body .report-337-faq-item summary::-webkit-details-marker { display: none; }
.report-337-body .report-337-faq-item summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 24px; }
.report-337-body .report-337-faq-item[open] summary::after { content: "−"; }
.report-337-body .report-337-faq-item div { padding: 0 22px 20px; }
.report-337-body .report-337-faq-item p { margin: 0; }
.report-337-body .report-337-related { padding-top: 12px; }
.report-337-body .report-337-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.report-337-body .report-337-cta { padding: 38px; color: #fff; background: linear-gradient(135deg, #234a40, #356859); border-radius: 18px; text-align: center; }
.report-337-body .report-337-cta .report-337-eyebrow,
.report-337-body .report-337-cta h2 { color: #fff; }
.report-337-body .report-337-cta p { max-width: 780px; margin: 0 auto 22px; }
.report-337-body .report-337-cta-buttons { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.report-337-body .report-337-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-337-body .report-337-button--light { color: var(--report-337-green-dark); background: #fff; }
.report-337-body .report-337-button--light:hover,
.report-337-body .report-337-button--light:focus-visible { color: var(--report-337-green-dark); background: #eef5f1; border-color: #eef5f1; }
.report-337-body .report-337-button--primary { color: #fff; background: #b66a25; border-color: #d99a5f; }
.report-337-body .report-337-button--primary:hover,
.report-337-body .report-337-button--primary:focus-visible { color: #fff; background: #8f4f18; border-color: #fff; }
.report-337-body .report-337-back-link { display: inline-block; margin-top: 22px; color: #fff; }
.report-337-body .report-337-back-link:hover,
.report-337-body .report-337-back-link:focus-visible { color: #fff; }
@media (max-width: 1100px) {
    .report-337-body .report-337-link-panel,
    .report-337-body .report-337-support-grid,
    .report-337-body .report-337-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 650px) {
    .report-337-body .report-337-intro { padding: 24px 18px; }
    .report-337-body .report-337-intro h2,
    .report-337-body .report-337-heading h2,
    .report-337-body .report-337-related h2,
    .report-337-body .report-337-cta h2 { font-size: 24px; }
    .report-337-body .report-337-keypoints,
    .report-337-body .report-337-route-grid,
    .report-337-body .report-337-product-links,
    .report-337-body .report-337-link-panel,
    .report-337-body .report-337-use-grid,
    .report-337-body .report-337-support-grid,
    .report-337-body .report-337-related-grid,
    .report-337-body .report-337-checklist > div { grid-template-columns: 1fr; }
    .report-337-body .report-337-toc { padding: 20px; }
    .report-337-body .report-337-toc ol { grid-template-columns: 1fr; }
    .report-337-body .report-337-step-list article { grid-template-columns: 1fr; gap: 10px; }
    .report-337-body .report-337-step-list span { justify-self: start; }
    .report-337-body .report-337-note,
    .report-337-body .report-337-warning { padding: 20px; }
    .report-337-body .report-337-cta { padding: 30px 18px; }
    .report-337-body .report-337-button { width: 100%; min-width: 0; }
}
@media (max-width: 480px) {
    .report-337-body .report-337-route-card,
    .report-337-body .report-337-use-grid article,
    .report-337-body .report-337-support-grid a { padding: 20px 16px; }
    .report-337-body .report-337-faq-item summary { padding-left: 16px; }
    .report-337-body .report-337-faq-item div { padding-left: 16px; padding-right: 16px; }
}
