/* ==========================================================================
   プライバシーポリシー用スタイル
   ========================================================================== */

/* メインエリア（全体の枠） */
.privacy_content_area {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 180px;
    color: #333;
}

/* 冒頭リード文BOX */
.privacy_intro {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 2em 2.5em;
    margin-top: 40px;
    margin-bottom: 50px;
}

.privacy_intro p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0;
}

/* 冒頭BOXのスマホ対応 */
@media screen and (max-width: 767px) {
    .privacy_intro {
        padding: 1.5em;
    }
}

/* 各セクション */
.privacy_section {
    margin-bottom: 35px;
}

.privacy_section h2 {
    font-size: 1.25rem;
    color: #005588;
    border-bottom: 2px solid #e0f2f7;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.privacy_section p {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 10px;
}

/* リスト形式 */
.privacy_list {
    list-style-type: disc;
    padding-left: 25px;
    margin-top: 10px;
}

.privacy_list li {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 5px;
}

/* お問い合わせボックス */
.privacy_contact_box {
    background-color: #f7fbff;
    border: 1px solid #d4ebf2;
    padding: 20px;
    border-radius: 8px;
    margin-top: 15px;
}

.privacy_contact_box p {
    margin-bottom: 5px;
}

.privacy_contact_box p:last-child {
    margin-bottom: 0;
}

.privacy_contact_btn {
    margin-top: 20px;
}