@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
    font-size:100%;
	overflow-x: hidden;
}

body {
    font-size:100%;
	overflow-x: hidden;
	font-family: "Noto Sans JP", sans-serif;
}

*{
    box-sizing:border-box; /*余白や線を幅や高さに含める*/
}

a {
  text-decoration: none;
  color: #333;
}

img{
/*
	vertical-align:top;
	height: auto;
*/
}

ul,
li {
  list-style: none;
}

#wrap {
	width:100%;
	max-width:1440px;
	background:#fff;
	margin:0 auto;
	padding-top:80px;
}
@media screen and (max-width: 1440px) {
	#wrap {
		overflow: hidden;
	}
}

.inner {
	width:100%;
	max-width:1024px;
	margin:0 auto;
	padding:60px 0;
}
@media screen and (max-width: 1440px) {
	.inner {
		padding:30px 0;
	}
}
.inner.inner-960 {
  max-width: 1000px;
	padding:0;
}
.inner.inner-1080 {
  max-width: 1080px;
	padding:0;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover {
  opacity: 0.7;
}


.inner h2{
	font-weight:bold;
	font-size:32px;
	color:#13428E;
}
.inner h3{
	font-weight:bold;
	font-size:16px;
	color:#333;
	font-family: "Roboto", sans-serif;
}

#gnav {
	right:0;
	left:0;
	position: fixed;
	width:100%;
	max-width:1440px;
	background:#fff;
	margin:0 auto;
	z-index:1000;
	height:80px;
}

#gnav .flex {
    display:flex;
    justify-content:space-between;
}

#gnav .flex .logo a{
	display:block;
    margin:16px 0 0 24px;
}

#gnav .flex > ul {
    display: flex;
    list-style: none;
}
@media screen and (max-width: 1440px) {
	#gnav .flex .logo a{
		display:block;
	}
	#gnav .flex .logo a img{
		width:240px;
		height:auto;
	}
	#gnav .flex > ul {
		display:none;
	}
}
#gnav .flex > ul > li:hover {
    color: #333;
}
#gnav .flex > ul > li:hover > a {
    color: #333;
}
#gnav .flex > ul > li.toggle01:hover .menu01 {
    max-height: 9999px;
    opacity: 1;
}
#gnav .flex > ul > li.toggle02:hover .menu02 {
    max-height: 9999px;
    opacity: 1;
}
#gnav .flex > ul > li > a {
    display: block;
    padding: 0;
    transition: all .2s ease-in;
}
#gnav .flex > ul .menu {
    transition: all .2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    text-align: center;
    position: absolute;
	z-index:-1;
}
#gnav .flex > ul .menu .menu_inner {
    padding: 0.5em 0;
}
#gnav .flex > ul .menu .menu_inner li {
    margin: 0;
}
#gnav .flex > ul .menu a {
    color: #333;
}

.menu {
	background:#fff;
	color:#333;
}

.menu_inner {
	margin:30px auto;
	max-width:1080px;
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	gap:18px;
}
.menu_inner li{
	color:#333;
	padding:0;
	width:auto;
}

.menu_inner li a{
	position: relative;
	width:330px!important;
	height:64px !important;
	line-height:64px !important;
	display:flex;
	border-radius:6px;
	border:#ccc 1px solid;
}
.menu_inner li a:hover{
	border:#f00 1px solid;
}
.menu_inner li a:after{
	position: absolute;
	content: "→";
	right:16px;
	color:#f00;
	font-weight:bold;
	font-size:18px;
}

#gnav ul li.nav {
	width:200px;
	border-left:#ccc 1px solid;
	font-weight:400;
}
#gnav ul li.nav a{
	display:flex;
	justify-content: center;
	align-content: center;
	width:200px;
	height:80px;
	line-height:80px;
}
#gnav ul li.nav a.main{
	position: relative;
	border-bottom: #fff 4px solid;
}
#gnav ul li.nav a.main:hover{
	border-bottom: #f00 4px solid;
}
#gnav ul li.toggle a.main:hover::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #f00;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
	z-index: 9999;
} 
#gnav ul li.contact a{
	color:#fff;
	background:#13428E;
}
#gnav ul li.contact a.main{
	border-bottom: #13428E 4px solid;
}
#gnav ul li.contact a.main:hover{
	color:#fff;
}

#gnav ul li.logo {
	width:auto;
}


