@charset "UTF-8";

/*



	common

*/



#pagetop {
    cursor: pointer;
    position: fixed;
    right: 1%;
    z-index: 3000;
	}

/*#pagetop span {
    display: block;
    margin-top: 3px;
    color: #113b72;
    font-weight: bold;
    font-size: 12px;
}*/

html,body{
    width: 100%;
	margin:0 auto;
	position:relative
}



/* ----------------------------------------------------------------------------------------------------



	font-face



--------------------------------------------------- */




/* ----------------------------------------------------------------------------------------------------



	base



--------------------------------------------------- */

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	}
html,
body {}
body {
	background-color:#fff;
	color:#000;
	display: block;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size:14px;
	overflow-x: hidden;
	height: 100%;
	max-width: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	}
a,
a:hover {
	text-decoration: none;
/*	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;*/
	}
/*a {
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}*/
	a:link {}
	a:visited {}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	outline: none;
	max-width:100%;
	}
img:hover { outline: none; }
a:hover img {
	opacity:0.75;
}
ul { list-style: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: lighter;
	margin: 0;
	}

.inner, 
footer nav ul {
    max-width: 980px;
    margin: 0 auto;
}

.inner {
	padding-bottom:70px;
}
@media screen and (min-width: 751px) {
.sp { display: none; }
}
@media screen and (max-width: 750px) {
.pc { display: none; }
}
/* ----------------------------------------------------------------------------------------------------


	header


--------------------------------------------------- */	

header .inner #home {
    background-image: url(../img/common/home_ico.png);
	position: absolute;
    left: 0;
    top: 45%;
	padding: 5px 0 0 25px;

}
header .inner #h_icon .con_ico a {
    background-image: url(../img/common/contact_ico.png);
    padding: 0 0 0 25px;
}
header .inner #home, 
header .inner #h_icon .con_ico a {
	background-position: left center;
    background-repeat: no-repeat;
    color: #154b92;
    display: inline-block;
    font-size: 12px;

}

header .inner #h_icon.en .con_ico a {
	font-size:14px;
}
#menuSP.en > li ul li:first-child {
	font-size:3.7vw;
}
header h1 {
    text-align: left;
}
header #h_icon {
    position: absolute;
    right: 0;
    top: 45%;
}
header #h_icon li ul {
	padding-left: 10px;
}
header #h_icon li, 
header #h_icon li ul {
    display: inline-block;
    vertical-align: middle;
    border-right: #154b92 1px solid;
    padding-right: 10px;
}
header #h_icon li ul li, 
header #h_icon li:nth-child(2) {
    border-right: none;
}
header #h_icon li:last-child {
    border-right: none;
}
header #h_icon li:nth-child(2) ul li a, 
header #h_icon li:nth-child(2) ul li a.on {
    border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;   
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1.6;
    font-size: 11px;
}
header #h_icon li:nth-child(2) ul li a {
	border: #154b92 1px solid;
	color: #154b92;
	display:block;
}
header #h_icon li:nth-child(2) ul li a.on, 
header #h_icon li:nth-child(2) ul li a:hover {
	background: #154b92!important;
    color: #fff!important;
}

header nav {
	background: #154b92;
	position: relative;
    z-index: 100;
		height:93px;
}

header nav #menu {
    max-width: 980px;
    margin: 0 auto;
	position:relative;
	display:block;
}
header nav #menu li {
    float: left;
    width: 196px;
    text-align: center;
	position:absolute;
	padding-top: 5px;
}
header nav #menu li:nth-child(3) a {
    padding-bottom: 5px;
	font-size: 95%;
}
header nav #menu li:hover, 
header nav #menu li a:hover {
	background:#fff;
	color:#154b92;
}
header nav #menu > li:nth-child(1) {
    left: 0;
}
header nav #menu > li:nth-child(2) {
    left: 196px;
}
header nav #menu > li:nth-child(3) {
    left: 0;
		top:31px;
}
header nav #menu > li:nth-child(4) {
    left: 196px;
		top:31px;
}
header nav #menu > li:nth-child(5) {
    left: 0;
		top:62px;
}

