/* Astraデフォルトの余白をリセット */
body.page-template-page-privacy-policy .site-content {
    padding: 0 !important;
}
body.page-template-page-privacy-policy .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}
body.page-template-page-privacy-policy .entry-content {
    padding: 0 !important;
    margin: 0 !important;
}

/* ページ全体 */
.privacy-page-wrap {
    min-height: 60vh;
    background: #f8f8fc;
    padding: 56px 20px 80px;
}

/* コンテンツ幅 */
.privacy-inner {
    max-width: 780px;
    margin: 0 auto;
}

/* ページタイトル */
.privacy-page-title {
    font-size: 26px;
    font-weight: 800;
    color: #1a1a2e;
    text-align: center;
    margin: 0 0 8px;
    letter-spacing: 0.02em;
}
.privacy-page-subtitle {
    font-size: 14px;
    color: #888;
    text-align: center;
    margin: 0 0 40px;
}

/* カード */
.privacy-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
    padding: 44px 48px 48px;
}

/* リード文 */
.privacy-lead {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid #eee;
}

/* 各条文セクション */
.privacy-section {
    margin-bottom: 36px;
}
.privacy-section:last-of-type {
    margin-bottom: 0;
}

/* 条文タイトル */
.privacy-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 12px;
    padding: 10px 16px;
    background: #f0f4ff;
    border-left: 4px solid #5c6bc0;
    border-radius: 0 8px 8px 0;
}

/* 条文テキスト */
.privacy-section p {
    font-size: 15px;
    line-height: 1.9;
    color: #444;
    margin: 0 0 12px;
}
.privacy-section p:last-child {
    margin-bottom: 0;
}

/* リスト */
.privacy-section ul {
    margin: 8px 0 12px;
    padding-left: 1.5em;
    list-style: disc;
}
.privacy-section ul li {
    font-size: 15px;
    line-height: 1.85;
    color: #444;
    margin-bottom: 6px;
}
.privacy-section ul li:last-child {
    margin-bottom: 0;
}

/* リンク */
.privacy-section a {
    color: #5c6bc0;
    text-decoration: underline;
}
.privacy-section a:hover {
    color: #3949ab;
}

/* 制定日 */
.privacy-date {
    margin-top: 44px;
    padding-top: 24px;
    border-top: 1px solid #eee;
    text-align: right;
    font-size: 13px;
    color: #999;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .privacy-page-wrap {
        padding: 36px 16px 64px;
    }
    .privacy-card {
        padding: 28px 20px 32px;
        border-radius: 12px;
    }
    .privacy-page-title {
        font-size: 22px;
    }
}
