@charset "UTF-8";

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

.report-375-page {
    --report-375-main: #566d5c;
    --report-375-main-dark: #33483a;
    --report-375-main-soft: #f0f5f1;
    --report-375-accent: #9a7047;
    --report-375-accent-dark: #684722;
    --report-375-warm: #fff9f1;
    --report-375-border: #d6e0d8;
    --report-375-text: #303842;
    --report-375-muted: #627067;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 72px;
    color: var(--report-375-text);
}

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

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

.report-375-page a:hover,
.report-375-page a:focus-visible {
    color: #0b4358;
}

.report-375-page a:focus-visible,
.report-375-page summary:focus-visible,
.report-375-table-wrap:focus-visible {
    outline: 3px solid rgba(154, 112, 71, 0.5);
    outline-offset: 4px;
}

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

.report-375-hero {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    background: #eef0ed;
    box-shadow: 0 18px 42px rgba(51, 72, 58, 0.15);
}

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

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

.report-375-lead {
    padding: clamp(26px, 5vw, 46px);
    border: 1px solid #e8d9c8;
    border-left: 8px solid var(--report-375-accent);
    border-radius: 18px;
    background: linear-gradient(135deg, #fffdfa 0%, var(--report-375-warm) 100%);
}

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

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

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

.report-375-page h3 {
    margin: 0 0 12px;
    color: #405d49;
    font-size: clamp(1.12rem, 2vw, 1.38rem);
    line-height: 1.55;
}

.report-375-summary-grid,
.report-375-feature-grid,
.report-375-compare-grid,
.report-375-use-grid,
.report-375-design-grid,
.report-375-product-grid,
.report-375-related-grid {
    display: grid;
    gap: 18px;
}

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

.report-375-summary-grid article {
    min-height: 148px;
    padding: 22px 18px;
    border: 1px solid var(--report-375-border);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(51, 72, 58, 0.07);
}

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

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

.report-375-toc {
    padding: 26px 30px;
    border: 1px solid #cddbd1;
    border-radius: 16px;
    background: var(--report-375-main-soft);
}

.report-375-toc h2 {
    margin-bottom: 14px;
    padding: 0;
    border: 0;
    font-size: 1.35rem;
}

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

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

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

.report-375-feature-grid,
.report-375-compare-grid,
.report-375-use-grid,
.report-375-design-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 24px 0;
}

.report-375-feature-grid article,
.report-375-compare-grid article,
.report-375-use-grid article,
.report-375-design-grid article {
    padding: 24px;
    border: 1px solid var(--report-375-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(51, 72, 58, 0.07);
}

.report-375-feature-grid article {
    border-top: 4px solid var(--report-375-main);
}

.report-375-compare-grid article,
.report-375-design-grid article {
    border-top: 4px solid var(--report-375-accent);
}

.report-375-use-grid article {
    background: #fbfdfb;
}

.report-375-fact-box,
.report-375-caution,
.report-375-check,
.report-375-note {
    margin-top: 24px;
    padding: 24px 28px;
    border-radius: 15px;
}

.report-375-fact-box,
.report-375-note {
    border: 1px solid #d1ded4;
    background: var(--report-375-main-soft);
}

.report-375-fact-box dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0;
}

.report-375-fact-box dl div {
    padding: 16px;
    border-radius: 11px;
    background: #fff;
}

.report-375-fact-box dt {
    font-weight: 800;
    color: var(--report-375-main-dark);
}

.report-375-fact-box dd {
    margin: 5px 0 0;
    color: var(--report-375-muted);
}

.report-375-table-wrap {
    overflow-x: auto;
    margin: 26px 0;
    border: 1px solid var(--report-375-border);
    border-radius: 14px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

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

.report-375-table-wrap th,
.report-375-table-wrap td {
    padding: 15px 16px;
    border-right: 1px solid #dbe3dd;
    border-bottom: 1px solid #dbe3dd;
    text-align: left;
    vertical-align: top;
}

.report-375-table-wrap thead th {
    background: var(--report-375-main-dark);
    color: #fff;
    font-weight: 800;
}

.report-375-table-wrap tbody th {
    width: 18%;
    background: #f3f7f4;
    color: var(--report-375-main-dark);
}

.report-375-caution {
    border: 1px solid #ead4b9;
    background: var(--report-375-warm);
}

.report-375-caution strong {
    display: block;
    color: var(--report-375-accent-dark);
    font-size: 1.08rem;
}

.report-375-steps {
    display: grid;
    gap: 14px;
    margin: 24px 0;
    padding: 0;
    list-style: none;
}

.report-375-steps li {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding: 22px;
    border: 1px solid var(--report-375-border);
    border-radius: 14px;
    background: #fff;
}

.report-375-steps li > span {
    display: inline-block;
    padding: 7px 9px;
    border-radius: 8px;
    background: var(--report-375-main);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    text-align: center;
}

.report-375-steps h3,
.report-375-steps p {
    margin-top: 0;
}

.report-375-check {
    border: 1px solid #d1ded4;
    background: #f8fbf9;
}

.report-375-check ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.report-375-check li {
    position: relative;
    padding-left: 1.7em;
}

.report-375-check li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--report-375-main);
    content: "✓";
    font-weight: 900;
}

