headerTitle@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

ol, ul {list-style: none;}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
	color: #005ab4;
}
a:hover { text-decoration:underline }

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* レスポンシブ対応 */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 799px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
}

img {
	vertical-align: top;
}

input, select {
	vertical-align:middle;
}


/* BODY BACKGROUNDS */

body {
	color: #4d4d4d;
}
body.home {
	background: #062a5a;
}
body.grey {
	background: #b3b3b3;
}
body.blue {
	background: #062a5a;
}
body.white {
	background: #fff;
}
body.home {
	background: #fff url(../img/home_body_bg.jpg) no-repeat center top;
}

body.mercedes {
	background: #000 url(../img/mercedes.jpg) no-repeat center top;
}



body {
	background: #999;
	font-family: 'Roboto',Helvetica,Arial,Tahoma,Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size: 87.5%;
	color: #4d4d4d;
	-webkit-text-size-adjust: 100%;
}


/* layout base */

.globalHeaderWrapper,
.globalContents,
.globalFooter {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.baseContainer {
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* header */

.globalHeaderWrapper {
	margin-bottom: 30px;
}
.globalHeader {
	position: relative;
	padding: 0 20px;
	background: #fff;
	background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
	*zoom: 1;
}
.globalHeader:after {
	content: '';
	display: block;
	clear: both;
}

.headerLinks {
	*zoom: 1;
	margin:10px;
}
.headerLinks:after {
	content: '';
	display: block;
	clear: both;
}
.headerLinks ul {
	float: right;
}
.headerLinks li {
	float: left;
	border-left: 1px dotted rgba(255,255,255,0.5);
	list-style-type: none;
	text-transform: uppercase;
	font-size: 78.6%;
}
.headerLinks li:first-child {
	border: none;
}
.headerLinks li:last-child {
	margin-right: 10px;
}

.headerLinks a {
	display: block;
	width: 80px;
	padding: 20px 0;
	text-align: center;
	color: #fff;
}

.headerLinks .active a {
	background: rgba(255,255,255,0.2);
}
.headerLogo {
	float: left;
	padding-top: 19px;
}

.headerTitle p{
	height: auto;
}
.headerTitle{
	font-weight: bold;
	font-size: 150%;
	color: #003399;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 76px;
}




/*
.globalNav {
	padding: 2px 0 2px 5px;
	font-size: 14px;
	font-weight: bold;
}



.globalNavBtn {
	display: none;
}
.globalNavBtn img {
	transition: .2s;
}
.globalNav ul {
	min-height: 50px;
	padding: 20px 20px 1px 2px;
	*zoom: 1;
}

.globalNav ul:after {
	content: '';
	display: block;
	clear: both;
}
.globalNav li {
	position: relative;
	margin-left: 18px;
	padding: 7px 10px 7px 0;
	font-size: 87.5%;
	text-align: center;
}

.globalNav li:after {
	position: absolute;
	top: 8px;
	right: 0;
	display: block;
	width: 1px;
	height: 14px;
	background: #c5c5c5;
	content: "";
}
.globalNav li:last-child:after {
	display: none;
}
.globalNav a {
	color: #333;
}

.globalNav a.isActive,
.globalNav a:hover {
	color: #005ab4;
	text-decoration: none;
}
*/
.headerSearch {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	*zoom: 1;
}
.headerSearch:after {
	content: '';
	display: block;
	clear: both;
}
.headerSearch .searchInput {
	float: left;
	border: 1px solid #ccc;
}
.headerSearch .searchInput input {
	-webkit-appearance: none;
	height: 28px;
	width: 142px;
	padding: 0 5px;
	border: none;
	border-radius: 0;
}
.headerSearch .searchButton {
	float: left;
	margin-left: 7px;
}
.headerSearch .searchButton input {
	-webkit-appearance: none;
	height: 30px;
	width: 80px;
	border: none;
	border-radius: 0;
	background-color: #3878cf;
	background-image: linear-gradient(to bottom, #3878cf 0%, #0b4da1 100%);
	font-family: 'Roboto',Helvetica,Arial,Tahoma,Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.headerSearch .searchButton input:hover {
	background-image: linear-gradient(to bottom, #0b4da1 0%, #3878cf 100%);
}
.headerSearch .searchButton input:isActive {
	background-image: linear-gradient(to bottom, #0b4da1 0%, #0b4da1 100%);
}


/* breadCrumbs */

.breadCrumbs {
	margin-top: 15px;
	*zoom: 1;
}
.breadCrumbs:after {
	content: '';
	display: block;
	clear: both;
}
.breadCrumbs li {
	float: left;
	list-style-type: none;
	font-size: 71.4%;
	color: #fff;
}
.breadCrumbs li.isActive {
	font-weight: bold;
}
.breadCrumbs li:before {
	display: inline-block;
	margin: 0 7px;
	font-family: 'FontAwesome';
	content: "\f105";
}
.breadCrumbs li:first-child:before {
	visibility: hidden;
}
.breadCrumbs a {
	color: #fff;
}


/* heroPane */

.heroPane {
	max-width: 1000px;
	height: 240px;
	margin: -30px auto 0;
	font-size: 0;
}
.heroPane:before {
	display: inline-block;
	content: '';
	height: 240px;
	width: 3%;
	vertical-align: middle;
}
.heroPaneInner {
	display: inline-block;
	width: 97%;
	vertical-align: middle;
	font-size: medium;
}
.heroPaneTitle {
	font-size: 350%;
}
.heroPaneSubTitle {
	margin-top: 0.5em;
	font-size: 112.5%;
	font-weight: bold;
}
.heroPane.fcWhite .heroPaneTitle,
.heroPane.fcWhite .heroPaneSubTitle {
	text-shadow: 0 2px 2px rgba(0,0,0,0.15);
}


/* contents */

.globalContents {
	margin-bottom: 60px;
	padding: 30px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*width: 940px;
}


/* Grid */

.row {
	position: relative;
	margin: 0 -10px;
	*zoom: 1;
}
.row:after {
	content: '';
	display: block;
	clear: both;
}
.grid1,.grid2,.grid3,.grid4,.grid5,.grid6,
.grid7,.grid8,.grid9,.grid10,.grid11,.grid12 {
	float: left;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.grid12 { width: 100%;  *width: 940px; }
.grid11 { width: 880px; *width: 860px; }
.grid10 { width: 800px; *width: 780px; }
.grid9  { width: 720px; *width: 700px; }
.grid8  { width: 640px; *width: 620px; }
.grid7  { width: 560px; *width: 540px; }
.grid6  { width: 480px; *width: 460px; }
.grid10 .grid6,.grid5  { width: 400px; *width: 380px; }
.grid8 .grid6,.grid4  { width: 320px; *width: 300px; }
.grid9 .grid4,.grid6 .grid6,.grid3  { width: 240px; *width: 220px; }
.grid8 .grid3,.grid6 .grid4,.grid4 .grid6,.grid2  { width: 160px; *width: 140px; }
.grid6 .grid2,.grid4 .grid3,.grid2 .grid6,.grid1  { width: 80px;  *width: 60px; }


.row img {
	max-width: 100%;
	height: auto;
}


/* Pagetopbottom */

#pagetopBlock {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	z-index: 999;
}
#pagetopBlock img {
	width: 50px;
	height: 50px;
	opacity: 0;
	transition: .3s;
}
#pagetopBlock.isActive img {
	opacity: 0.7;
}
#pagetopBlock a:hover img {
	opacity: 1;
}


/* footer */

.globalFooterWrapper {
	background: #0a4998;
}
.footerLinks {
	padding-top: 20px;
	line-height: 1.2;
}
.footerLinks a {
	color: #fff;
}
.footerLinksTitle {
	height: 50px;
}
.footerLinks ul {
	padding-bottom: 10px;
}
.footerLinks li {
	margin-bottom: 10px;
	list-style: none;
	font-size: 85.7%;
}
.footerLinks li a {
	position: relative;
	display: block;
	padding-left: 8px;
}
.footerLinks li a:before {
	position: absolute;
	left: 0;
	font-family: 'FontAwesome';
	content: "\f0da";
}

.footerNav {
	padding: 13px 20px;
	background: #fff;
	background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
	*zoom: 1;
}
.footerNav:after {
	content: '';
	display: block;
	clear: both;
}
.footerNav li {
	float: left;
	margin-left: 13px;
	padding-left: 13px;
	list-style-type: none;
	border-left: 1px solid #7a7a7a;
}
.footerNav li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
.footerNav a {
	color: #333;
}
.footerNav a:hover {
	color: #005ab4;
	text-decoration: none;
}

.copyright {
	padding: 20px;
	font-size: 10px;
	color: #fff;
}


@media screen and (max-width: 999px){

	.headerTitle{
		font-size: 130%;
		height: 100%;
	}
.globalHeaderWrapper,
.globalContents,
.globalFooter,
.globalContents {
	width: auto;
}
.globalHeaderWrapper {
	margin-left: 10px;
	margin-right: 10px;
}

.globalHeader {
	z-index: 10;
	height: 76px;
}
.globalNavBtn {
	top: 22px;
	right: 22px;
}
.globalNavBtn {
	position: absolute;
	display: block;
	top: 22px;
	right: 22px;
	border: 1px solid #ccc;
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(230,230,230,1));
	cursor: pointer;
}
.headerSearch + .globalNav .globalNavBtn {
	right: 280px;
}
.globalNavBtn.isActive:hover,
.globalNavBtn.isActive {
	background: url(../img/header_icon_menu_on.png) no-repeat;
	background-size: 28px 28px;
}
.globalNavBtn.isActive img {
	opacity: 0;
}
.globalNavBtn:hover {
	background: #fff;
}
.globalNavBtn img {
	vertical-align: top;
}
.globalNav ul {
	display: none;
	position: absolute;
	width: 100%;
	top: 76px;
	left: 0;
	padding: 5px 0 0;
	background: #0a4998;
	border: none;
}
.globalNav ul.isActive {
	display: block;
}
.globalNav ul:before {
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	top: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0));
	content: "";
}
.globalNav ul:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: -10px;
	background: linear-gradient(to bottom, rgba(0,0,0,0.20), rgba(0,0,0,0));
	content: "";
}
.globalNav li {
	float: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.globalNav li:after {
	display: none;
}
.globalNav li a {
	display: block;
	padding: 15px;
	color: #fff;
}
.globalNav li a:after {
	float: right;
	font-family: 'FontAwesome';
	content: "\f105";
	text-align: right;
	color: rgba(255,255,255,0.5);
}

.grid12 { width: 100%; }
.grid11 { width: 91.66663%; }
.grid10 { width: 83.33333%; }
.grid9  { width: 74.99997%; }
.grid8  { width: 66.66664%; }
.grid7  { width: 58.33331%; }
.grid4 .grid6,.grid6 .grid6,.grid6  { width: 50%; }
.grid10 .grid6,.grid5  { width: 41.6666666667%; }
.grid8 .grid6,.grid6 .grid4,.grid4  { width: 33.33333%; }
.grid9 .grid4,.grid8 .grid3,.grid3  { width: 25%; }
.grid2  { width: 16.66666%; }
.grid6 .grid2,.grid4 .grid3,.grid2 .grid6,.grid1  { width: 8.33333%; }


}


