@charset "UTF-8";

/* Page 366: Report paper thickness guide */
.report-366-body {
    background: #f5f7f5;
}

.report-366-page {
    --report-366-navy: #15384d;
    --report-366-blue: #2f6675;
    --report-366-green: #4f7b68;
    --report-366-pale: #edf4f0;
    --report-366-warm: #f6eee1;
    --report-366-line: #d7e0dc;
    --report-366-text: #27343a;
    --report-366-muted: #5d6b70;
    color: var(--report-366-text);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.9;
    overflow-wrap: anywhere;
}

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

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

.report-366-page a:hover {
    color: #0d4056;
}

.report-366-page a:focus-visible,
.report-366-page button:focus-visible,
.report-366-page summary:focus-visible,
.report-366-page [tabindex]:focus-visible {
    outline: 3px solid #f0a43a;
    outline-offset: 3px;
}

.report-366-page .pageTitle {
    margin-bottom: 24px;
    color: var(--report-366-navy);
    letter-spacing: 0.02em;
}

.report-366-hero {
    margin: 0 0 36px;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(21, 56, 77, 0.13);
    background: #fff;
}

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

.report-366-lead {
    padding: 34px 38px;
    margin-bottom: 34px;
    border-left: 6px solid var(--report-366-green);
    border-radius: 0 18px 18px 0;
    background: #fff;
    box-shadow: 0 8px 28px rgba(21, 56, 77, 0.07);
}

.report-366-kicker,
.report-366-cta-label {
    margin: 0 0 7px;
    color: var(--report-366-green);
    font-weight: 800;
    font-size: 0.92rem;
    letter-spacing: 0.08em;
}

.report-366-lead h2,
.report-366-summary h2,
.report-366-toc h2,
.report-366-section > h2,
.report-366-related > h2,
.report-366-cta h2 {
    color: var(--report-366-navy);
    line-height: 1.45;
}

.report-366-lead h2 {
    margin: 0 0 18px;
    font-size: clamp(1.45rem, 3vw, 2rem);
}

.report-366-lead p:last-child,
.report-366-section > p:last-child {
    margin-bottom: 0;
}

.report-366-summary {
    margin: 0 0 34px;
}

.report-366-summary > h2 {
    margin: 0 0 18px;
    font-size: 1.55rem;
}

.report-366-summary-grid,
.report-366-point-grid,
.report-366-product-grid,
.report-366-related-grid {
    display: grid;
    gap: 18px;
}

.report-366-summary-grid,
.report-366-point-grid,
.report-366-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.report-366-summary-card {
    position: relative;
    min-height: 190px;
    padding: 28px 24px 24px;
    border: 1px solid var(--report-366-line);
    border-radius: 16px;
    background: #fff;
}

.report-366-summary-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 30px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: var(--report-366-pale);
    color: var(--report-366-green);
    font-size: 0.82rem;
    font-weight: 900;
}

.report-366-summary-card h3,
.report-366-point-grid h3,
.report-366-question-list h3,
.report-366-product-card h3,
.report-366-support-box h3 {
    margin: 0 0 8px;
    color: var(--report-366-navy);
    line-height: 1.55;
}

.report-366-summary-card p,
.report-366-point-grid p,
.report-366-question-list p,
.report-366-product-card p,
.report-366-support-box p {
    margin: 0;
}

.report-366-toc {
    padding: 28px 32px;
    margin: 0 0 42px;
    border-radius: 18px;
    background: var(--report-366-navy);
    color: #fff;
}

.report-366-toc h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 1.35rem;
}

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

.report-366-toc a {
    color: #fff;
    text-decoration-color: rgba(255, 255, 255, 0.55);
}

.report-366-toc a:hover {
    color: #d8f1e6;
}

.report-366-section {
    padding: 0 0 42px;
    margin: 0 0 42px;
    border-bottom: 1px solid var(--report-366-line);
    scroll-margin-top: 90px;
}

.report-366-section > h2,
.report-366-related > h2 {
    position: relative;
    padding: 0 0 13px 18px;
    margin: 0 0 22px;
    font-size: clamp(1.45rem, 2.8vw, 1.9rem);
    border-bottom: 2px solid var(--report-366-line);
}

.report-366-section > h2::before,
.report-366-related > h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.22em;
    width: 6px;
    height: 1.1em;
    border-radius: 999px;
    background: var(--report-366-green);
}

