.article-detail .table-scroll {
    width: 100%;
    margin: 2.75rem 0 3.5rem;
    overflow-x: visible;
}

.article-detail table.data-table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 0.95rem;
}

.article-detail .data-table th,
.article-detail .data-table td {
    padding: 1rem 0.85rem;
    border: 0;
    border-bottom: 1px solid var(--article-line-soft);
    color: var(--article-body);
    line-height: 1.65;
    text-align: left;
    vertical-align: top;
    overflow-wrap: anywhere;
}

.article-detail .data-table thead th {
    background: #f4f6f8;
    color: var(--article-ink);
    font-size: 0.84rem;
    font-weight: 700;
}

.article-detail .data-table tbody tr:last-child th,
.article-detail .data-table tbody tr:last-child td {
    border-bottom: 0;
}

.article-detail .material-slot {
    margin: 3rem 0;
}

.article-detail .material-slot__frame {
    min-height: 220px;
    padding: 2rem;
    border: 1px dashed var(--article-line);
    background: #fafafa;
    text-align: center;
}

.article-detail .material-slot__frame--image {
    min-height: 0;
    padding: 0;
    border-style: solid;
    background: #fff;
}

.article-detail .material-slot__frame--image img {
    display: block;
    width: 100%;
    height: auto;
}

.article-detail .material-slot__inner {
    max-width: 38rem;
    margin: 0 auto;
}
.article-detail .material-slot__label {
    display: block;
    margin-bottom: 0.75rem;
    color: var(--article-muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.article-detail .material-slot__frame p,
.article-detail .material-slot__caption,
.article-detail .material-proof__caption {
    color: #a3acba;
    font-size: 0.86rem;
    line-height: 1.75;
}
.article-detail .material-slot__caption {
    padding: 0.85rem 0 0;
}
.article-detail .material-slot__title {
    margin: 0.65rem 0 0.45rem !important;
    color: var(--article-muted) !important;
    font-size: 1.05rem !important;
    font-weight: 700;
    line-height: 1.7;
}

.article-detail .material-proof-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}
.article-detail .material-proof-grid--single {
    grid-template-columns: minmax(0, 314px);
    justify-content: center;
}
.article-detail .material-proof-grid--comparison .material-proof img {
    max-width: 22rem;
    margin: 0 auto;
}
.article-detail .material-proof {
    min-width: 0;
}
.article-detail .material-proof img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid var(--article-line);
}
.article-detail .article-main pre {
    margin: 1.5rem 0 2.5rem;
    padding: 1.25rem 1.35rem;
    overflow-x: auto;
    background: var(--article-panel);
    color: var(--article-ink-soft);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.92rem;
    line-height: 1.85;
    white-space: pre-wrap;
}

.article-detail .article-main blockquote {
    margin: 2.5rem 0;
    padding: 1.25rem 1.5rem;
    border: 0;
    background: var(--article-panel);
    color: var(--article-body);
}

.article-detail .article-section--consultation {
    margin-top: 4rem;
}
.article-detail .faq-block p + p {
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .article-detail .data-table th,
    .article-detail .data-table td {
        padding: 0.7rem 0.55rem;
        font-size: 0.82rem;
    }
    .article-detail .material-proof-grid {
        grid-template-columns: 1fr;
    }
    .article-detail .material-slot__frame {
        min-height: 190px;
        padding: 1.4rem 1rem;
    }
}