@media screen and (max-width: 799px){
.headerTitle{
		font-size: 120%;
		height: 100%;
	}
.footerLinksTitle a {
	position: relative;
	display: block;
	padding-left: 8px;
}
.footerLinksTitle a:before {
	position: absolute;
	left: 0;
	font-family: 'FontAwesome';
	content: "\f0da";
}
.footerLinks ul {
	display: none;
}
.grid6, .grid7, .grid8, .grid9, .grid10, .grid11 { width: 100%; }
.grid4 .grid6 { width: 100%; }
.grid8 .grid3,.grid3 { width: 50%; }
.grid2 { width: 33.33333%; }
.grid1 { width: 16.66666%; }

}


@media screen and (max-width: 499px){
.headerTitle{
		font-size: 110%;
		height: 100%;
	}
.headerSearch {
	padding:0px;
}
.headerSearch .searchInput,
.headerSearch .searchButton {
	display: inline-block;
	float: none;
}

.headerSearch + .globalNav .globalNavBtn {
	right: 22px;
}

.headerSearch + .globalNav ul {
	top: 122px;
	background: #0a4998;
	
	padding-top: 0;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.headerSearch + .globalNav ul:before {
	display: none;
}
.globalLinks {
	background: url(../img/ico_global_nav_map.png) no-repeat 10px center;
	background-size: 74px 34px;
}
.globalNav li.globalLinks a {
	padding-left: 95px;
}
.globalNav li.globalLinks a:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-top: 1px;
	background: url(../img/ico_global_nav_external.png) no-repeat;
	background-size: 12px 12px;
}

.globalNav ul {
	position: absolute;
	width: 100%;
	top: 76px;
	left: 0;
	padding: 5px 0 0;
	background: #0a4998;
	border: none;
}

.heroPane {
	height: 200px;
}
.heroPane:before {
	height: 200px;
}
.heroPaneInner {
	width: 97%;
}
.heroPaneTitle {
	font-size: 250%;
}
.heroPaneSubTitle {
	font-size: 100%;
}

.globalContents {
	padding: 15px;
}

.footerNav li {
	font-size: 85.7%;
}

.grid5, .grid7, .grid8, .grid9, .grid10, .grid11 { width: 100%; }
.grid2,.grid4 { width: 50%; }
.grid1 { width: 33.33333%; }

}