.logo img {
	width:313px;
	height:48px;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.pr3 {
	background:#F8F8F8;
}
.pr3 .flex{
	padding:50px 0;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap:24px;
}
@media screen and (max-width: 840px) {
	.pr3 .flex{
		padding:24px 0;
	}
}
.pr3 .flex a{
	position: relative;
	border:#ccc 1px solid;
	border-radius: 8px;
	background: #fff;
	padding-bottom:24px;
}
.pr3 .flex a:hover{
	border-color:#f00;
}
.pr3 .flex a:after{
	position: absolute;
	content: "→";
	bottom:24px;
	color:#f00;
	text-align: center;
	left:0;
	right:0;
	font-weight:bold;
	font-size:18px;
}
.pr3 .flex dl{
	width:317px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom:30px;
}
.pr3 .flex dl dt{
	color:#13428E;
	font-size:24px;
	text-align: center;
	line-height:1.8;
} 
.pr3 .flex dl dd{
	font-size:16px;
	line-height:1.5;
}
.pr3 .flex dl dd.last{
	font-size:16px;
	line-height:1.5;
	padding:0 0.5em;
}

#news {
	background:#fff;
}

#news .flex{
	display:flex;
	flex-wrap: wrap;
	gap:24px 40px;
}
@media screen and (max-width: 1440px) {
	#news .flex{
		padding:0 12px;
	}
}

#news .news-area {
	width:100%;
	max-width:800px;
}

#news .list-news{
	list-style:none;
	border-top:#ddd 1px solid;
	overflow-y:auto;
	max-height:12em;
}
#news .list-news li{
	list-style:none;
	font-size:16px;
	padding:1.25em 0;
	border-bottom:#ddd 1px solid;
	display:flex;
}
#news .list-news li .date{
	font-weight:bold;
	padding-right:1.5em;
}
#news .list-news li .ttl{
	line-height:1.4;
}
@media screen and (max-width: 1440px) {
	#news .list-news{
		max-height:18em;
	}
	#news .list-news li .ttl{
/*
		display:block;
*/
	}
}
#news .list-news a{
	color:#f00;
	font-size:1.1em;
}

.list-bnr {
	width:100%;
	max-width:1024px;
	margin:30px auto 0;
	padding:0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px;
}
.list-bnr li{
	margin:0;
}

.list-bnr img{
	width:100%;
	max-width:323px;
	height:auto;
}

#construction {
	background:#F8F8F8;
}

#construction .flex{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	gap:24px 40px;
}
@media screen and (max-width: 1440px) {
	#construction .flex{
		padding:0 12px;
	}
}

#construction .flex-junl{
	padding:50px 0;
	display:flex;
	flex-wrap: wrap;
	gap:24px;
}
@media screen and (max-width: 1440px) {
	#construction .flex-junl{
		justify-content: center;
		padding:24px 0;
	}
}
#construction .flex-junl dl{
	width:317px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom:30px;
	border:#ccc 1px solid;
	border-radius: 8px;
	background: #fff;
}
#construction .flex-junl dl:hover{
	border-color:#f00;
}

#construction .flex-junl dl dt{
	font-size:20px;
	text-align: center;
	line-height:1.8;
} 
#construction .flex-junl dl dd{
	font-size:16px;
	line-height:1.5;
	font-family: "Roboto", sans-serif;
}
#construction .flex-junl dl dd.last{
	position: relative;
	font-size:14px;
	line-height:1.5;
	padding:0 1em;
	text-align: center;
}
#construction .flex-junl dl dd.last:after{
	position: absolute;
	content: "→";
	top:-18px;
	right:12px;
	color:#f00;
	font-weight:bold;
	font-size:18px;
}

#btn-area {
	background:#F8F8F8;
}
#btn-area .flex{
	padding:50px 0;
	display:flex;
	flex-wrap: wrap;
	gap:24px;
}
@media screen and (max-width: 1440px) {
	#btn-area .flex {
		justify-content: center;
		padding:24px 0;
	}
}
#btn-area .flex dl{
	width:317px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom:30px;
	border:#ccc 1px solid;
	border-radius: 8px;
	background: #fff;
}
#btn-area .flex dl:hover{
	border-color:#f00;
}

