@charset "UTF-8";

.report-401-body {
    background: #f6f8f7;
}

.report-401-page {
    --r401-navy: #193c50;
    --r401-blue: #4d7284;
    --r401-green: #6a8572;
    --r401-pale: #edf4f0;
    --r401-warm: #f6eee2;
    --r401-line: #d8e1dd;
    --r401-text: #2b373c;
    --r401-muted: #667177;
    color: var(--r401-text);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.9;
    overflow-wrap: anywhere;
}

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

.report-401-page a {
    color: #175c75;
    text-underline-offset: .2em;
}

.report-401-page a:hover {
    color: #0c4055;
}

.report-401-page a:focus-visible,
.report-401-page summary:focus-visible,
.report-401-page [tabindex]:focus-visible {
    outline: 3px solid #eda548;
    outline-offset: 3px;
}

.report-401-page .pageTitle {
    margin-bottom: 24px;
    color: var(--r401-navy);
}

.report-401-hero {
    margin: 0 0 36px;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(25,60,80,.13);
}

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

.report-401-lead {
    padding: 34px 38px;
    margin-bottom: 34px;
    border-left: 6px solid var(--r401-green);
    border-radius: 0 18px 18px 0;
    background: #fff;
    box-shadow: 0 8px 28px rgba(25,60,80,.07);
}

.report-401-kicker,
.report-401-cta-label {
    margin: 0 0 7px;
    color: var(--r401-green);
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.report-401-lead h2,
.report-401-summary h2,
.report-401-toc h2,
.report-401-section > h2,
.report-401-related > h2,
.report-401-cta h2 {
    color: var(--r401-navy);
    line-height: 1.45;
}

.report-401-lead h2 {
    margin: 0 0 18px;
    font-size: clamp(1.45rem, 3vw, 2rem);
}

.report-401-lead p:last-child {
    margin-bottom: 0;
}

.report-401-summary {
    margin-bottom: 34px;
}

.report-401-summary > h2 {
    margin: 0 0 18px;
    font-size: 1.55rem;
}

.report-401-summary-grid,
.report-401-role-grid,
.report-401-product-grid,
.report-401-quantity-grid {
    display: grid;
    gap: 18px;
}

.report-401-summary-grid,
.report-401-product-grid,
.report-401-quantity-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.report-401-summary-card,
.report-401-role-grid > div,
.report-401-product-grid a,
.report-401-quantity-grid > div {
    padding: 24px;
    border: 1px solid var(--r401-line);
    border-radius: 15px;
    background: #fff;
}

.report-401-summary-card > span,
.report-401-product-grid span {
    display: inline-block;
    margin-bottom: 11px;
    color: var(--r401-green);
    font-size: .8rem;
    font-weight: 900;
}

.report-401-summary-card h3,
.report-401-role-grid h3,
.report-401-compare h3,
.report-401-quantity-grid h3,
.report-401-product-grid h3,
.report-401-note h3,
.report-401-warning h3,
.report-401-support h3 {
    margin: 0 0 8px;
    color: var(--r401-navy);
}

.report-401-summary-card p,
.report-401-role-grid p,
.report-401-quantity-grid p,
.report-401-product-grid p {
    margin: 0;
}

.report-401-toc {
    padding: 28px 32px;
    margin-bottom: 42px;
    border-radius: 18px;
    background: var(--r401-navy);
    color: #fff;
}

.report-401-toc h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 1.35rem;
}

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

.report-401-toc a {
    color: #fff;
}

.report-401-section {
    padding-bottom: 42px;
    margin-bottom: 42px;
    border-bottom: 1px solid var(--r401-line);
    scroll-margin-top: 90px;
}

.report-401-section > h2,
.report-401-related > h2 {
    position: relative;
    padding: 0 0 13px 18px;
    margin: 0 0 22px;
    border-bottom: 2px solid var(--r401-line);
    font-size: clamp(1.45rem, 2.8vw, 1.9rem);
}

.report-401-section > h2::before,
.report-401-related > h2::before {
    content: "";
    position: absolute;
    top: .22em;
    left: 0;
    width: 6px;
    height: 1.1em;
    border-radius: 999px;
    background: var(--r401-green);
}

.report-401-section h3 {
    margin-top: 30px;
    color: var(--r401-navy);
}

.report-401-note,
.report-401-warning,
.report-401-support {
    padding: 24px 26px;
    margin: 26px 0 0;
    border-radius: 15px;
}

.report-401-note {
    border: 1px solid #cbded4;
    background: #f8fbf9;
}

.report-401-warning {
    border-left: 6px solid #d9993d;
    background: #fff8ed;
}

.report-401-note h3,
.report-401-warning h3,
.report-401-support h3 {
    margin-top: 0;
}

.report-401-note p,
.report-401-warning p {
    margin-bottom: 0;
}

.report-401-table-wrap {
    max-width: 100%;
    margin: 24px 0;
    overflow-x: auto;
    border: 1px solid var(--r401-line);
    border-radius: 14px;
    background: #fff;
}

.report-401-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    line-height: 1.7;
}

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

.report-401-table thead th {
    background: var(--r401-navy);
    color: #fff;
}

