@charset "UTF-8";

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

.report-396-page {
    --report-396-main: #315f78;
    --report-396-main-dark: #214354;
    --report-396-main-soft: #edf4f8;
    --report-396-accent: #c8782f;
    --report-396-accent-dark: #8a4d19;
    --report-396-cream: #fff8ea;
    --report-396-border: #d8e4e4;
    --report-396-text: #2f3438;
    --report-396-muted: #5f6c70;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 72px;
    color: var(--report-396-text);
}

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

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

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

.report-396-page a:focus-visible,
.report-396-page summary:focus-visible,
.report-396-table-wrap:focus-visible {
    outline: 3px solid rgba(209, 125, 34, 0.48);
    outline-offset: 4px;
}

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

.report-396-hero {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    background: #e8eeee;
    box-shadow: 0 18px 42px rgba(22, 87, 94, 0.16);
}

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

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

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

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

.report-396-lead h2,
.report-396-cta h2 {
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    color: #2f4e5e;
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    line-height: 1.45;
}

.report-396-lead p:last-child,
.report-396-cta p:last-child {
    margin-bottom: 0;
}

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

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

.report-396-summary-grid,
.report-396-role-grid,
.report-396-compare-grid,
.report-396-service-grid,
.report-396-related-grid {
    display: grid;
    gap: 18px;
}

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

.report-396-summary-item {
    min-height: 150px;
    padding: 22px 18px;
    border: 1px solid var(--report-396-border);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(30, 80, 86, 0.07);
}

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

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

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

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

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

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

.report-396-section,
.report-396-related {
    scroll-margin-top: 90px;
}

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

.report-396-role-card {
    padding: 24px;
    border: 1px solid var(--report-396-border);
    border-top: 5px solid var(--report-396-accent);
    border-radius: 14px;
    background: #fff;
}

.report-396-role-card h3 {
    margin-top: 0;
}

.report-396-role-card p {
    margin-bottom: 0;
}

.report-396-note {
    margin-top: 24px;
    padding: 22px 26px;
    border-radius: 14px;
    background: #f1f7f7;
}

.report-396-note strong {
    display: block;
    margin-bottom: 6px;
    color: var(--report-396-main-dark);
    font-size: 1.12rem;
}

.report-396-note p {
    margin: 0;
}

.report-396-note-warning {
    border-left: 6px solid var(--report-396-accent);
    background: #fff8ef;
}

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

.report-396-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    background: #fff;
}

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

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

.report-396-table tbody th {
    width: 20%;
    background: #eef8f8;
    color: var(--report-396-main-dark);
}

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

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

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

.report-396-compare-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border: 1px solid #d4e5e5;
    border-radius: 16px;
    background: linear-gradient(145deg, #fff 0%, #f0f8f8 100%);
}

.report-396-compare-card::after {
    position: absolute;
    right: -34px;
    bottom: -48px;
    width: 150px;
    height: 150px;
    border: 20px solid rgba(22, 109, 117, 0.08);
    border-radius: 50%;
    content: "";
}

.report-396-size-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 94px;
    margin: 0;
    padding: 8px 15px;
    border-radius: 999px;
    background: var(--report-396-main);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
}

.report-396-compare-card h3,
.report-396-compare-card p {
    position: relative;
    z-index: 1;
}

.report-396-check-panel {
    margin: 26px 0;
    padding: 26px 30px;
    border: 1px solid #ead5bd;
    border-radius: 16px;
    background: #fff9f1;
}

.report-396-check-panel h3 {
    margin-top: 0;
    color: var(--report-396-accent-dark);
}

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

.report-396-check-list li {
    position: relative;
    padding-left: 30px;
}

.report-396-check-list li::before {
    position: absolute;
    top: 0.14em;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--report-396-accent);
    color: #fff;
    content: "✓";
    font-size: 0.82rem;
    font-weight: 900;
}

.report-396-steps {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.report-396-step {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 22px 24px;
    border: 1px solid var(--report-396-border);
    border-radius: 14px;
    background: #fff;
}

.report-396-step > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--report-396-accent);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 900;
}

.report-396-step h3 {
    margin: 0 0 6px;
}

.report-396-step p {
    margin: 0;
}

.report-396-formula {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 26px 0;
    padding: 28px 24px;
    border-radius: 16px;
    background: var(--report-396-main-dark);
    color: #fff;
    font-weight: 800;
}

.report-396-formula span {
    padding: 9px 13px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.13);
}

.report-396-formula b {
    font-size: 1.45rem;
}

.report-396-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
}

.report-396-service-card {
    display: flex;
    flex-direction: column;
    min-height: 210px;
    padding: 26px 22px;
    border: 1px solid var(--report-396-border);
    border-radius: 16px;
    background: #fff;
    color: var(--report-396-text) !important;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(25, 77, 83, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.report-396-service-card:hover,
.report-396-service-card:focus-visible {
    border-color: var(--report-396-main);
    color: var(--report-396-text) !important;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(25, 77, 83, 0.13);
}

.report-396-service-card i {
    margin-bottom: 18px;
    color: var(--report-396-accent);
    font-size: 2rem;
}

.report-396-service-card strong {
    margin-bottom: 8px;
    color: var(--report-396-main-dark);
    font-size: 1.18rem;
}

.report-396-service-card span {
    color: var(--report-396-muted);
    line-height: 1.65;
}

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

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

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

.report-396-faq summary::after {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--report-396-main-soft);
