@charset "UTF-8";

.report-388-body {
    color: #30383b;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.85;
}

.report-388-page {
    --report-388-ink: #29414a;
    --report-388-blue: #4e788c;
    --report-388-blue-dark: #28566d;
    --report-388-blue-soft: #eef5f7;
    --report-388-green: #718d77;
    --report-388-green-soft: #eff5f0;
    --report-388-paper: #fbf7ed;
    --report-388-paper-border: #e3d8c3;
    --report-388-orange: #b9743f;
    --report-388-orange-dark: #7c4827;
    --report-388-red: #a45147;
    --report-388-red-soft: #fcf1ef;
    --report-388-border: #d7e1e4;
    --report-388-text: #30383b;
    --report-388-muted: #667378;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 78px;
    color: var(--report-388-text);
}

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

.report-388-page a {
    color: #1f6382;
    text-decoration-thickness: 1px;
    text-underline-offset: .2em;
}

.report-388-page a:hover,
.report-388-page a:focus-visible { color: #123e53; }

.report-388-page a:focus-visible,
.report-388-page summary:focus-visible,
.report-388-table-wrap:focus-visible {
    outline: 3px solid rgba(185, 116, 63, .5);
    outline-offset: 4px;
}

.report-388-page .pageTitle {
    margin: 12px 0 24px;
    padding: 0 0 16px;
    border-bottom: 4px solid var(--report-388-blue);
    color: var(--report-388-ink);
    font-size: clamp(1.95rem, 4vw, 3rem);
    line-height: 1.4;
    letter-spacing: .02em;
}

.report-388-hero {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    background: linear-gradient(135deg, #edf4f6, #f8f5eb);
    box-shadow: 0 18px 42px rgba(42, 75, 86, .17);
}

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

.report-388-intro {
    padding: clamp(26px, 5vw, 44px);
    border: 1px solid var(--report-388-paper-border);
    border-left: 8px solid var(--report-388-orange);
    border-radius: 18px;
    background: linear-gradient(135deg, #fffefb 0%, var(--report-388-paper) 100%);
}

.report-388-eyebrow,
.report-388-fact-label,
.report-388-cta-label {
    margin: 0 0 8px;
    color: var(--report-388-orange-dark);
    font-size: .9rem;
    font-weight: 800;
    letter-spacing: .07em;
}

.report-388-conclusion {
    margin-top: 0;
    color: #344b53;
    font-size: clamp(1.08rem, 2vw, 1.24rem);
    line-height: 1.92;
}

.report-388-intro p:last-child { margin-bottom: 0; }

.report-388-summary,
.report-388-toc,
.report-388-section,
.report-388-cta { margin-top: 48px; }

.report-388-section { scroll-margin-top: 90px; }

.report-388-page h2 {
    margin: 0 0 24px;
    padding: 0 0 12px 18px;
    border-left: 6px solid var(--report-388-blue);
    border-bottom: 1px solid var(--report-388-border);
    color: var(--report-388-ink);
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.5;
}

.report-388-page h3 {
    margin: 28px 0 10px;
    color: #36545d;
    font-size: clamp(1.13rem, 2vw, 1.36rem);
    line-height: 1.55;
}

.report-388-summary {
    padding: 27px 30px;
    border: 1px solid #c9dce2;
    border-radius: 17px;
    background: var(--report-388-blue-soft);
}

.report-388-summary h2,
.report-388-toc h2 {
    margin-bottom: 16px;
    padding: 0;
    border: 0;
    font-size: 1.38rem;
}

.report-388-summary-grid,
.report-388-fact-grid,
.report-388-warning-grid,
.report-388-product-grid,
.report-388-related-grid {
    display: grid;
    gap: 18px;
}

.report-388-summary-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.report-388-summary-grid > div {
    min-width: 0;
    padding: 18px;
    border-radius: 13px;
    background: #fff;
}

.report-388-summary-grid span,
.report-388-steps li > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--report-388-blue);
    color: #fff;
    font-weight: 800;
}

.report-388-summary-grid p { margin: 12px 0 0; font-size: .94rem; }

.report-388-toc {
    padding: 26px 30px;
    border: 1px solid var(--report-388-paper-border);
    border-radius: 16px;
    background: var(--report-388-paper);
}

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

.report-388-toc a {
    display: inline-block;
    padding: 5px 0;
    color: var(--report-388-ink);
    font-weight: 700;
}

.report-388-fact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 28px;
}

.report-388-fact-grid article,
.report-388-warning-grid article {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--report-388-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(49, 83, 94, .08);
}

.report-388-fact-grid h3,
.report-388-warning-grid h3 { margin-top: 8px; }

.report-388-fact-grid p,
.report-388-warning-grid p { margin-bottom: 0; }

.report-388-note,
.report-388-guide-box {
    margin-top: 28px;
    padding: 24px 28px;
    border-left: 6px solid var(--report-388-green);
    border-radius: 14px;
    background: var(--report-388-green-soft);
}

.report-388-note h3,
.report-388-guide-box h3 { margin-top: 0; }