.report-375-product-grid,
.report-375-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
}

.report-375-product-grid a,
.report-375-related-grid a {
    display: block;
    min-height: 126px;
    padding: 22px;
    border: 1px solid var(--report-375-border);
    border-radius: 14px;
    background: #fff;
    color: var(--report-375-main-dark);
    text-decoration: none;
    box-shadow: 0 7px 20px rgba(51, 72, 58, 0.07);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.report-375-product-grid a:hover,
.report-375-product-grid a:focus-visible,
.report-375-related-grid a:hover,
.report-375-related-grid a:focus-visible {
    border-color: var(--report-375-main);
    color: var(--report-375-main-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(51, 72, 58, 0.13);
}

.report-375-product-grid strong,
.report-375-product-grid span,
.report-375-related-grid strong,
.report-375-related-grid span {
    display: block;
}

.report-375-product-grid span,
.report-375-related-grid span {
    margin-top: 8px;
    color: var(--report-375-muted);
    line-height: 1.65;
}

.report-375-faq details {
    margin-bottom: 14px;
    border: 1px solid var(--report-375-border);
    border-radius: 13px;
    background: #fff;
}

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

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

.report-375-faq summary::after {
    position: absolute;
    top: 50%;
    right: 22px;
    content: "+";
    font-size: 1.5rem;
    transform: translateY(-50%);
}

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

.report-375-faq details > div {
    padding: 0 22px 20px;
    border-top: 1px solid #e4eae6;
}

.report-375-cta {
    padding: clamp(28px, 5vw, 48px);
    border-radius: 20px;
    background: linear-gradient(135deg, #eef5f0 0%, #fff8ed 100%);
    box-shadow: 0 16px 36px rgba(51, 72, 58, 0.11);
}

.report-375-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.report-375-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 13px 24px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.report-375-button-primary {
    background: var(--report-375-main-dark);
    color: #fff !important;
}

.report-375-button-primary:hover,
.report-375-button-primary:focus-visible {
    background: #203328;
    color: #fff !important;
    transform: translateY(-2px);
}

.report-375-button-secondary {
    border-color: var(--report-375-accent-dark);
    background: #fff;
    color: var(--report-375-accent-dark) !important;
}

.report-375-button-secondary:hover,
.report-375-button-secondary:focus-visible {
    border-color: var(--report-375-accent-dark);
    background: var(--report-375-accent-dark);
    color: #fff !important;
    transform: translateY(-2px);
}

@media (max-width: 1100px) {
    .report-375-page {
        max-width: 100%;
        padding-right: 18px;
        padding-left: 18px;
    }

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

@media (max-width: 650px) {
    .report-375-page {
        padding-right: 12px;
        padding-left: 12px;
    }

    .report-375-page .pageTitle {
        font-size: clamp(1.75rem, 8vw, 2.35rem);
    }

    .report-375-hero {
        border-radius: 13px;
    }

    .report-375-lead,
    .report-375-toc,
    .report-375-cta {
        padding: 22px 18px;
    }

    .report-375-summary-grid,
    .report-375-feature-grid,
    .report-375-compare-grid,
    .report-375-use-grid,
    .report-375-design-grid,
    .report-375-product-grid,
    .report-375-related-grid,
    .report-375-fact-box dl,
    .report-375-check ul {
        grid-template-columns: 1fr;
    }

    .report-375-toc ol {
        grid-template-columns: 1fr;
    }

    .report-375-steps li {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .report-375-steps li > span {
        justify-self: start;
    }

    .report-375-fact-box,
    .report-375-caution,
    .report-375-check,
    .report-375-note {
        padding: 20px 18px;
    }

    .report-375-cta-actions {
        flex-direction: column;
    }

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

@media (max-width: 480px) {
    .report-375-page h2 {
        padding-left: 13px;
        border-left-width: 5px;
        font-size: 1.42rem;
    }

    .report-375-summary-grid article,
    .report-375-feature-grid article,
    .report-375-compare-grid article,
    .report-375-use-grid article,
    .report-375-design-grid article,
    .report-375-product-grid a,
    .report-375-related-grid a {
        padding: 18px;
    }

    .report-375-faq summary {
        padding: 17px 48px 17px 17px;
    }

    .report-375-faq details > div {
        padding: 0 17px 17px;
    }
}
