/* 商品詳細（unique_html/03 モックに準拠） */
.detail-table {
    width: 100%;
    border-collapse: collapse;
}
.detail-table th,
.detail-table td {
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: top;
}
.detail-table th {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    color: #0a1128;
    background-color: #f4f6f9;
    text-align: left;
    width: 25%;
}
.detail-table td {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    color: #475569;
    line-height: 1.8;
}

.content-h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #0a1128;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
    letter-spacing: 0.05em;
}

.content-h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #0a1128;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
}

.thumb-active {
    border-color: #0a1128 !important;
    opacity: 1 !important;
}

@media (max-width: 1023px) {
    body.product-detail-page .site-footer {
        padding-bottom: 6rem;
    }
}
