@charset "UTF-8";

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

.report-341-page {
    --report-341-main: #315f70;
    --report-341-main-dark: #1e4351;
    --report-341-main-soft: #edf5f7;
    --report-341-accent: #aa7042;
    --report-341-accent-dark: #74451f;
    --report-341-warm: #fff8f0;
    --report-341-border: #d6e1e5;
    --report-341-text: #303840;
    --report-341-muted: #626d73;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 72px;
    color: var(--report-341-text);
}

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

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

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

.report-341-page a:focus-visible,
.report-341-page summary:focus-visible,
.report-341-table-wrap:focus-visible {
    outline: 3px solid rgba(170, 112, 66, 0.5);
    outline-offset: 4px;
}

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

.report-341-hero {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    background: #edf0f1;
    box-shadow: 0 18px 42px rgba(30, 67, 81, 0.15);
}

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

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

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

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

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

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

.report-341-page h3 {
    margin: 0 0 12px;
    color: #275866;
    font-size: clamp(1.15rem, 2vw, 1.4rem);
    line-height: 1.55;
}

.report-341-summary-grid,
.report-341-feature-grid,
.report-341-case-grid,
.report-341-check-grid,
.report-341-product-grid,
.report-341-related-grid {
    display: grid;
    gap: 18px;
}

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

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

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

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

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

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

.report-341-point p,
.report-341-warning p,
.report-341-decision p {
    margin: 0;
}

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

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

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

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

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

.report-341-feature-grid,
.report-341-case-grid,
.report-341-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 24px 0;
}

.report-341-feature-grid article,
.report-341-case-grid article,
.report-341-check-grid > div {
    padding: 24px;
    border: 1px solid var(--report-341-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(30, 67, 81, 0.07);
}

.report-341-feature-grid article:first-child {
    border-top: 5px solid #7a8c94;
}

.report-341-feature-grid article:last-child {
    border-top: 5px solid var(--report-341-accent);
    background: linear-gradient(145deg, #fff 0%, #fff9f2 100%);
}

.report-341-feature-grid ul,
.report-341-checklist {
    margin: 0;
    padding-left: 1.35em;
}

.report-341-feature-grid li,
.report-341-checklist li {
    margin: 8px 0;
}

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

.report-341-table-wrap table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

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

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

.report-341-table-wrap tbody th {
    width: 16%;
    background: var(--report-341-main-soft);
    color: var(--report-341-main-dark);
}

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

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

.report-341-note {
    padding: 18px 22px;
    border-radius: 10px;
    background: #f4f6f7;
    color: #4f5b61;
    font-size: 0.95rem;
}

.report-341-case-grid article {
    border-top: 4px solid var(--report-341-main);
}

.report-341-label {
    display: inline-block;
    margin: 0 0 10px;
    padding: 4px 12px;
    border-radius: 999px;
    background: var(--report-341-main-soft);
    color: var(--report-341-main-dark);
    font-size: 0.86rem;
    font-weight: 800;
}

.report-341-case-grid p:last-child {
    margin-bottom: 0;
}

.report-341-steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

.report-341-steps li {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 18px;
    padding: 24px;
    border: 1px solid var(--report-341-border);
    border-radius: 16px;
    background: #fff;
}

.report-341-steps li > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--report-341-main);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
}

.report-341-steps p {
    margin: 0;
}

.report-341-decision h3 {
    color: var(--report-341-accent-dark);
}

.report-341-warning {
    border-left-color: #c75b4c;
    background: #fff3f1;
}

.report-341-warning strong {
    color: #8b352a;
}

.report-341-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 26px;
}