.report-366-section h3 {
    margin-top: 30px;
    color: var(--report-366-navy);
}

.report-366-point-grid {
    margin: 24px 0;
}

.report-366-point-grid > div {
    padding: 24px;
    border-radius: 14px;
    background: var(--report-366-pale);
}

.report-366-note,
.report-366-warning,
.report-366-support-box {
    padding: 24px 26px;
    margin: 26px 0 0;
    border-radius: 15px;
}

.report-366-note {
    border: 1px solid #c9ddd3;
    background: #f7fbf9;
}

.report-366-note h3,
.report-366-warning h3 {
    margin: 0 0 8px;
}

.report-366-note p,
.report-366-warning p {
    margin-bottom: 0;
}

.report-366-table-wrap {
    max-width: 100%;
    margin: 24px 0 8px;
    overflow-x: auto;
    border: 1px solid var(--report-366-line);
    border-radius: 14px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.report-366-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    line-height: 1.7;
}

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

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

.report-366-table tbody th {
    width: 20%;
    background: var(--report-366-pale);
    color: var(--report-366-navy);
    font-weight: 800;
}

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

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

.report-366-caption {
    margin: 8px 0 0;
    color: var(--report-366-muted);
    font-size: 0.86rem;
}

.report-366-steps {
    padding-left: 1.5em;
}

.report-366-steps li {
    margin-bottom: 10px;
}

.report-366-definition-list {
    margin: 24px 0;
}

.report-366-definition-list > div {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    border-bottom: 1px solid var(--report-366-line);
}

.report-366-definition-list dt,
.report-366-definition-list dd {
    padding: 18px 16px;
}

.report-366-definition-list dt {
    color: var(--report-366-navy);
    font-weight: 800;
    background: var(--report-366-pale);
}

.report-366-definition-list dd {
    margin: 0;
    background: #fff;
}

.report-366-question-list {
    display: grid;
    gap: 14px;
    margin: 24px 0 30px;
}

.report-366-question-list > div {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 22px 24px;
    border: 1px solid var(--report-366-line);
    border-radius: 14px;
    background: #fff;
}

.report-366-question-list > div > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--report-366-navy);
    color: #fff;
    font-weight: 900;
}

.report-366-check-list {
    padding: 24px 28px 24px 48px;
    border-radius: 14px;
    background: var(--report-366-warm);
}

.report-366-check-list li {
    margin-bottom: 10px;
}

.report-366-warning {
    border-left: 6px solid #d89437;
    background: #fff8ed;
}

.report-366-warning ul {
    margin-bottom: 0;
}

.report-366-warning li {
    margin-bottom: 8px;
}

.report-366-order-check {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 24px;
    border-radius: 14px;
    background: var(--report-366-pale);
}

.report-366-order-check label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 13px 14px;
    border-radius: 9px;
    background: #fff;
    cursor: pointer;
}

.report-366-order-check input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 0.32em;
    accent-color: var(--report-366-green);
}

.report-366-product-grid {
    margin: 24px 0;
}

.report-366-product-card {
    display: block;
    min-height: 190px;
    padding: 24px;
    border: 1px solid var(--report-366-line);
    border-radius: 14px;
    background: #fff;
    color: var(--report-366-text) !important;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.report-366-product-card:hover {
    transform: translateY(-3px);
    border-color: var(--report-366-green);
    box-shadow: 0 12px 28px rgba(21, 56, 77, 0.11);
}

.report-366-product-card > span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--report-366-green);
    font-size: 0.82rem;
    font-weight: 800;
}

.report-366-support-box {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    background: var(--report-366-warm);
}

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

.report-366-button:hover {
    transform: translateY(-2px);
}

.report-366-button-sub {
    flex: 0 0 auto;
    background: var(--report-366-navy);
    color: #fff !important;
}

.report-366-button-sub:hover {
    background: #0c2a3a;
    color: #fff !important;
}

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

