@charset "UTF-8";

.report-344-body .report-344-page {
    --report-344-navy: #374552;
    --report-344-blue: #55758d;
    --report-344-dark-blue: #284f6a;
    --report-344-light-blue: #edf4f8;
    --report-344-beige: #f7f3ec;
    --report-344-gold: #b47c36;
    --report-344-text: #2c363d;
    --report-344-muted: #5b6770;
    --report-344-border: #d9e1e6;
    --report-344-bg: #f7f9fa;
    --report-344-white: #ffffff;
    color: var(--report-344-text);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

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

.report-344-body .report-344-page a {
    color: var(--report-344-dark-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.report-344-body .report-344-page a:hover {
    color: #17394f;
}

.report-344-body .report-344-page a:focus-visible {
    outline: 3px solid #e7ac50;
    outline-offset: 3px;
    border-radius: 4px;
}

.report-344-body .report-344-page h2,
.report-344-body .report-344-page h3,
.report-344-body .report-344-page p,
.report-344-body .report-344-page ul,
.report-344-body .report-344-page ol {
    margin-top: 0;
}

.report-344-body .report-344-page h2 {
    color: var(--report-344-navy);
    font-size: clamp(1.45rem, 2.6vw, 2rem);
    line-height: 1.45;
}

.report-344-body .report-344-page h3 {
    color: var(--report-344-navy);
    font-size: 1.12rem;
    line-height: 1.55;
}

.report-344-body .report-344-hero {
    margin: 0 0 32px;
    overflow: hidden;
    border-radius: 18px;
    background: #e8edf0;
    box-shadow: 0 12px 30px rgba(38, 57, 72, 0.12);
}

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

.report-344-body .report-344-lead {
    margin-bottom: 26px;
    padding: clamp(24px, 4vw, 40px);
    border-left: 6px solid var(--report-344-blue);
    border-radius: 0 16px 16px 0;
    background: linear-gradient(135deg, #f8fbfd 0%, #edf4f8 100%);
}

.report-344-body .report-344-lead h2 {
    margin-bottom: 18px;
}

.report-344-body .report-344-lead p:last-child {
    margin-bottom: 0;
}

.report-344-body .report-344-eyebrow {
    margin-bottom: 8px;
    color: var(--report-344-dark-blue);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.report-344-body .report-344-overview {
    margin: 0 0 30px;
}

.report-344-body .report-344-overview > h2 {
    margin-bottom: 18px;
    font-size: 1.35rem;
}

.report-344-body .report-344-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.report-344-body .report-344-summary-grid section {
    padding: 22px;
    border: 1px solid var(--report-344-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(38, 57, 72, 0.05);
}

.report-344-body .report-344-summary-grid h3 {
    margin-bottom: 8px;
}

.report-344-body .report-344-summary-grid p:last-child {
    margin-bottom: 0;
}

.report-344-body .report-344-toc {
    margin-bottom: 54px;
    padding: 28px 32px;
    border: 1px solid var(--report-344-border);
    border-radius: 16px;
    background: var(--report-344-bg);
}

.report-344-body .report-344-toc h2 {
    margin-bottom: 14px;
    font-size: 1.3rem;
}

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

.report-344-body .report-344-toc a {
    display: inline-block;
    padding: 4px 0;
    font-weight: 700;
}

.report-344-body .report-344-section {
    margin-bottom: 64px;
    scroll-margin-top: 24px;
}

.report-344-body .report-344-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--report-344-border);
}

.report-344-body .report-344-heading > span {
    display: grid;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--report-344-navy);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
}

.report-344-body .report-344-heading h2 {
    margin: 0;
}

.report-344-body .report-344-concept-grid,
.report-344-body .report-344-case-grid,
.report-344-body .report-344-order-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0;
}

.report-344-body .report-344-concept-grid article,
.report-344-body .report-344-case-grid article,
.report-344-body .report-344-order-grid article {
    padding: 26px;
    border: 1px solid var(--report-344-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(38, 57, 72, 0.05);
}

.report-344-body .report-344-concept-grid article:first-child {
    border-top: 5px solid #6f8798;
}

.report-344-body .report-344-concept-grid article:last-child {
    border-top: 5px solid #bd8142;
}

.report-344-body .report-344-concept-grid article > span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--report-344-light-blue);
    color: var(--report-344-dark-blue);
    font-size: 0.78rem;
    font-weight: 800;
}

.report-344-body .report-344-concept-grid h3,
.report-344-body .report-344-case-grid h3,
.report-344-body .report-344-order-grid h3 {
    margin-bottom: 12px;
}

.report-344-body .report-344-concept-grid ul,
.report-344-body .report-344-case-grid ul {
    margin-bottom: 0;
    padding-left: 1.3em;
}

.report-344-body .report-344-concept-grid li,
.report-344-body .report-344-case-grid li {
    margin-bottom: 7px;
}

.report-344-body .report-344-concept-grid li:last-child,
.report-344-body .report-344-case-grid li:last-child {
    margin-bottom: 0;
}

.report-344-body .report-344-note {
    margin-top: 26px;
    padding: 22px 24px;
    border: 1px solid #eadbc3;
    border-left: 6px solid var(--report-344-gold);
    border-radius: 12px;
    background: #fffaf2;
}

.report-344-body .report-344-note h3 {
    margin-bottom: 8px;
}

.report-344-body .report-344-note p:last-child {
    margin-bottom: 0;
}

.report-344-body .report-344-table-wrap {
    width: 100%;
    margin: 28px 0;
    overflow-x: auto;
    border: 1px solid var(--report-344-border);
    border-radius: 14px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

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

.report-344-body .report-344-table th,
.report-344-body .report-344-table td {
    padding: 16px 18px;
    border-right: 1px solid var(--report-344-border);
    border-bottom: 1px solid var(--report-344-border);
    text-align: left;
    vertical-align: top;
}

.report-344-body .report-344-table thead th {
    background: var(--report-344-navy);
    color: #fff;
}

.report-344-body .report-344-table tbody th {
    width: 22%;
    background: #eef4f7;
    color: var(--report-344-navy);
}

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

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

.report-344-body .report-344-steps {
    display: grid;
    gap: 16px;
    margin: 28px 0;
}

.report-344-body .report-344-steps section {
    display: flex;
    gap: 18px;
    padding: 22px 24px;
    border: 1px solid var(--report-344-border);
    border-radius: 14px;
    background: #fff;
}

.report-344-body .report-344-steps section > span {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 10px;
    background: var(--report-344-blue);
    color: #fff;
    font-weight: 800;
}

.report-344-body .report-344-steps h3 {
    margin-bottom: 8px;
}

.report-344-body .report-344-steps p:last-child {
    margin-bottom: 0;
}

.report-344-body .report-344-decision-box {
    margin: 28px 0 0;
    padding: 26px 28px;
    border: 1px solid #cfdce4;
    border-radius: 14px;
    background: linear-gradient(135deg, #f5f9fb 0%, #edf4f8 100%);
}

.report-344-body .report-344-decision-box h3 {
    margin-bottom: 10px;
}

.report-344-body .report-344-decision-box p:last-child {
    margin-bottom: 0;
}

.report-344-body .report-344-checklist {
    margin: 28px 0;
    padding: 26px 28px;
    border-radius: 14px;
    background: var(--report-344-bg);
}

.report-344-body .report-344-checklist h3 {
    margin-bottom: 16px;
}

.report-344-body .report-344-checklist ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.report-344-body .report-344-checklist li {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid var(--report-344-border);
}

.report-344-body .report-344-checklist li:last-child {
    border-bottom: 0;
}

.report-344-body .report-344-checklist li span {
    flex: 0 0 auto;
    color: var(--report-344-dark-blue);
    font-weight: 900;
}

.report-344-body .report-344-order-grid article p:last-child {
    margin-bottom: 0;
}

.report-344-body .report-344-support-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.report-344-body .report-344-support-grid > a {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--report-344-border);
    border-radius: 14px;
    background: #fff;
    color: var(--report-344-text);
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(38, 57, 72, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.report-344-body .report-344-support-grid > a:hover {
    transform: translateY(-3px);
    border-color: #91a8b7;
    color: var(--report-344-text);
    box-shadow: 0 12px 24px rgba(38, 57, 72, 0.1);
}

.report-344-body .report-344-support-grid > a > span {
    align-self: flex-start;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--report-344-light-blue);
    color: var(--report-344-dark-blue);
    font-size: 0.78rem;
    font-weight: 800;
}

.report-344-body .report-344-support-grid h3 {
    margin-bottom: 10px;
}

.report-344-body .report-344-support-grid p {
    flex-grow: 1;
    margin-bottom: 16px;
    color: var(--report-344-muted);
}

.report-344-body .report-344-support-grid strong {
    color: var(--report-344-dark-blue);
}

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

.report-344-body .report-344-faq summary {
    position: relative;
    padding: 20px 56px 20px 22px;
    color: var(--report-344-navy);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

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

.report-344-body .report-344-faq summary::after {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--report-344-light-blue);
    color: var(--report-344-dark-blue);
    content: "+";
    font-size: 1.1rem;
    line-height: 24px;
    text-align: center;
}

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

.report-344-body .report-344-faq summary:hover {
    background: #f8fafb;
}

.report-344-body .report-344-faq summary:focus-visible {
    outline: 3px solid #e7ac50;
    outline-offset: -3px;
}

.report-344-body .report-344-faq details > div {
    padding: 0 22px 20px;
}

.report-344-body .report-344-faq details > div p:last-child {
    margin-bottom: 0;
}

.report-344-body .report-344-related {
    margin: 0 0 56px;
    padding: 30px;
    border-radius: 16px;
    background: var(--report-344-bg);
}

.report-344-body .report-344-related > h2 {
    margin-bottom: 22px;
}

.report-344-body .report-344-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.report-344-body .report-344-related-grid a {
    display: block;
    padding: 20px;
    border: 1px solid var(--report-344-border);
    border-radius: 12px;
    background: #fff;
    color: var(--report-344-text);
    text-decoration: none;
}

.report-344-body .report-344-related-grid a:hover {
    border-color: #91a8b7;
    color: var(--report-344-text);
    box-shadow: 0 8px 18px rgba(38, 57, 72, 0.08);
}

.report-344-body .report-344-related-grid span {
    display: block;
    margin-bottom: 6px;
    color: var(--report-344-dark-blue);
    font-size: 0.76rem;
    font-weight: 800;
}

.report-344-body .report-344-related-grid strong {
    display: block;
    margin-bottom: 7px;
    color: var(--report-344-navy);
    line-height: 1.55;
}

.report-344-body .report-344-related-grid p {
    margin-bottom: 0;
    color: var(--report-344-muted);
    font-size: 0.92rem;
}

.report-344-body .report-344-cta {
    padding: clamp(28px, 5vw, 48px);
    border-radius: 18px;
    background: linear-gradient(135deg, #314653 0%, #456779 100%);
    color: #fff;
    text-align: center;
}

.report-344-body .report-344-cta h2 {
    margin-bottom: 16px;
    color: #fff;
}

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

.report-344-body .report-344-cta-kicker {
    margin-bottom: 8px;
    color: #e7eff4;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.report-344-body .report-344-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 24px;
}

.report-344-body .report-344-button {
    display: inline-flex;
    min-width: 240px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.report-344-body .report-344-button:hover {
    transform: translateY(-2px);
}

.report-344-body .report-344-button--primary,
.report-344-body .report-344-button--primary:visited {
    background: #fff;
    color: #25465d;
}

.report-344-body .report-344-button--primary:hover,
.report-344-body .report-344-button--primary:focus-visible {
    background: #eef5f8;
    color: #17394f;
}

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

.report-344-body .report-344-button--secondary:hover,
.report-344-body .report-344-button--secondary:focus-visible {
    border-color: #fff;
    background: #fff;
    color: #25465d;
}

@media (max-width: 1100px) {
    .report-344-body .report-344-support-grid,
    .report-344-body .report-344-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 650px) {
    .report-344-body .report-344-page {
        font-size: 15px;
        line-height: 1.8;
    }

    .report-344-body .report-344-hero {
        margin-bottom: 24px;
        border-radius: 12px;
    }

    .report-344-body .report-344-lead {
        padding: 22px 20px;
        border-left-width: 5px;
    }

    .report-344-body .report-344-summary-grid,
    .report-344-body .report-344-concept-grid,
    .report-344-body .report-344-case-grid,
    .report-344-body .report-344-order-grid,
    .report-344-body .report-344-support-grid,
    .report-344-body .report-344-related-grid {
        grid-template-columns: 1fr;
    }

    .report-344-body .report-344-toc {
        padding: 22px 20px;
    }

    .report-344-body .report-344-toc ol {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .report-344-body .report-344-section {
        margin-bottom: 50px;
    }

    .report-344-body .report-344-heading {
        align-items: flex-start;
        gap: 10px;
    }

    .report-344-body .report-344-heading > span {
        width: 36px;
        height: 36px;
    }

    .report-344-body .report-344-concept-grid article,
    .report-344-body .report-344-case-grid article,
    .report-344-body .report-344-order-grid article,
    .report-344-body .report-344-checklist,
    .report-344-body .report-344-decision-box,
    .report-344-body .report-344-related {
        padding: 22px 20px;
    }

    .report-344-body .report-344-steps section {
        padding: 20px;
    }

    .report-344-body .report-344-table {
        min-width: 700px;
    }

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

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

@media (max-width: 480px) {
    .report-344-body .report-344-page h2 {
        font-size: 1.38rem;
    }

    .report-344-body .report-344-heading > span {
        width: 34px;
        height: 34px;
        font-size: 0.76rem;
    }

    .report-344-body .report-344-steps section {
        flex-direction: column;
        gap: 12px;
    }

    .report-344-body .report-344-steps section > span {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .report-344-body .report-344-faq summary {
        padding: 18px 50px 18px 18px;
    }

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