/* =========================================
   利用規約 (.p-terms)
========================================= */
.p-terms {
    padding-bottom: 120px;
    background-color: #ffffff;
}

.p-terms__inner {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}

.p-terms__content {
    margin-top: 60px;
}

/* リード文 */
.p-terms__lead {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
    padding: 0;
}

/* 章（Chapter） */
.p-terms__chapter {
    margin-bottom: 60px;
}

.p-terms__chapter:last-child {
    margin-bottom: 0;
}

.p-terms__chapter-title {
    font-size: 22px;
    font-weight: 500;
    color: var(--color-main);
    letter-spacing: 0.05em;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--color-main);
    margin-bottom: 30px;
}

/* 条文（Article） */
.p-terms__article {
    margin-bottom: 30px;
}

.p-terms__article:last-child {
    margin-bottom: 0;
}

.p-terms__article-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-text-base);
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.p-terms__text {
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-text-base);
    letter-spacing: 0.05em;
    margin: 0;
}

.p-terms__text.u-mt-10 {
    margin-top: 10px;
}

/* リストブロック（特殊なインデント調整なし） */
.p-terms__list {
    list-style: none;
    padding-left: 0;
    margin: 12px 0 0 0;
}

.p-terms__list li {
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-text-base);
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.p-terms__list li:last-child {
    margin-bottom: 0;
}


/* =========================================
   レスポンシブ (スマホ版：768px以下)
========================================= */
@media screen and (max-width: 768px) {
    .p-terms {
        margin-top: 150px;
        padding-bottom: 80px;
    }

    .p-terms__inner {
        width: 85%;
    }

    .p-terms__content {
        margin-top: 40px;
    }

    .p-terms__lead {
        font-size: 13px;
        margin-bottom: 35px;
    }

    .p-terms__chapter {
        margin-bottom: 40px;
    }

    .p-terms__chapter-title {
        font-size: 18px;
        margin-bottom: 24px;
        padding-bottom: 8px;
    }

    .p-terms__article {
        margin-bottom: 24px;
    }

    .p-terms__article-title {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .p-terms__text {
        font-size: 13px;
        line-height: 1.7;
    }

    .p-terms__list {
        padding-left: 0;
        margin-top: 10px;
    }

    .p-terms__list li {
        font-size: 13px;
        line-height: 1.7;
    }
}