
.mobVer {display:none !important}
.inner {width:1300px;margin-left:auto;margin-right:auto}
.flexBox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexBox.area02{-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.flexBox.area02 > *{width:48%;}
.flexBox.area02.ver_noList > *{width:auto;}
.flexBox.area02.ver_auto_h{-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
.flexBox.area03 > *{width:32%;margin-right:2%;}
.flexBox.area03 > *:nth-child(3n){margin-right:0}
.flexBox.area04 > *{width:23%}
.flexBox.area05 > *{min-width:18%;width:18%}
.flexBox.ver_row-reverse{-webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;}
.flexBox.ver_js-sb{-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}

#wrap {
    background: #f1f4f6;
}
#wrap header{
    position: relative;
    background: #fbfcfc;
    padding: 17px 40px;
    border-bottom: 2px solid #2c364a;
}
#wrap header h1{}
#wrap header h1 a{}
#wrap header .top_link{}
#wrap header .top_link a{
    display: inline-block;
    font-size: 18px;
    color: #6c757d;
}
#wrap header .top_link a + a{
    margin-left: 30px;
    position: relative;
}
#wrap header .top_link a + a:before{content:'';float: left;width: 1px;background: #6c757d;height: 20px;position: absolute;left: -15px;top: 3px;}
#wrap .top_text_box{
    background: #e7e7e7;
    padding: 13px 0;
	border-bottom:1px solid #CCC
}
#wrap .top_text_box p{
    text-align: center;
    font-size: 15px;
    color: #000;
    margin-top: 3px;
}
#wrap .top_text_box .tit{
    font-size: 20px;
    color: #000;
    font-weight: 400;
}
#wrap .mainVisual{
    position: relative;
}
#wrap .mainVisual .imgBox{
    /* position: absolute; */
    /* left: 35px; */
    /* top: 30px; */
}
#wrap .mainVisual img{
    max-width: 100%;
}
#wrap .mainVisual .img1{
    position: absolute;
    top: 41%;
    left: 13%;
    z-index: 2;
}
#wrap .mainVisual .img2{position:absolute;top: 5%;left: 3%;z-index: 1;}
#wrap .mainVisual .b_img{
    width: 100%;
}
#wrap .main_center_text{
    margin: 25px 0 35px;
    text-align: center;
}
#wrap .main_center_text .s_tit{
    font-size: 15px;
    color: #313d53;
}
#wrap .main_center_text .title{
    font-size: 27px;
    font-weight: 800;
}
#wrap .main_center_text .txt{
    margin: 20px 0;
    font-size: 15px;
    color: #000;
    line-height: 1.7;
    font-size: 17px;
}
#wrap .main_center_text a.btn{
    background: #313d53;
    border-radius: 0;
    font-size: 19px;
    color: #FFF;
    font-weight: 700;
    line-height: 47px;
    padding: 0 60px;
    height: 52px;
}
#wrap .main_link_list{
    margin-bottom: 45px;
}
#wrap .main_link_list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#wrap .main_link_list li{
    width: calc(100% / 3  - 30px);
    border: 1px solid #c4c4c4;
}
#wrap .main_link_list li a{
    display: block;
    color: #FFF;
    position: relative;
    overflow: hidden;
}
#wrap .main_link_list li a span{
	position:absolute;
	font-size: 27px;
	bottom: 40px;
	left: 27px;
	font-weight: 600;
	letter-spacing: 0;
}
#wrap .main_link_list li img{
    width: 100%;
}
#wrap .main_link_list li.bg4{
    width: 100%;
    margin-top: 30px;
    border: 0;
}
#wrap .main_link_list li.bg4 img{
}
#wrap footer {
    background: #FFF;
    padding: 40px 0;
    color: #555;
    font-size: 17px;
}
#wrap footer h1{
    margin-bottom: 10px;
}
#wrap footer h1 b{
    font-size: 20px;
}
#wrap footer p{line-height: 1.7;}



@media (max-width: 1300px) {
	.inner {width:94%;}
	#wrap .mainVisual .img1{
		width: 25%;
	}
	#wrap .mainVisual .img2{
		width: 25%;
	}

}
@media (max-width: 1200px) {
	.inner {min-width: ;width:94%}

	.mobVer {display:block !important}
	.flexBox.area02.ver_noList{}
	.flexBox.area02.ver_noList.m-column-reverse,
	.flexBox.area02.ver_noList.m-column{-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
	#wrap footer span .mobVer{display:inline-block !important}
	#wrap .main_link_list li a span {
    position: absolute;
    font-size: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    word-break: keep-all;
    width: 90%;
    }

}
@media (max-width: 768px) {
	.inner {min-width: 280px;width:100%}

.pcVer{display:none !important}
.mobVer{display:block !important}
#wrap header {padding: 15px 15px;}
#wrap header .top_link a{font-size:15px}
#wrap .top_text_box p {padding:0 20px;line-height:1.5;font-size:14px;word-break: keep-all;}
#wrap header .top_link a + a{
    margin-left: 23px;
}
#wrap header .top_link a + a:before{
    height: 15px;
    left: -12px;
    opacity: .6;
}
#wrap .top_text_box .tit{font-size:18px}
#wrap .main_center_text .title{font-size:20px}
#wrap .main_center_text .txt{font-size:15px;line-height:1.3}
#wrap .main_center_text a.btn{font-size:15px;padding:0 10px;height:40px;line-height:38px}
#wrap .main_link_list{padding:0 15px}
#wrap .main_link_list li{

width: calc(100% / 3  - 8px);
}
#wrap .main_link_list li a span{font-size: 13px;width: 100%;left: 0;bottom: 0;display: inline-flex;background: rgba(0, 0, 0, .5);padding: 7px;word-break: keep-all;height: 50px;justify-content: center;align-items: center;text-align: center;transform: translateX(0);}
#wrap .main_link_list li img{}
#wrap header h1 img{width:80%}
#wrap footer{padding: 30px 15px;font-size: 14px;text-align: center;}
#wrap footer p{
	display:inline-block;
    line-height: 1.5;
}
#wrap footer p + p{
	margin-bottom:10px
}
#wrap footer span{display:block;width: 100%;}
#wrap footer p.copy{display:block;margin-top: 10px;opacity: .7;}

}