.about-terms-of-service {
    margin: 17px auto 102px auto;
}

@media screen and (max-width: 768px) {
    .about-terms-of-service {
        margin-top: 11px;
        margin-bottom: 52px;
    }
}

.about-terms-of-service .main .container {
    text-align: center;
    margin: 60px auto;
}

@media screen and (max-width: 768px) {
    .about-terms-of-service .main .container {
        margin: 40px auto 28px auto;
    }    
}

.about-terms-of-service .main .container .jp {
    font-size: 36px;
    line-height: 48px;
}

.about-terms-of-service .main .container .jp span{
    font-family: 'en';
}

@media screen and (max-width: 768px) {
    .about-terms-of-service .main .container .jp {
        font-size: 24px;
        line-height: 30px;
    }
}

.about-terms-of-service .container {
    margin: 60px auto;
    max-width: 900px;
}


@media screen and (max-width: 768px) {
    .about-terms-of-service .container {
        max-width: calc(100% - 30px);
        margin: 0 auto;
    }
}

.about-terms-of-service .container .link {
    width: 520px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
}

.about-terms-of-service .container .link .botton {
    width: 240px;
    height: 60px;
    border-radius: 5px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.16), -2px -2px 3px 0px rgba(255,255,255,0.8);
	font-weight: 700;
	font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .about-terms-of-service .container .link {
        width: 100%;
    }
    
    .about-terms-of-service .container .link .botton {
        width: 150px;
        height: 50px;
    }
}

.about-terms-of-service .container .sections .section {
    border-bottom: 1px #707070 solid;
    padding: 28px 0;
}

@media screen and (max-width: 768px) {
    .about-terms-of-service .container .sections .section {
        padding: 22px 0;
    }
}

.about-terms-of-service .container .sections .section:first-of-type {
    border-top: 2px #707070 solid;
}

.about-terms-of-service .container .sections .section:last-of-type {
    border-bottom: 2px #707070 solid;
}

.about-terms-of-service .container .sections .section .row .detail .title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .about-terms-of-service .container .sections .section .row .detail .title {
        align-items: flex-start;
        margin-bottom: 8px;
    }
}

.about-terms-of-service .container .sections .section .row .detail .title .jp {
    font-size: 20px;
}

.about-terms-of-service .container .sections .section .row .detail .title .jp span {
    font-family: 'en';
}

.about-terms-of-service .container .sections .section .row .detail .text {
    font-size: 14px;
}

.about-terms-of-service .container .sections .section .row .detail .text .list {
    display: flex;
}

.about-terms-of-service .container .sections .section .row .detail .text .list span {
    display: flex;
    flex-shrink: 0;
}

.about-terms-of-service .container .sections .section .row .detail .text .list p {
    display: flex;
}

@media screen and (max-width: 768px) {
    .about-terms-of-service .container .sections .section .row .detail .title .jp {
        font-size: 18px;
    }
    
    .about-terms-of-service .container .sections .section .row .detail .text {
        font-size: 15px;
    }

    .about-terms-of-service .container .sections .section .row .detail .text .for_pc {
        display: none;
    }
}

.for_sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .for_sp {
        display: block;
    }
}