@charset "UTF-8";

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

.report-352-page {
    --report-352-blue: #2c6885;
    --report-352-blue-dark: #18455f;
    --report-352-blue-soft: #eef6fa;
    --report-352-green: #4b7d62;
    --report-352-green-dark: #2d5842;
    --report-352-orange: #d48531;
    --report-352-cream: #fff7ea;
    --report-352-border: #d7e3ea;
    --report-352-text: #29333d;
    --report-352-muted: #5f6b74;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 72px;
    color: var(--report-352-text);
}

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

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

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

.report-352-page a:focus-visible,
.report-352-page summary:focus-visible,
.report-352-table-wrap:focus-visible {
    outline: 3px solid rgba(212, 133, 49, 0.5);
    outline-offset: 4px;
}

.report-352-page .pageTitle {
    margin: 12px 0 24px;
    padding: 0 0 16px;
    border-bottom: 4px solid var(--report-352-blue);
    color: #1c435a;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.35;
    letter-spacing: 0.02em;
}

.report-352-hero {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    background: #edf1f4;
    box-shadow: 0 18px 42px rgba(37, 82, 111, 0.16);
}

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

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

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

.report-352-eyebrow {
    margin: 0 0 8px;
    color: #8b4b12;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

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

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

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

.report-352-summary-grid,
.report-352-use-grid,
.report-352-design-grid,
.report-352-service-grid,
.report-352-order-grid,
.report-352-related-grid { display: grid; gap: 18px; }

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

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

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

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

.report-352-toc {
    padding: 26px 30px;
    border: 1px solid #cbdde8;
    border-radius: 16px;
    background: var(--report-352-blue-soft);
}

.report-352-toc h2 { margin-bottom: 14px; padding: 0; border: 0; font-size: 1.35rem; }
.report-352-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 28px;
    margin: 0;
    padding-left: 1.5em;
}
.report-352-toc a { display: inline-block; padding: 5px 0; color: var(--report-352-blue-dark); font-weight: 700; }

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

.report-352-spec-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 26px 0 30px;
}

.report-352-spec-panel > div {
    padding: 22px;
    border: 1px solid #cddde6;
    border-radius: 15px;
    background: #f5fafc;
}
.report-352-spec-panel span { display: block; margin-bottom: 7px; color: var(--report-352-blue-dark); font-size: 0.88rem; font-weight: 800; }
.report-352-spec-panel strong { display: block; margin-bottom: 5px; color: #1f4f69; font-size: 1.18rem; }
.report-352-spec-panel p { margin: 0; color: var(--report-352-muted); font-size: 0.93rem; }

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

.report-352-use-grid > section,
.report-352-design-grid > section,
.report-352-service-card,
.report-352-order-grid > section {
    padding: 25px;
    border: 1px solid var(--report-352-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(35, 80, 108, 0.07);
}

.report-352-use-grid > section { border-top: 6px solid var(--report-352-blue); }
.report-352-use-grid > section:nth-child(even) { border-top-color: var(--report-352-green); }
.report-352-use-grid > section > span,
.report-352-design-grid > section > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 34px;
    padding: 4px 11px;
    border-radius: 999px;
    background: #eaf3f8;
    color: var(--report-352-blue-dark);
    font-size: 0.85rem;
    font-weight: 800;
}
.report-352-use-grid h3,
.report-352-design-grid h3,
.report-352-service-card h3,
.report-352-order-grid h3 { margin-top: 12px; }
.report-352-use-grid p,
.report-352-design-grid p,
.report-352-order-grid p { margin-bottom: 0; }

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

.report-352-table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.report-352-table th,
.report-352-table td {
    padding: 15px 16px;
    border-right: 1px solid #dfe7ec;
    border-bottom: 1px solid #dfe7ec;
    text-align: left;
    vertical-align: top;
}
.report-352-table thead th { background: var(--report-352-blue-dark); color: #fff; font-weight: 800; }
.report-352-table tbody th { width: 19%; background: #eff6fa; color: #244d67; }
.report-352-table tr:last-child th,
.report-352-table tr:last-child td { border-bottom: 0; }
.report-352-table th:last-child,
.report-352-table td:last-child { border-right: 0; }

.report-352-note,
.report-352-warning {
    margin-top: 24px;
    padding: 22px 26px;
    border-radius: 14px;
}
.report-352-note { background: #f1f7fb; }
.report-352-warning { border-left: 6px solid var(--report-352-orange); background: #fff7ec; }
.report-352-note strong,
.report-352-warning strong { display: block; margin-bottom: 6px; color: var(--report-352-blue-dark); font-size: 1.12rem; }
.report-352-note p,
.report-352-warning p { margin: 0; }

.report-352-steps { margin: 26px 0 0; padding: 0; list-style: none; }
.report-352-steps > li {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    margin: 0 0 14px;
    padding: 22px 24px;
    border: 1px solid var(--report-352-border);
    border-radius: 14px;
    background: #fff;
}
.report-352-steps > li > span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 999px;
    background: var(--report-352-blue);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 800;
}
.report-352-steps h3 { margin: 0 0 5px; }
.report-352-steps p { margin: 0; }

.report-352-checklist {
    margin-top: 24px;
    padding: 24px 28px;
    border: 2px solid #c9dfd5;
    border-radius: 16px;
    background: #f3faf7;
}
.report-352-checklist h3 { margin-top: 0; color: var(--report-352-green-dark); }
.report-352-checklist ul { padding-left: 1.4em; }
.report-352-checklist li { margin: 7px 0; }

.report-352-label { margin: 0 0 7px; color: var(--report-352-blue-dark); font-size: 0.9rem; font-weight: 800; }
.report-352-service-card a {
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
    font-weight: 800;
}
.report-352-service-card a::after { content: "→"; margin-left: 0.45em; }

.report-352-order-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.report-352-order-grid > section > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--report-352-green);
    color: #fff;
    font-weight: 800;
}

.report-352-faq details {
    margin-bottom: 14px;
    border: 1px solid var(--report-352-border);
    border-radius: 13px;
    background: #fff;
}
.report-352-faq summary {
    position: relative;
    padding: 20px 54px 20px 24px;
    color: var(--report-352-blue-dark);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}
.report-352-faq summary::-webkit-details-marker { display: none; }
.report-352-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    color: var(--report-352-blue);
    font-size: 1.7rem;
    line-height: 1;
}
.report-352-faq details[open] summary::after { content: "−"; }
.report-352-faq details > div { padding: 0 24px 20px; }
.report-352-faq details > div p { margin: 0; }

.report-352-related {
    padding: 30px;
    border-radius: 18px;
    background: #f4f7f9;
}
.report-352-related h2 { margin-bottom: 20px; }
.report-352-related-grid > a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 112px;
    padding: 20px;
    border: 1px solid #d7e2e9;
    border-radius: 13px;
    background: #fff;
    color: var(--report-352-text);
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(35, 80, 108, 0.05);
}
.report-352-related-grid > a:hover,
.report-352-related-grid > a:focus-visible {
    border-color: var(--report-352-blue);
    background: #f7fbfe;
    color: var(--report-352-text);
    transform: translateY(-2px);
}
.report-352-related-grid strong { color: var(--report-352-blue-dark); }
.report-352-related-grid span { color: var(--report-352-muted); font-size: 0.93rem; }
.report-352-back { margin: 24px 0 0; text-align: center; }
.report-352-back a { font-weight: 800; }

