@charset "UTF-8";

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

.report-333-page {
    --report-333-main: #276a73;
    --report-333-main-dark: #17464e;
    --report-333-main-soft: #eaf5f5;
    --report-333-accent: #a86d31;
    --report-333-accent-dark: #754518;
    --report-333-warm: #fff8ef;
    --report-333-border: #d7e2e3;
    --report-333-text: #2f3740;
    --report-333-muted: #606a70;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 72px;
    color: var(--report-333-text);
}

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

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

.report-333-page a:hover,
.report-333-page a:focus-visible {
    color: #0e3f58;
}

.report-333-page a:focus-visible,
.report-333-page summary:focus-visible,
.report-333-table-wrap:focus-visible {
    outline: 3px solid rgba(168, 109, 49, 0.48);
    outline-offset: 4px;
}

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

.report-333-hero {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    background: #e9eeee;
    box-shadow: 0 18px 42px rgba(23, 70, 78, 0.15);
}

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

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

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

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

.report-333-lead h2,
.report-333-cta h2 {
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    color: var(--report-333-main-dark);
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    line-height: 1.45;
}

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

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

.report-333-page h3 {
    margin: 28px 0 12px;
    color: #245b62;
    font-size: clamp(1.15rem, 2vw, 1.38rem);
    line-height: 1.55;
}

.report-333-summary-grid,
.report-333-guide-grid,
.report-333-product-grid,
.report-333-use-grid,
.report-333-service-grid,
.report-333-related-grid {
    display: grid;
    gap: 18px;
}

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

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

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

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

.report-333-point {
    margin-top: 22px;
    padding: 22px 26px;
    border-left: 6px solid var(--report-333-accent);
    border-radius: 12px;
    background: var(--report-333-warm);
}

.report-333-point strong {
    display: block;
    margin-bottom: 6px;
    color: var(--report-333-accent-dark);
    font-size: 1.13rem;
}

.report-333-point p {
    margin: 0;
}

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

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

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

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

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

.report-333-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
}

.report-333-guide-card {
    position: relative;
    display: flex;
    gap: 18px;
    min-height: 250px;
    padding: 24px;
    border: 1px solid var(--report-333-border);
    border-top: 5px solid var(--report-333-main);
    border-radius: 16px;
    background: #fff;
    color: var(--report-333-text) !important;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(23, 70, 78, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.report-333-guide-card:hover,
.report-333-guide-card:focus-visible {
    color: var(--report-333-text) !important;
    border-color: #87b2b7;
    box-shadow: 0 14px 30px rgba(23, 70, 78, 0.14);
    transform: translateY(-3px);
}

.report-333-guide-card--featured {
    border-top-color: var(--report-333-accent);
    background: linear-gradient(145deg, #fffdf9 0%, #fff8ed 100%);
}

.report-333-guide-number {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--report-333-main);
    color: #fff;
    font-weight: 800;
}

.report-333-guide-card--featured .report-333-guide-number {
    background: var(--report-333-accent);
}

.report-333-guide-label {
    margin: 0 0 4px;
    color: var(--report-333-accent-dark);
    font-size: 0.88rem;
    font-weight: 800;
}

.report-333-guide-card h3 {
    margin: 0 0 10px;
    color: var(--report-333-main-dark);
}

.report-333-guide-card p {
    margin-top: 0;
}

.report-333-guide-link {
    display: inline-block;
    margin-top: 8px;
    color: #165b78;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

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

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

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

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

.report-333-table tbody th {
    width: 22%;
    background: #f0f7f7;
    color: var(--report-333-main-dark);
}

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

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

.report-333-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
}

.report-333-product-card {
    display: block;
    padding: 25px;
    border: 1px solid #d9e4e5;
    border-radius: 15px;
    background: #f9fcfc;
    color: var(--report-333-text) !important;
    text-decoration: none;
}

.report-333-product-card:hover,
.report-333-product-card:focus-visible {
    background: #edf7f7;
    color: var(--report-333-text) !important;
}

.report-333-product-card h3 {
    margin: 5px 0 10px;
}

.report-333-product-card p {
    margin-top: 0;
}

.report-333-product-card > span:last-child {
    color: #165b78;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.report-333-product-kicker {
    color: var(--report-333-accent-dark) !important;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none !important;
}

.report-333-caption {
    margin-top: 16px;
    color: var(--report-333-muted);
    font-size: 0.92rem;
}

.report-333-step-list {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.report-333-step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 22px 24px;
    border: 1px solid var(--report-333-border);
    border-radius: 14px;
    background: #fff;
}

.report-333-step > span {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--report-333-main);
    color: #fff;
    font-weight: 800;
}

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

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

.report-333-link-panel {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin: 26px 0;
    padding: 25px 28px;
    border-radius: 16px;
    background: var(--report-333-main-soft);
}

.report-333-link-panel h3 {
    margin: 0 0 6px;
}

.report-333-link-panel p {
    margin: 0;
}

.report-333-inline-button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border: 2px solid var(--report-333-main-dark);
    border-radius: 999px;
    background: var(--report-333-main-dark);
    color: #fff !important;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
}