@media screen and (min-width: 632px){
header nav #menu > li:nth-child(3) {
	top:0;
  left: 392px;
}
header nav #menu > li:nth-child(4) {
    left: 0;
		top:31px;
}
header nav #menu > li:nth-child(5) {
    left: 196px;
		top:31px;
}
header nav {
	height:62px;
}
}
@media screen and (min-width: 805px){
header nav #menu > li:nth-child(4) {
    left: 588px;
		top:0;
}
header nav #menu > li:nth-child(5) {
    left: 0;
	top:31px;
}
}
@media screen and (min-width: 980px){
header nav {
	height:31px;
}
header nav #menu > li:nth-child(5) {
	top:0;
    left: 784px;
}
}
header nav #menu a {
    display: block;
	color: #fff;
	position:relative;

}


header nav #menu li .sub li a {
	float:none;
	background:#fff;
	border-bottom:#e2e2e2 1px solid;
	padding:10px;
	color:#000;
	text-align:left;
	background-image:url(../img/common/nav_arrow.png);
	background-position:right 7px center;
	background-repeat:no-repeat;
}
@media screen and (min-width: 980px){
header nav #menu li:last-child a:after {
    content: none;
}
}
header nav #menu li .sub {
	font-size: 88%;
	padding-top: 5px;
}
header nav #menu li .sub li {
	padding:0;
	left:0;
	position:relative;
	z-index:101;
}
header nav #menu li .sub li:last-child a {
	border-bottom:none;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
/*header nav #menu li .sub li a:after {
	content:url(../img/common/nav_arrow.png);
	position:absolute;
	right:8px;
}*/
header nav #menu li .sub li a:hover {
	background:#154b92;
	color:#fff;
	background-image:url(../img/common/nav_arrow_over.png);
	background-position:right 7px center;
	background-repeat:no-repeat;

}

header nav #menu li.menu-current a {
	color:#154b92;
}
header nav #menu li a:after {
    content: '';
    width: 1px;
    height: 22px;
    background: #fff;
    position: absolute;
    right: -1px;
    top: 0;
}
header nav #menu li.menu-current a:after, 
header nav #menu li .sub li a:after {
    content: none;
}

/* ----------------------------------------------------------------------------------------------------

	menu_sp

--------------------------------------------------- */
#navToggle {
  display:none; /*通常時は非表示にしておきます*/
  position:absolute; /*bodyに対しての絶対位置指定です*/
  right:13px;
  top:11px;
  width:30px;
  height:25px;
  cursor:pointer}
#navToggle .toggleMenuBtn  {position:relative} /*spanの絶対位置指定の親にします*/
#navToggle span {
  display:block;
  position:absolute; /*#navToggle div に対して*/
  width:100%;
  border-bottom:solid 3px #154b92;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#navToggle .toggleMenuBtn span:nth-child(1) {top:0}
#navToggle .toggleMenuBtn span:nth-child(2) {top:11px}
#navToggle .toggleMenuBtn span:nth-child(3) {top:22px}

.headerRight {
	display:none;
}

@media screen and (max-width: 480px){
header .inner {
	z-index:999;
	width:100%;
	background-color:#fff;
	position:relative;
}
#gMenuSP {
  height:100%;
  position: absolute;
  right:0;
	display:none;
  /* top: -300px; */
  width:100%;
  padding:0 10px;
  -webkit-transition:.5s ease-in-out; /*transitionで動きを*/
  -moz-transition:.5s ease-in-out;
  transition:.5s ease-in-out;
  text-align:left;
	z-index:800;
}
#gMenuSP a {
	color:#fff;
}
#gMenuSP .sub li a {
    color: #000;
	display:block;
}
#navToggle {display:block;}

.openNav #navToggle .toggleMenuBtn span:nth-child(1) {
	top: 11px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.openNav #navToggle .toggleMenuBtn span:nth-child(2),
.openNav #navToggle .toggleMenuBtn span:nth-child(3) {
  top: 11px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  transform:rotate(45deg);
}

