@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

#menu-wrap-sub-sp,
#menu-wrap-sub-pc {
	position: fixed;
	top: 112px;
	left: 0;
	width: 100%;
	background: #0b5fa8; /* Old browsers */
	background: -moz-linear-gradient(top, #0b5fa8 0%, #0b5fa8 0%, #0f204f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0b5fa8 0%,#0b5fa8 0%,#0f204f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0b5fa8 0%,#0b5fa8 0%,#0f204f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5fa8', endColorstr='#0f204f',GradientType=0 ); /* IE6-9 */
	transition: .3s;
	z-index:500;
    box-shadow: 0 3px 5px rgba(0, 79, 153, 0.14);
}

#menu-wrap-sub-sp {
	top: 45px;
}

#menu-sub {
	list-style-type: none;
	width: 100%;
	margin: 0px auto;
	padding: 0;
}

#menu-sub li {
	float: left;
	margin: 0;
	padding: 0 30px;
	text-align: center;
}

#menu-sub li a {
	display: block;
	width : 100%;
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
	line-height: 2;
	text-decoration: none;
	transition: .3s;
	height:25px;
}

#menu-sub li h1 a {
	margin-top:-10px;
}

#menu-sub li a h1 {
	font-size: 14px;
}

#menu-sub li.title,
#menu-sub li.title:hover {
	display: block;
	padding: 10px 30px 15px 30px;
	color: #fff;
	font-size: 14px;
	line-height: 2;
	text-decoration: none;
	transition: .3s;
	height:25px;
	background: #0b5fa8; /* Old browsers */
	background: -moz-linear-gradient(top, #0b5fa8 0%, #3f85c1 0%, #0f43aa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0b5fa8 0%,#3f85c1 0%,#0f43aa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0b5fa8 0%,#3f85c1 0%,#0f43aa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5fa8', endColorstr='#0f43aa',GradientType=0 ); /* IE6-9 */
	border-bottom: none;
	margin-right: 30px;
}

#menu-sub li:hover {
	border-bottom: 5px solid white;
}

div.pan {
	width: 100%;
	background: white;
}

#menu-wrap-sub-sp {
	display:none;
}

div.introtext {
	width: 90%;
	text-align: center;
	padding: 50px 0 100px 0;
	margin:150px auto 0 auto;
}

div.introtext p {
	padding: 0 20px;
}


.white {
	color:white;
	margin-left: 10px;
}

div.contact {
	width: 100%;
	text-align: center;
	margin:50px 0;
	font-size: 16px;
}


div.contact div.button-c {
	clear: both;
	float: none;
	width:360px;
	margin: 50px auto;
	text-align: center;
	font-size: 19.2px;
}

div.contact > p {
	padding: 0 20px;
}

div.condition-area,
div.privacy-area,
div.parts_list_contact-area {
	width:1000px;
	margin:0 auto;
}

div.condition{
	width:100%;
	margin-bottom:50px;
	clear:both;
	float:none;
	color: #696969;
}

div.privacy,
div.parts_list_contact {
	width:100%;
	margin-bottom:100px;
	clear:both;
	float:none;
	color: #696969;
}

div.parts_list_contact .team_sp {
	display: none;
}

div.parts_list_contact .tel,
div.parts_list_contact .fax,
div.parts_list_contact .team_e {
	float: left;
	margin-right: 20px;
}

div.condition h2{
	font-size:20px;
	font-weight:700;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px dotted gray;
	color:#414242;
}


div.privacy h2,
div.parts_list_contact h2 {
	font-size:25px;
	font-weight:700;
	text-align:center;
	margin-bottom:25px;
	padding-bottom:20px;
	border-bottom:1px dotted gray;
	color:#414242;
}

div.privacy ul > li,
div.parts_list_contact ul > li {
	list-style:none;
	margin:30px 0;
}

div.privacy ul li h3,
div.parts_list_contact ul li h3 {
	font-size:16px;
	font-weight:700;
	margin-bottom:5px;
	color:#414242;
}

div.privacy ul li ul li{
	color:gray;
	list-style:circle;
	margin:2px 0 2px 40px;
}

div.parts_list_contact ul li ul li {
	color:gray;
	list-style:disc;
	margin:2px 0 15px 40px;
}

div.parts_list_contact .en ul li ul li {
    margin: 2px 0 2px 40px;
}

div.condition p {
	margin-bottom:20px;
}

div.condition p span {
	font-weight:700;
	color:#414242;
}

div.condition p img {
		width:100%;
}

div.condition form .text{
	width:200px;
    border:1px solid #9babbd;
    padding: 10px;
    /* color: #999; */
    background: #fff;
    border-radius: 3px;
     
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f4f6f7),
        to(#fff)
        );
     
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px #fff;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #f4f6f7,
        #fff
        );
     
    -moz-border-radius: 3px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

div.condition form input.search_b {
    padding: 8px 30px 8px 15px;
    background: #5881ad;
    color: white;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 79, 153, 0.4);
    font-size: 12px;
    height: 36px;
    float:left;
}

div.condition form {
	margin:20px auto 0 auto;
	width:280px;
}

div.condition .fessWrapper .form-control {
	height:19px\9;
}

div.condition .fessWrapper button {
	margin: -1px 20px 0 25px;
	margin: -3px 20px 0 25px\9;
}

@media all and (-ms-high-contrast: none){
	/* IE10�ȏ� */

	div.condition .fessWrapper .form-control {
		height:19px;
	}

	div.condition .fessWrapper button {
		margin: -3px 0 0 25px;
	}

}


