/**
 * Privacy Policy Page Styles - Desktop
 */

/* カード全体 */
.privacy-policy-card {
    padding: 50px 60px;
}

.privacy-content p {
    line-height: 1.8;
    margin-bottom: 1em;
}

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

/* ========================================
   セクション（h3ごとのブロック）
   ======================================== */
.privacy-section {
    padding-top: 40px;      /* セクション上の余白 */
    padding-bottom: 40px;   /* セクション下の余白 */
    border-bottom: 1px solid #e0e0e0;
}

/* 最初のセクションは上の余白を小さく */
.privacy-section:first-child {
    padding-top: 0;
}

/* 最後のセクションは下線なし */
.privacy-section:last-child,
.privacy-section-last {
    border-bottom: none;
    padding-bottom: 0;
}

/* ========================================
   大見出し（h3）
   ======================================== */
.privacy-heading {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #E8A04C;
    color: #333;
}

/* ========================================
   サブセクション（h4を含むブロック）
   ======================================== */
.privacy-subsection {
    margin-top: 28px;
}

.privacy-subsection:first-of-type {
    margin-top: 0;
}

/* ========================================
   小見出し（h4）
   ======================================== */
.privacy-subheading {
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 12px;
    border-left: 3px solid #E8A04C;
    color: #444;
}

/* ========================================
   リスト
   ======================================== */
.privacy-list {
    margin: 1em 0;
    padding-left: 1.5em;
}

.privacy-list li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.privacy-list li:last-child {
    margin-bottom: 0;
}

/* ========================================
   連絡先ボックス
   ======================================== */
.privacy-contact {
    background: #f8f8f8;
    padding: 20px 24px;
    border-radius: 8px;
    border-left: 4px solid #E8A04C;
    margin-top: 16px;
}

/* ========================================
   制定日
   ======================================== */
.privacy-date {
    margin-top: 32px;
    text-align: right;
    color: #666;
    font-size: 0.95rem;
}

/* ========================================
   リンク
   ======================================== */
.privacy-content a {
    color: #E8A04C;
    text-decoration: underline;
    transition: opacity 0.2s ease;
}

.privacy-content a:hover {
    opacity: 0.7;
}
