@charset "utf-8";
.mv{
    /* max-width: 1920px; */
    margin: 0 auto;
}
.mv div{
	position: relative;
}
.mv div p{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	color: #fff;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}
@media (max-width:  768px){
	.mv div p{
		bottom: 4px;
		right: 4px;
		font-size: 10px;
	}
}
.slick-dots li button:before {
    opacity: 1;
    color: #fff;
}
.belt_bg{
    padding: 40px 0;
    background: url(../img/top/balt_bg.jpg);
    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: 19px;
    text-align: center;
    margin: 20px 0px 10px 0px;
}


.zeroemi{
    margin: 10px auto;
	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;
}


.top_info_list li{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
}




@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;
	}
		
	
}







.Top_Merit{
	width:100%;
	padding:80px;
	background:url(../img/top/tokucho_bg.jpg) no-repeat center center;
	background-size:cover;
	margin-bottom:60px;
}
.Top_Merit img{
	display:block;
	width:100%;
	max-width:1200px;
	margin:auto;
}
@media (max-width:  650px){
	.Top_Merit{
		padding:24px;
		margin-bottom:35px;
	}
}

