@charset "UTF-8";

/* ################################################### */
/* #
/* #
/* #			オフィシャル系（PC用）CSS
/* #
/* #
/* ################################################### */

/*
タイトル
ボックス
ボタン
リンク

*/

/* オフィシャル　スニペット
---------------------------------------------------- */
/* タイトル
---------------------------------------------------- */
/* ttlA */
.ttlA{
  position: relative;
	font-size: 26px;
	padding-bottom: 5px;
	margin-bottom: 40px;
}
.ttlA::before{
	border-bottom: 3px solid #0C508D;
  width: 30%;
  position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
  content: "";
}
.ttlA::after{
  border-bottom: 3px solid #ccc;
  width: 100%;
  position: absolute;
	bottom: 0;
	left: 0;
  content: "";
}
.ttlA span.sttl{
	display: block;
	font-size: 18px;
	line-height: 1.3em;
	margin-left: 5px;
}
.ttlA span.no{
	font-size: 36px;
}

/* ttlB */
.ttlB{
	font-size: 22px;
	color: #000;
	padding-bottom: 3px;
	margin-bottom: 20px;
	border-bottom: 2px solid #ccc;
}
.ttlB span.sttl{
	display: block;
	font-size: 14px;
	line-height: 1.3em;
	margin-left: 5px;
}
.ttlB span.no{
	font-size: 30px;
}

/* ttlC */
.ttlC1,
.ttlC2{
	font-size: 20px;

}
.ttlC1{	
	color: #000;
}
.ttlC2{	
	color: #0C508D;
}

/* ttlD */
.ttlD1,
.ttlD2{
	font-size: 16px;
	padding-bottom: 4px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #999;
}
.ttlD1{	
	color: #000;
	font-weight: bold;
}
.ttlD2{	
	color: #0C508D;
}

/* ttlE */
.ttlE{
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
	font-weight: bold;
}

/* ttlF */
.ttlF{
	font-size: 32px;
	color: #000;
	margin-top: 45px;
	margin-bottom: 45px;
}

/* ttlG */
.ttlG{
	text-align: left;
}
.ttlG p{
	display: inline-block;
	font-size: 26px;
	color: #000;
	padding-bottom: 7px;
	border-bottom: 2px solid #0C508D;
	margin-bottom: 40px;
}

/* ttlH */
.ttlH{
	font-size: 18px;
	color: #0C508D;
	margin-bottom: 15px;
}

/* ttlI */
.ttlI{
	font-size: 16px;
	color: #000;
	margin-bottom: 8px;
	font-weight: bold;
}

/* キャンペーン当選者用 */
.campaign_TTL {
	font-size:40px;
	font-weight:bold;
}


/* ボックス
---------------------------------------------------- */
/* boxImgR */
.boxImgR{
	margin: 0 auto 20px;
}
.boxImgR .leftBox{
	float: left;
}
.boxImgR .rightBox{
	float: right;
	text-align: right;
}
/*個別対応*/
.d_7{
	text-align: left;
}
.d_5{
	text-align: left!important;
}
.d_3{
	text-align: left!important;
}
.boxImgR .rightBox img{
	width: 97%
}
.boxImgR .leftBox p{
	margin-bottom: 15px;
}
.boxImgR:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;	
}

/* boxImgL */
.boxImgL{
	margin: 0 auto 20px;
}
.boxImgL .leftBox{
	float: left;
}
.boxImgL .leftBox img{
	width: 95%
}
.boxImgL .rightBox{
	float: right;
}
.boxImgL .rightBox p{
	margin-bottom: 15px;
}
.boxImgL:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;	
}

/* boxGray */
.boxGray{
	background-color: #EFEFEF;
	color: #000;
	padding: 30px 30px 20px 30px;
	margin: 0 auto 50px 0;
}
.boxGray p{
	margin-bottom: 15px;
}

/* boxYellow */
.boxYellow {
	background: #FFFDE5;
	color: #000;
	padding: 30px 30px 20px 30px;
}
.boxYellow p{
	margin-bottom: 15px;
}


/* ボタン
---------------------------------------------------- */
.btnArea{
	text-align: center;
}
.btnArea a:hover{
	opacity:0.7;
}

