/* ==========================================================
   特定商取引法に基づく表示ページ (privacy.css と併用)
   body.dark-top.dt-law 配下のみに適用
   ========================================================== */

/* ---------- セクション ---------- */
.dt-law .dtl-section {
    background: linear-gradient(180deg, #141319 0%, #0e0d12 100%);
    border: 1px solid #232028;
    border-radius: 10px;
    padding: 34px 38px 38px;
    margin-bottom: 26px;
}

.dt-law .dtl-section__title {
    font-family: "Shippori Mincho", serif;
    font-size: 22px;
    font-weight: 800;
    color: #f2f0ed;
    letter-spacing: .06em;
    padding-bottom: 16px;
    border-bottom: 1px solid #232028;
    margin-bottom: 22px;
}

.dt-law .dtl-section__title i {
    color: #ec1b26;
    margin-right: 12px;
}

/* ---------- テーブル ---------- */
.dt-law .dtl-table {
    width: 100%;
    border-collapse: collapse;
}

.dt-law .dtl-table th,
.dt-law .dtl-table td {
    border: 1px solid #232028;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.95;
    text-align: left;
    vertical-align: top;
}

.dt-law .dtl-table th {
    width: 220px;
    background: rgba(208, 22, 31, .07);
    color: #e7e4e9;
    font-weight: bold;
    letter-spacing: .04em;
    white-space: nowrap;
}

.dt-law .dtl-table td {
    color: #b7b3bd;
}

.dt-law .dtl-table a {
    color: #ec1b26;
}

.dt-law .dtl-table a:hover {
    text-decoration: underline;
}

/* ---------- 注記 ---------- */
.dt-law .dtl-note {
    margin-top: 18px;
    font-size: 13px;
    color: #8a8691;
    line-height: 1.9;
}

/* ---------- レスポンシブ ---------- */
@media screen and (max-width: 640px) {
    .dt-law .dtl-section {
        padding: 26px 20px 30px;
    }
    .dt-law .dtl-table th,
    .dt-law .dtl-table td {
        display: block;
        width: auto;
        white-space: normal;
    }
    .dt-law .dtl-table th {
        border-bottom: none;
    }
    .dt-law .dtl-table tr + tr th {
        border-top: none;
    }
}
