/**
 * プライバシーポリシーページ専用スタイル
 */

.privacy-content section {
    margin-bottom: var(--spacing-xl);
}

.privacy-content section:last-of-type {
    margin-bottom: 0;
}

.privacy-content h2 {
    font-size: 1rem;
    margin-bottom: var(--spacing-sm);
    padding-bottom: var(--spacing-xs);
    border-bottom: 1px solid var(--color-border);
}

.privacy-content p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--color-text-muted);
}
