@charset "UTF-8";

.report-331-body {
    color: #26333a;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
}

.report-331-page {
    --report-331-navy: #29465b;
    --report-331-blue: #3d7899;
    --report-331-teal: #4e827b;
    --report-331-light-blue: #eef7fa;
    --report-331-light-teal: #eff8f5;
    --report-331-cream: #fff9ee;
    --report-331-border: #d8e1e5;
    --report-331-text: #26333a;
    --report-331-muted: #5d6b72;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 68px;
    color: var(--report-331-text);
    line-height: 1.9;
}

.report-331-page *,
.report-331-page *::before,
.report-331-page *::after {
    box-sizing: border-box;
}

.report-331-page a {
    color: #246a91;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.report-331-page a:hover,
.report-331-page a:focus-visible {
    color: #174b68;
    text-decoration-thickness: 2px;
}

.report-331-page a:focus-visible,
.report-331-page summary:focus-visible {
    outline: 3px solid rgba(61, 120, 153, 0.35);
    outline-offset: 3px;
}

.report-331-header { margin: 0 0 28px; }

.report-331-kicker,
.report-331-cta-kicker {
    margin: 0 0 8px;
    color: var(--report-331-teal);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.report-331-page .pageTitle {
    margin: 0 0 20px;
    color: var(--report-331-navy);
    font-size: clamp(1.8rem, 3.2vw, 2.65rem);
    line-height: 1.35;
    letter-spacing: 0.02em;
}

.report-331-lead {
    margin: 0;
    padding: 22px 24px;
    border-left: 5px solid var(--report-331-teal);
    background: var(--report-331-light-teal);
    font-size: 1.04rem;
}

.report-331-hero {
    margin: 0 0 36px;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(41, 70, 91, 0.12);
}

.report-331-hero img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.report-331-summary,
.report-331-toc,
.report-331-section,
.report-331-related,
.report-331-final-cta {
    scroll-margin-top: 24px;
}

.report-331-summary {
    margin: 0 0 26px;
    padding: 26px 28px;
    border: 1px solid #cfe0e8;
    border-radius: 12px;
    background: var(--report-331-light-blue);
}

.report-331-summary h2 {
    margin: 0 0 12px;
    color: var(--report-331-navy);
    font-size: 1.35rem;
}

.report-331-summary ul,
.report-331-caution ul {
    margin: 0;
    padding-left: 1.4em;
}

.report-331-summary li + li,
.report-331-caution li + li { margin-top: 6px; }

.report-331-toc {
    margin: 0 0 44px;
    padding: 24px 28px;
    border: 1px solid var(--report-331-border);
    border-radius: 12px;
    background: #fff;
}

.report-331-toc-title {
    margin: 0 0 12px;
    color: var(--report-331-navy);
    font-weight: 700;
}

.report-331-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 28px;
    margin: 0;
    padding-left: 1.4em;
}

.report-331-section { margin: 0 0 56px; }

.report-331-section > h2,
.report-331-related > h2,
.report-331-final-cta h2 {
    margin: 0 0 22px;
    color: var(--report-331-navy);
    font-size: clamp(1.45rem, 2.6vw, 2rem);
    line-height: 1.45;
}

.report-331-section > h2 {
    padding: 0 0 12px;
    border-bottom: 3px solid var(--report-331-teal);
}

.report-331-section p { margin: 0 0 18px; }

.report-331-guide-note {
    margin: 26px 0;
    padding: 24px 28px;
    border-radius: 12px;
    background: var(--report-331-cream);
    border: 1px solid #eadfc4;
}

.report-331-guide-note h3 {
    margin: 0 0 10px;
    color: var(--report-331-navy);
}

.report-331-guide-note ol {
    margin: 0;
    padding-left: 1.5em;
}

.report-331-guide-note li + li { margin-top: 6px; }

.report-331-card-grid,
.report-331-action-grid,
.report-331-related-grid,
.report-331-mini-grid {
    display: grid;
    gap: 16px;
    margin: 26px 0;
}

.report-331-card-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.report-331-action-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.report-331-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.report-331-mini-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.report-331-card,
.report-331-action-card,
.report-331-related-grid a,
.report-331-link-panel a {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 22px;
    border: 1px solid var(--report-331-border);
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.report-331-card:hover,
.report-331-card:focus-visible,
.report-331-action-card:hover,
.report-331-action-card:focus-visible,
.report-331-related-grid a:hover,
.report-331-related-grid a:focus-visible,
.report-331-link-panel a:hover,
.report-331-link-panel a:focus-visible {
    color: #174b68;
    border-color: #8ab4c8;
    box-shadow: 0 9px 22px rgba(41, 70, 91, 0.1);
    transform: translateY(-2px);
}

.report-331-card-label,
.report-331-action-label {
    margin-bottom: 8px;
    color: var(--report-331-teal);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.report-331-card strong,
.report-331-action-card strong,
.report-331-related-grid strong,
.report-331-link-panel strong {
    margin-bottom: 8px;
    color: var(--report-331-navy);
    line-height: 1.55;
}

.report-331-card > span:last-child,
.report-331-action-card > span:last-child,
.report-331-related-grid span,
.report-331-link-panel span {
    color: var(--report-331-muted);
    font-size: 0.9rem;
    line-height: 1.75;
}

.report-331-table-wrap {
    width: 100%;
    margin: 24px 0;
    overflow-x: auto;
    border: 1px solid var(--report-331-border);
    border-radius: 12px;
    -webkit-overflow-scrolling: touch;
}

.report-331-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background: #fff;
}

.report-331-table th,
.report-331-table td {
    padding: 15px 16px;
    border-right: 1px solid var(--report-331-border);
    border-bottom: 1px solid var(--report-331-border);
    text-align: left;
    vertical-align: top;
}

.report-331-table thead th {
    color: #fff;
    background: var(--report-331-navy);
    font-weight: 700;
}

.report-331-table tbody th {
    width: 120px;
    color: var(--report-331-navy);
    background: #f6f8fa;
}

.report-331-table tr:last-child th,
.report-331-table tr:last-child td { border-bottom: 0; }
.report-331-table th:last-child,
.report-331-table td:last-child { border-right: 0; }

.report-331-caution {
    margin: 28px 0 0;
    padding: 24px 28px;
    border-left: 5px solid #c18a36;
    border-radius: 8px;
    background: var(--report-331-cream);
}

.report-331-caution h3 {
    margin: 0 0 10px;
    color: var(--report-331-navy);
}

.report-331-mini-grid > div {
    padding: 20px;
    border: 1px solid var(--report-331-border);
    border-radius: 12px;
    background: var(--report-331-light-blue);
}

.report-331-mini-grid h3 {
    margin: 0 0 8px;
    color: var(--report-331-navy);
}

.report-331-mini-grid p { margin: 0; }

.report-331-link-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 26px 0;
}

.report-331-faq details {
    overflow: hidden;
    margin: 0 0 12px;
    border: 1px solid var(--report-331-border);
    border-radius: 10px;
    background: #fff;
}

.report-331-faq summary {
    position: relative;
    padding: 18px 52px 18px 22px;
    color: var(--report-331-navy);
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.report-331-faq summary::-webkit-details-marker { display: none; }

.report-331-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    color: var(--report-331-blue);
    font-size: 1.45rem;
    line-height: 1;
    text-align: center;
}

.report-331-faq details[open] summary::after { content: "−"; }
.report-331-faq details > div { padding: 0 22px 18px; }
.report-331-faq details p { margin: 0; }

.report-331-related { margin: 0 0 46px; }
.report-331-back-link { margin: 20px 0 0; text-align: right; }

.report-331-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(250px, 0.6fr);
    gap: 28px;
    align-items: center;
    padding: 34px;
    border-radius: 16px;
    color: #fff;
    background: var(--report-331-navy);
}

