html body {
    background-color: #fff;
}

.useragreement .mainTitle {
    margin: 120px 0 60px 0;
    color: #000 !important;
    font-size: 24px;
    font-weight: 500 !important;
    line-height: 1.25;
    text-align: center;
}

.useragreement .mainContent {
    width: 55.20833333333vw;
    margin: 0 auto 200px;
    color: rgba(0, 0, 0, .7);
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}

.useragreement .mainContent li{
    color: initial;
}

.content-v4 .ximageH {
    display: none;
}
@media screen and (max-aspect-ratio:136/100) {
    .useragreement .mainContent{
        width: 80%;
    }
}