ol{
	counter-reset: listnum;
	list-style: none;
}

ol > li{
    font-size: 18px;
}

ol > li::before{
	counter-increment: listnum;
    content: counter(listnum) ".";
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 190%;
}


section.main{
    margin-top: 100px;
    margin-bottom: 120px;
}

.text_box ul li{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 190%;
    position: relative;
    padding-left: 18px;
}

.text_box ul li::before{
    content: '・';
    position: absolute;
    top: 4%;
    left: 0;
}



@media screen and (max-width:1190px){
    section.main{
        margin-top: 50px;
        margin-bottom: 100px;
    }
    section.terms_category{
        margin-bottom: 80px;
    }
    .terms_change .terms_change_inner{
        margin-top: 60px;
        margin-bottom: 80px;
    }
    .terms_change .terms_change_inner div{
        font-size: 23px;
        padding-bottom: 20px;
    }
}


.text_box{
    margin-bottom: 60px;
}

.text_box .notice{
    margin-bottom: 80px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 190%;
    letter-spacing: 0%;
}

.text_box h3{
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 30px;
}

.text_box p{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 190%;
}


.text_box p.revision_date{
    text-align: right;
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 22px;
    line-height: 190%;
    margin-bottom: 30px;
}

@media screen and (max-width:1190px){
    .text_box .notice{
        font-size: 18px;
        margin-bottom: 80px;
    }
    .text_box h3{
        font-size: 20px;
    }
    ol > li,.text_box ul li{
        font-size: 16px;
    }
    .text_box {
        margin-bottom: 50px;
    }
    .text_box p{
        font-size: 16px;
    }
    .text_box p.revision_date{
        font-size: 18px;
    }
}

@media screen and (max-width:765px){
    .text_box .notice{
        font-size: 16px;
    }
    .text_box h3{
        font-size: 18px;
    }
    ol > li,.text_box ul li{
        font-size: 15px;
    }
    .text_box p{
        font-size: 15px;
    }
    .text_box p.revision_date{
        font-size: 16px;
    }
}