.report-333-inline-button:hover,
.report-333-inline-button:focus-visible {
    background: #fff;
    color: var(--report-333-main-dark) !important;
}

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

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

.report-333-use-card h3 {
    margin-top: 0;
}

.report-333-use-card p:last-child {
    margin-bottom: 0;
}

.report-333-hub-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 25px;
}

.report-333-hub-links a {
    display: block;
    padding: 22px 24px;
    border-radius: 14px;
    background: #f2f7f8;
    color: var(--report-333-main-dark) !important;
    text-decoration: none;
}

.report-333-hub-links a:hover,
.report-333-hub-links a:focus-visible {
    background: #e4f0f1;
}

.report-333-hub-links strong,
.report-333-hub-links span {
    display: block;
}

.report-333-hub-links span {
    margin-top: 6px;
    color: var(--report-333-muted);
    font-size: 0.93rem;
}

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

.report-333-service-card {
    display: flex;
    flex-direction: column;
    min-height: 270px;
    padding: 24px;
    border: 1px solid var(--report-333-border);
    border-radius: 16px;
    background: #fff;
    color: var(--report-333-text) !important;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(23, 70, 78, 0.07);
}

.report-333-service-card:hover,
.report-333-service-card:focus-visible {
    background: #f4fafa;
    color: var(--report-333-text) !important;
}

.report-333-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
    border-radius: 14px;
    background: var(--report-333-main);
    color: #fff;
    font-size: 1.25rem;
}

.report-333-service-card h3 {
    margin: 0 0 8px;
}

.report-333-service-card p {
    margin-top: 0;
}

.report-333-service-card div > span {
    color: #165b78;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.report-333-check-panel {
    padding: 27px 30px;
    border: 1px solid #cfe0e2;
    border-radius: 16px;
    background: #f5fafa;
}

.report-333-check-panel h3 {
    margin-top: 0;
}

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

.report-333-check-panel li {
    position: relative;
    padding-left: 30px;
}

.report-333-check-panel li::before {
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 21px;
    height: 21px;
    border: 2px solid var(--report-333-main);
    border-radius: 5px;
    background: #fff;
    content: "";
}

.report-333-warning {
    margin-top: 22px;
    padding: 24px 27px;
    border-left: 6px solid var(--report-333-accent);
    border-radius: 14px;
    background: var(--report-333-warm);
}

.report-333-warning strong {
    display: block;
    margin-bottom: 7px;
    color: var(--report-333-accent-dark);
    font-size: 1.12rem;
}

.report-333-warning p {
    margin: 0;
}

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

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

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

.report-333-faq summary::after {
    position: absolute;
    top: 50%;
    right: 22px;
    color: var(--report-333-main);
    content: "+";
    font-size: 1.7rem;
    line-height: 1;
    transform: translateY(-50%);
}

