/* Page 376: scoped styles */
.report-376-body .report-376-page {
    color: #29333d;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.9;
}

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

.report-376-page a {
    color: #126f66;
    text-underline-offset: 0.2em;
}

.report-376-hero {
    margin: 0 0 28px;
    overflow: hidden;
    border-radius: 14px;
    background: #f1f4f4;
    box-shadow: 0 10px 30px rgba(28, 47, 57, 0.12);
}

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

.report-376-lead,
.report-376-overview,
.report-376-toc,
.report-376-section,
.report-376-related {
    margin: 0 0 44px;
}

.report-376-lead {
    padding: 26px 28px;
    border-left: 5px solid #396b82;
    border-radius: 0 12px 12px 0;
    background: #f1f7fa;
}

.report-376-page h2 {
    margin: 0 0 22px;
    padding-bottom: 12px;
    border-bottom: 3px solid #396b82;
    color: #244c60;
    font-size: clamp(1.45rem, 2.8vw, 2rem);
    line-height: 1.45;
}

.report-376-page h3 {
    color: #2c4653;
    line-height: 1.5;
}

.report-376-overview,
.report-376-check-box {
    padding: 24px 28px;
    border: 1px solid #cddce4;
    border-radius: 12px;
    background: #fbfdfe;
}

.report-376-overview h2 {
    font-size: 1.45rem;
}

.report-376-check-list {
    margin: 0;
    padding-left: 1.35em;
}

.report-376-check-list li {
    margin: 7px 0;
}

.report-376-toc {
    padding: 24px 28px;
    border-radius: 12px;
    background: #f3f5f7;
}

.report-376-toc-title {
    margin: 0 0 10px;
    color: #244c60;
    font-weight: 800;
}

.report-376-toc ol {
    margin: 0;
    padding-left: 1.4em;
    columns: 2;
    column-gap: 34px;
}

.report-376-toc li {
    margin: 7px 0;
    break-inside: avoid;
}

.report-376-table-wrap {
    max-width: 100%;
    margin: 24px 0;
    overflow-x: auto;
    border: 1px solid #d2dde3;
    border-radius: 12px;
    -webkit-overflow-scrolling: touch;
}

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

.report-376-table th,
.report-376-table td {
    padding: 15px 17px;
    border-right: 1px solid #dfe7eb;
    border-bottom: 1px solid #dfe7eb;
    text-align: left;
    vertical-align: top;
}

.report-376-table thead th {
    background: #396b82;
    color: #fff;
    font-weight: 800;
}

.report-376-table tbody th {
    width: 24%;
    background: #eef4f7;
    color: #244c60;
}

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

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

.report-376-factor-grid,
.report-376-method-grid,
.report-376-product-grid,
.report-376-related-grid {
    display: grid;
    gap: 18px;
}

.report-376-factor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 24px 0;
}

.report-376-factor-card {
    padding: 22px;
    border: 1px solid #d5e1e7;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(28, 47, 57, 0.06);
}

.report-376-factor-card h3,
.report-376-factor-card p {
    margin-top: 0;
}

.report-376-step-list {
    display: grid;
    gap: 16px;
    margin: 26px 0;
    padding: 0;
    list-style: none;
}

.report-376-step-list li {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 20px 22px;
    border: 1px solid #d5e1e7;
    border-radius: 12px;
    background: #fff;
}

.report-376-step-number {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    background: #396b82;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
}

.report-376-step-list h3 {
    margin: 0 0 6px;
}

.report-376-step-list p {
    margin: 0;
}

.report-376-note,
.report-376-caution {
    margin: 26px 0;
    padding: 22px 24px;
    border-radius: 12px;
}

.report-376-note {
    border-left: 5px solid #c38a2f;
    background: #fff8eb;
}

.report-376-caution {
    border: 1px solid #e5c48a;
    background: #fffaf1;
}

.report-376-note h3,
.report-376-caution h3 {
    margin: 0 0 8px;
}

.report-376-method-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 26px 0;
}

.report-376-method-card {
    padding: 22px;
    border: 1px solid #d5e1e7;
    border-radius: 12px;
    background: #fff;
}

.report-376-method-card span,
.report-376-product-card span {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #eaf2f6;
    color: #315f75;
    font-size: 0.82rem;
    font-weight: 800;
}

.report-376-method-card h3 {
    margin: 0 0 8px;
}

