/* ==========================================
   自炊の森 利用規約 CSS
   ========================================== */
.terms-content {
    padding: 20px;
    max-width: 960px;
    margin: 0 auto;

}

.terms-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    line-height: 1.4;
    font-size: 1.0rem;
}

.terms-section {
    margin-bottom: 40px;
}

.terms-section h2 {
    font-size: 1.25rem;
    border-left: 4px solid var(--theme-color);
    padding-left: 15px;
    margin-bottom: 20px;
    color: var(--text-main);
}

.terms-section ol {
    padding-left: 1.5rem;
}

.terms-section ol li {
    margin-bottom: 15px;
}

.terms-list {
    list-style: disc;
    padding-left: 1.5rem;
}

.terms-list li {
    margin-bottom: 10px;
}

.terms-list.type-none {
    list-style: none;
    padding-left: 0;
}

.terms-list strong {
    color: var(--theme-color);
}

/* スマホ対応 */
@media (max-width: 768px) {
    .terms-card {
        padding: 20px;
    }
    .terms-section h2 {
        font-size: 1.1rem;
    }
}
