@charset "UTF-8";

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

.report-338-page {
    --report-338-ink: #2f4b56;
    --report-338-ink-dark: #1e3944;
    --report-338-blue: #547f91;
    --report-338-blue-soft: #edf5f7;
    --report-338-green: #718e79;
    --report-338-green-dark: #486251;
    --report-338-green-soft: #f1f6f2;
    --report-338-paper: #fbf7ed;
    --report-338-paper-dark: #e8ddc7;
    --report-338-orange: #b16d3c;
    --report-338-orange-dark: #7f4725;
    --report-338-border: #d9e2e4;
    --report-338-text: #30383b;
    --report-338-muted: #667276;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 78px;
    color: var(--report-338-text);
}

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

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

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

.report-338-page a:focus-visible,
.report-338-page summary:focus-visible,
.report-338-table-wrap:focus-visible {
    outline: 3px solid rgba(177, 109, 60, 0.52);
    outline-offset: 4px;
}

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

.report-338-hero {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    background: #eef1ec;
    box-shadow: 0 18px 42px rgba(42, 75, 86, 0.17);
}

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

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

.report-338-eyebrow,
.report-338-card-kicker,
.report-338-example-label,
.report-338-cta-label {
    margin: 0 0 8px;
    color: var(--report-338-orange-dark);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.07em;
}

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

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

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

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

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

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

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

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

.report-338-summary-grid,
.report-338-feature-grid,
.report-338-example-grid,
.report-338-caution-grid,
.report-338-product-grid,
.report-338-related-grid,
.report-338-judgment-grid {
    display: grid;
    gap: 18px;
}

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

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

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

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

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

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

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

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

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

.report-338-table caption {
    padding: 16px 20px;
    background: var(--report-338-ink);
    color: #fff;
    font-weight: 800;
    text-align: left;
}

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

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

.report-338-table tbody th {
    width: 18%;
    background: #f8faf9;
    color: #425961;
}

.report-338-note,
.report-338-point,
.report-338-judgment {
    margin-top: 26px;
    padding: 24px 28px;
    border-radius: 15px;
}

.report-338-note {
    border-left: 6px solid var(--report-338-blue);
    background: var(--report-338-blue-soft);
}

.report-338-point,
.report-338-judgment {
    border-left: 6px solid var(--report-338-green);
    background: var(--report-338-green-soft);
}

.report-338-note h3,
.report-338-point h3,
.report-338-judgment h3 {
    margin-top: 0;
}

.report-338-note p:last-child,
.report-338-point p:last-child {
    margin-bottom: 0;
}

.report-338-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 27px;
}

.report-338-feature-card {
    position: relative;
    min-height: 260px;
    padding: 27px 25px;
    border: 1px solid var(--report-338-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(38, 72, 82, 0.07);
}

.report-338-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--report-338-green);
    color: #fff;
    font-weight: 900;
}

.report-338-feature-card h3 {
    margin: 14px 0 10px;
}

.report-338-feature-card p {
    margin-bottom: 0;
}

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

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

.report-338-step-number {
    padding: 10px 12px;
    border-radius: 999px;
    background: var(--report-338-ink);
    color: #fff;
    font-size: 0.87rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-align: center;
}

.report-338-steps h3 {
    margin-top: 0;
}

.report-338-steps p {
    margin-bottom: 0;
}

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

.report-338-judgment-grid > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 17px 18px;
    border-radius: 12px;
    background: #fff;
}

.report-338-judgment-grid strong {
    color: var(--report-338-green-dark);
}

.report-338-example-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 27px;
}

.report-338-example-grid article {
    min-height: 255px;
    padding: 23px 21px;
    border: 1px solid var(--report-338-border);
    border-top: 5px solid var(--report-338-orange);
    border-radius: 15px;
    background: #fff;
}

.report-338-example-grid h3 {
    margin: 8px 0 10px;
}

.report-338-example-grid p:last-child {
    margin-bottom: 0;
}

.report-338-checklist {
    margin-top: 27px;
    padding: 28px;
    border-radius: 17px;
    background: #f7f9f8;
}

.report-338-checklist h3 {
    margin-top: 0;
}

.report-338-checklist ul {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.report-338-checklist li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid var(--report-338-border);
    border-radius: 12px;
    background: #fff;
}

.report-338-checklist li > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--report-338-green);
    color: #fff;
    font-weight: 900;
}

.report-338-checklist p {
    margin: 3px 0 0;
    color: var(--report-338-muted);
    font-size: 0.94rem;
}

.report-338-caution-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 23px;
}

.report-338-caution-grid article {
    padding: 23px;
    border-radius: 15px;
    background: var(--report-338-paper);
}

.report-338-caution-grid h3 {
    margin-top: 0;
}

