.terms__container {
    padding: 30px 30px 100px;
}

.terms-ttl {
    font-size: 2rem;
    color: #000000;
}

.terms-topTxt {
    margin-top: 40px;
    margin-bottom: 50px;
}

h3 {
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 20px;
}

.mb15 {
    margin-bottom: 15px;
}

.mt50 {
    margin-top: 50px;
}

.terms__ul {
    list-style: disc;
    padding-left: 1em;
}

@media screen and (max-width: 768px) {
    .terms__ul {
        padding-left: 2em !important;
    }
}