@charset "UTF-8";

.report-355-body .report-355-page {
    --report-355-ink: #263942;
    --report-355-deep: #24566a;
    --report-355-blue: #4b8193;
    --report-355-aqua: #e8f4f5;
    --report-355-green: #6c8f75;
    --report-355-sand: #f5f1e8;
    --report-355-gold: #b77c36;
    --report-355-text: #2d3b41;
    --report-355-muted: #5c6b72;
    --report-355-border: #d7e1e4;
    --report-355-bg: #f7fafb;
    --report-355-white: #ffffff;
    color: var(--report-355-text);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

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

.report-355-body .report-355-page a {
    color: var(--report-355-deep);
    text-decoration-thickness: 1px;
    text-underline-offset: .18em;
}

.report-355-body .report-355-page a:hover { color: #173d4d; }
.report-355-body .report-355-page a:focus-visible {
    outline: 3px solid #e6a84c;
    outline-offset: 3px;
    border-radius: 4px;
}

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

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

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

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

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

.report-355-body .report-355-lead {
    margin-bottom: 28px;
    padding: clamp(24px, 4vw, 42px);
    border-left: 6px solid var(--report-355-blue);
    border-radius: 0 18px 18px 0;
    background: linear-gradient(135deg, #f8fcfc 0%, var(--report-355-aqua) 100%);
}

.report-355-body .report-355-lead h2 { margin-bottom: 18px; }
.report-355-body .report-355-lead p:last-child { margin-bottom: 0; }
.report-355-body .report-355-eyebrow {
    margin-bottom: 8px;
    color: var(--report-355-deep);
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.report-355-body .report-355-overview { margin: 0 0 30px; }
.report-355-body .report-355-overview > h2 { margin-bottom: 18px; font-size: 1.35rem; }
.report-355-body .report-355-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.report-355-body .report-355-summary-grid section,
.report-355-body .report-355-use-grid article,
.report-355-body .report-355-criteria-grid article,
.report-355-body .report-355-data-grid article {
    padding: 22px;
    border: 1px solid var(--report-355-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(38, 62, 72, .05);
}

.report-355-body .report-355-summary-grid h3,
.report-355-body .report-355-use-grid h3,
.report-355-body .report-355-criteria-grid h3,
.report-355-body .report-355-data-grid h3 { margin-bottom: 8px; }

.report-355-body .report-355-summary-grid p:last-child,
.report-355-body .report-355-use-grid p:last-child,
.report-355-body .report-355-criteria-grid p:last-child,
.report-355-body .report-355-data-grid p:last-child { margin-bottom: 0; }

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

.report-355-body .report-355-toc h2 { margin-bottom: 14px; font-size: 1.3rem; }
.report-355-body .report-355-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 28px;
    margin-bottom: 0;
    padding-left: 1.5em;
}
.report-355-body .report-355-toc a { display: inline-block; padding: 4px 0; font-weight: 700; }

.report-355-body .report-355-section { margin-bottom: 64px; scroll-margin-top: 24px; }
.report-355-body .report-355-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--report-355-border);
}
.report-355-body .report-355-heading > span {
    display: grid;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--report-355-ink);
    color: #fff;
    font-size: .82rem;
    font-weight: 800;
}
.report-355-body .report-355-heading h2 { margin: 0; }

.report-355-body .report-355-use-grid,
.report-355-body .report-355-criteria-grid,
.report-355-body .report-355-data-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0;
}
.report-355-body .report-355-use-grid article { border-top: 5px solid var(--report-355-blue); }
.report-355-body .report-355-use-grid article > span,
.report-355-body .report-355-criteria-grid article > span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--report-355-aqua);
    color: var(--report-355-deep);
    font-size: .78rem;
    font-weight: 800;
}

.report-355-body .report-355-note,
.report-355-body .report-355-tip,
.report-355-body .report-355-warning {
    margin-top: 26px;
    padding: 22px 24px;
    border-radius: 12px;
}
.report-355-body .report-355-note {
    border: 1px solid #e4d9c5;
    border-left: 6px solid var(--report-355-gold);
    background: #fffaf2;
}
.report-355-body .report-355-tip {
    border: 1px solid #d5e6db;
    border-left: 6px solid var(--report-355-green);
    background: #f4faf6;
}
.report-355-body .report-355-warning {
    border: 1px solid #ead6d0;
    border-left: 6px solid #b95e4e;
    background: #fff7f5;
}
.report-355-body .report-355-note h3,
.report-355-body .report-355-tip h3,
.report-355-body .report-355-warning h3 { margin-bottom: 8px; }
.report-355-body .report-355-note p:last-child,
.report-355-body .report-355-tip p:last-child,
.report-355-body .report-355-warning p:last-child { margin-bottom: 0; }