#btn-area .flex dl dt{
	font-size:20px;
	text-align: center;
	line-height:1.2;
} 
#btn-area .flex dl dd{
	font-size:14px;
	line-height:1.2;
}
#btn-area .flex dl dd.icon{
	padding:10px;
	text-align: center;
}
#btn-area .flex dl dd.last{
	position: relative;
	font-size:16px;
	line-height:1.5;
	text-align: center;
	padding:3px 0.5em 24px;
	font-family: "Roboto", sans-serif;
}
#btn-area .flex dl dd.last:after{
	position: absolute;
	content: "→";
	bottom:-20px;
	color:#f00;
	text-align: center;
	left:0;
	right:0;
	font-weight:bold;
	font-size:18px;
}

@media screen and (max-width: 1440px) {
	#association{
		padding:0 12px;
	}
}
#association ul {
	box-sizing:border-box;
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	margin:40px 0 0;
	gap:10px 24px;
}
@media screen and (max-width: 1440px) {
	#association ul {
		box-sizing:border-box;
		display: flex;
		flex-wrap:wrap;
		width: 100%;
		margin:20px 0 0;
		gap:6px;
	}
}
#association li {
	width:100%;
	max-width:500px;
	list-style: none;
}
@media screen and (max-width: 1440px) {
	#association li {
		font-size:14px;
	}
}
@media screen and (max-width: 835px) {
	#association li {
		width:100%;
	}
}

#footer {
    background: #2A5599;
    color: #ffffff;
}

#footer .inner{
	padding:0;
}

#footer .list-f a{
    color: #ffffff !important;
}

#footer .list-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -15px;
  padding: 53px 0px 40px;
}

@media screen and (max-width: 834px) {
  #footer .list-f {
    display: none;
  }
}

#footer .list-f .col {
  padding: 0px 15px;
  width: 25%;
}

#footer .list-f .col a:hover {
  opacity: 1;
  color: #e60012;
  text-decoration: underline;
}

#footer .list-f .col > a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #111111;
  display: block;
  margin-bottom: 10px;
}

#footer .list-f .col .list-sub {
  padding-left: 15px;
  margin-bottom: 20px;
}

#footer .list-f .col .list-sub li a {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 3px;
  display: block;
}

#footer .list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px -5px 0px;
}

#footer .col04 img {
	margin-bottom:6px;
}
#footer .col04 img:last-child {
	margin-bottom:0;
}

@media screen and (max-width: 834px) {
  #footer .list-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

#footer .list-sns li {
  padding: 0px 5px;
}

@media screen and (max-width: 834px) {
  #footer .list-sns li {
    padding: 0px 10px;
  }
}

#footer .logo-f img {
  width: 287px;
}

@media screen and (max-width: 834px) {
  #footer .logo-f img {
    width: 240px;
    margin: auto;
    display: block;
    margin-bottom: 18px;
  }
}

#footer .footer {
  background: #13428e;
  color: #ffffff;
  padding: 64px 0px 57px;
}

@media screen and (max-width: 834px) {
  #footer .footer {
    padding: 41px 0px 57px;
  }
}

#footer .footer .inner{
	padding:0;
}

#footer .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  #footer .footer__inner {
    display: block;
  }
}

#footer .footer__inner .logo-f {
  width: 32%;
}

@media screen and (max-width: 834px) {
  #footer .footer__inner .logo-f {
    width: 100%;
  }
}

#footer .footer__inner .txt {
  font-size: 14px;
  line-height: 1.5;
  width: 37.33%;
}

@media screen and (max-width: 834px) {
  #footer .footer__inner .txt {
    width: 100%;
    font-size: 13px;
    text-align: center;
  }
}

#footer .footer__inner .btn-wrap {
  width: 29.33%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 834px) {
  #footer .footer__inner .btn-wrap {
    width: 100%;
    margin-top: 19px;
  }
}

#footer .coppyRight {
  text-align: center;
  font-size: 12px;
  margin-top: 35px;
}

@media screen and (max-width: 834px) {
  #footer .coppyRight {
    margin-top: 20px;
  }
}

.btn-comp01 {
  max-width: 238px;
  height: 48px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: #ffffff;
  font-size: 16px;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: auto;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 834px) {
  .btn-comp01 {
    max-width: 100%;
  }
}

.btn-comp01 .img-off {
  display: inline-block;
}

.btn-comp01 .img-on {
  display: none;
}

.btn-comp01:hover {
  background: #e60012;
  color: #ffffff;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn-comp01:hover .img-off {
  display: none;
}

.btn-comp01:hover .img-on {
  display: inline-block;
}

.btn-comp01 img {
  margin-left: 10px;
}

.btn-comp01.lg {
  max-width: 280px;
}

