@charset "utf-8";

/* =========================
   Terms of Service
========================= */

.terms {
    max-width: 900px;
    margin: 0 auto;
    padding: 64px 20px;
    line-height: 1.8;
    color: #222;
    font-size: 16px;
    background-color: #fff;
}

/* 見出し */
.terms h1 {
    font-size: 32px;
    margin-bottom: 32px;
    text-align: center;
    font-weight: 700;
}

.terms h2 {
    font-size: 20px;
    margin-top: 48px;
    margin-bottom: 16px;
    padding-left: 12px;
    border-left: 4px solid #1f3a8a;
    /* ネイビー */
    font-weight: 600;
}

/* テキスト */
.terms p {
    margin-bottom: 16px;
}

/* リスト */
.terms ul {
    margin: 16px 0 24px 24px;
    padding: 0;
}

.terms li {
    margin-bottom: 8px;
}

/* =========================
   Responsive
========================= */

@media screen and (max-width: 767px) {
    .terms {
        padding: 48px 16px;
        font-size: 15px;
    }

    .terms h1 {
        font-size: 26px;
    }

    .terms h2 {
        font-size: 18px;
    }
}