.report-401-table tbody th {
    width: 23%;
    background: var(--r401-pale);
    color: var(--r401-navy);
}

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

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

.report-401-compare {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 24px 0 30px;
}

.report-401-compare > div {
    padding: 24px;
    border-radius: 14px;
    background: var(--r401-pale);
}

.report-401-compare h3 {
    margin-top: 0;
}

.report-401-check-list {
    padding: 22px 26px 22px 46px;
    border-radius: 14px;
    background: var(--r401-warm);
}

.report-401-steps {
    padding-left: 1.5em;
}

.report-401-steps li {
    margin-bottom: 10px;
}

.report-401-order-check {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 24px;
    margin: 24px 0;
    border-radius: 14px;
    background: var(--r401-pale);
}

.report-401-order-check label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 13px 14px;
    border-radius: 9px;
    background: #fff;
}

.report-401-order-check input {
    width: 18px;
    height: 18px;
    margin-top: .32em;
    accent-color: var(--r401-green);
}

.report-401-formula {
    padding: 22px 24px;
    margin: 22px 0;
    border-radius: 14px;
    background: var(--r401-warm);
    color: var(--r401-navy);
}

.report-401-formula p {
    margin: 0;
}

.report-401-product-grid {
    margin: 24px 0;
}

.report-401-product-grid a {
    color: var(--r401-text);
    text-decoration: none;
}

.report-401-product-grid a:hover {
    border-color: var(--r401-green);
    box-shadow: 0 8px 22px rgba(25,60,80,.08);
}

.report-401-support {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    background: var(--r401-warm);
}

.report-401-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 53px;
    padding: 13px 22px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
    transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.report-401-button:hover {
    transform: translateY(-2px);
}

.report-401-button-sub {
    flex: 0 0 auto;
    background: var(--r401-navy);
    color: #fff !important;
}

.report-401-faq details {
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid var(--r401-line);
    border-radius: 12px;
    background: #fff;
}

.report-401-faq summary {
    position: relative;
    padding: 19px 54px 19px 22px;
    color: var(--r401-navy);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

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

.report-401-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    color: var(--r401-green);
    font-size: 1.7rem;
}

.report-401-faq details[open] summary::after {
    content: "−";
}

.report-401-faq details > div {
    padding: 0 22px 20px;
}

.report-401-faq details p {
    margin: 0;
}

.report-401-related {
    margin-bottom: 42px;
}

.report-401-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.report-401-related-grid a {
    display: grid;
    gap: 5px;
    padding: 20px 22px;
    border: 1px solid var(--r401-line);
    border-radius: 13px;
    background: #fff;
    color: var(--r401-text);
    text-decoration: none;
}

.report-401-related-grid a:hover {
    border-color: var(--r401-green);
    box-shadow: 0 8px 22px rgba(25,60,80,.08);
}

.report-401-related-grid span {
    color: var(--r401-green);
    font-size: .78rem;
    font-weight: 800;
}

.report-401-related-grid strong {
    color: var(--r401-navy);
}

.report-401-related-grid small {
    color: var(--r401-muted);
    font-size: .86rem;
}

.report-401-back-link {
    margin: 22px 0 0;
    text-align: right;
}

.report-401-back-link a {
    font-weight: 800;
}

.report-401-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(250px, .8fr);
    gap: 28px;
    align-items: center;
    padding: 36px;
    margin-bottom: 24px;
    border-radius: 20px;
    background: var(--r401-navy);
    color: #fff;
}

.report-401-cta h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(1.45rem, 3vw, 2rem);
}

.report-401-cta p {
    margin-bottom: 0;
}

.report-401-cta-label {
    color: #c8e3d6;
}

.report-401-cta-actions {
    display: grid;
    gap: 12px;
}

.report-401-button-main {
    background: #efaa4a;
    color: #173241 !important;
}

.report-401-button-light {
    border-color: #fff;
    color: #fff !important;
}

.report-401-button-light:hover {
    background: #fff;
    color: var(--r401-navy) !important;
}

@media (max-width: 900px) {
    .report-401-summary-grid,
    .report-401-product-grid,
    .report-401-quantity-grid {
        grid-template-columns: 1fr;
    }

    .report-401-toc ol,
    .report-401-cta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .report-401-page {
        font-size: 15px;
        line-height: 1.85;
    }

    .report-401-hero {
        margin-bottom: 26px;
        border-radius: 12px;
    }

    .report-401-lead {
        padding: 25px 22px;
    }

    .report-401-toc {
        padding: 23px 21px;
    }

    .report-401-role-grid,
    .report-401-compare,
    .report-401-order-check,
    .report-401-related-grid {
        grid-template-columns: 1fr;
    }

    .report-401-support {
        display: grid;
    }

    .report-401-button-sub {
        width: 100%;
    }

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

    .report-401-cta {
        padding: 27px 22px;
    }

    .report-401-button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .report-401-page {
        font-size: 14px;
    }

    .report-401-section > h2,
    .report-401-related > h2,
    .report-401-lead h2,
    .report-401-cta h2 {
        font-size: 1.3rem;
    }

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