.report-355-body .report-355-steps {
    display: grid;
    gap: 14px;
    margin: 28px 0;
    padding: 0;
    list-style: none;
}
.report-355-body .report-355-steps li {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 20px 22px;
    border: 1px solid var(--report-355-border);
    border-radius: 14px;
    background: #fff;
}
.report-355-body .report-355-steps li > span {
    padding: 8px 10px;
    border-radius: 999px;
    background: var(--report-355-deep);
    color: #fff;
    text-align: center;
    font-size: .78rem;
    font-weight: 800;
}
.report-355-body .report-355-steps h3 { margin-bottom: 6px; }
.report-355-body .report-355-steps p:last-child { margin-bottom: 0; }

.report-355-body .report-355-table-wrap {
    width: 100%;
    margin: 28px 0;
    overflow-x: auto;
    border: 1px solid var(--report-355-border);
    border-radius: 14px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}
.report-355-body .report-355-table {
    width: 100%;
    min-width: 820px;
    border-collapse: collapse;
}
.report-355-body .report-355-table th,
.report-355-body .report-355-table td {
    padding: 16px 18px;
    border-right: 1px solid var(--report-355-border);
    border-bottom: 1px solid var(--report-355-border);
    text-align: left;
    vertical-align: top;
}
.report-355-body .report-355-table thead th { background: var(--report-355-ink); color: #fff; }
.report-355-body .report-355-table tbody th { width: 18%; background: #edf5f6; color: var(--report-355-ink); }
.report-355-body .report-355-table tr:last-child th,
.report-355-body .report-355-table tr:last-child td { border-bottom: 0; }
.report-355-body .report-355-table th:last-child,
.report-355-body .report-355-table td:last-child { border-right: 0; }

.report-355-body .report-355-product-grid,
.report-355-body .report-355-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 26px 0;
}
.report-355-body .report-355-product-grid > a,
.report-355-body .report-355-related-grid > a {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 24px;
    border: 1px solid var(--report-355-border);
    border-radius: 14px;
    background: #fff;
    color: var(--report-355-text);
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(38, 62, 72, .05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.report-355-body .report-355-product-grid > a:hover,
.report-355-body .report-355-related-grid > a:hover {
    transform: translateY(-3px);
    border-color: #8eb4bf;
    color: var(--report-355-text);
    box-shadow: 0 12px 26px rgba(38, 62, 72, .1);
}
.report-355-body .report-355-product-grid span {
    margin-bottom: 8px;
    color: var(--report-355-deep);
    font-size: .78rem;
    font-weight: 800;
}
.report-355-body .report-355-product-grid h3,
.report-355-body .report-355-related-grid h3 { margin-bottom: 10px; }
.report-355-body .report-355-product-grid p,
.report-355-body .report-355-related-grid p { flex: 1; }
.report-355-body .report-355-product-grid strong { color: var(--report-355-deep); }
.report-355-body .report-355-template-note {
    padding: 18px 20px;
    border-radius: 12px;
    background: var(--report-355-sand);
}

.report-355-body .report-355-checklist {
    margin: 26px 0;
    padding: 26px 28px;
    border: 1px solid var(--report-355-border);
    border-radius: 16px;
    background: var(--report-355-bg);
}
.report-355-body .report-355-checklist h3 { margin-bottom: 14px; }
.report-355-body .report-355-checklist ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.report-355-body .report-355-checklist li { position: relative; padding-left: 1.75em; }
.report-355-body .report-355-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--report-355-green);
    font-weight: 900;
}

.report-355-body .report-355-flow {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 26px;
}
.report-355-body .report-355-flow article {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 20px;
    border: 1px solid var(--report-355-border);
    border-radius: 14px;
    background: #fff;
}
.report-355-body .report-355-flow article > span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    background: var(--report-355-deep);
    color: #fff;
    font-weight: 800;
}
.report-355-body .report-355-flow h3 { margin-bottom: 5px; }
.report-355-body .report-355-flow p:last-child { margin-bottom: 0; }

.report-355-body .report-355-faq details {
    margin-bottom: 12px;
    border: 1px solid var(--report-355-border);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}
