@charset "UTF-8";

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

.report-348-page {
    --report-348-main: #315f70;
    --report-348-main-dark: #1f4351;
    --report-348-main-soft: #edf5f7;
    --report-348-accent: #a56d3f;
    --report-348-accent-dark: #72471f;
    --report-348-warm: #fff8ef;
    --report-348-border: #d5e1e5;
    --report-348-text: #303940;
    --report-348-muted: #5f6c72;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 72px;
    color: var(--report-348-text);
}

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

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

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

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

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

.report-348-hero {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    background: #edf0f1;
    box-shadow: 0 18px 42px rgba(31, 67, 81, 0.15);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.report-348-use-grid article,
.report-348-choice-grid article,
.report-348-order-grid > div {
    padding: 24px;
    border: 1px solid var(--report-348-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(31, 67, 81, 0.07);
}

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

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

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

.report-348-fact-box {
    border: 1px solid #d4e1e4;
    background: var(--report-348-main-soft);
}

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

.report-348-fact-box dl > div {
    padding: 14px 16px;
    border-radius: 10px;
    background: #fff;
}

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

.report-348-fact-box dd {
    margin: 4px 0 0;
}

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

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

.report-348-steps span {
    display: inline-flex;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 999px;
    background: var(--report-348-main);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 800;
}

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

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

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

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

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

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

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

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

.report-348-note {
    padding: 18px 22px;
    border-radius: 10px;
    background: #f4f6f7;
    color: #4f5b61;
    font-size: 0.96rem;
}

.report-348-caution {
    border-left: 6px solid var(--report-348-accent);
    background: var(--report-348-warm);
}

.report-348-caution strong {
    display: block;
    margin-bottom: 8px;
    color: var(--report-348-accent-dark);
    font-size: 1.15rem;
}

.report-348-caution p {
    margin: 0;
}

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

.report-348-data-grid > div {
    padding: 22px 18px;
    border: 1px solid var(--report-348-border);
    border-radius: 14px;
    background: #fff;
}

.report-348-data-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: var(--report-348-accent);
    color: #fff;
    font-weight: 800;
}

.report-348-checklist,
.report-348-final-check ul {
    margin: 22px 0 0;
    padding: 22px 24px 22px 48px;
    border-radius: 14px;
    background: #f6f8f8;
}

.report-348-checklist li,
.report-348-final-check li {
    margin: 8px 0;
}

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

.report-348-product-grid a,
.report-348-related-grid a {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 126px;
    padding: 22px;
    border: 1px solid var(--report-348-border);
    border-radius: 15px;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 7px 20px rgba(31, 67, 81, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.report-348-product-grid a {
    border-top: 5px solid var(--report-348-main);
}

.report-348-related-grid a {
    border-top: 4px solid var(--report-348-accent);
}

.report-348-product-grid a:hover,
.report-348-product-grid a:focus-visible,
.report-348-related-grid a:hover,
.report-348-related-grid a:focus-visible {
    transform: translateY(-2px);
    border-color: #91b4bf;
    box-shadow: 0 12px 26px rgba(31, 67, 81, 0.13);
}

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

.report-348-product-grid span,
.report-348-related-grid span {
    color: var(--report-348-muted);
    line-height: 1.65;
}

.report-348-back {
    margin-top: 20px;
    text-align: right;
}

.report-348-final-check {
    border: 1px solid #e6d5c4;
    background: var(--report-348-warm);
}

.report-348-final-check h3 {
    color: var(--report-348-accent-dark);
}

.report-348-final-check ul {
    margin-bottom: 0;
    background: #fff;
}

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

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

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

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

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

.report-348-faq details > div {
    padding: 0 24px 20px;
    border-top: 1px solid #e4eaec;
}

.report-348-faq details p {
    margin: 18px 0 0;
}

.report-348-cta {
    padding: clamp(30px, 5vw, 50px);
    border-radius: 20px;
    background: linear-gradient(135deg, var(--report-348-main-dark), #397489);
    color: #fff;
    text-align: center;
    box-shadow: 0 18px 40px rgba(31, 67, 81, 0.22);
}

.report-348-cta-label {
    margin: 0 0 8px;
    color: #d8edf3;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.report-348-cta h2 {
    color: #fff;
}

.report-348-cta p {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

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

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

.report-348-button-primary,
.report-348-button-primary:visited {
    background: #fff;
    color: var(--report-348-main-dark);
}

.report-348-button-secondary,
.report-348-button-secondary:visited {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.report-348-button-primary:hover,
.report-348-button-primary:focus-visible {
    transform: translateY(-2px);
    background: #f1f7f9;
    color: #113847;
}

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

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

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

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

    .report-348-page .pageTitle {
        font-size: 1.8rem;
    }

    .report-348-hero {
        border-radius: 12px;
    }

    .report-348-lead,
    .report-348-toc,
    .report-348-cta {
        padding: 24px 20px;
    }

    .report-348-lead {
        border-left-width: 5px;
    }

    .report-348-summary-grid,
    .report-348-use-grid,
    .report-348-choice-grid,
    .report-348-data-grid,
    .report-348-product-grid,
    .report-348-related-grid,
    .report-348-order-grid,
    .report-348-fact-box dl,
    .report-348-toc ol {
        grid-template-columns: 1fr;
    }

    .report-348-summary-item {
        min-height: 0;
    }

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

    .report-348-steps span {
        justify-self: start;
    }

    .report-348-table-wrap {
        border-radius: 10px;
    }

    .report-348-button {
        width: 100%;
        min-width: 0;
    }
}

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

    .report-348-fact-box,
    .report-348-caution,
    .report-348-final-check,
    .report-348-use-grid article,
    .report-348-choice-grid article,
    .report-348-order-grid > div,
    .report-348-data-grid > div,
    .report-348-product-grid a,
    .report-348-related-grid a {
        padding: 20px 16px;
    }

    .report-348-faq summary {
        padding: 18px 48px 18px 18px;
    }

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