@charset "UTF-8";
/**
 * ============================================
 * TERMS.CSS - 利用規約ページスタイルシート
 * ============================================
 * 使用箇所: terms/index.twig
 * 作成日: 2026-02-10
 * 
 * top.css から分離した利用規約ページ専用スタイル
 * ============================================
 */

.terms {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.terms_title > h1 {
    margin-top: 70px;
    margin-bottom: 40px;
    display: block;
    font-size: 30px;
}

.terms_text {
    margin-bottom: 40px;
}

.terms_text h4 {
    margin: 0.4em 0;
}

.terms_text p {
    color: #32414A;
    font-weight: 500;
    margin: 0 0 2em 0;
}

.terms_text > a {
    display: block;
}

.terms_text .text_in_link {
    color: #0187d1;
}

.terms_text .text_in_link:hover {
    text-decoration: underline;
}

.terms_text .terms_over {
    text-align: right;
    display: block;
}

.terms_text .terms_indent {
    padding-left: 2em;
}

/* Responsive */
@media screen and (max-width: 599px) {
    .terms_title > h1 {
        margin-top: 70px;
        margin-bottom: 40px;
        display: block;
        font-size: 20px;
    }
}
