/**
 * 利用規約・プライバシーポリシーページ専用CSS
 * terms/index.php で使用
 */

.terms-content {
    background: white;
    padding: 24px 20px;
    font-size: 14px;
    line-height: 1.85;
    color: #333;
}
.terms-content h2 {
    font-size: 18px;
    color: #2c3e50;
    margin: 32px 0 12px;
    padding: 8px 0 8px 12px;
    border-left: 4px solid #3498db;
    background: #f5f8fa;
    border-radius: 0 4px 4px 0;
}
.terms-content h2:first-of-type {
    margin-top: 0;
}
.terms-content h3 {
    font-size: 15px;
    color: #34495e;
    margin: 20px 0 8px;
    padding-bottom: 4px;
    border-bottom: 1px dashed #e0e0e0;
}
.terms-content p {
    margin: 0 0 14px;
    color: #444;
}
.terms-content ul, .terms-content ol {
    margin: 8px 0 14px;
    padding-left: 24px;
}
.terms-content li {
    margin-bottom: 6px;
}
.terms-content strong {
    color: #2c3e50;
}
.terms-content hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 32px 0;
}
.terms-content a {
    color: #3498db;
    text-decoration: none;
}
.terms-content a:hover {
    text-decoration: underline;
}
.terms-meta {
    font-size: 12px;
    color: #999;
    text-align: right;
    margin-bottom: 16px !important;
}

/* 目次 */
.terms-toc {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 12px 20px;
    margin-bottom: 24px;
    font-size: 13px;
}
.terms-toc strong {
    color: #2c3e50;
    display: block;
    margin-bottom: 8px;
}
.terms-toc ol {
    margin: 0;
    padding-left: 24px;
}
.terms-toc li {
    margin-bottom: 4px;
}
