@charset "utf-8";
.mv{
    /* max-width: 1920px; */
    margin: 0 auto;
}
.slick-dots li button:before {
    opacity: 1;
    color: #fff;
}
.belt_bg{
    padding: 60px 0 40px;
    background: #353732;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.belt_flex{
    display: flex;
    margin: 0 auto;
}
.belt_flex .belt_item{
    width: calc(100% / 4);
    border-left: 1px solid #fff;
}
.belt_flex .belt_item:last-child{
    border-right: 1px solid #fff;
}

.top_box .sec_head{
    margin-bottom: 50px;
}
.top_tel_box{
    width: 48%;
}
.top_tel_box .foot_res_req_box{
    margin-bottom: 0;
}
.top_info_box{
    width: 50%;
    border: solid 3px #dcdddd;
    padding: 10px 30px 60px;
}
.top_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.top_info_ttl{
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    border-bottom: solid 1px #9fa0a0;
    padding-bottom: 10px;
}
.top_box{
    margin-bottom: 80px;
}
.top_info_lead{
    color: #d93425;
    font-size: 20px;
    /* font-size: 30px; */
    text-align: center;
    margin: 20px 0;
}

.top_info_lead span{
    color: #000;
    font-size: 20px;
}

.top_info_lead2{
    color: #000;
    font-size: 15px;
    text-align: center;
    margin: 20px 0;
}


.zeroemi{
    margin: 50px auto 0px;
	max-width:1200px;
}

.cap_zeroemi{
    margin-top: 10px;
}


.top_info_kyugyo{
    color: #d93425;
    font-size: 12px;
    text-align: left;
    margin-top: 20px;
}


.top_info_list li{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.top_info_list li:last-child{
    margin-bottom: 0;
}


.belt_ex{
    padding-bottom: 60px;
    margin: 0 auto 40px;
    border-bottom: solid 1px #fff;
}


@media (max-width:  1000px){
    .top_info_lead {
        font-size: 18px;
        margin: 15px 0;
    }
    .top_info_box {
        padding: 20px 20px 30px;
    }
}

@media (max-width:  768px){
    .top_flex{
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .top_info_box{
        width: 100%;
        max-width: 580px;
        margin: 0 auto;
    }
    .top_tel_box{
        width: 100%;
        margin-top: 40px;
    }
    .top_box .sec_head {
        margin-bottom: 30px;
    }
    .belt_flex{
        flex-wrap: wrap;
        max-width: 580px;
    }
    .belt_flex .belt_item{
        width: 50%;
    }
    .belt_flex .belt_item:nth-child(2){
        border-right: 1px solid #fff;
    }
    .belt_item{
        text-align: center;
    }
    .belt_item:nth-child(n + 3){
        margin-top: 2%;
    }
    .belt_item img{
        width: 100%;
        margin: 0 auto;
        max-width: 220px;
    }

}

@media (max-width:  650px){
.top_info_lead {
    font-size: 16px;
}

.top_info_lead span{
    color: #000;
    font-size: 15px;
}

.top_box {
    margin-bottom: 60px;
}
.top_info_list li {
    font-size: 12px;
}
.belt_flex {
}
.belt_bg {
    padding: 30px 0;
}

.zeroemi{
	padding:  0 20px;
}
.belt_ex {
    padding-bottom: 20px;
    max-width: 500px;
    margin: 0px auto 20px;
}
	
}