@charset "utf-8";

.logo {
    width: 140px;
    margin-top: -40px;
}

.terms {
    display: block;
    text-align: center;
    margin-top:60px;
}

.blank-area {
    height: 40px;
    margin-bottom: 140px;
}

.important {
    font-size: 22;
    margin-bottom: 140px;
    text-decoration: underline 2px;
}

.terms-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.purple {
    background-color: #e5d6ea;
}

.terms-title {
    font-size: 18;
}  

.terms-text {
    width: 700px;
    max-width: 80%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 15;
}

.terms-text li {
    list-style-type: square;
    line-height: 1.4;
}

.read {
    font-size: 16;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    max-width: 80%;
    padding-top: 100px;
    text-align: right;
}

.pp {
    padding-right: 20px;
}

.information {
    text-align: center;
}

@media screen and (max-width: 1200px) {

    .terms {
    display: block;
    text-align: center;
    margin-top: 10px;
    }

    .terms-text {
        font-size: 14;
    }
}