.report-333-faq details[open] summary {
    background: var(--report-333-main-soft);
}

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

.report-333-faq details > div {
    padding: 4px 24px 22px;
}

.report-333-faq details > div p {
    margin-bottom: 0;
}

.report-333-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.report-333-related-grid a {
    display: block;
    min-height: 145px;
    padding: 22px;
    border: 1px solid var(--report-333-border);
    border-radius: 14px;
    background: #fff;
    color: var(--report-333-main-dark) !important;
    text-decoration: none;
}

.report-333-related-grid a:hover,
.report-333-related-grid a:focus-visible {
    border-color: #86b1b6;
    background: #f1f8f8;
}

.report-333-related-grid strong,
.report-333-related-grid span {
    display: block;
}

.report-333-related-grid span {
    margin-top: 8px;
    color: var(--report-333-muted);
    font-size: 0.92rem;
}

.report-333-cta {
    padding: clamp(28px, 5vw, 46px);
    border-radius: 20px;
    background: linear-gradient(135deg, #eaf5f5 0%, #fff8ef 100%);
    text-align: center;
}

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

.report-333-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 245px;
    min-height: 54px;
    padding: 14px 24px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none !important;
}

.report-333-button--sample {
    border-color: var(--report-333-main-dark);
    background: var(--report-333-main-dark);
    color: #fff !important;
}

.report-333-button--sample:hover,
.report-333-button--sample:focus-visible {
    background: #fff;
    color: var(--report-333-main-dark) !important;
}

.report-333-button--estimate {
    border-color: var(--report-333-accent-dark);
    background: var(--report-333-accent-dark);
    color: #fff !important;
}

.report-333-button--estimate:hover,
.report-333-button--estimate:focus-visible {
    background: #fff;
    color: var(--report-333-accent-dark) !important;
}

.report-333-back-link {
    display: inline-block;
    margin-top: 22px;
    color: var(--report-333-main-dark) !important;
    font-weight: 800;
}

@media (max-width: 900px) {
    .report-333-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .report-333-link-panel {
        flex-direction: column;
        align-items: stretch;
    }

    .report-333-inline-button {
        width: 100%;
    }
}

@media (max-width: 650px) {
    .report-333-page {
        padding-bottom: 48px;
    }

    .report-333-page .pageTitle {
        margin-top: 6px;
        font-size: 1.85rem;
    }

    .report-333-hero {
        margin-right: -2px;
        margin-left: -2px;
        border-radius: 12px;
    }

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

    .report-333-lead,
    .report-333-cta {
        padding: 24px 20px;
        border-radius: 14px;
    }

    .report-333-page h2 {
        padding-left: 13px;
        font-size: 1.45rem;
    }

    .report-333-summary-grid,
    .report-333-guide-grid,
    .report-333-product-grid,
    .report-333-use-grid,
    .report-333-service-grid,
    .report-333-related-grid,
    .report-333-hub-links,
    .report-333-check-panel ul {
        grid-template-columns: 1fr;
    }

    .report-333-summary-item {
        min-height: 0;
    }

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

    .report-333-toc ol {
        grid-template-columns: 1fr;
    }

    .report-333-guide-card {
        min-height: 0;
        padding: 22px 18px;
    }

    .report-333-step {
        gap: 14px;
        padding: 20px 18px;
    }

    .report-333-link-panel,
    .report-333-check-panel,
    .report-333-warning {
        padding: 22px 19px;
    }

    .report-333-service-card,
    .report-333-related-grid a {
        min-height: 0;
    }

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

@media (max-width: 480px) {
    .report-333-page .pageTitle {
        font-size: 1.65rem;
    }

    .report-333-guide-card {
        display: block;
    }

    .report-333-guide-number {
        margin-bottom: 14px;
    }

    .report-333-step {
        display: block;
    }

    .report-333-step > span {
        margin-bottom: 12px;
    }

    .report-333-table {
        min-width: 660px;
    }
}