.report-338-caution-grid p {
    margin-bottom: 0;
}

.report-338-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 27px;
}

.report-338-product-card {
    display: flex;
    flex-direction: column;
    min-height: 285px;
    padding: 25px 23px;
    border: 1px solid var(--report-338-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(41, 74, 84, 0.07);
}

.report-338-product-card h3 {
    margin: 7px 0 10px;
}

.report-338-product-card p:not(.report-338-card-kicker) {
    flex: 1;
}

.report-338-text-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    margin-top: 10px;
    font-weight: 800;
}

.report-338-related-title {
    margin-top: 42px !important;
}

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

.report-338-related-card {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-height: 126px;
    padding: 21px 22px;
    border: 1px solid var(--report-338-border);
    border-radius: 14px;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(42, 73, 82, 0.06);
}

.report-338-related-card:hover,
.report-338-related-card:focus-visible {
    border-color: var(--report-338-blue);
    background: var(--report-338-blue-soft);
    color: var(--report-338-ink-dark);
}

.report-338-related-card strong {
    color: var(--report-338-ink-dark);
}

.report-338-related-card span {
    color: var(--report-338-muted);
    font-size: 0.94rem;
}

.report-338-back-hub {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    margin-top: 30px;
    padding: 28px 30px;
    border-radius: 17px;
    background: var(--report-338-green-soft);
}

.report-338-back-hub h3 {
    margin: 5px 0 9px;
}

.report-338-back-hub p:last-child {
    margin-bottom: 0;
}

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

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

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

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

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

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

.report-338-faq-list details > div {
    padding: 0 24px 21px;
    border-top: 1px solid var(--report-338-border);
    background: #fbfcfc;
}

.report-338-faq-list details > div p {
    margin: 18px 0 0;
}

.report-338-cta {
    padding: clamp(30px, 6vw, 50px);
    border-radius: 22px;
    background: linear-gradient(135deg, var(--report-338-ink-dark) 0%, #386575 100%);
    color: #fff;
    text-align: center;
    box-shadow: 0 20px 44px rgba(29, 57, 68, 0.2);
}

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

.report-338-cta-label {
    color: #f5d8c3;
}

.report-338-cta p:not(.report-338-cta-label) {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

.report-338-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-top: 25px;
}

.report-338-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 22px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1.45;
    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-338-button:hover,
.report-338-button:focus-visible {
    transform: translateY(-2px);
}

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

.report-338-button--secondary:hover,
.report-338-button--secondary:focus-visible {
    border-color: #2d4835;
    background: #2d4835;
    color: #fff !important;
}

.report-338-button--light {
    border-color: #fff;
    background: #fff;
    color: var(--report-338-ink-dark) !important;
}

.report-338-button--light:hover,
.report-338-button--light:focus-visible {
    border-color: #e5edf0;
    background: #e5edf0;
    color: #17323d !important;
}

.report-338-button--accent {
    border-color: #d58b57;
    background: #d58b57;
    color: #1e2830 !important;
}

.report-338-button--accent:hover,
.report-338-button--accent:focus-visible {
    border-color: #efb282;
    background: #efb282;
    color: #172126 !important;
}

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

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

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

@media (max-width: 650px) {
    .report-338-page {
        padding-right: 12px;
        padding-left: 12px;
        font-size: 0.97rem;
    }

    .report-338-page .pageTitle {
        margin-top: 6px;
        font-size: 1.72rem;
    }

    .report-338-hero {
        margin-right: -12px;
        margin-left: -12px;
        border-radius: 0;
        box-shadow: none;
    }

    .report-338-intro,
    .report-338-summary,
    .report-338-toc,
    .report-338-checklist,
    .report-338-cta {
        padding: 23px 19px;
    }

    .report-338-summary-grid,
    .report-338-feature-grid,
    .report-338-example-grid,
    .report-338-caution-grid,
    .report-338-product-grid,
    .report-338-related-grid,
    .report-338-judgment-grid,
    .report-338-toc ol {
        grid-template-columns: 1fr;
    }

    .report-338-feature-card,
    .report-338-example-grid article,
    .report-338-product-card {
        min-height: 0;
    }

    .report-338-steps > li {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 21px 18px;
    }

    .report-338-step-number {
        justify-self: start;
    }

    .report-338-back-hub {
        grid-template-columns: 1fr;
        padding: 23px 20px;
    }

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

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

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

    .report-338-intro {
        border-left-width: 5px;
    }

    .report-338-table {
        min-width: 650px;
    }

    .report-338-checklist li {
        grid-template-columns: 30px minmax(0, 1fr);
        padding: 15px 14px;
    }

    .report-338-faq-list summary {
        padding: 18px 50px 18px 18px;
    }

    .report-338-faq-list details > div {
        padding: 0 18px 18px;
    }
}