.report-341-product-grid a,
.report-341-related-grid a {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-height: 130px;
    padding: 22px;
    border: 1px solid var(--report-341-border);
    border-radius: 15px;
    background: #fff;
    color: var(--report-341-text) !important;
    text-decoration: none;
    box-shadow: 0 7px 20px rgba(30, 67, 81, 0.07);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.report-341-product-grid a {
    border-top: 5px solid var(--report-341-accent);
}

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

.report-341-related-grid a {
    border-left: 5px solid var(--report-341-main);
}

.report-341-product-grid a:hover,
.report-341-product-grid a:focus-visible,
.report-341-related-grid a:hover,
.report-341-related-grid a:focus-visible {
    border-color: #82adb8;
    color: var(--report-341-text) !important;
    box-shadow: 0 12px 28px rgba(30, 67, 81, 0.14);
    transform: translateY(-3px);
}

.report-341-product-grid strong,
.report-341-related-grid strong {
    color: var(--report-341-main-dark);
    font-size: 1.08rem;
}

.report-341-product-grid span,
.report-341-related-grid span {
    color: var(--report-341-muted);
    font-size: 0.94rem;
}

.report-341-hub-link {
    display: inline-flex;
    align-items: center;
    margin-top: 24px;
    padding: 12px 18px;
    border: 1px solid var(--report-341-main);
    border-radius: 999px;
    background: #fff;
    color: var(--report-341-main-dark) !important;
    font-weight: 800;
    text-decoration: none;
}

.report-341-hub-link:hover,
.report-341-hub-link:focus-visible {
    background: var(--report-341-main-soft);
    color: var(--report-341-main-dark) !important;
}

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

.report-341-faq summary {
    position: relative;
    padding: 19px 52px 19px 22px;
    color: var(--report-341-main-dark);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

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

.report-341-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    color: var(--report-341-accent-dark);
    font-size: 1.55rem;
}

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

.report-341-faq details > div {
    padding: 0 22px 20px;
}

.report-341-faq details p {
    margin: 0;
}

.report-341-cta {
    padding: clamp(28px, 5vw, 48px);
    border-radius: 20px;
    background: linear-gradient(135deg, #f1f8f9 0%, #fff8ef 100%);
    box-shadow: 0 15px 35px rgba(30, 67, 81, 0.1);
}

.report-341-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.report-341-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 13px 24px;
    border: 2px solid transparent;
    border-radius: 8px;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

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

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

.report-341-button:hover,
.report-341-button:focus-visible {
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(30, 67, 81, 0.2);
    transform: translateY(-2px);
}

.report-341-button--sample:hover,
.report-341-button--sample:focus-visible {
    background: var(--report-341-main-dark);
}

.report-341-button--estimate:hover,
.report-341-button--estimate:focus-visible {
    background: #573216;
}

@media (max-width: 1100px) {
    .report-341-page {
        padding-right: 18px;
        padding-left: 18px;
    }

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

@media (max-width: 650px) {
    .report-341-page {
        padding-right: 12px;
        padding-left: 12px;
    }

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

    .report-341-hero {
        margin-right: -12px;
        margin-left: -12px;
        border-radius: 0;
    }

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

    .report-341-summary-grid,
    .report-341-feature-grid,
    .report-341-case-grid,
    .report-341-check-grid,
    .report-341-product-grid,
    .report-341-related-grid,
    .report-341-toc ol {
        grid-template-columns: 1fr;
    }

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

    .report-341-lead,
    .report-341-toc,
    .report-341-cta {
        padding: 22px 20px;
    }

    .report-341-steps li {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
        padding: 20px 17px;
    }

    .report-341-steps li > span {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }

    .report-341-table-wrap::before {
        content: "表は横にスクロールできます";
        display: block;
        padding: 9px 14px;
        background: #f1f5f6;
        color: #536168;
        font-size: 0.82rem;
        font-weight: 700;
    }

    .report-341-cta-buttons,
    .report-341-button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .report-341-page h2 {
        padding-left: 12px;
        border-left-width: 5px;
        font-size: 1.42rem;
    }

    .report-341-lead h2,
    .report-341-cta h2 {
        font-size: 1.4rem;
    }

    .report-341-point,
    .report-341-decision,
    .report-341-warning,
    .report-341-feature-grid article,
    .report-341-case-grid article,
    .report-341-check-grid > div,
    .report-341-product-grid a,
    .report-341-related-grid a {
        padding: 18px;
    }
}