/* menu調整 */
#gMenuSP {
	padding:0;
}
 
#h_iconSP {
	width:100%;
	padding:20px 0;
	border-bottom:1px solid #fff;
}
#h_iconSP li:first-child a img {
	width:35%;
}
#h_iconSP > li {
    letter-spacing: normal;
    vertical-align: middle;
    display: inline-block;
    width: 55%;
    text-align: center;
    font-size: 3vw;
}
#h_iconSP > li:first-child {
	width:100%;
}

#h_iconSP li:last-child {
  border-right: none;
	width:35%;
}
#h_iconSP.cn li:last-child {
	width:100%;
}
#h_iconSP.cn li ul li:last-child {
    width: auto;
}
#h_iconSP.cn li:nth-child(2) ul {
	border-right:none;
	padding-left:0;
}

/* ○対応 */
#h_iconSP li:nth-child(2) ul {
	letter-spacing: -0.4em;
    border-right: #fff 1px solid;
    padding-left: 17px;
}
#h_iconSP li:nth-child(2) ul li {
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
	font-weight:bold;
	padding:0 9px;
}
#h_iconSP li:nth-child(2) ul li a, 
#h_iconSP li:nth-child(2) ul li a.on {
	font-size:4vw;
    border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;   
    width: 9vw;
    height: 9vw;
    text-align: center;
    line-height: 9vw;
    /* font-size: 11px; */
}
#h_iconSP li:nth-child(2) ul li a {
	border: #fff 1px solid;
	color: #fff;
	display:block;
}
#h_iconSP li:nth-child(2) ul li a.on {
	background: #fff;
  color: #154b92;
}

#h_iconSP .con_ico a {
    background-image: url(../img/common/contact_ico_sp.png);
    background-size: 23%;
    padding: 2px 0 0 30px;
    background-position: center left;
    background-repeat: no-repeat;
    color: #fff;
    display: inline-block;
    font-size: 12px;
	margin-left:10px;
}

#h_iconSP.en .con_ico a {
	font-size:15px;
}

#menuSP {
	clear:both;
}

#menuSP > li {
	position:relative;
	font-size:4vw;
	line-height:14vw;
	border-bottom:1px solid #fff;
	text-indent:4vw;
}



#menuSP .navBtn {
    background: url(../img/common/arrow_down.png) no-repeat;
}

#menuSP .navBtn02 {
    background: url(../img/common/arrow_up.png) no-repeat;
}



#menuSP .navBtn, 
#menuSP .navBtn02 {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 4vw;
    background-size: 50%;
	background-position: top right 10px;
	text-indent: -9999px;
}

#menuSP > li ul {
	border-top:1px solid #fff;
	background: #fff;
}
#menuSP > li ul li{
	text-indent:4vw;
	font-size:4vw;
	line-height:14vw;
    border-bottom: 1px solid #e2e2e2;
	background: url(../img/common/arrow_toggle.png) no-repeat center right 10px;
	background-size:20px;
	
}

#menuSP .navBtn03 {
    background: url(../img/common/arrow_toggle02.png) no-repeat center right 10px;
	background-size:20px;
}
#menuSP > li ul li:last-child {
	border-bottom:none;
}

#contents {
	position:relative;
	z-index:500;
}


}
@media screen and (min-width: 751px){
.headerRight {
	display:block;
}
}

/* ----------------------------------------------------------------------------------------------------



modal(serch)



--------------------------------------------------- */
.modal-content {
	display: none;
    background-color: #fff;
	box-shadow: 2px 2px 7px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 7px rgba(0,0,0,0.25);
	-webkit-box-shadow:  2px 2px 7px rgba(0,0,0,0.25);
    margin: 0 auto;
    position: fixed;
    z-index: 1000;

}

#modal-content01 {
    width: 548px;
}

#modal-content02, 
#modal-content03, 
#modal-content04 {
	text-align:center;
}


.modal-open {	
	overflow: visible!important;	
	/*position: static!important;*/
	}



.modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
	
}

.modal-overlay {
	z-index: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D454d56,endColorstr=#4D454d56);
    background-color: rgba(0,0,0,0.5);
}

.modal-open:hover, 
.modal-close:hover {
    cursor:pointer;
}
.serch_box input[type="text"] {
    border: none;
    padding: 16px 10px 16px 20px;
}

.serch_box input:focus {
	outline:none;
}

.serch_box .search-button {
    background: url(../img/common/serch_ico02.png) center center no-repeat;
    border: 0;
    margin: 0;
    outline: none;
    position: absolute;
}
@media screen and (min-width: 751px) {
.serch_box .search-button {
    top: 15px;
    right: 50px;
}
}
@media screen and (max-width: 750px) {
.serch_box input[type="text"] {
    padding: 16px 10px 16px 10px;
    width: 80%;
    margin-bottom: 20px;
    font-size: 13px;
	border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0; 
	 -webkit-appearance: none;
}
.serch_box .search-button {
    top: 35px;
    right: 45px;
}
/*#h_iconSP.en .serch_box .search-button {
    right: 45px;
}*/

}
#modal-content02, 
#modal-content03 {
    padding: 20px 0;
}
#modal-content04 {
	padding: 50px 0 20px 0;
}

#modal-content02 p:first-child, 
#modal-content03 p:first-child {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

.mapcont {
    margin: 20px auto;
}

.mapcont .img {
    margin: 15px 0;
    border: #787878 1px solid;
}

.mapcont .print {
    text-align: center;
    font-size: 16px;
    color: #000;
    border: #000 1px solid;
    padding: 2px 10px;
    width: 20%;
    margin: 0 auto;
	
}
.mapcont .print:before {
    content: url(../img/company/print_ico.jpg);
	display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

@media screen and (min-width: 751px) {
#modal-content02, 
#modal-content03 {
    width: 750px;
}
#modal-content04 {
    width: 960px;
}
#environment #modal-content04 {
    width: 50%;
}
.mapcont {
    width: 590px;
}
}
@media screen and (max-width: 750px) {
#modal-content02, 
#modal-content03, 
#modal-content04 {
    width: 100%;
	margin:0 auto;
}
.mapcont {
    width: 90%;
}
}

/* ----------------------------------------------------------------------------------------------------


	帯


--------------------------------------------------- */
#news .tit, 
#company .tit, 
#environment .tit, 
#products .tit, 
#contact .tit, 
#recruit .tit, 
#sitemap .tit, 
#powertrain .tit {
    border-bottom: #2777df 2px solid;
    position: relative;
    margin-bottom: 20px;
}

#contents .inner #news .tit h3, 
#company .tit h2, 
#environment .tit h2, 
#products .tit h2, 
#news .tit h2, 
#contact .tit h2, 
#recruit .tit h2, 
#sitemap .tit h2, 
#powertrain .tit h2 {
    font-size: 22px;
    font-weight: bold;
    padding-left: 5px;
}


#contents .inner #news .tit h3:after, 
#company .tit h2:after, 
#environment .tit h2:after, 
#products .tit h2:after, 
#news .tit h2:after, 
#contact .tit h2:after, 
#recruit .tit h2:after, 
#sitemap .tit h2:after, 
#powertrain .tit h2:after {
    content: '';
    background: #000;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
	width: 20%;
	}







/* ----------------------------------------------------------------------------------------------------


	footer


--------------------------------------------------- */
footer nav {
    background: #154b92;
    margin-top: 15px;
}

footer nav a {
    color: #fff;
    padding: 2px 0;
    position: relative;
}

footer nav ul {
    overflow: hidden;
}

footer nav ul li {
    float: left;
    width: 20%;
    text-align: center;
}
footer nav ul li a {
	display:block;
}
footer nav a:after,
p.address span:before, 
footer #f_ico li a:after {
	content: '';
	background: #fff;
	width: 1px;

}

footer nav a:after {
	height: 15px;
	position: absolute;
	right: -1px;
	top: 5px;
	}
	
