header {
	text-align: center;
	height: 58px;
	background: #ffffff;
	position: relative;
	z-index: 100;
}
header h1 img{
	width: 84px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}
header .eocLogo {
	position: absolute;
    top: 50%;
    left: 2%;
    transform: translate(0%,-50%);
}
header .eocLogo a {
	display: block;
}
header .eocLogo img{
	width: 62px;
	height: 35px;
}
body {
	background: #f1f1f1;
}



header nav {
	margin-right: -16px;
}
header nav ul{
	display: flex;
	align-items: center;
	
}
header nav ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 16px ;
}


nav{
	display: none;
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.88);
	left: 0;
	z-index: 100;
	padding-bottom: 30px;
}
header nav ul{
	display: block;
	margin: 0 auto;
	width: 90%;
}
header nav ul li{
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #fff;
}
header nav ul li:last-child{
	border: none;
}
header nav ul li a{
	display: block; 
}

nav .menuBox1 {
	display: flex;
	justify-content: center;	
	padding: 20px;
	border-top: 2px solid #0086c2;
	background-color: white;
}
nav .menuBox1 li{
	width: 46%;
	margin-right: 3%;
}
nav .menuBox1 li:last-child{
	margin-right: 0px;
}
nav .menuBox1 li img{
	width: 100%;
}

nav .menuBox1 div {
	width: 50%;
}
nav .menuBox1 div.textArea img {
	width: 100%;
}
nav .menuBox1 div.textArea p {
	font-weight: bold;
	margin-top: 6px;
	color: #333;
}
nav .menuBox1 div.btnArea {
	text-align: right;
}
nav .menuBox1 div.btnArea img {
	width: 90%;
}

nav .menuBox1 p.business_hours {
	font-weight: normal !important;
	color: #333;
	font-size: 12px;
	line-height: 1.3em;
}


nav .menuBox2 {
	border-bottom: 1px solid #aaaaaa;
}
nav .menuBox2 li{
	border-top: 1px solid #aaaaaa;
}
nav .menuBox2 li a {
	padding: 15px 10px 15px 60px;
    display: block;
    color: #fff;
}
nav .menuBox2 li.mypage a{
	background: 
		url(../images/menu_mypage.png) no-repeat 2% center,
		url(../images/menu_icon_arrow.png) no-repeat 98% center;
	background-size: 46px,10px;
}
nav .menuBox2 li.security a{
	background: 
		url(../images/menu_security.png) no-repeat 2% center,
		url(../images/menu_icon_arrow.png) no-repeat 98% center;
	background-size: 46px,10px;
}
nav .menuBox2 li.support a{
	background: 
		url(../images/menu_support.png) no-repeat 2% center,
		url(../images/menu_icon_arrow.png) no-repeat 98% center;
	background-size: 46px,10px;
}
nav .menuBox2 li.insideElf a{
	background: 
		url(../images/menu_newmodel.png) no-repeat 2% center,
		url(../images/menu_icon_arrow.png) no-repeat 98% center;
	background-size: 46px,10px;
}
nav .menuBox3 {
	display: flex;
	justify-content: center;	
	padding-top: 26px;
}
nav .menuBox3 li{
	width: 46%;
	margin-right: 3%;
	border: 1px solid #aaaaaa;
}
nav .menuBox3 li:last-child{
	margin-right: 0px;
}
nav .menuBox3 li a {
	padding: 15px 10px 15px 10px;
	text-align: center;
	color: #fff;
	display: block;
}
nav .menuBox3 li.faq a {
	background: url(../images/menu_icon_arrow.png) no-repeat 96% center;
    background-size: 8px;
}
nav .menuBox3 li.factorySearch a {
	background: url(../images/menu_icon_link.png) no-repeat 98% 4px;
	background-size:12px;
	    margin-right: 0px;
}

nav .site_link {
	padding: 0 3%;
}
nav .site_link li {
    float: left;
    width: 50%;
    margin-top: 17px;
}
nav .site_link li a {
    
    background: url(../images/menu_icon_triangle.png) no-repeat left center;
    background-size: 7px;
    padding-left: 11px;
}
nav .site_link li a span {
    border-bottom: 1px solid #aaaaaa;
    color: #aaaaaa;
}

#nav_toggle{
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	z-index: 100;
	top: 50%;
    right: 2%;
    transform: translate(0%,-50%);
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 3px;
	background: #333333;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:12px;
}
#nav_toggle span:nth-child(3){
	top:24px;
}

/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
	top: 12px;
   -webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}




/*footer*/
footer {
	margin-top: 20px;
	border-top: 1px solid #999999;
	padding-top: 15px;
	background: #fff;
}
footer .tel {
	display: flex;
	padding: 0 6px;
}
footer .tel div {
	width: 50%;
}
footer .tel div.textArea img {
	width: 100%;
}
footer .tel div.textArea p {
	font-weight: bold;
    margin-top: 6px;
    color: #333;
}
footer .tel div.btnArea {
	text-align: right;
}
footer .tel div.btnArea img {
	width: 90%;
}
footer .business_hours {
	padding: 0 6px;
    margin-top: 6px;
    color: #333;
}	