.btnArea a.btnA,
.btnArea a.btnB,
.btnArea a.btnC{
	display: inline-block;
	width: 370px;
	color: #fff;
	font-size: 18px;
	padding: 20px 0;
	margin: 20px;
}
.btnArea a.btnA{
	background-color: #FF9900;
}
.btnArea a.btnB{
	background-color: #0C508D;
}
.btnArea a.btnC{
	background-color: #686868;
}
/* 幅固定 */
.btnArea a.btnD{
	display: inline-block;
	width: 230px;
	color: #000;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #666;
	margin: 20px;
}
/* 幅フリー */
.btnArea a.btnD2{
	display: inline-block;
	color: #000;
	font-size: 14px;
	padding: 10px 15px;
	border: 1px solid #666;
	margin: 40px 20px 30px 20px;
}
/* ラージ */
.btnArea a.btnD_large{
	display: inline-block;
	color: #000;
	font-size: 18px;
	padding: 20px 50px;
	border: 1px solid #666;
	margin: 20px;
}
.btnArea a.btnD:hover,
.btnArea a.btnD2:hover,
.btnArea a.btnD_large:hover {
	opacity:1;
	background-color:#666;
	color: #FFF;
}

.btnArea a.btnA.blank,
.btnArea a.btnB.blank,
.btnArea a.btnC.blank,
.btnArea a.btnD.blank,
.btnArea a.btnF.blank,
.btnArea a.btnG.blank {
	background-image:url(/lib/images/common/bg_target_blank.png);
	background-repeat:no-repeat;
	background-position:right center;
}

/* btnE 矢印付きリンク */
.btnArea ul.btnArrow li{
	display: inline-block;
	padding: 8px 0 30px 8px;
	background: url(/lib/images/common/ico_arrowdown.png) center bottom no-repeat;
}
.btnArea a.btnE{
	display: inline-block;
	width: 400px;
	color: #FFF;
	font-size: 18px;
	padding: 23px 0;
	margin: 20px 5px;
	background: #0C508D;
}

.btnArrowCen{
	padding: 8px 0 30px 8px;
	background: url(/lib/images/common/ico_arrowdown.png) center bottom no-repeat;
}

/* btnF 高さ低め */
.btnArea ul {
	text-align:center;
}
.btnArea a.btnF:first-child {
	margin: 0 2% 0 0;
}
.btnArea a.btnF{
	display: inline-block;
	width:43%;
	background-color: #0C508D;
	color:#FFFFFF;
	padding:10px 0;
	font-size:16px;
}

/* btnG 高さ低め グレー */
.btnArea ul {
	text-align:center;
}
.btnArea a.btnG:first-child {
	margin: 0 2% 0 0;
}
.btnArea a.btnG{
	display: inline-block;
	width:43%;
	background-color: #686868;
	color:#FFFFFF;
	padding:10px 0;
	font-size:16px;
}



