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%;
}

.main{
    padding: 80px 0;
}

.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%;
    margin-bottom: 60px;
}


@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;
    }
}

@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;
    }
    .main{
        padding: 40px 0;
    }
}