.report-331-final-cta h2 { margin-bottom: 10px; color: #fff; }
.report-331-final-cta p { margin: 0; }
.report-331-final-cta .report-331-cta-kicker { color: #c7ebe3; }
.report-331-cta-buttons { display: grid; gap: 12px; }

.report-331-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 2px solid transparent;
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    text-decoration: none !important;
}

.report-331-button-primary,
.report-331-button-primary:visited {
    color: var(--report-331-navy);
    background: #fff;
}

.report-331-button-primary:hover,
.report-331-button-primary:focus-visible {
    color: var(--report-331-navy);
    background: #edf6f8;
}

.report-331-button-secondary,
.report-331-button-secondary:visited {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

.report-331-button-secondary:hover,
.report-331-button-secondary:focus-visible {
    color: var(--report-331-navy);
    background: #fff;
}

@media (max-width: 1100px) {
    .report-331-page { padding-right: 20px; padding-left: 20px; }
    .report-331-card-grid-three,
    .report-331-action-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
    .report-331-page {
        padding-right: 14px;
        padding-left: 14px;
        line-height: 1.85;
    }

    .report-331-lead,
    .report-331-summary,
    .report-331-toc,
    .report-331-guide-note,
    .report-331-caution,
    .report-331-final-cta { padding: 20px; }

    .report-331-toc ol,
    .report-331-card-grid-three,
    .report-331-action-grid,
    .report-331-related-grid,
    .report-331-mini-grid,
    .report-331-link-panel,
    .report-331-final-cta { grid-template-columns: 1fr; }

    .report-331-section { margin-bottom: 44px; }
    .report-331-final-cta { gap: 22px; }
}

@media (max-width: 480px) {
    .report-331-page { padding-right: 10px; padding-left: 10px; }
    .report-331-page .pageTitle { font-size: 1.62rem; }

    .report-331-section > h2,
    .report-331-related > h2,
    .report-331-final-cta h2 { font-size: 1.33rem; }

    .report-331-lead,
    .report-331-summary,
    .report-331-toc,
    .report-331-guide-note,
    .report-331-caution,
    .report-331-final-cta,
    .report-331-card,
    .report-331-action-card,
    .report-331-related-grid a,
    .report-331-link-panel a { padding: 18px; }
}