/* universal class */

.smartphoneOnly {
	display: none;
}
.smartphoneNone {
	display: block;
}
@media screen and (max-width: 499px){
	.smartphoneOnly {
		display: block;
	}
	.smartphoneNone {
		display: none;
	}
}


/* module
---------------------------------------------------------- */

/* contentsPanel */

.contentsPanel {
	margin-left: -10px;
	margin-right: -10px;
	font-size: 0;
}
.contentsPanelItem {
	display: inline-block;
	padding: 0 10px;
	vertical-align: top;
	font-size: medium;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contentsPanelCol1 .contentsPanelItem {
	width: 100%;
}
.contentsPanelCol1 .contentsPanelItem:nth-of-type(n+2) {
	margin-top: 20px;
}
.contentsPanelCol2 .contentsPanelItem {
	width: 50%;
}
.contentsPanelCol2 .contentsPanelItem:nth-of-type(n+3) {
	margin-top: 20px;
}
.contentsPanelCol3 .contentsPanelItem {
	width: 33.33333%;
}
.contentsPanelCol3 .contentsPanelItem:nth-of-type(n+4) {
	margin-top: 20px;
}
.contentsPanelCol4 .contentsPanelItem {
	width: 25%;
}
.contentsPanelCol4 .contentsPanelItem:nth-of-type(n+5) {
	margin-top: 20px;
}
.contentsPanelItem img {
	max-width: 100%;
	height: auto;
}
.contentsPanelItem a {
	display: block;
	background: #004692;
	color: #fff;
	transition: .2s;
}
.contentsPanelItem a:hover {
	background: #336ba8;
	text-decoration: none;
}
.contentsPanelTitle {
	padding: 9px 12px;
	font-size: 112.5%;
	font-weight: bold;
}
@media screen and (max-width: 799px){
	.contentsPanelTitle {
		font-size: 100%;
	}
}
@media screen and (max-width: 499px){
	.contentsPanelCol3 .contentsPanelItem,
	.contentsPanelCol4 .contentsPanelItem {
		width: 50%;
	}
	.contentsPanelCol3 .contentsPanelItem:nth-of-type(n+3),
	.contentsPanelCol4 .contentsPanelItem:nth-of-type(n+3) {
		margin-top: 20px;
	}
	.contentsPanelTitle {
		padding: 9px 9px;
		font-size: 87.5%;
	}
	
	
.headerLinks a {
	display: block;
	width: 80px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
}
.headerLinks ul{
	margin-top:10px;
	margin-bottom:5px;
}

}



/* homeContentsLink */

.homeContentsLink {
	display: block;
	padding: 8px;
}
.homeContentsLink:hover {
	text-decoration: none;
}
.homeContentsLink:after {
	content: '';
	display: block;
	clear: both;
}
.homeContentsLink .img img {
	position: relative;
	float: left;
	margin-right: 8px;
}
.homeContentsLink .title {
	padding: 5px 0;
	font-size: 114.3%;
	font-weight: bold;
	line-height: 1.125;
	color: #4d4d4d;
}
.homeContentsLink:hover .text {
	text-decoration: underline;
}
@media screen and (max-width: 499px){
	.homeContentsLink .img {
		margin-bottom: 8px;
	}
	.homeContentsLink .img img {
		width: 60px;
		height: auto;
	}
	.homeContentsLink .text {
		clear: both;
	}
}



/* localNav */

.localNav {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	height: 100%;
	width: 100%;
}
.localNav li {
	display: table-cell;
	height: 100%;
	background: #0059b3;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	vertical-align: middle;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: .2s;
}
.localNav a {
	display: table;
	height: 100%;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: middle;
	text-align: center;
	line-height: 1.1;
	color: #fff;
	transition: .2s;
}
.localNav a:before {
	display: table-cell;
	vertical-align: middle;
	content: '';
	width: 0;
	height: 40px;
}
.localNav span {
	display: table-cell;
	padding: 0 3px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.localNav .current,
.localNav .active,
.localNav li:hover {
	background: #fff;
}
.localNav .current a,
.localNav .active a,
.localNav a:hover {
	background: #fff;
	border-bottom-color: #fff;
	text-decoration: none;
	color: #000;
}
@media screen and (max-width: 799px){
	.localNav {
		display: block;
		border-top: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
		font-size: 0;
	}
	.localNav li {
		display: inline-block;
		border-top: none;
		border-left: none;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		width: 33.33333%;
		font-size: medium;
	}
	.localNav a {
		border-bottom: none;
		font-size: 87.5%;
	}
}
@media screen and (max-width: 499px){
	.localNav li {
		width: 50%;
	}
	.localNav a {
		font-size: 81.3%;
	}
}

.df{
	display: flex;
	flex-wrap: wrap;
}

.FAQSearchResults{
	height: 250px;
    overflow: auto;
}

