@charset "UTF-8";

.report-362-body .report-362-page {
    --report-362-ink: #394b37;
    --report-362-deep: #4a5f46;
    --report-362-blue: #76956c;
    --report-362-aqua: #eef5ea;
    --report-362-green: #6d8a58;
    --report-362-sand: #f5f1e8;
    --report-362-gold: #b77c36;
    --report-362-text: #2d3b41;
    --report-362-muted: #5c6b72;
    --report-362-border: #d7e1e4;
    --report-362-bg: #f7fafb;
    --report-362-white: #ffffff;
    color: var(--report-362-text);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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