footer .linkList {
	margin-top: 18px;
	padding: 0 2%;
}
footer .linkList .faq{
	border: 2px solid #666666;
	background: #fff;
}
footer .linkList .faq a{
	background: 
		url(../images/icon_faq.png) no-repeat left center,
		url(../images/icon_arrow_r.png) no-repeat right center;
	padding: 15px 10px;
	display: block;
	background-size: 34px,10px;
	text-align: center;
	margin: 0px 10px 0px 15px;
	color: #666;
	font-weight: bold;
}
footer .linkList .app{
	border: 2px solid #224b7b;
	background: #fff;
	margin-top: 10px;
}
footer .linkList .app a{
	background: 
		url(../images/icon_P.png) no-repeat left center,
		url(../images/icon_arrow_r.png) no-repeat right center;
	padding: 15px 10px;
	display: block;
	background-size: 37px,10px;
	text-align: center;
	margin: 0px 10px 0px 15px;
	color: #224b7b;
	font-weight: bold;
}

footer .external_link {
	margin-top: 18px;
	padding: 0 2%;
}
footer .external_link li{
	border: 1px solid #bbbbbb;
	background: #fff;
	margin-top: 5px;
}
footer .external_link li a{
	background: url(../images/icon_Link.png) no-repeat right center;
	padding: 15px 10px;
	display: block;
	background-size: 18px;
	text-align: left;
	margin: 0px 10px 0px 15px;
	color: #333;
}
footer .external_link .faq{
	border: 2px solid #666666 !important;
	background: #fff;
}

footer .site_link {
	padding: 0 3%;
}
footer .site_link li{
	float: left;
	width: 50%;
	margin-top: 17px;
}
footer .site_link li a{
	color: #333;
	background: url(../images/icon_triangle.png) no-repeat left center;
	background-size: 7px;
	padding-left: 11px;
}
footer .site_link li a span {
	border-bottom: 1px solid #333;
}

footer .footerMenu1 {
	margin-top: 20px;
	border-bottom: 1px solid #aaaaaa;
}
footer .footerMenu1 li {
    border-top: 1px solid #aaaaaa;
}
footer .footerMenu1 li a {
	padding: 15px 10px 15px 60px;
    display: block;
    color: #333333;
}
footer .footerMenu1 li.mypage a{
	background: 
		url(../images/footer_mypage.png) no-repeat 2% center,
		url(../images/footer_arrow.png) no-repeat 98% center;
	background-size: 46px,10px;
}
footer .footerMenu1 li.security a{
	background: 
		url(../images/footer_security.png) no-repeat 2% center,
		url(../images/footer_arrow.png) no-repeat 98% center;
	background-size: 46px,10px;
}
footer .footerMenu1 li.support a{
	background: 
		url(../images/footer_support.png) no-repeat 2% center,
		url(../images/footer_arrow.png) no-repeat 98% center;
	background-size: 46px,10px;
}
footer .footerMenu1 li.insideElf a{
	background: 
		url(../images/footer_newmodel.png) no-repeat 2% center,
		url(../images/footer_arrow.png) no-repeat 98% center;
	background-size: 46px,10px;
}
footer .footerMenu2{
	display: flex;
    justify-content: center;
    padding-top: 26px;
}
footer .footerMenu2 li {
    width: 46%;
    margin-right: 3%;
    border: 1px solid #aaaaaa;
}
footer .footerMenu2 li:last-child {
    margin-right: 0px;
}
footer .footerMenu2 li a {
    padding: 15px 10px 15px 10px;
    text-align: center;
    color: #333;
    display: block;
}
footer .footerMenu2 li.faq a {
    background: url(../images/footer_arrow.png) no-repeat 96% center;
    background-size: 8px;
}
footer .footerMenu2 li.factorySearch a {
    background: url(../images/footer_icon_link.png) no-repeat 98% 4px;
    background-size: 12px;
    margin-right: 0px;
}

footer .copyright {
	height: 30px;
	background: #333;
	text-align: center;
	margin-top: 20px;
}
footer .copyright small{
	color: #fff;
	font-size: 9px;
	line-height: 30px;
}

@media screen and (min-width:700px){
	body {
		width: 100% !important;
		/*margin: 0 auto;*/
	}
	header .innerBox{
		width: 700px;
		margin: 0 auto;
		position: relative;
		height: 58px;
	}

	nav {
		width: 700px;
		margin: 0 auto;
		left: 50%;
		transform: translate(-50%,0%);
	}
	nav .menuBox2 li a {
    	padding: 15px 10px 15px 75px;
    }
	
	footer .innerBox {
	    max-width: 700px;
	    margin: 0px auto;
	}
	footer .footerMenu1 li a {
		padding: 15px 10px 15px 80px;
	}
}

@media screen and (min-width:500px){
	.with-br {
		display: none;
	}
}
@media screen and (max-width:499px){
	.without-br {
		display: none;
	}
}