/* アイコン
---------------------------------------------------- */
/* newIcon */
.newIcon {
  white-space: pre;
}
.newIcon:before {
  content: "NEW";
  display: inline-block;
  text-align: center;
  background: #CC0000;
  color: #fff;
  padding: 2px 5px 0;
  margin-right: 10px;
  font-size: 12px;
	font-weight:bold;
	line-height:140%;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

/* checkMark */
.checkMark {
  background:  url("/lib/images/common/ico_check.png") left center no-repeat;
  display: inline-block;
  text-align: center;
  padding: 2px 5px 0 30px;
  font-size: 14px;
}


/* 下線
---------------------------------------------------- */
.borderBDot{
	border-bottom: 1px dotted #999;
	margin-bottom: 30px!important;
}


/* リンク
---------------------------------------------------- */

.linkArea a:hover{
	color: #1E90FF;
}
.linkNormal,
.linkBlank,
.linkPdf,
.linkMail{
	display: inline-block;
	background: url(/lib/images/common/ico_linkarrow.png) no-repeat left 6px;
	-moz-background-size: 6px auto;
	-webkit-background-size: 6px auto;
	-ms-background-size: 6px auto;
	background-size: 6px auto;	
	padding-left: 14px;
	margin: 10px 3px;
}
.linkBlank:after{
	content:" ";
	background: url(/lib/images/common/ico_blank.gif);/*外部サイトアイコン*/
	display:inline-block;
	width: 13px;
	height: 10px;
	margin-left: 6px;
	background-size:contain;
	vertical-align: middle;
	margin-top: -4px;
}
.linkBlankIcon:after{
	content:" ";
	background: url(/lib/images/common/ico_blank.gif);/*外部サイトアイコン*/
	display:inline-block;
	width: 13px;
	height: 10px;
	margin-left: 6px;
	background-size:contain;
	vertical-align: middle;
	margin-top: -4px;
}
.linkPdf:after{
	content:" ";
	background: url(/lib/images/common/ico_pdf.gif);/*PDFアイコン*/
	display:inline-block;
	width: 24px;
	height: 24px;
	margin-left: 6px;
	background-size:contain;
	vertical-align: middle;
	margin-top: -4px;
}
.linkMail:after{
	content:" ";
	background: url(/lib/images/common/ico_mail.gif);/*メールアイコン*/
	display:inline-block;
	width: 14px;
	height: 10px;
	margin-left: 6px;
	background-size:contain;
	vertical-align: middle;
	margin-top: -2px;
}
.linkArea .fbIcon{
	background: url(/lib/images/common/ico_fbLink.png) no-repeat left 3px;
	padding-left: 26px;
	margin: 10px 3px;
}

/* アコーディオン
---------------------------------------------------- */
/* 普通のアコーディオン */
.accordionBox{
	margin-bottom: 2px;
	position: relative;
}
.accordionBox .accordionBtn{
	cursor:pointer;
	font-size: 16px;
	background: #EFEFEF url(/lib/images/common/ico_accordion_unopen.png) no-repeat 98% center;
	-moz-background-size: 22px 22px;
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
	padding: 20px 43px 20px 20px;
}
.accordionBox .accordionBtn.opened {
	background: #EFEFEF url(/lib/images/common/ico_accordion_opened.png) no-repeat 98% center;
	-moz-background-size: 22px 22px;
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
}
.accordionBox .ecoCarNoAccordion{
	font-size: 16px;
	background: #EFEFEF ;
	-moz-background-size: 22px 22px;
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
	padding: 20px 43px 20px 20px;

}
.accordionBox .accordionContents {
	display:none;
	padding:15px;
}



/* FAQ アコーディオン
---------------------------------------------------- */
.qaList{
	color: #000;
}
.qaList .accordionBtn{
	font-size: 16px;
}
.qaList .accordionBtn:before{
	content: "Q";
	color: #333;
	font-size: 26px;
	margin-right: 15px;
	vertical-align: top;
}
.qaList .accordionContents{
	padding: 15px 30px 15px 53px;
	text-indent: -32px;
}
.qaList .accordionContents:before{
	content: "A";
	color: #0C508D;
	font-size: 26px;
	margin-right: 15px;
	vertical-align: top;
}




/* Table
---------------------------------------------------- */
/* tableBase */
.tableBase{
	margin: 20px auto;
}

/*個別対応修正*/
/*e_15*/
.e_15{
	margin: 0px auto;	
}

/*/e_15*/



.tableBase th{
	background-color: #EFEFEF;
	white-space: nowrap;	
}
.tableBase td{
	background-color: #fff;	
}
.tableBase th,
.tableBase td{
	border: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
}


/* tableBase2 190601時限切替え用 */
.tableBase2{
	margin: 20px auto;
}

/*個別対応修正*/
/*e_15*/
.e_15{
	margin: 0px auto;	
}

/*/e_15*/



.tableBase2 th{
	background-color: #EFEFEF;
	white-space: nowrap;	
}
.tableBase2 td{
	background-color: #fff;	
}
.tableBase2 th,
.tableBase2 td{
	border: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
}

/* tableA */
.tableA{
	width: 100%;
}
.tableA th{
	padding: 0 10px;
	text-align:center;
	vertical-align:middle;
}
.tableA td{
	padding: 10px 20px;
}

/* tableB */
.tableB{
	width: 40%;
	margin:10px 0 20px 25px;
}
.tableB th,
.tableB td{
	padding: 10px 0;
	vertical-align: top;
}
.tableB tr{
	border-bottom: 1px dotted #ccc;
}
.tableB tr:last-child{
	border: none;
}
.tableB th{
	padding-right: 25px;
	white-space: nowrap;
}



/* table追記スタイル PCのみ */
.thCenter th{
	text-align: center;
}
.tdCenter td{
	text-align: center;
	vertical-align: middle;
}



/* リストマーク付きリスト
---------------------------------------------------- */
/* listCircle */
.listCircle{
	margin-bottom: 10px;
}
.listCircle>li{
	padding-left: 1.5em;
	text-indent: -1.6em;
	margin-bottom: 10px;
}
.listCircle>li:before{
	content: '●';
	padding-right: 0.5em;
	font-size: 18px;
}

/* listCircleS */
.listCircleS{
	margin-bottom: 40px;
}
.listCircleS>li{
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: 10px;
}
.listCircleS>li:before{
	content: '・';
	padding-right: 0.5em;
}

/* listSquare */
.listSquare{
	/*margin-top: 20px;*/
	margin-bottom: 10px;
}
.listSquare>li{
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: 10px;
}
.listSquare>li:before{
	content: '■';
	padding-right: 0.5em;
	font-size: 14px;
}

/* listAsterisk */
.listAsterisk{
	margin-bottom: 40px;
}
.listAsterisk>li{
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: 10px;
}
.listAsterisk>li:before{
	content: '※';
	padding-right: 0.5em;
}

/* leftIndent */
.leftIndent {
	padding-left:20px;
}


/* olリスト
---------------------------------------------------- */
/* olListNumNormal */
.olListNumNormal{
	margin-bottom: 10px;
	counter-reset:counter1;
}
.olListNumNormal>li{
	padding-left: 2.5em;
	text-indent: -2.4em;
	margin-bottom: 10px;
}
.olListNumNormal>li:before {
	margin-right:1em;
	counter-increment: counter1;
	content: "(" counter(counter1) ")";
}









/* ア　olListKatakana */
.olListKatakana{
	margin-bottom: 10px;
}
/*.olListKatakana>li{
	list-style-type: katakana;
	margin-left: 1.8em;
	margin-bottom: 10px;
}*/
	ol.olListKatakana>li{
			margin-left: 1.8em;
			list-style-type:none;
			list-style-position:inside;
			margin-bottom: 10px;
			text-indent:-2.0em;

		}
	ol.olListKatakana li:nth-child(1):before{
			display: marker;
			content: "(" "ア" ")";
	 }
	ol.olListKatakana li:nth-child(2):before{
			display: marker;
			content: "(" "イ" ")";
	 }
	ol.olListKatakana li:nth-child(3):before{
			display: marker;
			content: "(" "ウ" ")";
	 }

/* olListNum */
.olListNum{
	margin-bottom: 10px;
}
.olListNum>li{
	margin-bottom: 10px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}


/* olListNumMaru */
.olListNumMaru{
	margin-bottom: 10px;
}
.olListNumMaru>li{
	padding-left: 1.0em;
	text-indent: -1.0em;
}



/* カウンター付きolリスト
---------------------------------------------------- */
/* olListNumKakko */
.olListNumKakko{
	counter-reset:counter2;
	margin-bottom: 10px;
}
.olListNumKakko>li{
	padding-left: 2.3em;
  text-indent: -2.8em;
	margin-bottom: 10px;
}
.olListNumKakko>li:before {
	counter-increment: counter2;
	content: "（" counter(counter2) "）";
}


/* olListNumAst */
.olListNumAst{
	counter-reset:counter1;
	margin-bottom: 10px;
}
.olListNumAst>li{
	padding-left:2em;
	text-indent:-1.9em;
	margin-bottom: 10px;
}
.olListNumAst>li:before {
	counter-increment: counter1;
	content: "※" counter(counter1);
	padding: 0 4px 0 0;
}


/* olListDot .つき数字リスト */
.olListDot{
	counter-reset:counter1;
	margin-bottom: 10px;
}
.olListDot>li{
	padding-left:1.5em;
	text-indent:-1.4em;
	margin-bottom: 10px;
}
.olListDot>li:before {
	counter-increment: counter1;
	content: counter(counter1) ".";
	padding: 0 4px 0 0;
}

/* olListNum 数字リスト */
.olListNum{
	counter-reset:counter1;
	margin-bottom: 10px;
}
.olListNum>li{
	padding-left:1em;
	text-indent:-1em;
	margin-bottom: 10px;
}
.olListNum>li:before {
	counter-increment: counter1;
	content: counter(counter1) ;
	padding: 0 4px 0 0;
}


/* その他リスト
---------------------------------------------------- */
/* シマシマリスト */
.listAlternately {
	margin-bottom: 10px;
}
.listAlternately li {
	padding:5px 10px;
}
.listAlternately li:nth-child(odd){
	background: #EFEFEF;
}



/* ページ内リンクリスト
---------------------------------------------------- */
ul.listPageLink{
	margin: 40px auto;
	text-align: center;
}
ul.listPageLink li{
	display: inline-block;
	background-color: #0C508D;
	min-width: 12%;
	text-align: center;
	margin-right: 2px;
	font-size: 0;
}
/* YANASEを別カラー */
ul.listPageLink li.yanase{
	background-color: #0083D7;
}
ul.listPageLink li:hover{
	opacity:0.7;
}
ul.listPageLink li:last-child{
	margin-right: 0;
}
ul.listPageLink li a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 4%;
	white-space: nowrap;
	width: 96%;
}