.report-352-cta {
    padding: clamp(30px, 5vw, 50px);
    border-radius: 20px;
    background: linear-gradient(135deg, #1c4c6a 0%, #2d6b8e 100%);
    color: #fff;
    text-align: center;
    box-shadow: 0 16px 36px rgba(24, 72, 101, 0.22);
}
.report-352-cta .report-352-eyebrow { color: #ffe1b9; }
.report-352-cta h2 { color: #fff; }
.report-352-cta-buttons { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 26px; }
.report-352-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    min-height: 56px;
    padding: 14px 26px;
    border: 2px solid #fff;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.report-352-button--primary { background: #fff; color: #1b4a68 !important; }
.report-352-button--secondary { background: transparent; color: #fff !important; }
.report-352-button--primary:hover,
.report-352-button--primary:focus-visible { background: #ffe7c4; border-color: #ffe7c4; color: #713b0b !important; transform: translateY(-2px); }
.report-352-button--secondary:hover,
.report-352-button--secondary:focus-visible { background: #fff; color: #1b4a68 !important; transform: translateY(-2px); }

@media (max-width: 1100px) {
    .report-352-page { padding-right: 18px; padding-left: 18px; }
    .report-352-summary-grid,
    .report-352-order-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 650px) {
    .report-352-page { padding-right: 12px; padding-left: 12px; padding-bottom: 48px; }
    .report-352-page .pageTitle { margin-top: 6px; font-size: clamp(1.7rem, 8vw, 2.3rem); }
    .report-352-hero { border-radius: 13px; }
    .report-352-lead,
    .report-352-summary,
    .report-352-toc,
    .report-352-section,
    .report-352-related,
    .report-352-cta { margin-top: 34px; }
    .report-352-lead,
    .report-352-related,
    .report-352-cta { padding: 24px 20px; }
    .report-352-page h2 { padding-left: 12px; font-size: 1.45rem; }
    .report-352-summary-grid,
    .report-352-use-grid,
    .report-352-design-grid,
    .report-352-service-grid,
    .report-352-order-grid,
    .report-352-related-grid,
    .report-352-spec-panel,
    .report-352-toc ol { grid-template-columns: 1fr; }
    .report-352-summary-item { min-height: 0; }
    .report-352-toc { padding: 22px 20px; }
    .report-352-table { min-width: 680px; }
    .report-352-steps > li { grid-template-columns: 1fr; gap: 12px; padding: 20px; }
    .report-352-steps > li > span { justify-self: start; min-width: 88px; min-height: 40px; }
    .report-352-use-grid > section,
    .report-352-design-grid > section,
    .report-352-service-card,
    .report-352-order-grid > section,
    .report-352-checklist { padding: 22px 20px; }
    .report-352-related-grid > a { min-height: 0; }
    .report-352-button { width: 100%; min-width: 0; }
}

@media (max-width: 480px) {
    .report-352-page { font-size: 0.96rem; }
    .report-352-lead,
    .report-352-related,
    .report-352-cta { padding: 22px 16px; }
    .report-352-table-wrap { margin-right: -4px; margin-left: -4px; }
    .report-352-faq summary { padding: 18px 48px 18px 18px; }
    .report-352-faq details > div { padding: 0 18px 18px; }
}
