/* ============================================
   UniTime 利用規約 & プライバシーポリシー共通スタイル
   ============================================ */

.unitime-legal-container {
    max-width: 54rem;
    margin: 0 auto;
}

.unitime-legal-card {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 1.25rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05),
        0 1px 2px -1px rgba(0, 0, 0, 0.01);
    padding: 2rem;
}

@media (min-width: 768px) {
    .unitime-legal-card {
        padding: 3rem;
    }
}

/* 本文スタイル */
.unitime-legal-content h2 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
    color: #1d1d1f;
    letter-spacing: -0.01em;
}

.unitime-legal-content h2:first-of-type {
    margin-top: 1rem;
}

.unitime-legal-content h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #1d1d1f;
}

.unitime-legal-content p {
    margin-bottom: 1.5rem;
    color: #334155;
    line-height: 1.85;
}

.unitime-legal-content ul,
.unitime-legal-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    color: #334155;
}

.unitime-legal-content li {
    margin-bottom: 0.65rem;
    line-height: 1.8;
}

.unitime-legal-content li strong {
    color: #1d1d1f;
}

.unitime-legal-content code {
    font-size: 0.85em;
    background-color: #f1f5f9;
    padding: 0.15em 0.45em;
    border-radius: 0.3rem;
    color: #475569;
}

.unitime-legal-content a {
    color: #0ea5e9;
    transition: color 0.2s ease;
}

.unitime-legal-content a:hover {
    color: #0284c7;
}