/* シンプル、項目が多いタイプ */
ul.listPageLinkSimple{
	margin: 40px auto;
}
ul.listPageLinkSimple li{
	display: inline-block;
	width: 50px;
	text-align: center;
	margin-right: 2px;
	font-size: 0;
	line-height: 1.0;
}
ul.listPageLinkSimple li a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px;
	white-space: nowrap;
}
ul.listPageLinkSimple li.noLink{
}

/* ページ内リンクリスト2
---------------------------------------------------- */
ul.listPageLink2{
	margin: 40px auto;
	text-align: center;
}
ul.listPageLink2 li{
	display: inline-block;
	background-color: #0C508D;
	min-width: 11%;
	text-align: center;
	font-size: 0;
	padding: 0 5px;
}
/* YANASEを別カラー */
ul.listPageLink2 li.yanase{
	background-color: #0083D7;
}
ul.listPageLink2 li:hover{
	opacity:0.7;
}
ul.listPageLink2 li:last-child{
	margin-right: 0;
}
ul.listPageLink2 li a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 1%;
	white-space: nowrap;
	width: 96%;
	letter-spacing: -0.1px;
}

/* シンプル、項目が多いタイプ */
ul.listPageLink2Simple{
	margin: 40px auto;
}
ul.listPageLink2Simple li{
	display: inline-block;
	width: 50px;
	text-align: center;
	margin-right: 2px;
	font-size: 0;
	line-height: 1.0;
}
ul.listPageLink2Simple li a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px;
	white-space: nowrap;
}
ul.listPageLink2Simple li.noLink{
}