div.condition form div.input-box {
	float:left;
}

div.condition form div.search-box {
	position:relative;
	float:right;
	width:69px;
    margin-left: 8px;
}

div.condition form div.search-box::after {
	position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f002";
    color: white;
    cursor:pointer;
}

div.condition form div.search-box:hover input.search_b {
    background: #4281d2;
}


#xd70dw8v3v2f3lx .logo {
	text-align: center;
	padding: 3px;
}
#xd70dw8v3v2f3lx .language {
	width: 250px;
	margin: 25px auto;
	max-width: 90%;
}	
#xd70dw8v3v2f3lx .l_j,
#xd70dw8v3v2f3lx .l_e,
#xd70dw8v3v2f3lx .l_c{
	width: 80px;
	text-align: center;
	border: 1px solid #004f99;
	margin: 10px;
}
#xd70dw8v3v2f3lx .l_j :hover,
#xd70dw8v3v2f3lx .l_e :hover,
#xd70dw8v3v2f3lx .l_c :hover {
	background: #004f99;
	color: #ffffff;
}	
#xd70dw8v3v2f3lx .language {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#xd70dw8v3v2f3lx .language p {
	color: #004f99;
	padding: 3px;
}
#xd70dw8v3v2f3lx .contact {
	max-width: 100%; 
	text-align: center;
	background: #004f99;
	margin: 30px 0 0 0;
}
#xd70dw8v3v2f3lx .contact h2 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding: 3px;
}
#xd70dw8v3v2f3lx .introtext {
	margin: 0 auto;
	padding: 30px 0;
}
#xd70dw8v3v2f3lx .footer {
	background: #e7e7e9;
}
#xd70dw8v3v2f3lx .footer_box {
	color:#414242; 
	text-align: right
}
#xd70dw8v3v2f3lx address {
	padding: 5px 10px;
}
	
#xd70dw8v3v2f3lx #e_area{
	font-family:  'Roboto', 'Arial', sans-serif;
}

#xd70dw8v3v2f3lx #c_area{
	font-family:  'Noto Sans SC', "微软雅黑", "Microsoft YaHei", 'SimSun', sans-serif;
}

@media only screen and (max-width: 1450px) {


div.merit img.back03 {
	width: 1100px;
	top: 90px;
}

div.merit div.d_b {
	margin-top: 150px;
}

div.h_s {
	height: 600px;
}

}


@media only screen and (max-width: 1100px) {

div.condition-area,
div.privacy-area,
div.parts_list_contact-area {
	width:90%;
}


}


@media only screen and (max-width: 960px) {

#menu-sub li {
  padding: 0 10px;
}

div.condition p img {
	margin: 0 auto;
}


}



@media only screen and (max-width: 850px) {



p.white_b {
	margin-top: 20px;
	text-shadow: none;
}


div.privacy,
div.parts_list_contact {
	margin-bottom:80px;
}

div.condition h2,
div.privacy h2,
div.parts_list_contact h2 {
	font-size:20px;
	margin-bottom:15px;
	padding-bottom:10px;
}

div.privacy ul li h3,
div.parts_list_contact ul li h3 {
	font-size:14px;
	margin-bottom:2px;
}

div.condition p,
div.privacy p,
div.parts_list_contact p {
	font-size:13px;
}

div.privacy ul li,
div.parts_list_contact ul li {
	font-size:13px;
	margin: 20px 0;
}

div.privacy ul li ul li {
	margin:0 0 0 30px;
}


}



@media only screen and (max-width: 740px) {

.header {
	height:45px;
}

nav.pc {
	display:none;
}

div.subnav-pc {
	display:none;
}

#menu-wrap-sub-sp {
	display:block;
}

#menu-wrap-sub-sp {
	background: #0f204f;
  transition: 0;
}


p.menu-title{
	display: block;
	width : 100%;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	height:25px;
	text-align: center;
	background: #0b5fa8; /* Old browsers */
	background: -moz-linear-gradient(top, #0b5fa8 0%, #0b5fa8 0%, #0f204f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0b5fa8 0%,#0b5fa8 0%,#0f204f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0b5fa8 0%,#0b5fa8 0%,#0f204f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5fa8', endColorstr='#0f204f',GradientType=0 ); /* IE6-9 */
}

p.arrow2 {
	position: absolute;
	top: 12px;
	right: 27px;
	color: white;
	font-size: 120%;
}

#menu-sub li {
	width: 100%;
	padding: 0;
	border-top: 1px solid #2b4882;
}

p.menu-title:hover{
	transition: 0s;
}


#menu-sub li:hover {
	border-bottom: none;
	background:#004f99;
	transition: 0s;
}

#menu-sub li a {
  line-height: 1.8;
}


}



@media only screen and (max-width: 740px) {



div.introtext {
	padding: 30px 0 80px 0;
	margin-top:80px;
}

div.parts_list_contact ul li ul li {
    margin: 2px 0 15px 25px;
}	
	
div.parts_list_contact .en ul li ul li {
    margin: 2px 0 2px 25px;
}
	
}



@media only screen and (max-width: 560px) {



div.contact > p {
	font-size: 14px;
}
	
div.parts_list_contact .team_sp {
	display: inline;
}
	
div.parts_list_contact .team_pc {
	display: none;
}
	
div.parts_list_contact .tel, 
div.parts_list_contact .fax, 
div.parts_list_contact .team_e {
    float: none;
}
	
div.parts_list_contact .tel, 
div.parts_list_contact .fax, 
div.parts_list_contact .fax_e {
    margin-left: 20px;
}	
	
}