.report-376-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
    gap: 24px;
    align-items: center;
    margin-top: 28px;
    padding: 30px;
    border-radius: 16px;
    background: linear-gradient(135deg, #284f62, #396b82);
    color: #fff;
}

.report-376-cta h3,
.report-376-cta p {
    color: #fff;
}

.report-376-cta h3 {
    margin: 4px 0 10px;
    font-size: 1.5rem;
}

.report-376-cta-kicker {
    margin: 0;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.report-376-button {
    display: block;
    padding: 15px 18px;
    border: 2px solid #fff;
    border-radius: 9px;
    background: #fff;
    color: #244c60 !important;
    text-align: center;
    text-decoration: none;
    font-weight: 900;
    line-height: 1.45;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.report-376-button:hover,
.report-376-button:focus-visible {
    border-color: #fff;
    background: #eaf2f6;
    color: #183c4d !important;
    outline: 3px solid rgba(255,255,255,0.4);
    outline-offset: 2px;
}

.report-376-faq-item {
    margin: 12px 0;
    overflow: hidden;
    border: 1px solid #d4e0e6;
    border-radius: 10px;
    background: #fff;
}

.report-376-faq-item summary {
    padding: 17px 20px;
    cursor: pointer;
    color: #285267;
    font-weight: 800;
}

.report-376-faq-item summary:hover,
.report-376-faq-item summary:focus-visible {
    background: #eef4f7;
    color: #1d4254;
    outline: 3px solid rgba(57, 107, 130, 0.2);
    outline-offset: -3px;
}

.report-376-faq-answer {
    padding: 0 20px 18px;
}

.report-376-faq-answer p {
    margin: 0;
}

.report-376-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 28px;
}

.report-376-product-card {
    display: block;
    min-height: 174px;
    padding: 22px;
    border: 1px solid #d2dfe5;
    border-radius: 12px;
    background: #fff;
    color: #27333a !important;
    text-decoration: none;
    box-shadow: 0 5px 16px rgba(28, 47, 57, 0.06);
}

.report-376-product-card:hover,
.report-376-product-card:focus-visible {
    border-color: #396b82;
    background: #f2f7fa;
    color: #27333a !important;
    outline: 3px solid rgba(57, 107, 130, 0.2);
    outline-offset: 2px;
}

.report-376-product-card strong {
    display: block;
    margin-bottom: 8px;
    color: #244c60;
    font-size: 1.1rem;
}

.report-376-product-card p {
    margin: 0;
}

.report-376-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.report-376-related-grid a {
    display: flex;
    min-height: 126px;
    flex-direction: column;
    justify-content: center;
    padding: 20px 22px;
    border: 1px solid #d5e1e7;
    border-radius: 12px;
    background: #f9fbfc;
    color: #28363d;
    text-decoration: none;
}

.report-376-related-grid a:hover,
.report-376-related-grid a:focus-visible {
    border-color: #396b82;
    background: #eef4f7;
    color: #1c3e4e;
    outline: 3px solid rgba(57, 107, 130, 0.2);
    outline-offset: 2px;
}

.report-376-related-grid strong {
    margin-bottom: 6px;
    color: #285267;
}

.report-376-related-grid span {
    color: #52626a;
}

.report-376-back-link {
    margin-top: 24px;
    text-align: right;
}

@media (max-width: 1100px) {
    .report-376-method-grid,
    .report-376-product-grid {
        grid-template-columns: 1fr;
    }

    .report-376-product-card {
        min-height: 0;
    }

    .report-376-cta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .report-376-lead,
    .report-376-overview,
    .report-376-toc,
    .report-376-check-box,
    .report-376-cta {
        padding: 20px;
    }

    .report-376-toc ol {
        columns: 1;
    }

    .report-376-factor-grid,
    .report-376-related-grid {
        grid-template-columns: 1fr;
    }

    .report-376-step-list li {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 18px;
    }

    .report-376-step-number {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }

    .report-376-table {
        min-width: 680px;
    }

    .report-376-back-link {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .report-376-hero {
        border-radius: 9px;
    }

    .report-376-lead,
    .report-376-overview,
    .report-376-toc,
    .report-376-note,
    .report-376-caution,
    .report-376-check-box,
    .report-376-cta {
        padding: 17px;
    }

    .report-376-step-list li {
        grid-template-columns: 1fr;
    }
}