/* 2カラム、3カラム
---------------------------------------------------- */
/* 2カラム */
.twoColumnBox{
	width: 100%;
	margin-bottom: 80px;
}
.twoColumnBox .leftBox{
	float: left;
	width: 48.5%;
	margin-right: 3%;
	box-sizing: border-box;
}
.twoColumnBox .rightBox{
	float: left;
	width: 48.5%;
	box-sizing: border-box;
}
.twoColumnBox:after {
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* 3カラム */
.threeColumnBox{
	width: 100%;
	margin-bottom: 80px;
}
.threeColumnBox .box{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.threeColumnBox .box:nth-child(3n){
	margin-right: 0;
}
.threeColumnBox:after {
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.threeColumnBox .box .partition {
    margin-bottom: 13px;
}

.threeColumnBox .box .borderTDot{
	border-top: 1px dotted #999;
	padding-top:19px;
}

/* border付き3カラム */
.borderBox .box{
	border: 1px solid #ccc;
}
.borderBox .box img:hover{
	opacity:0.6;
}
.borderBox .box .ttlI{
	padding: 5px 10px 0;
}
.borderBox .box p{
	padding: 0 10px 10px;
}


/* gridBox
---------------------------------------------------- */
.gridBoxA a:hover:after,
.gridBoxB a:hover:after,
.gridBoxC a:hover:after,
.gridBoxD a:hover:after,
.gridBoxE a:hover:after {
	content:"";
	display:block;
	position:absolute;
	top: 0;
  left: 0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.2);
	cursor:pointer;
}

/* gridBoxA */
.gridBoxAWrap{

}
.gridBoxA{
	display: inline-block;
	text-align: left;	
	margin:0 auto;
	margin-right: -10px;
}


.gridBoxA .box{
	display: inline-block;
	width: 320px;
	margin: 0 10px 1% 10px;
	vertical-align: top;
	text-align: left;
}

/*
.gridBoxA .box a p{
	color: #1E90FF;
}
.gridBoxE .box a p{
	color: #1E90FF;
}
*/
.gridBoxA .box img{
	margin-bottom: 8px;
}
.gridBoxA .box a{
	position: relative;
	display: inline-block;
}
.gridBoxA .box a.new:before{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: url(/lib/images/common/ico_new.png);/*NEWアイコン*/
}
.gridBoxA:after {
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* gridBoxB */
.gridBoxBWrap{
	text-align: center;	
	margin:0 auto;
}
.gridBoxB{
	display: inline-block;
	text-align: center;	
	margin:0 auto;
		/* 高さ揃える */
		display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.gridBoxB .box{
	display: inline-block;
	width: 243px;
	margin: 0 10px 40px 10px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #E3E3E3;
	padding-bottom: 20px;
}

/*個別対応CSS　E-a-7*/
.gridBoxB .e_a_7{
	width:243px;
}



.gridBoxB .box img{
	margin-bottom: 8px;
}
.gridBoxB .boxInner{
	padding: 10px 20px 0 20px;
}
.gridBoxB .box a{
	position: relative;
	display: inline-block;
}
.gridBoxB .box a.new:before{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: url(/lib/images/common/ico_new.png);/*NEWアイコン*/
}

/* gridBoxC */
.gridBoxCWrap{
	text-align: center;	
	margin:0 auto;
}
.gridBoxC{
	display: inline-block;
	text-align: center;	
	margin:0 auto;
		/* 高さ揃える */
		display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.gridBoxC .box{
	display: inline-block;
	width: 320px;
	margin: 0 10px 40px 10px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #E3E3E3;
	padding-bottom: 20px;
}
.gridBoxC .box img{
	margin-bottom: 8px;
}
.gridBoxC .boxInner{
	padding: 10px 20px 0 20px;
}
.gridBoxC .box a{
	position: relative;
	display: inline-block;
}
.gridBoxC .box a.new:before{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: url(/lib/images/common/ico_new.png);/*NEWアイコン*/
}

/* gridBoxD */
.gridBoxDWrap{
	text-align: center;	
	margin:0 auto;
}
.gridBoxD{
	display: inline-block;
	text-align: center;	
	margin:0 auto;
		/* 高さ揃える */
		display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.gridBoxD .box{
	display: inline-block;
	width: 243px;
	margin: 0 10px 40px 10px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #E3E3E3;
	padding-bottom: 20px;
}
.gridBoxD .box img{
	margin-bottom: 8px;
}
.gridBoxD .boxInner{
	padding: 10px 20px 0 20px;
}
.gridBoxD .box a{
	position: relative;
	display: inline-block;
}
.gridBoxD .box a.new:before{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: url(/lib/images/common/ico_new.png);/*NEWアイコン*/
}
.gridBoxD .box p{
	margin-bottom:10px;
}

/* gridBoxE */
.gridBoxEWrap{

}
.gridBoxE{
	display: inline-block;
	text-align: left;	
	margin:0 auto;
	margin-right: -10px;
}
.gridBoxE .box{
	position:relative;
	display: inline-block;
	width: 320px;
	margin: 0 10px 1% 10px;
	vertical-align: top;
	text-align: left;
}

.gridBoxE .box img{
	margin-bottom: 8px;
}
.gridBoxE .box.new:before{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: url(/lib/images/common/ico_new.png);/*NEWアイコン*/
	pointer-events:none;
}
.gridBoxE:after {
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* 下矢印アイコン付き */
.gridBoxC .box.arrow,
.gridBoxD .box.arrow{
	background: url(/lib/images/common/ico_arrowdown.png) center bottom no-repeat;
	padding-bottom: 40px;
}
.gridBoxC:after,
.gridBoxD:after {
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* タブ
---------------------------------------------------- */
/* tabBalloon */
/* balloon */
.tabBalloon ul {
	background: url(/lib/images/common/bg_tabbar.gif) center bottom repeat-x;
	text-align:center;
	margin-bottom:30px;
}
.tabBalloon ul li {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: 24%;
	height: 40px;
	line-height: 20px;
	color: #19283C;
	text-align: center;
	z-index: 0;
	vertical-align:middle;
	cursor:pointer;
}
.tabBalloon ul li a {
	color:#0C508D;
	text-decoration:none;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
	padding: 10px 0;
}
.tabBalloon ul li.current b {
	color:#FFFFFF;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
	padding: 10px 0;
}
.tabBalloon ul li.current {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: 33%;
	min-width: 115px;
	height: 40px;
	line-height: 20px;
	color: #19283C;
	text-align: center;
	background: #0C508D;
	color:#FFFFFF;
	border: 3px solid #0C508D;
	z-index: 0;
	vertical-align:middle;
}
.tabBalloon ul li.current:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #0C508D transparent transparent transparent;
	z-index: 0;
}


/* タブ
---------------------------------------------------- */
/* tabBalloonA */
.tabBalloonA ul {
	background: url(/lib/images/common/bg_tabbar.gif) center bottom repeat-x;
	text-align:center;
	margin-bottom:30px;
	font-size: 0;
}
.tabBalloonA ul{
	display: table;
	width: 100%;
}
.tabBalloonA ul li,
.tabBalloonA ul li.current{
	position: relative;
	display: inline-block;
	padding: 5px 0;
	height: 40px;
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	z-index: 0;
}
.tabBalloonA ul li {
	cursor:pointer;
}
.tabBalloonA ul li a{
	color:#0C508D;
	display: block;
}
.tabBalloonA ul li.current{
	min-width: 115px;
	background: #0C508D;
	color:#FFFFFF;
	cursor:default;
}
.tabBalloonA ul li.current a{
	color:#FFFFFF;
}
.tabBalloonA ul li.current:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #0C508D transparent transparent transparent;
	z-index: 0;
}
.adjustment {
	padding:10px 0 0 0;
}

/*********************** タブ幅調整 **************************/
/* タブ2つ */
.tab2 ul li,
.tab2 ul li.current{
	width: 50%!important;
}

/* タブ3つ */
.tab3 ul li,
.tab3 ul li.current{
	width: 33.2%!important;
}

/* タブ4つ */
.tab4 ul li,
.tab4 ul li.current{
	width: 24.9%!important;
}

/* タブ5つ */
.tab5 ul li,
.tab5 ul li.current{
	width: 20%!important;
}


/* 特長ピックアップ
---------------------------------------------------- */
.pickUpPoint .titleLead {
	background-color:#0C508D;
	width:100%;
	text-align:center;
	position:relative;
}
.pickUpPoint .titleLead:after {
	content:"";
	position:absolute;
	bottom:-18px;
	left:49%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 12.5px 0 12.5px;
	border-color: #0C508D transparent transparent transparent;
}
.pickUpPoint .point {
	padding:40px 0 30px 16px;
	background-color:#EFEFEF;
}
.pickUpPoint .point ul {
	font-size:0;
	text-align:center;
}
.pickUpPoint .point ul li {
	font-size:14px;
	display:inline-block;
	margin-right:20px;
	text-align:center;
}
.pickUpPoint .point ul.threeColumn li {
	width:30%;
}
.pickUpPoint .point ul.fourColumn li {
	width:22%;
}



/*THANKSキャンペーン/*/
.ttlBoxColumn {
	font-size: 22px;
	color: #000;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333333;

}
.twoColumnBox{
	margin-bottom:5px;
	margin-top:40px;
}
.twoColumnBox .columnBox{
	padding: 15px 15px 0px 15px;
}
.whiteback{
	background:#FFFFFF;
	padding-bottom:25px;
	border-bottom:#CCCCCC 2px solid;
}
.linkthanks a{
	padding-left:8px;
	margin:0;
}
.linkthanks{
	display: inline-block;
	-moz-background-size: 6px auto;
	-webkit-background-size: 6px auto;
	-ms-background-size: 6px auto;
	background-size: 6px auto;

	margin-left: 10px;
}

/* その他
---------------------------------------------------- */
.txtArea{
	margin: 20px 0 20px 0;
}
.blockEnd{
	margin-bottom: 50px!important;
}
.underLineDot{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.centerBox{
	margin: 0 auto!important;
	text-align: center!important;
}
.nest{
	margin: 0px 2.5em;
}
.nest1{
	margin: 0 0 0 1.0em;
}
.txtS{
	font-size: 0.8rem;
	margin-left: 10px;
	margin-right: 10px;
}

.btnArea .txtS{
	color:#FFFFFF;
}


.txtRight{
	text-align: right;
	margin-bottom: 5px;
}
.txtCenter{
	text-align: center;
}


.fs16{
	font-size: 16px;
}
.ls05{
	letter-spacing: -0.5px;
}
.lh19{
	line-height: 1.9;
}


/*/accessory/tempur.php*/

#tempurTtl .boxImgR{
	margin:0 auto 20px!important;
}



/* 片側固定幅
---------------------------------------------------- */
.oneSideFixing:after {
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.oneSideFixing {
	display: inline-block;
}
.oneSideFixing .oneSideFixingLeft {
	float:left;
	margin-bottom:25px;
}
.oneSideFixing .oneSideFixingRight {
	float:right;
	margin-bottom:25px;
}

.oneSideElastic {
	margin-bottom:25px;
}


/*テキスト右寄せ*/
.textRight{
	text-align:right;
}




/*個別対応　/404/index.php　*/

.B_14{
	font-size:32px;
	margin-bottom:20px;
}
.B_14 .sttl{
	font-size:48px;
}
.B_14_fc{
	color:#000000;
}


/*個別対応 /female_employees/index.php */
.B_12_mb{
	margin-bottom:20px;
}
.B_12_fs{
	font-size:17px;
}
.B_12_h4{
display:inline-block;
	width:39.1%;
}
.B_12_Wh4{
	padding-right:1%;
}
.B_12_txtR{
	display:inline-block;
	text-align:right;
}
.B_12 tr, B_12 th{
	border-bottom:none;
}
.B_12_fs2{
	line-height:1.7;
	font-size:14px!important;
}
.B_12_pdf:after{
	margin-left:20px!important;

}

.E_d_1_wc21{
	width:21%!important;
}
.E_d_1_wc41{
	width:41%!important;
}


/* showroom_car, form系
---------------------------------------------------- */
/* ご希望のブランド・モデルをお選びください */
.RadioBtnCar label {
	cursor:pointer;
}
.RadioBtnCar li {
	float:left;
	text-align:center;
	position:relative;
	cursor:pointer;
	padding-bottom:0;
	margin-right:8px;
}
.RadioBtnCar li:last-child {
	margin-right:0px;
}
.RadioBtnCar li label {
	display:block;
	padding:10px 13px;
	text-align:center;
	font-size:12px !important;
	background-color:#CCC;
	color:#000;
	white-space: normal;
	line-height: 1.3;
}

/* ブランド名　幅固定 */
/*.RadioBtnCar li:first-child label{
	width: 110px;
}*/
.RadioBtnCar li:nth-child(2) label{
	width: 50px;
}
.RadioBtnCar li:nth-child(3) label{
	width: 91px;
}
.RadioBtnCar li:nth-child(4) label{
	width: 93px;
}
.RadioBtnCar li:nth-child(5) label{
	width: 50px;
}
.RadioBtnCar li:nth-child(6) label{
	width: 50px;
}
.RadioBtnCar li:nth-child(7) label{
	width: 100px;
}
.RadioBtnCar li:nth-child(8) label{
	width: 70px;
}




.carSearch .RadioBtnCar li:nth-child(2) label{
	width: 50px;
}
.carSearch .RadioBtnCar li:nth-child(3) label{
	width: 75px;
}
.carSearch .RadioBtnCar li:nth-child(4) label{
	width: 90px;
}
.carSearch .RadioBtnCar li:nth-child(5) label{
	width: 60px;
}
.carSearch .RadioBtnCar li:nth-child(6) label{
	width: 50px;
}
.carSearch .RadioBtnCar li:nth-child(7) label{
	width: 90px;
}
.carSearch .RadioBtnCar li:nth-child(8) label{
	width: 75px;
}

.RadioBtnCar li.checked label {
	background-color:#FFF;
	color:#000;
}
.modelRadioWrap {
	padding:7px 7px 0;
}
.modelRadioWrap label {
	position:relative;
	float:left;
	display:block;
	text-align:center;
	font-size:12px !important;
	background-color:#EFEFEF;
	margin-right:7px;
	margin-bottom:7px;
	width:148.5px;
	height:40px;
	color:#000;
}
#showroom_car_top .modelRadioWrap label {
	font-size:11px !important;
}
.modelRadioWrap label.checked {
	background-color:#FE9900;
	color:#FFF;
}
@media (min-width:1150px){
.modelRadioWrap label:nth-child(6n) {
	margin-right:0px;
}
}
@media (min-width:768px)and (max-width:1149px){
.modelRadioWrap label:nth-child(5n) {
	margin-right:0px;
}
}

.modelRadioWrap label span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height:150%;
	width:148.5px;
	height:40px;
	cursor:pointer;
}
.RadioBtnCar li.checked img {
	display:none;
}



/* 以下はこのファイルの一番下に記述
---------------------------------------------------- */
/* ボタン　効果
---------------------------------------------------- */
a:hover{
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
a:hover img,
a:hover,
input:hover{
	opacity:0.8;
	transition: opacity 0.5s, background 0.5s;
}


/*フォームEnter送信禁止用*/
input.dummy{
	display:none;
}



/* 決算バナー追加
-------------------------------------------*/
.infoArea{
	margin: 20px auto 30px;
	text-align: center;
}


/* /after/alpha_plus_check/
-------------------------------------------*/
#alpha_plus_check .ttlC2 {
	margin-bottom: 10px;
}
#alpha_plus_check .contentBox {
	margin-bottom: 50px;
}
#alpha_plus_check .contentImgArea,
#alpha_plus_check .contentImgArea2 {
	display:-ms-flexbox;
  display:flex;
	margin-bottom: 20px;
}
#alpha_plus_check .contentImg,
#alpha_plus_check .contentTxt {
	width: 48%;
	margin: 0 1%;
}
#alpha_plus_check .contentImg img {
	max-width: 100%;
}