.report-355-body .report-355-faq summary {
    position: relative;
    padding: 18px 52px 18px 22px;
    color: var(--report-355-ink);
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}
.report-355-body .report-355-faq summary::-webkit-details-marker { display: none; }
.report-355-body .report-355-faq summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    line-height: 1;
}
.report-355-body .report-355-faq details[open] summary::after { content: "−"; }
.report-355-body .report-355-faq details > div {
    padding: 0 22px 20px;
    border-top: 1px solid var(--report-355-border);
}
.report-355-body .report-355-faq details > div p { margin: 16px 0 0; }

.report-355-body .report-355-related {
    margin-bottom: 58px;
    padding-top: 8px;
}
.report-355-body .report-355-related > h2 { margin-bottom: 20px; }
.report-355-body .report-355-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.report-355-body .report-355-cta {
    padding: clamp(30px, 5vw, 50px);
    border-radius: 20px;
    background: linear-gradient(135deg, #244d5d 0%, #3c7485 100%);
    color: #fff;
    text-align: center;
    box-shadow: 0 16px 34px rgba(25, 69, 84, .18);
}
.report-355-body .report-355-cta h2 { margin-bottom: 16px; color: #fff; }
.report-355-body .report-355-cta > p { max-width: 760px; margin-right: auto; margin-left: auto; }
.report-355-body .report-355-cta-label {
    margin-bottom: 8px !important;
    color: #d9eef2;
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: .06em;
}
.report-355-body .report-355-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 26px;
}
.report-355-body .report-355-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;
    text-decoration: none !important;
    transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}
.report-355-body .report-355-button:hover { transform: translateY(-2px); }
.report-355-body .report-355-button-primary { background: #fff; color: #214b5c !important; }
.report-355-body .report-355-button-primary:hover { background: #edf8fa; color: #173d4d !important; }
.report-355-body .report-355-button-secondary { border-color: #fff; background: transparent; color: #fff !important; }
.report-355-body .report-355-button-secondary:hover { background: #fff; color: #214b5c !important; }
.report-355-body .report-355-button:focus-visible { outline: 3px solid #ffd27a; outline-offset: 4px; }

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

@media (max-width: 650px) {
    .report-355-body .report-355-page { font-size: 15px; line-height: 1.8; }
    .report-355-body .report-355-hero { margin-bottom: 24px; border-radius: 12px; }
    .report-355-body .report-355-lead { padding: 22px 20px; border-left-width: 5px; }
    .report-355-body .report-355-summary-grid,
    .report-355-body .report-355-use-grid,
    .report-355-body .report-355-criteria-grid,
    .report-355-body .report-355-data-grid,
    .report-355-body .report-355-flow,
    .report-355-body .report-355-product-grid,
    .report-355-body .report-355-related-grid { grid-template-columns: 1fr; }
    .report-355-body .report-355-toc { padding: 22px 20px; }
    .report-355-body .report-355-toc ol { grid-template-columns: 1fr; gap: 4px; }
    .report-355-body .report-355-section { margin-bottom: 50px; }
    .report-355-body .report-355-heading { align-items: flex-start; gap: 10px; }
    .report-355-body .report-355-heading > span { width: 36px; height: 36px; }
    .report-355-body .report-355-steps li { grid-template-columns: 1fr; gap: 10px; }
    .report-355-body .report-355-steps li > span { justify-self: start; }
    .report-355-body .report-355-checklist { padding: 22px 20px; }
    .report-355-body .report-355-checklist ul { grid-template-columns: 1fr; }
    .report-355-body .report-355-cta { padding: 30px 20px; border-radius: 14px; }
    .report-355-body .report-355-cta-buttons { flex-direction: column; }
    .report-355-body .report-355-button { width: 100%; }
}

@media (max-width: 480px) {
    .report-355-body .report-355-summary-grid section,
    .report-355-body .report-355-use-grid article,
    .report-355-body .report-355-criteria-grid article,
    .report-355-body .report-355-data-grid article,
    .report-355-body .report-355-product-grid > a,
    .report-355-body .report-355-related-grid > a { padding: 19px 17px; }
    .report-355-body .report-355-table th,
    .report-355-body .report-355-table td { padding: 13px 14px; }
    .report-355-body .report-355-faq summary { padding: 16px 46px 16px 17px; }
    .report-355-body .report-355-faq details > div { padding: 0 17px 18px; }
}
