@charset "utf-8";



/*--------------------------------------------------
NoScript Message
--------------------------------------------------*/
.gwi-noscript-message {
	padding: 40px 90px 22px 40px;
	border-bottom: solid 5px #fff;
	position: relative;
	background: #f6f6f6;
}
.gwi-noscript-message .gwi-texts {
	margin: 0;
}
.gwi-noscript-message .gwi-texts .gwi-headline {
	margin-bottom: 5px;
}
.gwi-noscript-message .gwi-texts p {
	margin-bottom: 18px;
	line-height: 1.33333;
	font-size: 0.938em;
}
/*--------------------------------------------------
@media only screen and (max-width: 640px){
	.gwi-noscript-message {
		padding: 35px 20px 27px;
	}
	.gwi-noscript-message .gwi-texts p {
		margin-bottom: 8px;
		line-height: 1.5;
		font-size: 1em;
	}
}
--------------------------------------------------*/


/*--------------------------------------------------
redline (pc only)
--------------------------------------------------*/
.gwi-redline {
	position: fixed;
	top: 0px;
	z-index: 8000;
	width: 100%;
	height: 3px;
	background: url(../img/pc_mitsubishi_redline.png) top center repeat-x fixed;
}

/*--------------------------------------------------
@media only screen and (max-width: 640px){
	.gwi-redline {
		position: absolute;
	}
}

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

/*--------------------------------------------------
header and includes it
--------------------------------------------------*/
header.gwi-container .gwi-header-upper {
	margin: 0 auto 13px;
	max-width: 1380px;
}
header.gwi-container .gwi-header-upper:after {
	display: block;
	clear: both;
	content: '';
}
/* Logo */
header.gwi-container .gwi-logo {
	margin: 20px 0 10px;
	position: relative;
	float: left;
	width: 490px;
	line-height: 1;
	font-size: 0.75em;
	font-weight: normal;
}
header.gwi-container .gwi-logo img {
	/*width: 109px;*/
	height: 35px;
}
header.gwi-container .gwi-logo .gwi-countryname {
	padding: 0 0 0 16px;font-family: 'Noto Sans SC',sans-serif;
	border-left: 1px solid #e1e1e1;
	display: table;
	position: absolute;
	top: 2px;
	left: 108px;
	width: 300px;
	height: 35px;
	font-weight: bold;
	font-size: 13px;
}
header.gwi-container .gwi-logo .gwi-countryname .gwi-countryname-inner {
	display: table-cell;font-family: "Helvetica","Arial",sans-serif;
	vertical-align: middle;
}


/*Logo*
@media only screen and (max-width: 1400px){
	header.gwi-container {
		position: relative;
		height: 55px;
	}
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    z-index: 1
  }

	header.gwi-container .gwi-logo {
		margin: 11px 0 0 10px;
		position: relative;
		float: left;
		width: auto;
		line-height: 1;
		font-size: 0.692em;
		font-weight: normal;
	}
	header.gwi-container .gwi-logo img {
		width: 77px;
		height: 32px;
	}
	header.gwi-container .gwi-logo .gwi-countryname {
		position: absolute;
		top: 6px;
		left: 84px;
		width: 150px;
		height: 27px;
	}
}

*/

/*--------------------------------------------------
footer and includes it
--------------------------------------------------*/
footer.gwi-container .gwi-footer a {
	color: #fff;
	text-decoration: none;
}
footer.gwi-container .gwi-footer a:hover,
footer.gwi-container .gwi-footer a:focus {
	color: #f00;
}
/* footer block */
footer.gwi-container .gwi-footer {
	background: #000;
	color: #fff;
	margin-top: 113px;
	padding: 0 50px 10px;
}
/* footer utility */
footer.gwi-container .gwi-footer-utility {
	padding-top: 33px;
	clear: both;
	overflow: hidden;
	font-size: 0.688em;
}
/* links */
footer.gwi-container .gwi-footer-utility .gwi-footer-utility-nav {
	float: right;
	text-align: right;
}
footer.gwi-container .gwi-footer-utility .gwi-footer-utility-nav .gwi-footer-bottom-links {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	text-align: right;
}
footer.gwi-container .gwi-footer-utility .gwi-footer-utility-nav .gwi-footer-bottom-links li {
	padding: 1px 1px 0 4px;
	border-left: 1px solid #fff;
	display: inline-block;
	line-height: 1.1;
}
footer.gwi-container .gwi-footer-utility .gwi-footer-utility-nav .gwi-footer-bottom-links li:first-child {
	border-left: none;
}
/* copyright */
footer.gwi-container .gwi-footer-utility .gwi-footer-utility-copyright {
	margin: 0;
	padding: 0 0 10px;
	float: left;
	line-height: 1;
	font-style: normal;
}
@media only screen and (max-width: 640px){
	/* footer block */
	footer.gwi-container .gwi-footer {
		margin-top: 0;
		padding: 0;
		background: #222;
	}
	/* footer utility */
	footer.gwi-container .gwi-footer .gwi-footer-utility {
		padding: 0;
		overflow: auto;
		font-size: 1em;
	}
	/* links */
	footer.gwi-container .gwi-footer-utility .gwi-footer-utility-nav {
		float: none;
		text-align: left;
	}
	footer.gwi-container .gwi-footer-utility .gwi-footer-utility-nav .gwi-footer-bottom-links {
		float: none;
		text-align: left;
	}
	footer.gwi-container .gwi-footer-utility .gwi-footer-utility-nav .gwi-footer-bottom-links li {
		padding: 0;
		border: none;
		display: block;
		line-height: 1.1;
	}
	footer.gwi-container .gwi-footer-utility .gwi-footer-utility-nav .gwi-footer-bottom-links li a {
		padding: 12px;
		border-bottom: solid 1px #fff;
		display: block;
		background: url(../img/sp_header_arrow03.png) no-repeat right center;
		font-size: 1.154em;
		font-weight: normal;
		background-size: 18px 7px;
	}
	/* copyright */
	footer.gwi-container .gwi-footer .gwi-footer-utility-copyright {
		padding: 48px 10px 15px;
		float: none;
		line-height: 1.25;
		color: #fff;
		font-size: 0.923em;
		text-align: left;
	}
}
