@charset "UTF-8";

.report-371-body {
    color: #30363a;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.85;
}

.report-371-page {
    --report-371-navy: #4f6653;
    --report-371-navy-dark: #304234;
    --report-371-blue-soft: #f1f6ef;
    --report-371-brown: #8b6c45;
    --report-371-brown-dark: #624a2f;
    --report-371-cream: #faf7ef;
    --report-371-green: #6f7d59;
    --report-371-green-soft: #f0f5ef;
    --report-371-border: #dce4e5;
    --report-371-text: #30363a;
    --report-371-muted: #667077;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 72px;
    color: var(--report-371-text);
}

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

.report-371-page a {
    color: #245d87;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

.report-371-page a:hover,
.report-371-page a:focus-visible { color: #143e5b; }

.report-371-page a:focus-visible,
.report-371-page summary:focus-visible,
.report-371-table-wrap:focus-visible {
    outline: 3px solid rgba(138, 108, 72, 0.48);
    outline-offset: 4px;
}

.report-371-page .pageTitle {
    margin: 12px 0 24px;
    padding: 0 0 16px;
    border-bottom: 4px solid var(--report-371-navy);
    color: var(--report-371-navy-dark);
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.35;
    letter-spacing: 0.02em;
}

.report-371-lead,
.report-371-summary,
.report-371-toc,
.report-371-section,
.report-371-cta { margin-top: 44px; }

.report-371-lead {
    padding: clamp(26px, 5vw, 46px);
    border: 1px solid #e3ded2;
    border-left: 8px solid var(--report-371-brown);
    border-radius: 18px;
    background: linear-gradient(135deg, #fff 0%, var(--report-371-cream) 100%);
}

.report-371-eyebrow {
    margin: 0 0 8px;
    color: var(--report-371-brown-dark);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.07em;
}

.report-371-lead h2,
.report-371-cta h2 {
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    color: var(--report-371-navy-dark);
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    line-height: 1.45;
}

.report-371-lead p:last-child,
.report-371-cta p:last-child { margin-bottom: 0; }

.report-371-page h2 {
    margin: 0 0 24px;
    padding: 0 0 12px 18px;
    border-left: 6px solid var(--report-371-navy);
    border-bottom: 1px solid var(--report-371-border);
    color: var(--report-371-navy-dark);
    font-size: clamp(1.55rem, 3vw, 2.05rem);
    line-height: 1.45;
}

.report-371-page h3 {
    margin: 30px 0 12px;
    color: #355367;
    font-size: clamp(1.16rem, 2vw, 1.38rem);
    line-height: 1.55;
}

.report-371-summary-grid,
.report-371-point-grid,
.report-371-case-grid,
.report-371-order-grid,
.report-371-product-grid,
.report-371-related-grid { display: grid; gap: 18px; }

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

.report-371-summary-item {
    min-height: 158px;
    padding: 22px 18px;
    border: 1px solid var(--report-371-border);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(32, 56, 70, 0.07);
}

.report-371-summary-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: var(--report-371-navy);
    color: #fff;
    font-weight: 800;
}

.report-371-summary-item p { margin: 0; font-weight: 700; line-height: 1.65; }

.report-371-toc {
    padding: 26px 30px;
    border: 1px solid #cadbe2;
    border-radius: 16px;
    background: var(--report-371-blue-soft);
}

.report-371-toc h2 { margin-bottom: 14px; padding: 0; border: 0; font-size: 1.35rem; }
.report-371-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 28px;
    margin: 0;
    padding-left: 1.5em;
}
.report-371-toc a { display: inline-block; padding: 5px 0; color: var(--report-371-navy-dark); font-weight: 700; }
.report-371-section { scroll-margin-top: 90px; }

.report-371-point-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 26px; }
.report-371-point-card {
    padding: 28px;
    border: 1px solid var(--report-371-border);
    border-radius: 16px;
    background: #fff;
}
.report-371-point-card--paper { border-top: 6px solid var(--report-371-navy); }
.report-371-point-card--note { border-top: 6px solid var(--report-371-brown); }
.report-371-point-card h3 { margin: 16px 0 8px; }
.report-371-point-card p { margin-bottom: 0; color: var(--report-371-muted); }
.report-371-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 15px;
    background: var(--report-371-blue-soft);
    color: var(--report-371-navy-dark);
    font-size: 1.45rem;
}
.report-371-point-card--note .report-371-icon { background: #f5efe7; color: var(--report-371-brown-dark); }

.report-371-note,
.report-371-warning {
    margin-top: 24px;
    padding: 22px 26px;
    border-radius: 14px;
}
.report-371-note { background: #f5f7f6; }
.report-371-warning { border: 1px solid #e4d8bd; background: #fffaf0; }
.report-371-note strong,
.report-371-warning strong { display: block; margin-bottom: 6px; font-size: 1.12rem; }
.report-371-note strong { color: var(--report-371-green); }
.report-371-warning strong { color: #71582d; }
.report-371-note p,
.report-371-warning p { margin: 0; }

.report-371-table-wrap {
    overflow-x: auto;
    margin: 24px 0;
    border: 1px solid var(--report-371-border);
    border-radius: 14px;
    -webkit-overflow-scrolling: touch;
}
.report-371-table { width: 100%; min-width: 780px; border-collapse: collapse; background: #fff; }
.report-371-table th,
.report-371-table td {
    padding: 15px 16px;
    border-right: 1px solid #e7eceb;
    border-bottom: 1px solid #e7eceb;
    text-align: left;
    vertical-align: top;
}
.report-371-table thead th { background: var(--report-371-navy); color: #fff; font-weight: 800; }
.report-371-table tbody th { width: 18%; background: #f1f6f8; color: var(--report-371-navy-dark); }
.report-371-table tr:last-child th,
.report-371-table tr:last-child td { border-bottom: 0; }
.report-371-table th:last-child,
.report-371-table td:last-child { border-right: 0; }

.report-371-case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 26px 0; }
.report-371-case-card {
    padding: 28px;
    border: 1px solid var(--report-371-border);
    border-radius: 16px;
    background: #fff;
}
.report-371-case-card h3 { margin: 0 0 16px; }
.report-371-case-card ul { margin: 0; padding-left: 1.3em; }
.report-371-case-card li + li { margin-top: 9px; }
.report-371-case-card:first-child h3 i { color: var(--report-371-navy); }
.report-371-case-card:last-child h3 i { color: var(--report-371-brown); }

.report-371-steps { display: grid; gap: 16px; margin-top: 24px; }
.report-371-step {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding: 24px 26px;
    border: 1px solid var(--report-371-border);
    border-radius: 15px;
    background: #fff;
}
.report-371-step > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--report-371-navy);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 900;
}
.report-371-step h3 { margin: 0 0 6px; }
.report-371-step p { margin: 0; color: var(--report-371-muted); }

.report-371-check-panel {
    margin: 26px 0;
    padding: 26px 30px;
    border: 1px solid #dce4d9;
    border-radius: 16px;
    background: var(--report-371-green-soft);
}
.report-371-check-panel h3 { margin-top: 0; color: #4b6046; }
.report-371-check-list { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; }
.report-371-check-list li {
    position: relative;
    padding: 13px 16px 13px 48px;
    border: 1px solid #e1e7df;
    border-radius: 10px;
    background: #fff;
}
.report-371-check-list li::before {
    position: absolute;
    top: 13px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--report-371-green);
    color: #fff;
    content: "✓";
    font-size: 0.86rem;
}

.report-371-order-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 24px; }
.report-371-order-grid section {
    padding: 24px;
    border: 1px solid var(--report-371-border);
    border-radius: 15px;
    background: #fff;
}
.report-371-order-grid h3 { margin: 0 0 10px; }
.report-371-order-grid p { margin: 0; color: var(--report-371-muted); }

.report-371-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 24px 0 36px; }
.report-371-product-card {
    display: block;
    min-height: 210px;
    padding: 25px;
    border: 1px solid var(--report-371-border);
    border-top: 5px solid var(--report-371-navy);
    border-radius: 16px;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 7px 20px rgba(32, 56, 70, 0.06);
}
.report-371-product-card span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--report-371-brown-dark);
    font-size: 0.84rem;
    font-weight: 800;
}
.report-371-product-card h3 { margin: 0 0 10px; color: var(--report-371-navy-dark); }
.report-371-product-card p { margin: 0; color: var(--report-371-muted); }
.report-371-product-card:hover,
.report-371-product-card:focus-visible { border-color: #9eb5c0; background: #f7fbfc; color: inherit; }

.report-371-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.report-371-related-grid a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px 22px;
    border: 1px solid var(--report-371-border);
    border-radius: 13px;
    background: #fff;
    text-decoration: none;
}
.report-371-related-grid a:hover,
.report-371-related-grid a:focus-visible { background: var(--report-371-blue-soft); color: var(--report-371-navy-dark); }
.report-371-related-grid strong { color: var(--report-371-navy-dark); }
.report-371-related-grid span { color: var(--report-371-muted); font-size: 0.93rem; }
.report-371-back-link { margin-top: 24px; font-weight: 800; }