.report-388-steps {
    display: grid;
    gap: 16px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.report-388-steps li {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 22px 24px;
    border: 1px solid var(--report-388-border);
    border-radius: 15px;
    background: #fff;
}

.report-388-steps li > span {
    width: 48px;
    height: 48px;
    background: var(--report-388-orange);
}

.report-388-steps h3 { margin: 0 0 6px; }
.report-388-steps p { margin: 0; }

.report-388-table-wrap {
    overflow-x: auto;
    margin-top: 28px;
    border: 1px solid var(--report-388-border);
    border-radius: 15px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.report-388-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.report-388-table caption {
    padding: 17px 20px;
    background: var(--report-388-blue-dark);
    color: #fff;
    font-weight: 800;
    text-align: left;
}

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

.report-388-table thead th {
    background: var(--report-388-blue-soft);
    color: var(--report-388-ink);
}

.report-388-table tbody th {
    width: 20%;
    background: #f9fbfb;
    color: #36545d;
}

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

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

.report-388-warning-grid article {
    border-color: #e8c8c3;
    background: var(--report-388-red-soft);
    box-shadow: none;
}

.report-388-warning-grid h3 { color: #7f4039; }

.report-388-checklist {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 24px 28px;
    border: 1px solid #cbded0;
    border-radius: 16px;
    background: var(--report-388-green-soft);
    list-style: none;
}

.report-388-checklist li {
    position: relative;
    padding-left: 2em;
}

.report-388-checklist li::before {
    position: absolute;
    top: .15em;
    left: 0;
    content: "✓";
    color: #4f7959;
    font-size: 1.15em;
    font-weight: 900;
}

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

.report-388-product-grid a {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
    padding: 22px 24px;
    border: 1px solid var(--report-388-border);
    border-radius: 15px;
    background: #fff;
    color: var(--report-388-ink);
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(49, 83, 94, .07);
}

.report-388-product-grid a:hover,
.report-388-product-grid a:focus-visible {
    border-color: var(--report-388-blue);
    background: var(--report-388-blue-soft);
    color: #173d50;
}

.report-388-product-grid strong { font-size: 1.08rem; }
.report-388-product-grid span { color: var(--report-388-muted); font-size: .92rem; }

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

.report-388-related-grid a {
    display: flex;
    align-items: center;
    min-height: 86px;
    padding: 18px 20px;
    border: 1px solid var(--report-388-paper-border);
    border-radius: 14px;
    background: var(--report-388-paper);
    color: var(--report-388-ink);
    font-weight: 700;
    text-decoration: none;
}

.report-388-related-grid a:hover,
.report-388-related-grid a:focus-visible {
    border-color: var(--report-388-orange);
    background: #fff9ee;
    color: #643c23;
}

.report-388-back {
    margin: 28px 0 0;
    text-align: center;
}

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

.report-388-faq {
    display: grid;
    gap: 13px;
}

.report-388-faq details {
    overflow: hidden;
    border: 1px solid var(--report-388-border);
    border-radius: 14px;
    background: #fff;
}

.report-388-faq summary {
    position: relative;
    padding: 20px 54px 20px 24px;
    color: var(--report-388-ink);
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

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

.report-388-faq summary::after {
    position: absolute;
    top: 50%;
    right: 22px;
    content: "+";
    transform: translateY(-50%);
    color: var(--report-388-blue-dark);
    font-size: 1.5rem;
    line-height: 1;
}

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

.report-388-faq details p {
    margin: 0;
    padding: 0 24px 22px;
}

.report-388-cta {
    padding: clamp(28px, 5vw, 46px);
    border-radius: 22px;
    background: linear-gradient(135deg, #294d5d, #3c7184);
    color: #fff;
    box-shadow: 0 18px 42px rgba(36, 70, 83, .22);
}

.report-388-cta h2 {
    padding: 0;
    border: 0;
    color: #fff;
}

.report-388-cta p { color: #fff; }

.report-388-cta-label { color: #f2d6b7 !important; }

.report-388-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.report-388-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 22px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    text-decoration: none !important;
}

.report-388-button--primary {
    background: #fff;
    color: #1e5067 !important;
}

.report-388-button--primary:hover,
.report-388-button--primary:focus-visible {
    border-color: #fff;
    background: #eaf3f6;
    color: #123d51 !important;
}

.report-388-button--secondary {
    border-color: #fff;
    background: transparent;
    color: #fff !important;
}

.report-388-button--secondary:hover,
.report-388-button--secondary:focus-visible {
    background: #fff;
    color: #1d4b60 !important;
}

@media (max-width: 1100px) {
    .report-388-page {
        max-width: none;
        padding-right: 22px;
        padding-left: 22px;
    }

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

@media (max-width: 650px) {
    .report-388-page { padding-right: 15px; padding-left: 15px; }
    .report-388-page .pageTitle { margin-top: 8px; font-size: 1.85rem; }
    .report-388-hero { border-radius: 13px; }
    .report-388-intro,
    .report-388-summary,
    .report-388-toc,
    .report-388-cta { padding: 22px 20px; }
    .report-388-summary,
    .report-388-toc,
    .report-388-section,
    .report-388-cta { margin-top: 38px; }
    .report-388-summary-grid,
    .report-388-fact-grid,
    .report-388-warning-grid,
    .report-388-product-grid,
    .report-388-related-grid { grid-template-columns: 1fr; }
    .report-388-toc ol { grid-template-columns: 1fr; }
    .report-388-steps li {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 13px;
        padding: 19px 17px;
    }
    .report-388-steps li > span { width: 40px; height: 40px; }
    .report-388-note,
    .report-388-guide-box { padding: 21px 20px; }
    .report-388-table { min-width: 680px; }
    .report-388-cta-buttons { flex-direction: column; }
    .report-388-button { width: 100%; }
}

@media (max-width: 480px) {
    .report-388-page { padding-right: 10px; padding-left: 10px; }
    .report-388-page .pageTitle { font-size: 1.6rem; }
    .report-388-page h2 { padding-left: 12px; font-size: 1.38rem; }
    .report-388-intro,
    .report-388-summary,
    .report-388-toc,
    .report-388-cta { padding: 19px 16px; }
    .report-388-summary-grid > div,
    .report-388-fact-grid article,
    .report-388-warning-grid article,
    .report-388-product-grid a { padding: 18px; }
    .report-388-faq summary { padding: 18px 48px 18px 18px; }
    .report-388-faq details p { padding: 0 18px 19px; }
}