.report-366-faq summary {
    position: relative;
    padding: 19px 54px 19px 22px;
    color: var(--report-366-navy);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

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

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

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

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

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

.report-366-related {
    margin: 0 0 42px;
}

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

.report-366-related-grid a {
    display: grid;
    gap: 5px;
    padding: 20px 22px;
    border: 1px solid var(--report-366-line);
    border-radius: 13px;
    background: #fff;
    color: var(--report-366-text);
    text-decoration: none;
}

.report-366-related-grid a:hover {
    border-color: var(--report-366-green);
    box-shadow: 0 8px 22px rgba(21, 56, 77, 0.08);
}

.report-366-related-grid span {
    color: var(--report-366-green);
    font-size: 0.78rem;
    font-weight: 800;
}

.report-366-related-grid strong {
    color: var(--report-366-navy);
}

.report-366-related-grid small {
    color: var(--report-366-muted);
    font-size: 0.86rem;
}

.report-366-back-link {
    margin: 22px 0 0;
    text-align: right;
}

.report-366-back-link a {
    font-weight: 800;
}

.report-366-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
    gap: 30px;
    align-items: center;
    padding: 36px;
    margin: 0 0 24px;
    border-radius: 20px;
    background: var(--report-366-navy);
    color: #fff;
}

.report-366-cta h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(1.45rem, 3vw, 2rem);
}

.report-366-cta p {
    margin-bottom: 0;
}

.report-366-cta-label {
    color: #b9e3d2;
}

.report-366-cta-actions {
    display: grid;
    gap: 12px;
}

.report-366-button-main {
    background: #f0a43a;
    color: #142d3b !important;
}

.report-366-button-main:hover {
    background: #ffbd5f;
    color: #142d3b !important;
}

.report-366-button-light {
    border-color: #fff;
    background: transparent;
    color: #fff !important;
}

.report-366-button-light:hover {
    background: #fff;
    color: var(--report-366-navy) !important;
}

@media (max-width: 900px) {
    .report-366-summary-grid,
    .report-366-point-grid,
    .report-366-product-grid {
        grid-template-columns: 1fr;
    }

    .report-366-summary-card,
    .report-366-product-card {
        min-height: auto;
    }

    .report-366-toc ol,
    .report-366-order-check {
        grid-template-columns: 1fr;
    }

    .report-366-support-box,
    .report-366-cta {
        display: grid;
        grid-template-columns: 1fr;
    }

    .report-366-button-sub {
        justify-self: start;
    }
}

@media (max-width: 650px) {
    .report-366-page {
        font-size: 15px;
        line-height: 1.85;
    }

    .report-366-hero {
        margin-bottom: 26px;
        border-radius: 12px;
    }

    .report-366-lead {
        padding: 25px 22px;
        border-left-width: 5px;
    }

    .report-366-toc {
        padding: 23px 21px;
        border-radius: 13px;
    }

    .report-366-toc ol {
        padding-left: 1.4em;
    }

    .report-366-section {
        padding-bottom: 32px;
        margin-bottom: 34px;
    }

    .report-366-section > h2,
    .report-366-related > h2 {
        padding-left: 14px;
    }

    .report-366-definition-list > div {
        display: block;
    }

    .report-366-definition-list dt,
    .report-366-definition-list dd {
        padding: 14px 16px;
    }

    .report-366-question-list > div {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 13px;
        padding: 18px 16px;
    }

    .report-366-question-list > div > span {
        width: 44px;
        height: 44px;
        font-size: 0.82rem;
    }

    .report-366-check-list {
        padding: 20px 20px 20px 40px;
    }

    .report-366-note,
    .report-366-warning,
    .report-366-support-box {
        padding: 20px;
    }

    .report-366-order-check {
        padding: 16px;
    }

    .report-366-related-grid {
        grid-template-columns: 1fr;
    }

    .report-366-back-link {
        text-align: left;
    }

    .report-366-cta {
        padding: 27px 22px;
        border-radius: 15px;
    }

    .report-366-button {
        width: 100%;
        padding-inline: 18px;
    }

    .report-366-button-sub {
        justify-self: stretch;
    }
}

@media (max-width: 480px) {
    .report-366-page {
        font-size: 14px;
    }

    .report-366-lead h2,
    .report-366-cta h2 {
        font-size: 1.35rem;
    }

    .report-366-section > h2,
    .report-366-related > h2 {
        font-size: 1.3rem;
    }

    .report-366-table {
        min-width: 680px;
    }

    .report-366-summary-card,
    .report-366-point-grid > div,
    .report-366-product-card {
        padding: 20px;
    }
}