.report-371-faq details {
    overflow: hidden;
    margin-bottom: 14px;
    border: 1px solid var(--report-371-border);
    border-radius: 13px;
    background: #fff;
}
.report-371-faq summary {
    position: relative;
    padding: 20px 56px 20px 24px;
    color: var(--report-371-navy-dark);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}
.report-371-faq summary::-webkit-details-marker { display: none; }
.report-371-faq summary::after {
    position: absolute;
    top: 50%;
    right: 22px;
    content: "+";
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: 400;
}
.report-371-faq details[open] summary::after { content: "−"; }
.report-371-faq details > div { padding: 0 24px 22px; border-top: 1px solid #edf0f0; }
.report-371-faq details > div p { margin: 18px 0 0; }

.report-371-cta {
    padding: clamp(28px, 5vw, 48px);
    border-radius: 20px;
    background: linear-gradient(135deg, var(--report-371-navy-dark) 0%, #476a7d 100%);
    color: #fff;
}
.report-371-cta .report-371-eyebrow { color: #f0dfbf; }
.report-371-cta h2 { color: #fff; }
.report-371-cta-buttons { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 25px; }
.report-371-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 22px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
}
.report-371-button--primary { background: #fff; color: var(--report-371-navy-dark) !important; }
.report-371-button--secondary { border-color: #fff; background: transparent; color: #fff !important; }
.report-371-button--primary:hover,
.report-371-button--primary:focus-visible { background: #f4ead8; color: #3e2f1f !important; }
.report-371-button--secondary:hover,
.report-371-button--secondary:focus-visible { background: #fff; color: var(--report-371-navy-dark) !important; }

@media (max-width: 1100px) {
    .report-371-page { padding-right: 18px; padding-left: 18px; }
    .report-371-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .report-371-order-grid { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
    .report-371-page { padding-right: 12px; padding-left: 12px; }
    .report-371-page .pageTitle { font-size: 1.85rem; }
    .report-371-hero { border-radius: 12px; }
    .report-371-lead,
    .report-371-summary,
    .report-371-toc,
    .report-371-section,
    .report-371-cta { margin-top: 34px; }
    .report-371-summary-grid,
    .report-371-point-grid,
    .report-371-case-grid,
    .report-371-product-grid,
    .report-371-related-grid { grid-template-columns: 1fr; }
    .report-371-summary-item { min-height: 0; }
    .report-371-toc { padding: 22px; }
    .report-371-toc ol { grid-template-columns: 1fr; }
    .report-371-step { grid-template-columns: 44px minmax(0, 1fr); gap: 14px; padding: 20px; }
    .report-371-step > span { width: 42px; height: 42px; }
    .report-371-check-panel { padding: 22px 18px; }
    .report-371-cta-buttons { flex-direction: column; }
    .report-371-button { width: 100%; }
}

@media (max-width: 480px) {
    .report-371-lead,
    .report-371-cta { padding: 24px 20px; }
    .report-371-point-card,
    .report-371-case-card,
    .report-371-product-card { padding: 22px 20px; }
    .report-371-page h2 { padding-left: 13px; border-left-width: 5px; font-size: 1.45rem; }
    .report-371-faq summary { padding: 18px 48px 18px 18px; }
    .report-371-faq details > div { padding: 0 18px 20px; }
}

.report-371-hero {
    overflow: hidden;
    border-radius: 18px;
    background: #eef2f2;
    box-shadow: 0 10px 28px rgba(32, 56, 70, 0.1);
}
.report-371-hero img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.report-371-point-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.report-371-point-card--green { border-top: 6px solid var(--report-371-green); }
.report-371-point-card--green .report-371-icon { background: var(--report-371-green-soft); color: #4b6046; }
.report-371-case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 760px) {
    .report-371-point-grid { grid-template-columns: 1fr; }
}
