/* --- ▼▼▼ Privacyページ専用のスタイル ▼▼▼ --- */
/* 共通スタイルは /css/base.css から読み込まれます */

.privacy-main {
    padding-top: 120px;
    padding-bottom: 80px;
}

.content-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.content-wrapper h1 {
    font-size: 3em;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.3;
}

.content-wrapper h1 .subtitle-jp {
    font-size: 0.5em;
    color: #666;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}

.page-intro {
    font-size: 1em;
    line-height: 1.8;
    color: #555;
    margin-bottom: 60px;
    padding: 20px;
    background-color: #f9f9f9;
    border-left: 4px solid #000;
    border-radius: 4px;
}

/* セクションスタイル */
.privacy-section {
    margin-bottom: 50px;
}

.privacy-section h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
    color: #000;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}

.privacy-section p {
    font-size: 1em;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}

.privacy-section p a {
    color: #0066cc;
    text-decoration: underline;
}

.privacy-section p a:hover {
    color: #0052a3;
}

.privacy-section ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 15px;
}

.privacy-section ul li {
    font-size: 1em;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
}

/* ネストされたリスト */
.privacy-section ul ul {
    margin-top: 10px;
    margin-left: 20px;
}

.privacy-section ul ul li {
    margin-bottom: 8px;
}

/* お問い合わせリンク */
.contact-link {
    display: inline-block;
    padding: 12px 30px;
    background-color: #000;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 30px;
    transition: background-color 0.3s;
    font-weight: bold;
    margin-top: 10px;
}

.contact-link:hover {
    background-color: #333;
    color: #fff !important;
}

/* ポリシーフッター */
.policy-footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    text-align: right;
}

.policy-footer p {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 5px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .privacy-main {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .content-wrapper h1 {
        font-size: 2em;
    }

    .page-intro {
        font-size: 0.95em;
        padding: 15px;
    }

    .privacy-section h2 {
        font-size: 1.4em;
    }

    .privacy-section p,
    .privacy-section ul li {
        font-size: 0.95em;
    }

    .policy-footer {
        text-align: center;
    }
}
