/* ============================================================
   プライバシーポリシー・特定商取引法ページ用スタイル
   ============================================================ */

.policy-content {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    padding: 50px 40px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.policy-intro {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ff6b35;
}

.policy-section {
    margin-bottom: 35px;
}

.policy-heading {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 4px solid #ff6b35;
}

.policy-text {
    font-size: 15px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 15px;
}

.policy-list {
    list-style: none;
    padding-left: 0;
    margin: 15px 0;
}

.policy-list li {
    font-size: 15px;
    line-height: 1.9;
    color: #333;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}

.policy-list li::before {
    content: "●";
    color: #ff6b35;
    font-size: 12px;
    position: absolute;
    left: 8px;
    top: 2px;
}

.policy-contact {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-top: 20px;
    border-left: 4px solid #ff6b35;
}

.policy-contact p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 8px;
}

.policy-contact strong {
    font-size: 18px;
    color: #1a1a1a;
}

.policy-date {
    text-align: right;
    font-size: 14px;
    color: #666;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

/* 特定商取引法テーブル */
.tokushoho-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.tokushoho-table th,
.tokushoho-table td {
    padding: 18px 20px;
    border: 1px solid #e0e0e0;
    font-size: 15px;
    line-height: 1.8;
}

.tokushoho-table th {
    background: #ff6b35;
    color: white;
    font-weight: 700;
    text-align: left;
    width: 200px;
    vertical-align: top;
}

.tokushoho-table td {
    background: white;
    color: #333;
    vertical-align: top;
}

.tokushoho-table tr:hover td {
    background: #f8f9fa;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .policy-content {
        padding: 30px 20px;
    }

    .policy-heading {
        font-size: 18px;
    }

    .policy-text,
    .policy-list li {
        font-size: 14px;
    }

    .tokushoho-table {
        font-size: 13px;
    }

    .tokushoho-table th,
    .tokushoho-table td {
        display: block;
        width: 100%;
        padding: 12px 15px;
    }

    .tokushoho-table th {
        background: #ff6b35;
        color: white;
        border-bottom: none;
    }

    .tokushoho-table td {
        border-top: none;
        border-bottom: 2px solid #e0e0e0;
        margin-bottom: 15px;
    }
}
