@charset "UTF-8";

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

.report-354-page {
    --report-354-main: #3f6657;
    --report-354-main-dark: #294a3d;
    --report-354-main-soft: #eef6f1;
    --report-354-accent: #a86f3e;
    --report-354-accent-dark: #70451f;
    --report-354-warm: #fff8ef;
    --report-354-border: #d4e1db;
    --report-354-text: #303940;
    --report-354-muted: #5e6c66;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 72px;
    color: var(--report-354-text);
}

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

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

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

.report-354-page a:focus-visible,
.report-354-page summary:focus-visible,
.report-354-table-wrap:focus-visible,
.report-354-check-list input:focus-visible {
    outline: 3px solid rgba(168, 111, 62, 0.52);
    outline-offset: 4px;
}

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

.report-354-hero {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    background: #edf0ee;
    box-shadow: 0 18px 42px rgba(41, 74, 61, 0.15);
}

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

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

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

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

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

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

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

.report-354-summary-grid,
.report-354-use-grid,
.report-354-choice-grid,
.report-354-data-grid,
.report-354-product-grid,
.report-354-related-grid {
    display: grid;
    gap: 18px;
}

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

.report-354-summary-item {
    min-height: 148px;
    padding: 22px 18px;
    border: 1px solid var(--report-354-border);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(41, 74, 61, 0.07);
}

.report-354-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-354-main);
    color: #fff;
    font-weight: 800;
}

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

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

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

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

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

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

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

.report-354-use-grid article,
.report-354-choice-grid article {
    padding: 24px;
    border: 1px solid var(--report-354-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(41, 74, 61, 0.07);
}

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

.report-354-choice-grid article {
    border-top: 4px solid var(--report-354-accent);
}

.report-354-rule-box,
.report-354-product-facts,
.report-354-caution,
.report-354-final-check {
    margin-top: 24px;
    padding: 24px 28px;
    border-radius: 15px;
}

.report-354-rule-box,
.report-354-product-facts {
    border: 1px solid #d1e0d8;
    background: var(--report-354-main-soft);
}

.report-354-rule-box strong {
    color: var(--report-354-main-dark);
    font-size: 1.08em;
}

.report-354-product-facts > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0;
}

.report-354-product-facts > div p {
    margin: 0;
    padding: 16px;
    border-radius: 11px;
    background: #fff;
}

.report-354-product-facts strong,
.report-354-product-facts span {
    display: block;
}

.report-354-product-facts span {
    margin-top: 4px;
    color: var(--report-354-muted);
}

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

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

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

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

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

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

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

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

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

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

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

.report-354-note {
    padding: 16px 18px;
    border-left: 5px solid var(--report-354-accent);
    background: #fff8ef;
}

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

.report-354-data-grid article {
    padding: 23px;
    border-radius: 15px;
    background: #f7f9f8;
}

.report-354-caution {
    border: 1px solid #efd7bd;
    background: #fff8ef;
}

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

.report-354-product-grid a,
.report-354-related-grid a {
    display: flex;
    min-height: 132px;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    border: 1px solid var(--report-354-border);
    border-radius: 15px;
    background: #fff;
    color: var(--report-354-text);
    text-decoration: none;
    box-shadow: 0 7px 20px rgba(41, 74, 61, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.report-354-product-grid a:hover,
.report-354-product-grid a:focus-visible,
.report-354-related-grid a:hover,
.report-354-related-grid a:focus-visible {
    transform: translateY(-3px);
    border-color: var(--report-354-main);
    color: var(--report-354-main-dark);
    box-shadow: 0 12px 28px rgba(41, 74, 61, 0.14);
}

.report-354-product-grid strong,
.report-354-related-grid strong {
    color: var(--report-354-main-dark);
    font-size: 1.12rem;
}

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

.report-354-hub-back {
    margin-top: 24px;
    text-align: center;
}

.report-354-hub-back a {
    display: inline-block;
    padding: 13px 20px;
    border: 2px solid var(--report-354-main);
    border-radius: 999px;
    background: #fff;
    color: var(--report-354-main-dark);
    font-weight: 800;
    text-decoration: none;
}

.report-354-hub-back a:hover,
.report-354-hub-back a:focus-visible {
    background: var(--report-354-main);
    color: #fff;
}

.report-354-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0;
}

.report-354-check-list label {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    padding: 16px 18px;
    border: 1px solid var(--report-354-border);
    border-radius: 12px;
    background: #fff;
    font-weight: 600;
}

.report-354-check-list input {
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 auto;
    margin-top: 0.34em;
    accent-color: var(--report-354-main);
}

.report-354-final-check {
    border: 1px solid #cbded4;
    background: var(--report-354-main-soft);
}

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

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

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

.report-354-faq summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "+";
    transform: translateY(-50%);
    color: var(--report-354-accent-dark);
    font-size: 1.5rem;
}

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

.report-354-faq details div {
    padding: 0 20px 20px;
}

.report-354-cta {
    padding: clamp(28px, 5vw, 48px);
    border-radius: 20px;
    background: linear-gradient(135deg, #315b4b 0%, #24473b 100%);
    color: #fff;
    box-shadow: 0 18px 42px rgba(36, 71, 59, 0.22);
}

.report-354-cta .report-354-eyebrow,
.report-354-cta h2 {
    color: #fff;
}

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

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

.report-354-button--sample {
    background: #fff;
    color: #23493b !important;
}

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

.report-354-button--sample:hover,
.report-354-button--sample:focus-visible {
    background: #f2eadf;
    color: #18372c !important;
}

.report-354-button--estimate:hover,
.report-354-button--estimate:focus-visible {
    background: #fff;
    color: #23493b !important;
}

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

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

@media (max-width: 650px) {
    .report-354-page {
        padding-right: 12px;
        padding-bottom: 52px;
        padding-left: 12px;
        line-height: 1.78;
    }

    .report-354-page .pageTitle {
        margin-top: 8px;
        font-size: 1.78rem;
    }

    .report-354-hero {
        margin-right: -12px;
        margin-left: -12px;
        border-radius: 0;
    }

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

    .report-354-lead,
    .report-354-cta {
        padding: 24px 20px;
        border-radius: 14px;
    }

    .report-354-page h2 {
        padding-left: 12px;
        font-size: 1.42rem;
    }

    .report-354-summary-grid,
    .report-354-use-grid,
    .report-354-choice-grid,
    .report-354-data-grid,
    .report-354-product-grid,
    .report-354-related-grid,
    .report-354-check-list,
    .report-354-product-facts > div {
        grid-template-columns: 1fr;
    }

    .report-354-summary-item {
        min-height: auto;
    }

    .report-354-toc {
        padding: 21px 20px;
    }

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

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

    .report-354-steps li > span {
        width: fit-content;
    }

    .report-354-product-grid a,
    .report-354-related-grid a {
        min-height: 0;
        padding: 20px;
    }

    .report-354-cta-buttons {
        flex-direction: column;
    }

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

@media (max-width: 480px) {
    .report-354-page {
        padding-right: 10px;
        padding-left: 10px;
    }

    .report-354-hero {
        margin-right: -10px;
        margin-left: -10px;
    }

    .report-354-lead,
    .report-354-cta,
    .report-354-rule-box,
    .report-354-product-facts,
    .report-354-caution,
    .report-354-final-check {
        padding: 20px 17px;
    }

    .report-354-table-wrap th,
    .report-354-table-wrap td {
        padding: 12px 13px;
    }
}
