@charset "utf-8";

/*** Header ***/
#header {min-width: 1320px;position: fixed;top: 0;left: 0;width: 100%;z-index: 50;text-align: center;transition:.3s; background: #073e80;color: #fff;}
.sub_bg {height: 30px; width: 100%; background: #f6f9fe; border-bottom: 1px solid #ddd;}
/*.sub_bg {height: 60px; width: 100%; background: #fff; position: absolute; top: 80px; left: 0; display: none; border-bottom: 1px solid #ddd;}*/

/* #header .wrap {text-align: center;width: 100%; display:flex; justify-content: space-between; padding-right: 100px;} */

#header .logo {}
#header .logo a {display: block;width: 152px;height: 80px;position: relative; display: flex;  justify-content: center;  align-items: center;}

/* #header .wrap nav {margin-right: 15%;} */
#header .wrap nav .subm {display:flex;}
#header .wrap nav .subm > li {position: relative; width: 150px;}
#header .wrap nav .subm > li > a {font-size: 16px; font-weight: 500; color: #fff; height: 80px; display: flex;    justify-content: center;  align-items: center; position: relative; padding:0 15px;}
#header .wrap nav .subm > li:before {content: ''; display:block; position: absolute; left: 0; bottom:0; width: 100%; height: 2px; background: #158fea; transition:.3s; width: 0;}
#header .wrap nav .subm > li:hover:Before {width:100%;}

#header .wrap nav .subm .subm2 {display: none; position: absolute;   left: 2px; top: 80px; width: 100%; background: #fff; padding-top: 20px;} 
#header .wrap nav .subm .subm2.on {display:block;}
#header .wrap nav .subm > li .subm2 {}
/* #header .wrap nav .subm > li:nth-child(2) .subm2 {left: -10px;}
#header .wrap nav .subm > li:nth-child(3) .subm2 {width: 200px; left: -8px;}
#header .wrap nav .subm > li:nth-child(4) .subm2,
#header .wrap nav .subm > li:nth-child(5) .subm2 {width: 500px; left: -13px;}
#header .wrap nav .subm > li:nth-child(5) .subm2 {left: -5px;} */
#header .wrap nav .subm .subm2 li {margin-bottom: 15px;}
#header .wrap nav .subm .subm2 li:last-child {margin-right: 0;}
#header .wrap nav .subm .subm2 li a {transition:.3s; font-size: 14px; font-weight: 400; color: #666; display: flex;    justify-content: center;  align-items: center; box-sizing:border-box; padding:0 20px;}
#header .wrap nav .subm .subm2 li a:hover {color: #158fea; font-weight: 500;}
/* #header .wrap .member {display: flex;  justify-content: center; flex-direction: column; } */
#header .wrap .member h2 {font-size: 16px; font-weight: 700; color: #fff;  margin-bottom: 5px; text-align: right;}
#header .wrap .member ul {display:flex;}
#header .wrap .member ul li {margin-right: 10px;}
#header .wrap .member ul li:last-child {margin-right: 0;}
#header .wrap .member ul li a {font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.8); position: relative; box-sizing:border-box; padding-left: 20px; padding-right: 13px; transition:.3s;}
#header .wrap .member ul li a:hover {color:  rgba(255,255,255,1); }
#header .wrap .member ul li:last-child a {padding-right: 0;}
#header .wrap .member ul li a:before {content: ''; display: block; position: absolute; left: 0; top: 50%; transform:translate(0,-50%); width:12px; height: 14px; background: url(/images/layout/login-8207b7e98f32803eeab66ea6f666ae34.png);}
#header .wrap .member ul li a:after {content: ''; display: block; position: absolute; right: 0; top: 50%; transform:translate(0,-50%); width:1px; height: 14px; background: rgba(255,255,255,0.6);}
#header .wrap .member ul li:last-child a:after {display: none;}
#header .wrap .member ul li:nth-child(2) a:before {background: url(/images/layout/mypage-49a5bf4a768598b962f582816d6f1da8.png); width: 14px; height: 14px;}
#header .wrap .member ul li:nth-child(3) a:before {background: url(/images/layout/set-2faf17b50fcc1a1371de6cd822510e03.png); width: 15px; height: 15px;}

#header .wrap .sitemap {position:absolute; right: 0;} 
#header .wrap .sitemap ul {width: 40px; height: 80px; background: #232323; display: flex;  flex-direction: column;  justify-content: center;  align-items: center;}
#header .wrap .sitemap ul li {display: block; width: 23px; height: 2px; background: #fff; margin-bottom: 8px;}
#header .wrap .sitemap ul li:last-child {margin-bottom: 0;}

/*** Footer ***/
.footer{background: #232323; height: auto; box-sizing: border-box; min-width: 1320px;}
.footer .ft_wrap{display:flex; align-items: center; height: 130px; box-sizing:border-box; padding-bottom: 15px; position: relative;}
.footer .ft_wrap .text {margin-left: 2%; margin-top: 20px;}
.footer .ft_wrap .text li{font-size: 14px; line-height: 1.4; letter-spacing: -0.03em; color: #bbb; margin-bottom:10px; }
.footer .ft_wrap .text li span{position: relative; display: inline-block; margin-right: 17px;}
.footer .ft_wrap .text li span:not(:last-child):after{position: absolute; content: ''; right: -10px; top: 3px; width: 1px; height: 14px; background: #bbb;}
.footer .ft_wrap .text li:last-child {margin-bottom: 0; color: #808080;}

.footer .ft_wrap  .ft_menu{display: flex; position:absolute; right: 0; margin-top: 10px;}
.footer .ft_wrap  .ft_menu li{margin-left: 20px;}
.footer .ft_wrap  .ft_menu li a{font-size: 14px; line-height: 1; color: #fff; font-weight: 400; letter-spacing: -0.03em; }
/* .footer .ft_wrap  .ft_menu li:first-child a {color:#0c69bd;} */
.footer .ft_wrap  .ft_menu li:hover a{text-decoration: underline;}


/*popup*/

.pop_bg {
	position:fixed; display:none; left:0; right:0; top:0; bottom:0; z-index:1;
	background:rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000,endColorstr=#70000000);
}

.layer_box {
	position:fixed; display:block; left:0; right:0; top:0; bottom:0; width:980px; max-width:980px; height:609px; max-height:609px; margin:auto auto; padding:30px; background:#fff; z-index:1001111;
	box-sizing:border-box;
}
.layer_email{width: 700px; height: 500px; }
.layer_box > h3 { margin-bottom:40px; font-size:30px; color:#111; font-weight:700; }
.layer_box .btn_close { position:absolute; display:block; width:60px; height:56px; right:-60px; top:0; background:url(/images/layout/btn_close-301f951b8c8178a9ac981530e9b33d4d.jpg) no-repeat center center; overflow:hidden; font-size:0;line-height:0;}
.layer_box .div_outline { display:block; /*height:360px; overflow-y:auto;*/ border:1px solid #ddd; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.layer_box .div_outline:after { display:block; content:""; clear:both; }
.layer_box .div_outline_padding { display:block; height:360px; padding:20px; border:1px solid #ddd; overflow-y:auto; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.layer_box .div_outline_padding:after { display:block; content:""; clear:both; }
.layer_box textarea {width:100%; height:450px; padding:10px; border:0; overflow-y:auto; resize:none; outline:0; box-sizing:border-box; }
.layer_box .email_area { display:table; width:100%; height:100%; border-collapse:collapse; border-spacing:0; margin:0; padding:0; overflow:hidden; }
.layer_box .email_box { display:table-cell; width:100%; height:350px; padding:50px; text-align:center; vertical-align:middle; box-sizing:border-box; overflow:hidden; }
.layer_box .email_area .email_box .big_txt { margin-bottom:20px; font-size:20px; color:#222; font-weight:700; }
.layer_box .email_area .email_box .normal_txt { margin:0; font-size:15px; color:#555; line-height:1.5; word-break:keep-all; }
.layer_box.layer_pat {top:auto;bottom:20px;width:600px;height:800px;max-height:800px;padding:30px 30px 0;}
.layer_box.layer_pat .pop_name {display:table;position:relative;width:93%;height:72px;margin:-36px auto 0;background:#49494b;border-radius:10px 10px 0 0;table-layout:fixed;}
.layer_box.layer_pat .pop_name > span {display:table-cell;padding:0 20px;font-size:17px;font-weight:400;color:#fff;line-height:27px;text-align:center;vertical-align:middle;}
.layer_box.layer_pat .div_outline {height:734px;border:none;text-align:center;}
.layer_box.layer_pat .div_outline img {width:auto;max-width:100%;height:100%;box-shadow:0 0 5px rgba(100,100,100,0.5);}
.layer_accident_type {width: 700px; height: 500px; }
.layer_accident_type .accident_type_area { display:table; width:100%; height:100%; border-collapse:collapse; border-spacing:0; margin:0; padding:0; overflow:hidden; }
.layer_accident_type .accident_type_box { display:table-cell; width:100%; height:155px; padding:50px; text-align:center; vertical-align:middle; box-sizing:border-box; overflow:hidden; }
.layer_accident_type .div_outline { display:block; /*height:360px; overflow-y:auto;*/ border:1px solid #ddd; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.layer_accident_type .div_outline:after { display:block; content:""; clear:both; }
.layer_accident_type .div_no_outline_padding { display:block; height:155px; padding:30px; border:0; overflow-y:auto; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.layer_accident_type .div_no_outline_padding:after { display:block; content:""; clear:both; }
.layer_accident_type .div_outline_padding { display:block; height:155px; padding:30px; border:1px solid #ddd; overflow-y:auto; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.layer_accident_type .div_outline_padding:after { display:block; content:""; clear:both; }
.layer_accident_type .accident_type_box .big_txt { margin-bottom:30px; font-size:20px; color:#222; font-weight:700; }
.layer_accident_type .accident_type_box .normal_txt { margin:0; font-size:15px; color:#555; line-height:1.5; word-break:keep-all; }
.layer_accident_type .typemap:last-child {border-right:0;}
.layer_accident_type .typemap dt {padding:0;font-size:30px;font-weight:700;line-height:1;color:#fff;text-align:center;margin-bottom:30px;transition:0.4s;}
.layer_accident_type .typemap dt span{position: relative;}
.layer_accident_type .typemap dd {padding:0;}
.layer_accident_type .typemap dd .dep2{width: 100%;}
.layer_accident_type .typemap dd .dep2 > ul {height:250px !important;}
.layer_accident_type .typemap:nth-child(4) dd .dep2 > ul,
.layer_accident_type .typemap:nth-child(5) dd .dep2 > ul{height:150px;}
.layer_accident_type .typemap dd .dep2 > ul > li > a {padding:0;font-size:16px;line-height:36px;font-weight:350;color:#fff;text-align:center;border-bottom:0;transition:0.4s;}
.layer_accident_type .typemap dd .dep2 > ul > li > ul li a{padding:0;font-size:16px;line-height:36px;font-weight:350;color:rgba(255,255,255,0.8);text-align:center;border-bottom:0;transition:0.4s}
.layer_accident_type .typemap dd .dep2 > ul > li > ul li:hover a{color: #fff;}
.layer_accident_type .typemap dt{}
.layer_accident_type .typemap dt span{position: relative; color: #fff;}
.layer_accident_type .typemap dt.current span:before,
.layer_accident_type .typemap:hover dt span:before{width: 100%; opacity: 1;}
.layer_accident_type .typemap:hover dd .dep2 > ul > li > a {color:#fff;}
.layer_accident_type .typemap dd .dep2 > ul > li:hover > a {color:#014099;}
.layer_accident_type .typemap dd .dep2 li a {color: #fff; text-align: center; font-size: 18px; transition:.3s; line-height: 48px;}
.layer_accident_type .typemap dt span:before {
	position: absolute;
	content: '';
	width: 0;
	height: 14px;
	background: #01a0c7;
	left: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0;
	transition: .3s;
}


.layer_used { display:none; }
.layer_privacy { display:none; }
.layer_privacy2 { display:none; }
.layer_email { display:none; }
.layer_accident_type { display:none; }
.layer_pat { display:none; }
.layer_regis { display:none; }
/* .layer_sitemap { display:none; } */
.layer_video { display:none; width:1280px;max-width:1280px;height: 720px;max-height: 720px;padding: 0;}

@media(max-width:1400px){
	.layer_box.layer_sitemap .div_outline_padding {width: 100%;}
}

@media(max-width:1024px){
	.layer_box { width:auto; max-width:90%; height:auto; padding:10px; }
	.layer_box > h3 { margin-bottom:10px; padding:10px 0; font-size:1.4em; }
	.layer_box .btn_close { position:absolute; display:block; width:35px; height:35px; right:0; top:0; overflow:hidden; }
	.layer_box .div_outline { display:block; height:auto; border:1px solid #ddd; overflow-y:auto; }
	.layer_box .div_outline:after { display:block; content:""; clear:both; }
	.layer_box .email_area .email_box { padding:30px; }
	.layer_box .email_area .email_box .big_txt { font-size:16px; }
	.layer_email { max-height:300px; }
	.layer_box .partsmap_area .partsmap_box { padding:30px; }
	.layer_box .partsmap_area .partsmap_box .big_txt { font-size:16px; }
	.layer_partsmap { max-height:300px; }

}

@media(max-width:800px){
	.layer_box.layer_sitemap .div_outline_padding{box-sizing: border-box; padding: 0 20px;}
	.layer_sitemap{width: 87%; top: 80px;}
	.layer_sitemap .layer_sitemap_top{top: -80px; height: 80px;}
	.layer_sitemap .site_close{width: 80px; height: 80px;}
	.layer_sitemap .site_close:before, .layer_sitemap .site_close:after{top: 20px;}
	.layer_sitemap .site_close:hover:before{top: 18px;}
	.layer_sitemap .site_close:hover:after {top: 38px;}
}

@media(max-width:640px){
	.layer_box .email_box {height: auto;}
}
@media(max-width:480px){
	.layer_box > h3{font-size: 5vw !important; font-weight: 500 !important;}
	.layer_box textarea{font-size: 3.2vw; line-height: 1.7;}
	.layer_box .email_area .email_box .normal_txt{font-size: 12px; line-height: 1.5;}
	.layer_box .partsmap_area .partsmap_box .normal_txt{font-size: 12px; line-height: 1.5;}
}

@media(max-width:1024px){
}

@media(max-width:480px){
}

.layer_box.layer_sitemap {display: none;}
.layer_box.layer_sitemap .btn_close { position:absolute; display:block; width:60px; height:56px; right:0px; top:0; background:url(/images/layout/btn_close-301f951b8c8178a9ac981530e9b33d4d.jpg) no-repeat center center; overflow:hidden; font-size:0;line-height:0;}	
.layer_box.layer_sitemap .btn_close:after{position: absolute; content:''; left: 0; top: 0; width:140px; height:140px;  /* background:url(<? echo G5_THEME_URL ?>/images/template/btn_close.jpg) no-repeat center center; */  transform:rotate(90deg);  transition:.8s; }
.layer_box.layer_sitemap .btn_close:hover:after{transform:rotate(360deg);}
.layer_box.layer_sitemap {position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;;background:rgba(0,0,0,0.8); box-sizing: border-box; padding-top: 14vh;}
/* .layer_box.layer_sitemap .div_outline_padding {margin:auto;width:1400px;max-width:1400px;height:700px;max-height:700px;border:0;padding:0;} */
.layer_box.layer_sitemap h3{font-size: 45px; color: #fff; text-align: center;}
/* .layer_box .sitemap {border:0;height:auto;width:20%;margin:0;box-sizing:border-box; margin-bottom: 33px; float: left;} */
.layer_box .sitemap:last-child {border-right:0;}
.layer_box .sitemap dt {padding:0;font-size:30px;font-weight:700;line-height:1;color:#fff;text-align:center;border-bottom:0;margin-bottom:30px;transition:0.4s;}
.layer_box .sitemap dt span{position: relative;}
.layer_box .sitemap dd {padding:0;}
.layer_box .sitemap dd .dep2{width: 100%;}
.layer_box .sitemap dd .dep2 > ul {height:250px !important;}
.layer_box .sitemap:nth-child(4) dd .dep2 > ul,
.layer_box .sitemap:nth-child(5) dd .dep2 > ul{height:150px;}
.layer_box .sitemap dd .dep2 > ul > li > a {padding:0;font-size:16px;line-height:36px;font-weight:350;color:#fff;text-align:center;border-bottom:0;transition:0.4s;} 
.layer_box .sitemap dd .dep2 > ul > li > ul li a{padding:0;font-size:16px;line-height:36px;font-weight:350;color:rgba(255,255,255,0.8);text-align:center;border-bottom:0;transition:0.4s}
.layer_box .sitemap dd .dep2 > ul > li > ul li:hover a{color: #fff;}
.layer_box .sitemap dt{} 
.layer_box .sitemap dt span{position: relative; color: #fff;}
/* .layer_box .sitemap dt span:before{position: absolute; content:''; width: 0%; height: 14px; background: #c1cc1e ; left: 0; bottom: 0; z-index: -1; opacity: 0; transition:.3s;}  */
.layer_box .sitemap dt.current span:before,
.layer_box .sitemap:hover dt span:before{width: 100%; opacity: 1;}
.layer_box .sitemap:hover dd .dep2 > ul > li > a {color:#fff;}
.layer_box .sitemap dd .dep2 > ul > li:hover > a {color:#014099;}
.layer_box .sitemap dd .dep2 li a {color: #fff; text-align: center; font-size: 18px; transition:.3s; line-height: 48px;}
.layer_box .sitemap dt span:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 14px;
    background: #01a0c7;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: .3s;
}


.layer_box .sitemap dd .dep2 li:hover a {color: #01a0c7;}

@media(max-width:800px){

	.layer_box .sitemap dt span {font-size: 18px;}
	.layer_box .sitemap dd .dep2 li {margin-bottom: 10px;}
	.layer_box .sitemap dd .dep2 li a {font-size: 16px; line-height: 34px;}
	.layer_box .sitemap {width: 50%; height: 200px;}
	.layer_box.layer_sitemap h3{position: relative; z-index: 10; background: rgba(0,0,0,0.8);  width: calc(100% - 41px); padding: 11px 0;}
	.layer_box.layer_sitemap{padding-top: 0;}
	.layer_box.layer_sitemap .div_outline_padding{padding-top: 24vw !important;}
	.layer_box.layer_sitemap .btn_close {width: 50px; height: 50px;}
	.layer_box.layer_sitemap .btn_close:after{background-size: 50px; width: 50px; height: 50px;}
	.layer_box .sitemap dd .dep2 li a{line-height: 1.7;}
}

@media(max-width:640px){

}