.btn-comp01.lg:hover {
  color: #e60012;
  opacity: 1;
  background: #ffffff;
}

.btn-comp01.lg:hover .img-off {
  display: inline-block;
}

.btn-comp01.lg:hover .img-on {
  display: none;
}

@media screen and (max-width: 834px) {
  .btn-comp01.lg {
    max-width: 100%;
  }
}

.btn-comp01.lg img {
  margin-right: 10px;
  margin-left: 0;
}

.backtop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 33;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  border:#999 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

@media screen and (max-width: 834px) {
  .backtop {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }
}

.backtop .img-off {
  display: inline-block;
}

.backtop .img-on {
  display: none;
}

.backtop:hover .img-off {
  display: none;
}

.backtop:hover .img-on {
  display: block;
}

.img-hr {
	width:100%;
	height:auto;
	vertical-align:top;
}
@media screen and (max-width: 840px) {
	.img-hr {
		width:100%;
		height:auto;
		vertical-align:top;
	}
}

.mainView{
  width: 100vw;
  height: 100vh;
  background-color: #ccc;
}
/*ハンバーガーボタン*/
.el_humburger {
  position: fixed;
  top: 35px;
  right: 60px;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 200;
  cursor: pointer;
  pointer-events: auto;
  color: #000;
  text-align: center;}
 
@media screen and (max-width: 840px) {
  .el_humburger {
    display: block;
    right: 0;
    top: 0;
    padding-top: 30px;
    width: 70px;
    height: 70px;}
    #factory .el_humburger {
      display: none; } }
@media screen and (min-width: 840px) {
  .el_humburger {
    display: block;
    right: 0;
    top: 0;
    padding-top: 30px;
    width: 70px;
    height: 70px;}
    #factory .el_humburger {
      display: none; }
} 

.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block; }
 
@media screen and (max-width: 840px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px; } }
 
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none; }
 
.el_humburger_text.el_humburger_text__close {
  display: none; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block; }
 
@media screen and (max-width: 840px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px; } }
 
@media screen and (max-width: 840px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; } }
 
@media screen and (max-width: 840px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000; } }
 
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
 
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #000; }
 
@media screen and (max-width: 840px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #000; } }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); }
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; }
 
.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000; }
 
.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }
 
.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }
 
.navi {
  position: fixed;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 450px;
  z-index: 100;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  transform:translateZ(0) translateX(100%);
  overflow: auto; }
  .js_humburgerOpen .navi {
    transform:translateZ(0) translateX(0); }
    @media screen and (max-width: 840px) {
      .navi {
        padding: 100px 5% 0; }
      .js_humburgerOpen .navi {
        width: 100%;} }
 
.navi_item {
  position:relative;
  margin-bottom: 28px;
  font-size: 20px;
  white-space: nowrap;
  margin-left: 90px; }
  .navi_item.op_innerLink {
    cursor: pointer; }
  @media screen and (max-width: 840px) {
    .navi_item {
      margin-left: 0;
      font-size: 18px; } }
 
 
 
.el_spChildNavOpen {
  position: absolute;
  top: -6px;
  left: 80%;
  z-index: 20;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  padding: 10px; }
 
.js_openParent.js_fire > .el_spChildNavOpen {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
  .js_openParent.js_fire > .el_spChildNavOpen > .el_spChildNavOpen_wrapper:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
 
.el_spChildNavOpen_wrapper {
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }
  .el_spChildNavOpen_wrapper:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #111;
    position: absolute;
    top: calc(50% - 1px); }
  .el_spChildNavOpen_wrapper:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #111;
    position: absolute;
    left: calc(50% - 1px);
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
 
 
.nav_child{
  padding-top:20px;
}
 
.nav_child_item{
  position: relative;
  font-size:16px;
  padding-left:20px;
  margin-bottom:10px;
}
 
.nav_child_item > a{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
}
 
.nav_child_item:last-child{
  margin-bottom:0px;
}
 
.js_openSwitch {
  cursor: pointer; }
 
.js_openTarget {
  display: none; }

@media screen and (min-width: 1440px) {
	.el_humburger {
		display: none;
	}
}

.bn-led {
	margin:12px 0 0;
	text-align: center;
}
.bn-led img{
	width:96%;
	max-width:950px;
	height:auto;
}
@media screen and (max-width: 1440px) {
	.bn-led {
		padding:0 12px;
	}
	.bn-led img{
		max-width:323px;
	}
}