footer nav li:nth-child(3) a {
	font-size:95%;
}
	
footer .address span:before, 
footer #f_ico li a:after {
	display: inline-block;
	vertical-align: bottom;
	}
	
footer .address span:before {
    height: 15px;
}

footer #f_ico li:last-child a:after, 
footer nav li:last-child a:after {
	content:none;
}
footer #f_info {
    margin-top: 2px;
    background: #103a70;
    color: #fff;
    text-align: center;
}

footer #f_ico {
    background: #154b92;
}

footer .c_name {
	display:block;
    text-indent: -9999px;
    background: url(../img/common/logo02.png) no-repeat center center;
    padding: 20px 0;
	}

footer .address  {
    padding: 5px 0 25px 0;
}

footer .address span strong {
    font-size: 18px;
}

footer #f_info a {
    color: #fff;
}

footer #f_ico li {
    display: inline-block;
    padding: 20px 0;
}


footer #f_ico li:nth-child(1) a {
    background-image: url(../img/common/sitemap_ico.png);
}

footer #f_ico li:nth-child(2) a {
    background-image: url(../img/common/pp_ico.png);
}
footer #f_ico li:nth-child(3) a {
    background-image: url(../img/common/contact_ico02.png);
}

footer #f_ico li a {
    font-size: 11px;
	background-repeat:no-repeat;
}

footer p.f_copy {
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
}


/* ----------------------------------------------------------------------------------------------------


	news


--------------------------------------------------- */

#news dl dt {
    color: #154b92;
    font-size: 105%;
    display: inline-block;
		letter-spacing:normal;
		vertical-align:top;
    margin-right: 10px;
}
#news dl dt:before, 
#news dl dt:after {
	content: '';
	height: 22px;
	background: #154b92;
	display: inline-block;
	vertical-align: middle;
}
#news dl dt:before {
	width: 3px;
	margin-right: 10px;
	}

#news dl dt:after {
    width: 1px;
    margin-left: 10px;
}
#news dd a {
	color:#000;
	display:block;
}
#news dd a:hover {
	background:url(../img/top/news_arrow_over.png) no-repeat;
	background-position:center right;

}
#news dd  {
    display: inline-block;
		letter-spacing:normal;
		vertical-align:top;
}

#news dd a:hover {
	text-decoration:underline;
}

#news dl {
    margin-bottom: 15px;
		letter-spacing:-0.4em;
}



@media screen and (min-width: 751px){
.pc { display:block; }
.sp { display:none; }
header .inner {
	position: relative;
    padding: 20px 0;
    height: 100px;
}

#news dt {
	width:14%;
}
#news dd  {
	width:calc( 100% - 10px - 14% );
}

#news dd a {
	background:url(../img/top/news_arrow.png) no-repeat;
	background-position:center right;
	display:block;
}


footer #f_ico li a:before {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

footer #f_ico li a:after {
	height:20px;
}
footer .address span:before, 
footer #f_ico li a:after {
	margin: 0 10px;
	}
	
footer #f_ico li a {
	background-position:center left;
	padding:5px 0 5px 25px;
}

}

@media screen and (max-width: 750px) {
	
.pc { display:none; }
.sp { display:block; }

header h1 {
    width: 50%;
    height: 100%;
	float:left;
}
header {
    border-bottom: #164b91 4px solid;
    /*padding: 10px;*/
}
header .inner {
	padding: 5px 0;
	overflow:hidden;
}

#news dl dt {
	vertical-align:top;
}

#news dd {
    display: block;
	margin-top:10px;
}
footer {
    margin-top: 50px;
}

footer #f_ico li {
    vertical-align: bottom;
}
footer #f_ico li a:before {
    display: block;
}
.inner {
    padding: 5px;
}
footer #f_ico li a {
	background-position:top;
	padding-top:25px;
	padding-left: 10px;
}
footer .address span:before, 
footer #f_ico li a:after {
	margin: 0 0 0 10px;
}

footer #f_ico li a:after {
	height:40px;
}

}
