/*
Theme Name: MITSUI PC
Version: 1.0
Theme URI: https://www.mitsuicoltd.com
*/

/*==================================================+/
/*
/*　テンプレート関係
/*
/*==================================================*/

body {
	min-width: 1200px;
	width: 100%;
	font-size: 12px;
	/* font-family: "Hiragino Kaku Gothic Pro", Georgia, "Bitstream Charter", sans-serif; */
	font-family: Georgia, "Bitstream Charter", sans-serif;
	background: #f1f1f1;
	-webkit-print-color-adjust: exact;
}
.wrap {
	width: 1200px;
	min-width: 1200px !important;
}
.wrapper {
	overflow: hidden;
}
.cntr {
	margin: 0 auto;
}
.container {
	padding: 0px 15px;
	max-width: none !important;
}
.container_t {
	padding: 15px;
}
.container_w {
	padding: 15px;
	background: #fff;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*　header.php
/*~~~~~~~~~~~~~~~~~~~~~~~~~*/

header {
	width: 100%;
	min-width: 1200px !important;
}
.header-minimenu {
	font-size: 10px;
	color: #fff;
	background: #000;
	line-height: 1.4;
}
.header-minimenu .wrap {
	padding: 5px 15px;
}
.header-minimenu i.fa {
	margin-right: 1px;
}
.people-count {
	padding-right: 15px;
}
nav {
	background: #003579;
	min-width: 1200px;
	width: 100%;
	height: 70px;
}
.menu-wrapper {
	display: flex;
}
.logo {
	padding: 10px 12px 8px 0;
	margin-left: 15px;
}
.logo img {
	height: 52px;
	width: 160px;
	margin: 0 0 0 0;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*　main
/*~~~~~~~~~~~~~~~~~~~~~~~~~*/

main {
	margin-top: 120px;
	min-width: 1200px;
	width: 100%;
}
/*~~~~~~~~~~~*/
/*　top
/*~~~~~~~~~~*/

.top .top_carlist h1 {
	border-bottom: solid 2px #003579;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	font-weight: bold;
	position: relative;
	font-size: 18px;
	padding-bottom: 5px;
	margin-top: 10px;
}
.top .top_carlist h1:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #E5001A;
	bottom: -2px;
	width: 30%;
}
.top .top_carlist h1 span a {
	font-size: 12px;
	float: right;
	color: #003579
}
.top .top_carlist h1 span a:hover {
	color: #3399ff;
	text-decoration: none;
}
.top .top_carlist h2 {
	color: #333;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 8px;
}
.top .top_carlist .fixItem li {
	line-height: 1.1;
}
.top .top_carlist .fixItem li + li {
	margin-top: 2px;
}
.top .top_carlist .display-save {
	color: #e5001a;
	margin-bottom: 0;
	margin-top: -4px;
	font-size: 15px;
	font-weight: 700;
}
.top .top_carlist span.price {
	font-weight: bold;
	/* color: #3399FF; */
	color: #0064e4;
	font-size: 16px;
	white-space: nowrap;
}
.top .top_carlist span.red {
	color: #E5001A;
}
.top .top_carlist > .row {
	margin-left: -8px;
	margin-right: -8px;
}
.top .top_carlist > .row.fixBox {
	display: flex;
	flex-wrap: wrap;
}
.top .top_carlist > .row.fixBox > .col-xs-3.fixItem {
	float: none;
}
.top .top_carlist .col-xs-3.fixItem {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 10px;
}
.top .top_carlist .top_imgtrm {
	/* height: 164px; */
	overflow: hidden;
	position: relative;
	padding-top: 32px;
}
.top .top_carlist .top_imgtrm img {
	width: 100%;
}
.top .top_carlist .sold .top_imgtrm:after {
	content: 'SOLD OUT';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	background: #333;
	color: #fff;
	font-weight: bold;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	padding: 1px 3px;
}
.top .top_carlist .sold .top_imgtrm img {
	opacity: 0.5
}
.top .top_carlist a.sold:hover .top_imgtrm img {
	opacity: 1;
}
.top .top_carlist .bestdeal .top_imgtrm:after {
	content: 'BEST DEAL';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	background: #E5001A;
	color: #fff;
	font-weight: bold;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	padding: 1px 3px;
}
.top .top_carlist .reserved .top_imgtrm:after {
	content: 'RESERVED';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	background: #104A37;
	color: #fff;
	font-weight: bold;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	padding: 1px 3px;
}
.top .top_carlist .reserved .top_imgtrm {
	border: 2px solid #C9A169;
}
.top .top_carlist .premium .top_imgtrm:after {
	content: 'PREMIUM CLASS';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	background: #DAA520;
	color: #fff;
	font-weight: bold;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	padding: 1px 3px;
}
.top .top_carlist .clearance .top_imgtrm:after {
	content: 'CLEARANCE';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	background: #3399FF;
	color: #fff;
	font-weight: bold;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	padding: 1px 3px;
}
.top .top_carlist .black-friday .top_imgtrm::after {
	background-image: url(./img/black-friday-thumb.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 34px;
	content: '';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	width: 100%;
}
.top .top_carlist .premium-line .top_imgtrm::after {
	background-image: url(./img/premium-line-thumb.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 34px;
	content: '';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	width: 100%;
}
.top .top_carlist .classic-line .top_imgtrm::after {
	background-image: url(./img/classic-line-thumb.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 34px;
	content: '';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	width: 100%;
}
.top .top_carlist .comfort-line .top_imgtrm::after {
	background-image: url(./img/comfort-line-thumb.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 34px;
	content: '';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	width: 100%;
}
.top .top_carlist .standard-line .top_imgtrm::after {
	background-image: url(./img/standard-line-thumb.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 34px;
	content: '';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	width: 100%;
}



.top .top_carlist .vehicle_headline {
	/* border-top: 1px solid #ddd; */
	border-top: none;
	/* font-family: Georgia,"Bitstream Charter",sans-serif; */
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: 'Racing Sans One',Verdana,Geneva,sans-serif;
	font-size: 15px;
	/* font-style: italic; */
	font-weight: 400;
	margin-bottom: 4px;
	margin-top: -4px;
	/* padding-top: 4px; */
	padding-top: 0;
	color: #0064e4;
	line-height: 1;
}

.top_carlist .vehicle_headline,
.carlist .vehicle_headline {
	/* border-top: 1px solid #ddd; */
	border-top: none;
	/* font-family: Georgia,"Bitstream Charter",sans-serif; */
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: 'Racing Sans One',Verdana,Geneva,sans-serif;
	font-size: 15px;
	/* font-style: normal; */
	font-weight: 400;
	margin-bottom: 1px;
	margin-top: 1px;
	/* padding-top: 3px; */
	padding-top: 0;
	color: #0064e4;
	line-height: 1;
}

.page .maincol h2.vehicle_headline {
	background: transparent;
	border-left: none;
	border-top: none;
	color: #0064e4;
	font-family: 'Racing Sans One',Verdana,Geneva,sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 6px;
	margin-top: -6px;
	padding: 0;
	width: 640px;
	line-height: 1;
}


/*~~~~~~~~~~~*/
/*　page
/*~~~~~~~~~~*/

.breadcrumb {
	font-size: 11px;
	margin-bottom: 10px;
}
.breadcrumb i.fa {
	margin-right: 0px;
}
.breadcrumb i.fa-home {
	font-size: 22px;
}
.page .maincol h1 {
	font-family: 'Racing Sans One', Verdana, Geneva, sans-serif;
	font-size: 44px;
	margin-top: 10px;
}
.page .maincol h1 ~ ul {
	font-family: 'Racing Sans One', Verdana, Geneva, sans-serif;
	font-size: 27px;
	line-height: 1.2;
	margin-left: 0;
}
.page .maincol h2 {
	font-size: 25px;
	padding: 0.5em;
	color: #222;
	border-left: solid 5px #E5001A;
	margin-bottom: 20px;
	background: #fffaf4;
}
.page .maincol h3 {
	font-size: 22px;
	position: relative;
	padding-left: 1.2em;/*アイコン分のスペース*/
	line-height: 1.4;
	color: #003579;
}
.page .maincol h3:before {
	font-family: FontAwesome;/*忘れずに*/
	content: "\f138";/*アイコンのユニコード*/
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #003579; /*アイコン色*/
}
.page .maincol h4 {
	border-bottom: solid 2px #003579;
	/* font-family: 'Jura', Verdana, Geneva, sans-serif; */
	font-weight: bold;
	position: relative;
	font-size: 20px;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.page .maincol h4:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #E5001A;
	bottom: -2px;
	width: 20%;
}
.page .subcol h3 {
	position: relative;
	font-size: 14px;
	color: white;
	background: #3399ff; /*#81d0cb*/
	;
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 1.8em;
}
.page .subcol h3:before {/*疑似要素*/
	font-family: FontAwesome;
	content: "\f13a";
	position: absolute;
	left : 0.5em; /*左端からのアイコンまでの距離*/
}
.page .maincol.steps-to-purchase p {
	font-size: 16px;
}
.page .maincol.steps-to-purchase ul {
	font-family: Georgia,"Bitstream Charter",sans-serif;
	font-size: 16px;
}


/*~~~~~~~~~~~*/
/*　single
/*~~~~~~~~~~*/

.single .maincol h1 {
	font-family: 'Racing Sans One', Verdana, Geneva, sans-serif;
	font-size: 44px;
	margin-top: 10px;
}
.single .maincol h2 {
	font-size: 25px;
	padding: 0.5em;
	color: #222;
	border-left: solid 5px #E5001A;
	margin-bottom: 20px;
	background: #fffaf4;
}
.single .maincol h2 small {
	display: block;
	margin-bottom: 15px;
	font-size: 12px;
}
.single .maincol h2 a {
	color: #222;
}
.single .maincol h3 {
	font-size: 22px;
	position: relative;
	padding-left: 1.2em;/*アイコン分のスペース*/
	line-height: 1.4;
	color: #003579;
}
.single .maincol h3:before {
	font-family: FontAwesome;/*忘れずに*/
	content: "\f138";/*アイコンのユニコード*/
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #003579; /*アイコン色*/
}
.single .maincol h4 {
	border-bottom: solid 2px #003579;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	font-weight: bold;
	position: relative;
	font-size: 20px;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.single .maincol h4:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #E5001A;
	bottom: -2px;
	width: 20%;
}
.page .subcol h3 {
	position: relative;
	font-size: 14px;
	color: white;
	background: #3399ff; /*#81d0cb*/
	;
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 1.8em;
}
.page .subcol h3:before {/*疑似要素*/
	font-family: FontAwesome;
	content: "\f13a";
	position: absolute;
	left : 0.5em; /*左端からのアイコンまでの距離*/
}
.single .subcol h3 {
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	font-weight: bold;
	position: relative;
	padding: 0.5em;
	background: #003579;
	color: white;
	margin-left: -25px;
	margin-right: -15px;
	margin-top: -15px;
	font-size: 14px;
	margin-bottom: 20px;
}
.single .subcol h3::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 10px rgb(149, 158, 155);
}
.single .subcol ul li {
	margin: 6px 0;
	list-style: none;
}
.single .subcol ul li:before {
	content: "\f0da";
	font-family: FontAwesome;
	color: #E5001A;
	font-size: 100%;
	margin: 0 5px 0 0;
}
.single .subcol ul li ul li:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #000000;
	font-size: 100%;
	margin: 0 5px 0 0;
}
.single .subcol select {
	width: 100%;
	margin-bottom: 5px;
}
.single .subcol select:last-child {
	margin-bottom: 0px;
}
.pager {
	margin: 40px 0 20px 0;
}
.pager .fl i.fa {
	margin-right: 5px;
}
.pager .fr i.fa {
	margin-right: 0;
	margin-left: 5px;
}
/*~~~~~~~~~~~*/
/*　archive
/*~~~~~~~~~~*/

.maincol .imgtrm {
	height: 150px;
	overflow: hidden;
	float: left;
	margin: 0 15px 0 0;
}
.maincol .imgtrm img {
	width: 200px;
	margin: 0 auto;
}
a.seemore {
	display: block;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	text-align: right;
	font-weight: bold;
	color: #003579;
	font-size: 14px;
	margin: 10px 0;
}
a.seemore:hover {
	color: #3399ff;
	text-decoration: none;
}
/*~~~~~~~~~~~*/
/*　archive-review
/*~~~~~~~~~~*/
.maincol .reviewbox {
	line-height: 1.8em;
	font-size: 13px;
}
.rate-text {
	position: relative;
	margin-left: 5px;
	font-family: "Times New Roman", serif;
	font-size: 15px;
}
.review-excerpt {
	font-size: 15px;
}
.review-comment {
	font-size: 15px;
}
/*~~~~~~~~~~~*/
/*　single-cars
/*~~~~~~~~~~*/

.wrap-cars {
	width: 1000px;
	margin: 0 auto;
}
table.pricelist {
	margin: 0;
	font-size: 14px;
}
table.pricelist tr:first-child td span, table.pricelist tr:first-child th {
	border-top: none;
}
table.pricelist tr:first-child th {
	font-size: 15px;
}

table.pricelist.black-friday tr:first-child th:first-of-type,
table.pricelist.black-friday tr:first-child td:first-of-type,
table.pricelist.premium-line tr:first-child th:first-of-type,
table.pricelist.premium-line tr:first-child td:first-of-type,
table.pricelist.classic-line tr:first-child th:first-of-type,
table.pricelist.classic-line tr:first-child td:first-of-type,
table.pricelist.comfort-line tr:first-child th:first-of-type,
table.pricelist.comfort-line tr:first-child td:first-of-type,
table.pricelist.standard-line tr:first-child th:first-of-type,
table.pricelist.standard-line tr:first-child td:first-of-type {
	padding-top: 38px;
	position: relative;
}
table.pricelist.black-friday tr:first-child th:first-of-type::after {
	background-image: url(./img/black-friday-thumb.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 30px;
	content: '';
	position: absolute;
	z-index: 100;
	left: -5px;
	top: 0;
	width: 100%;
}
table.pricelist.premium-line tr:first-child th:first-of-type::after {
	background-image: url(./img/premium-line-thumb.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 30px;
	content: '';
	position: absolute;
	z-index: 100;
	left: -5px;
	top: 0;
	width: 100%;
}
table.pricelist.classic-line tr:first-child th:first-of-type::after {
	background-image: url(./img/classic-line-thumb.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 30px;
	content: '';
	position: absolute;
	z-index: 100;
	left: -5px;
	top: 0;
	width: 100%;
}
table.pricelist.comfort-line tr:first-child th:first-of-type::after {
	background-image: url(./img/comfort-line-thumb.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 30px;
	content: '';
	position: absolute;
	z-index: 100;
	left: -5px;
	top: 0;
	width: 100%;
}
table.pricelist.standard-line tr:first-child th:first-of-type::after {
	background-image: url(./img/standard-line-thumb.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 30px;
	content: '';
	position: absolute;
	z-index: 100;
	left: -5px;
	top: 0;
	width: 100%;
}




table.pricelist th {
	text-align: left;
}
table.pricelist td {
	text-align: left;
}
table.pricelist td.cprice {
	font-size: 19px;
	font-weight: bold;
	color: #3399FF;
	line-height: 1em;
}

table.pricelist.premium-line td.cprice,
table.pricelist.classic-line td.cprice,
table.pricelist.comfort-line td.cprice,
table.pricelist.standard-line td.cprice {
	padding:  2px 0 0;
}
table.pricelist.premium-line td.cprice > div,
table.pricelist.classic-line td.cprice > div,
table.pricelist.comfort-line td.cprice > div,
table.pricelist.standard-line td.cprice > div {
	display: inline-block;
	padding: 6px 0px 3px;
	position: relative;
}
table.pricelist.premium-line td.cprice > div::after,
table.pricelist.classic-line td.cprice > div::after,
table.pricelist.comfort-line td.cprice > div::after,
table.pricelist.standard-line td.cprice > div::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
}
table.pricelist.premium-line td.tprice,
table.pricelist.classic-line td.tprice,
table.pricelist.comfort-line td.tprice,
table.pricelist.standard-line td.tprice {
	padding-top: 0;
}
table.pricelist.premium-line #totalresult,
table.pricelist.classic-line #totalresult,
table.pricelist.comfort-line #totalresult,
table.pricelist.standard-line #totalresult {
	display: inline-block;
	padding: 6px 0px 1px;
	position: relative;
}
table.pricelist.premium-line #totalresult::after,
table.pricelist.classic-line #totalresult::after,
table.pricelist.comfort-line #totalresult::after,
table.pricelist.standard-line #totalresult::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
}

table.pricelist.premium-line td.cprice > div {
	color: #151484;
	border-bottom: 3px solid #9f8826;
}
table.pricelist.premium-line td.cprice > div::after {
	background-color: #151484;
}
table.pricelist.premium-line #totalresult {
	border-bottom: 4px solid #9f8826;
	color: #151484;
}
table.pricelist.premium-line #totalresult::after {
	background-color: #151484;
}
table.pricelist.premium-line #totalresult .cost_abbr {
	color: #151484;
}

table.pricelist.classic-line td.cprice > div {
	color: #551022;
	border-bottom: 3px solid #551022;
}
table.pricelist.classic-line td.cprice > div::after {
	background-color: #3371d7;
}
table.pricelist.classic-line #totalresult {
	border-bottom: 4px solid #551022;
	color: #551022;
}
table.pricelist.classic-line #totalresult::after {
	background-color: #3371d7;
}
table.pricelist.classic-line #totalresult .cost_abbr {
	color: #551022;
}
table.pricelist.comfort-line td.cprice > div {
	color: #001f68;
	border-bottom: 3px solid #001f68;
}
table.pricelist.comfort-line td.cprice > div::after {
	background-color: #a7a6a1;
}
table.pricelist.comfort-line #totalresult {
	border-bottom: 4px solid #001f68;
	color: #001f68;
}
table.pricelist.comfort-line #totalresult::after {
	background-color: #a7a6a1;
}
table.pricelist.comfort-line #totalresult .cost_abbr {
	color: #001f68;
}
table.pricelist.standard-line td.cprice > div {
	color: #01abf1;
	border-bottom: 3px solid #01abf1;
}
table.pricelist.standard-line td.cprice > div::after {
	background-color: #FFF;
}
table.pricelist.standard-line #totalresult {
	border-bottom: 4px solid #01abf1;
	color: #01abf1;
}
table.pricelist.standard-line #totalresult::after {
	background-color: #FFF;
}
table.pricelist.standard-line #totalresult .cost_abbr {
	color: #01abf1;
}


table.pricelist td.cprice small {
	font-size: 75%;
	margin-left: 4px;
}
table.pricelist td.oprice {
	border-top: none;
	color: #999;
	font-size: 16px;
	font-weight: 700;
	/* text-decoration: line-through; */
}
table.pricelist td.oprice small {
	font-size: 80%;
	margin-left: 4px;
}
table.pricelist td.sprice {
	font-size: 16px;
	font-weight: 700;
}
table.pricelist > tbody > tr > th,
table.pricelist > tbody > tr > td {
	padding-left: 0;
}
table.pricelist td.oprice,
table.pricelist td.sprice,
table.pricelist td.cprice,
table.pricelist td.tprice {
	padding-right: 0;
}
table.pricelist > tbody > tr.tprice-wrap > th,
table.pricelist > tbody > tr.tprice-wrap > td {
	padding-bottom: 0;
}
table.pricelist > tbody > tr > td.calculate_info {
	border-top: none;
	padding-top: 0;
}

table.pricelist #totalresult {
	color: #003579;
	font-size: 21px;
	font-weight: 700;
}
table.pricelist #totalresult .cost_abbr {
	color: #333;
	font-size: 19px;
}
table.pricelist #totalresult .op-tooltip-wrap {
	color: #333;
	display: inline-block;
	margin-left: 3px;
	position: relative;
}
.table.pricelist strong {
	font-size: 18px;
}
table.pricelist td.cprice .btn_sold {
	background: #333;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	padding: 1px 3px;
}
table.pricelist td.cprice .btn_bestdeal {
	background: #E5001A;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	padding: 1px 3px;
}
table.pricelist td.cprice .btn_reserved {
	background: #104A37;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	padding: 1px 3px;
}
table.pricelist td.cprice .btn_premium {
	color: #fff;
	background: #DAA520;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	padding: 1px 3px;
}
table.pricelist td.cprice .btn_clearance {
	background: #3399FF;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	padding: 1px 3px;
}
table.pricelist .btn-print-wrap {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
table.pricelist .btn-print-wrap .btn {
	position: relative;
	top: 5px;
	transform: scale(1.14,1.14);
	transform-origin: top center;
}
.top_carlist .well {
	padding: 12px 16px 12px;
}
.country-selectfield-wrap {
	display: inline-block;
	margin-bottom: 4px;
	margin-right: 4px;
	position: relative;
}
.country-selectfield-wrap::after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #8f8f9d;
	bottom: 1px;
	content: "";
	display: block;
	height: 0;
	margin: auto;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 0;
	width: 0;
}
.country-selectfield-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FFF;
	border: 1px solid #8f8f9d;
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
	padding: 5px 22px 4px 7px;
}
.country-selectfield-wrap select:focus {
	border: 1px solid #66afe9;
}
.port-selectfield-wrap {
	display: inline-block;
	position: relative;
}
.port-selectfield-wrap::after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #8f8f9d;
	bottom: 1px;
	content: "";
	display: block;
	height: 0;
	margin: auto;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 0;
	width: 0;
}
.port-selectfield-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FFF;
	border: 1px solid #8f8f9d;
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
	padding: 5px 22px 4px 7px;
}
.port-selectfield-wrap select:focus {
	border: 1px solid #66afe9;
}
.options1 label {
	cursor: pointer;
	font-size: 12px;
	position: relative;
	padding-left: 22px;
}
.options1 label input {
	display: none;
}
.options1 label > i {
	background-color: #FFF;
	border: 1px solid #8f8f9d;
	border-radius: 4px;
	display: block;
	height: 17px;
	left: 0;
	position: absolute;
	top: 0;
	width: 17px;
}
.options1 label > i::after {
	border-bottom: 3px solid #007aff;
	border-left: 3px solid #007aff;
	content: "";
	display: block;
	height: 8px;
	left: 2px;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: rotate(-45deg);
	width: 16px;
}
.options1 label input:checked + i {
	background-color: #e4edf6;
	border: 1px solid #007aff;
}
.options1 label input:checked + i::after {
	opacity: 1;
}
label .op-tooltip-wrap {
	display: inline-block;
	margin-left: 3px;
	position: relative;
}
.op-tooltip-wrap i {
	font-size: 17px;
}
.op-tooltip {
	background-color: rgba(0,0,0,.9);
	border-radius: 8px;
	color: #FFF;
	font-size: 11px;
	font-weight: 400;
	left: 7px;
	opacity: 0;
	padding: 10px;
	position: absolute;
	pointer-events: none;
	/* text-align: justify; */
	top: -8px;
	transform: translate(-50%,-100%);
	width: 200px;
	z-index: 2;
}
.op-tooltip::before {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid rgba(0,0,0,.9);
	bottom: -7px;
	content: "";
	display: block;
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 0;
}
.op-tooltip-wrap i:hover ~ .op-tooltip {
	opacity: 1;
}


table.spec {
	font-size: 13px;
}
table.spec tr th {
	font-size: 11px;
	padding: 6px 5px 5px;
	text-align: left;
	vertical-align: middle;
}
table.spec tr td {
	padding: 6px 5px 5px;
	text-align: left;
	vertical-align: middle;
	word-break : break-all;
}
table.spec ul {
	margin-bottom: 0;
}
table.spec ul + ul {
	margin-top: 10px;
}
table.spec ul.attention_comment {
	color: red;
}
table.feature {
	font-size: 12px;
}
table.feature tr td {
	padding: 6px;
	text-align: center;
	width:25%;
	vertical-align: middle;
	background: #f1f1f1;
	color: #929292;
}
table.feature tr td.on {
	background: #f9ff68 !important;
	color: #000;
}
.wrap-cars .infobox {
	width: 600px;
	min-height: 20px;
	padding: 19px;
	margin: 0 auto 20px auto;
	background: none;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.wrap-cars .infobox .btn-primary {
	background: #003579;
	border: none;
}
.wrap-cars .infobox .btn-primary:hover {
	background: #E5001A;
}
.wrap-cars .infobox a:hover {
	text-decoration: none;
}
table.cars-contact th {
	font-size: 10px;
}
table.cars-contact tr td {
	padding: 5px;
}
table.cars-contact span.wpcf7-not-valid-tip {
	display: block;
	color: #ec3c06;
	border: none;
	position: relative;
	top: auto;
	left: auto;
	padding: 0;
	margin-top: 2px;
	background: none;
	font-size: 15px;
	font-size: 10px;
}
table.cars-contact div.wpcf7-validation-errors {
	background: #ffe2e2;
	border: 1px solid #ff8a8a;
	color: #ec3c06;
	font-size: 10px;
}
table.cars-contact .wpcf7 .wpcf7-not-valid {
	background: pink;
}
table.cars-contact div.wpcf7-response-output {
	margin: 10px 0;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 5px;
}
table.cars-contact .wpcf7-mail-sent-ng {
	background: #fff2e2;
	border: 1px solid #ffbc8a;
	color: #e17731;
	padding: 10px;
}
table.cars-contact .wpcf7-mail-sent-ok {
	background: #e8ffe2;
	border: 1px solid #6fdf51;
	color: #1ea524;
	padding: 10px;
}
.sent table.cars-contact {
	display: none;
}
/*~~~~~~~~~~~*/
/*　archive-cars
/*~~~~~~~~~~*/

.cars .well h3 {
	margin-top: 0;
}
.cars .well p {
	margin-bottom: 0;
}
.cars .searchbox {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background: none;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.cars .searchbox input[type="text"], .cars .searchbox select, .cars .searchbox button {
	width: 100%;
	padding: 5px 0;
	margin: 0 0 10px 0;
}
.cars .searchbox input[type="checkbox"] {
	padding: 5px 0;
	margin: 0 2px 10px 20px;
}
/*.cars .searchbox input[type="checkbox"][value="Sold Out"],.cars .searchbox input[type="checkbox"][value="Sale"] {display: none;}
.cars .searchbox #feas_0_12_1,.cars .searchbox #feas_0_12_2 {display: none;}*/
.cars .searchbox input[type="submit"].feas-submit-button {
	font-family: FontAwesome;
	display: block !important;
	width: 100%;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.cars .searchbox input[type="submit"] {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}
.cars .searchbox input[type="submit"]:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}
.cars .searchbox input[type="submit"]:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}
.cars .searchbox #feas-sort-menu h5 {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #ccc;
}
.cars .searchbox #feas-sort-menu span {
	display: inline-block;
	margin-right: 10px;
	font-size: 10px
}
table.carslist {
	font-size: 13px;
}
table.carslist thead tr th {
	border-bottom: 2px solid #E5001A;
	background: #fffaf4;
	font-size: 12px;
}
table.carslist tr th {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
table.carslist tr td {
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}
table.carslist tr td.refno {
	font-size: 12px;
}
table.carslist tr td.make {
	text-align: left;
	font-size: 13px;
}
table.carslist tr td.make a {
	color: #333;
	font-weight: bold;
}
table.carslist tr td.price {
	font-weight: bold;
	color: #3399FF;
	font-size: 15px;
}
table.carslist tr td.price .display-save {
	font-weight: bold;
	color: #E5001A;
	font-size: 15px;
	margin-bottom: 6px;
}
table.carslist tr td.thum {
	text-align: center !important;
}
table.carslist tr td.thum .imgtrm {
	/* padding: 3px 0; */
	margin: 0 auto;
	height: 118px;
	overflow: hidden;
	border: none;
	position: relative;
	float: none;
	padding-top: 23px;
}
table.carslist tr td.thum .imgtrm img {
	width: 126px;
}
table.carslist tr td.thum .display-save {
	font-weight: bold;
	color: #E5001A;
	font-size: 16px;
	margin-top: 15px;
}
table.carslist .btn-primary {
	background: #003579;
	border: none;
}
table.carslist .btn-primary:hover {
	/* background: #E5001A; */
	background: #ffcc54;
}
table.carslist tr.sold td {
	background: #b7b7b7
}
table.carslist tr.sold td.thum .imgtrm:after {
	content: 'SOLD OUT';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	background: #333;
	color: #fff;
	font-weight: bold;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	padding: 1px 3px;
}
table.carslist tr.sold td.thum .imgtrm img {
	opacity: 0.5
}
table.carslist tr.sold td.thum .imgtrm a:hover img {
	opacity: 1;
}
table.carslist tr.sold td a {
	/*pointer-events: none; リンクを非リンクに変える*/
	cursor: default;/*マウスカーソルを矢印のまま変えない*/
	text-decoration: none;/*下線を消す*/
	color: #000000;/*非リンクの文字色と同じにする*/
}
table.carslist tr.sold td button {
	display: none;
}
table.carslist tr.bestdeal td.thum .imgtrm:after {
	content: 'BEST DEAL';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	background: #E5001A;
	color: #fff;
	font-weight: bold;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	padding: 1px 3px;
}
table.carslist tr.reserved td.thum .imgtrm:after {
	content: 'RESERVED';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	background: #104A37;
	color: #fff;
	font-weight: bold;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	padding: 1px 3px;
}
table.carslist tr.reserved td.thum .imgtrm {
	border: 2px solid #C9A169;
}
table.carslist tr.premium td.thum .imgtrm:after {
	content: 'PREMIUM CLASS';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	background: #DAA520;
	color: #fff;
	font-weight: bold;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	padding: 1px 3px;
}
table.carslist tr.clearance td.thum .imgtrm:after {
	content: 'CLEARANCE';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	background: #3399FF;
	color: #fff;
	font-weight: bold;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	padding: 1px 3px;
}

table.carslist tr.black-friday td.thum .imgtrm::after {
	background-image: url(./img/black-friday-thumb.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 23px;
	content: '';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	width: 100%;
}
table.carslist tr.premium-line td.thum .imgtrm::after {
	background-image: url(./img/premium-line-thumb.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 23px;
	content: '';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	width: 100%;
}
table.carslist tr.classic-line td.thum .imgtrm::after {
	background-image: url(./img/classic-line-thumb.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 23px;
	content: '';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	width: 100%;
}
table.carslist tr.comfort-line td.thum .imgtrm::after {
	background-image: url(./img/comfort-line-thumb.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 23px;
	content: '';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	width: 100%;
}
table.carslist tr.standard-line td.thum .imgtrm::after {
	background-image: url(./img/standard-line-thumb.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 23px;
	content: '';
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0;
	width: 100%;
}


.reviewbox-wrap {
	display: flex;
	flex-wrap: wrap;
}
.reviewbox-wrap .col-xs-6 {
	margin-bottom: 20px;
	position: relative;
}
.reviewbox-wrap .col-xs-6 .well {
	height: 100%;
	margin-bottom: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*　sidecol-left
/*~~~~~~~~~~~~~~~~~~~~~~~~~*/
.sidecol-l.col-xs-2 {
	display: none;
}
.maincol.col-xs-7 {
	width: 70%;
}
.sidecol-r.col-xs-3 {
	width: 30%;
}
.sidecol-l + article > .col-xs-10 {
	width: 100%;
}


.sidecol-l h3,
.sidecol--l h3 {
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	font-weight: bold;
	position: relative;
	padding: 0.5em;
	background: #003579;
	color: white;
	margin-left: -25px;
	margin-right: -15px;
	margin-top: -15px;
	font-size: 14px;
	margin-bottom: 20px;
}
.sidecol-l h3::before,
.sidecol--l h3::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 10px rgb(149, 158, 155);
}
.sidecol-l #shop-by-make,
.sidecol--l #shop-by-make,
.sidecol-l #shop-by-type,
.sidecol-l #shop-by-type {
	margin-left: -40px;
}
.sidecol-l #shop-by-make li a,
.sidecol--l #shop-by-make li a {
	font-size: 12px;
}
.sidecol-l #shop-by-make .cat-item:before,
.sidecol--l #shop-by-make .cat-item:before,
.sidecol-l #shop-by-type .cat-item:before,
.sidecol--l #shop-by-type .cat-item:before {
	display: none;
}
.sidecol-l #shop-by-make .cat-item span:before,
.sidecol--l #shop-by-make .cat-item span:before {
	margin-right: 3px;
	position: relative;
	top: -2px;
}
.sidecol-l #shop-by-make li.cat-item-13 a,
.sidecol--l #shop-by-make li.cat-item-13 a {
	font-size: 11px;
}
.sidecol-l #shop-by-make li.cat-item-1164 a,
.sidecol--l #shop-by-make li.cat-item-1164 a {
	font-size: 10px;
}

.sidecol-l .cat-item label,
.sidecol--l .cat-item label {
	color: #003579;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding-left: 19px;
	position: relative;
}
.sidecol-l .cat-item label small,
.sidecol--l .cat-item label small {
	font-size: 10px;
	margin-left: 2px;
	position: relative;
	top: -1px;
}
.sidecol-l .cat-item label input,
.sidecol--l .cat-item label input {
	display: none;
}

.sidecol-l .cat-item label i,
.sidecol--l .cat-item label i {
    border: 1px solid #003579;
    width: 14px;
    height: 14px;
    display: block;
    box-sizing: border-box;
	border-radius: 2px;
	left: 0;
	top: 1px;
    position: absolute;
	z-index: 1;
	transition-duration: .3s;
    transition-property: background;
}
.sidecol-l .cat-item label [type="checkbox"]:checked + i,
.sidecol--l .cat-item label [type="checkbox"]:checked + i {
	background-color: #003579;
}
.sidecol-l .cat-item label i::before,
.sidecol--l .cat-item label i::before {
    content: "";
    width: 6px;
    height: 10px;
    border: 2px solid #FFF;
    display: block;
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-2px) rotate(45deg);
    border-top: none;
    border-left: none;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.sidecol-l .cat-item label [type="checkbox"]:checked + i::before,
.sidecol--l .cat-item label [type="checkbox"]:checked + i::before {
    opacity: 1;
}


.sidecol-l .cat-item-2 span:before,
.sidecol--l .cat-item-2 span:before {
	background: url(img/make/icon_toyota.svg) no-repeat;
}
.sidecol-l .cat-item-3 span:before,
.sidecol--l .cat-item-3 span:before {
	background: url(img/make/icon_nissan.svg) no-repeat;
}
.sidecol-l .cat-item-1230 span:before,
.sidecol--l .cat-item-1230 span:before {
	background: url(img/make/icon_honda.svg) no-repeat;
}
.sidecol-l .cat-item-5 span:before,
.sidecol--l .cat-item-5 span:before {
	background: url(img/make/icon_mazda.svg) no-repeat;
}
.sidecol-l .cat-item-6 span:before,
.sidecol--l .cat-item-6 span:before {
	background: url(img/make/icon_mitsubishi.svg) no-repeat;
}
.sidecol-l .cat-item-7 span:before,
.sidecol--l .cat-item-7 span:before {
	background: url(img/make/icon_subaru.svg) no-repeat;
}
.sidecol-l .cat-item-8 span:before,
.sidecol--l .cat-item-8 span:before {
	background: url(img/make/icon_suzuki.svg) no-repeat;
}
.sidecol-l .cat-item-9 span:before,
.sidecol--l .cat-item-9 span:before {
	background: url(img/make/icon_isuzu.svg) no-repeat;
}
.sidecol-l .cat-item-10 span:before,
.sidecol--l .cat-item-10 span:before {
	background: url(img/make/icon_daihatsu.svg) no-repeat;
}
.sidecol-l .cat-item-11 span:before,
.sidecol--l .cat-item-11 span:before {
	background: url(img/make/icon_hino.svg) no-repeat;
}
.sidecol-l .cat-item-12 span:before,
.sidecol--l .cat-item-12 span:before {
	background: url(img/make/icon_lexus.svg) no-repeat;
}
.sidecol-l .cat-item-13 span:before,
.sidecol--l .cat-item-13 span:before {
	background: url(img/make/icon_mercedes-benz.svg) no-repeat;
}
.sidecol-l .cat-item-14 span:before,
.sidecol--l .cat-item-14 span:before {
	background: url(img/make/icon_bmw.svg) no-repeat;
}
.sidecol-l .cat-item-15 span:before,
.sidecol--l .cat-item-15 span:before {
	background: url(img/make/icon_volkswagen.svg) no-repeat;
}
.sidecol-l .cat-item-16 span:before,
.sidecol--l .cat-item-16 span:before {
	background: url(img/make/icon_audi.svg) no-repeat;
}
.sidecol-l .cat-item-17 span:before,
.sidecol--l .cat-item-17 span:before {
	background: url(img/make/icon_peugeot.svg) no-repeat;
}
.sidecol-l .cat-item-18 span:before,
.sidecol--l .cat-item-18 span:before {
	background: url(img/make/icon_ford.svg) no-repeat;
}
.sidecol-l .cat-item-19 span:before,
.sidecol--l .cat-item-19 span:before {
	background: url(img/make/icon_volvo.svg) no-repeat;
}
.sidecol-l .cat-item-20 span:before,
.sidecol--l .cat-item-20 span:before {
	background: url(img/make/icon_landrover.svg) no-repeat;
}
.sidecol-l .cat-item-21 span:before,
.sidecol--l .cat-item-21 span:before {
	background: url(img/make/icon_jaguar.svg) no-repeat;
}
.sidecol-l .cat-item-22 span:before,
.sidecol--l .cat-item-22 span:before {
	background: url(img/make/icon_jeep.svg) no-repeat;
}
.sidecol-l .cat-item-23 span:before,
.sidecol--l .cat-item-23 span:before {
	background: url(img/make/icon_hyundai.svg) no-repeat;
}
.sidecol-l .cat-item-24 span:before,
.sidecol--l .cat-item-24 span:before {
	background: url(img/make/icon_kia.svg) no-repeat;
}
.sidecol-l .cat-item-25 span:before,
.sidecol--l .cat-item-25 span:before {
	background: url(img/make/icon_ssangyong.svg) no-repeat;
}
.sidecol-l .cat-item-546 span:before,
.sidecol--l .cat-item-546 span:before {
	background: url(img/make/icon_mitsuoka.svg) no-repeat;
}
.sidecol-l .cat-item-1148 span:before,
.sidecol--l .cat-item-1148 span:before {
	background: url(img/make/icon_ud.svg) no-repeat;
}
.sidecol-l .cat-item-1151 span:before,
.sidecol--l .cat-item-1151 span:before {
	background: url(img/make/icon_fiat.svg) no-repeat;
}
.sidecol-l .cat-item-1152 span:before,
.sidecol--l .cat-item-1152 span:before {
	background: url(img/make/icon_mini.svg) no-repeat;
}
.sidecol-l .cat-item-1153 span:before,
.sidecol--l .cat-item-1153 span:before {
	background: url(img/make/icon_fuso.svg) no-repeat;
}
.sidecol-l .cat-item-1158 span:before,
.sidecol--l .cat-item-1158 span:before {
	background: url(img/make/icon_ferrari.svg) no-repeat;
}
.sidecol-l .cat-item-1156 span:before,
.sidecol--l .cat-item-1156 span:before {
	background: url(img/make/icon_porsche.svg) no-repeat;
}
.sidecol-l .cat-item-1160 span:before,
.sidecol--l .cat-item-1160 span:before {
	background: url(img/make/icon_renault.svg) no-repeat;
}
.sidecol-l .cat-item-1162 span:before,
.sidecol--l .cat-item-1162 span:before {
	background: url(img/make/icon_citroen.svg) no-repeat;
}
.sidecol-l .cat-item-1164 span:before,
.sidecol--l .cat-item-1164 span:before {
	background: url(img/make/icon_general-motors.svg) no-repeat;
}
.sidecol-l .cat-item-1166 span:before,
.sidecol--l .cat-item-1166 span:before {
	background: url(img/make/icon_chrysler.svg) no-repeat;
}
.sidecol-l .cat-item-1168 span:before,
.sidecol--l .cat-item-1168 span:before {
	background: url(img/make/icon_dodge.svg) no-repeat;
}
.sidecol-l .cat-item-1170 span:before,
.sidecol--l .cat-item-1170 span:before {
	background: url(img/make/icon_maserati.svg) no-repeat;
}
.sidecol-l .cat-item-1172 span:before,
.sidecol--l .cat-item-1172 span:before {
	background: url(img/make/icon_lancia.svg) no-repeat;
}
.sidecol-l .cat-item-1174 span:before,
.sidecol--l .cat-item-1174 span:before {
	background: url(img/make/icon_opel.svg) no-repeat;
}
.sidecol-l .cat-item-1176 span:before,
.sidecol--l .cat-item-1176 span:before {
	background: url(img/make/icon_saab.svg) no-repeat;
}
.sidecol-l .cat-item-1178 span:before,
.sidecol--l .cat-item-1178 span:before {
	background: url(img/make/icon_mg.svg) no-repeat;
}

.sidecol-l .cat-item-2 span:before,
.sidecol--l .cat-item-2 span:before,
.sidecol-l .cat-item-3 span:before,
.sidecol--l .cat-item-3 span:before,
.sidecol-l .cat-item-1230 span:before,
.sidecol--l .cat-item-1230 span:before,
.sidecol-l .cat-item-5 span:before,
.sidecol--l .cat-item-5 span:before,
.sidecol-l .cat-item-6 span:before,
.sidecol--l .cat-item-6 span:before,
.sidecol-l .cat-item-7 span:before,
.sidecol--l .cat-item-7 span:before,
.sidecol-l .cat-item-8 span:before,
.sidecol--l .cat-item-8 span:before,
.sidecol-l .cat-item-9 span:before,
.sidecol--l .cat-item-9 span:before,
.sidecol-l .cat-item-10 span:before,
.sidecol--l .cat-item-10 span:before,
.sidecol-l .cat-item-11 span:before,
.sidecol--l .cat-item-11 span:before,
.sidecol-l .cat-item-12 span:before,
.sidecol--l .cat-item-12 span:before,
.sidecol-l .cat-item-13 span:before,
.sidecol--l .cat-item-13 span:before,
.sidecol-l .cat-item-14 span:before,
.sidecol--l .cat-item-14 span:before,
.sidecol-l .cat-item-15 span:before,
.sidecol--l .cat-item-15 span:before,
.sidecol-l .cat-item-16 span:before,
.sidecol--l .cat-item-16 span:before,
.sidecol-l .cat-item-17 span:before,
.sidecol--l .cat-item-17 span:before,
.sidecol-l .cat-item-18 span:before,
.sidecol--l .cat-item-18 span:before,
.sidecol-l .cat-item-19 span:before,
.sidecol--l .cat-item-19 span:before,
.sidecol-l .cat-item-20 span:before,
.sidecol--l .cat-item-20 span:before,
.sidecol-l .cat-item-21 span:before,
.sidecol--l .cat-item-21 span:before,
.sidecol-l .cat-item-22 span:before,
.sidecol--l .cat-item-22 span:before,
.sidecol-l .cat-item-23 span:before,
.sidecol--l .cat-item-23 span:before,
.sidecol-l .cat-item-24 span:before,
.sidecol--l .cat-item-24 span:before,
.sidecol-l .cat-item-25 span:before,
.sidecol--l .cat-item-25 span:before,
.sidecol-l .cat-item-546 span:before,
.sidecol--l .cat-item-546 span:before,
.sidecol-l .cat-item-1148 span:before,
.sidecol--l .cat-item-1148 span:before,
.sidecol-l .cat-item-1151 span:before,
.sidecol--l .cat-item-1151 span:before,
.sidecol-l .cat-item-1152 span:before,
.sidecol--l .cat-item-1152 span:before,
.sidecol-l .cat-item-1153 span:before,
.sidecol--l .cat-item-1153 span:before,
.sidecol-l .cat-item-1158 span:before,
.sidecol--l .cat-item-1158 span:before,
.sidecol-l .cat-item-1156 span:before,
.sidecol--l .cat-item-1156 span:before,
.sidecol-l .cat-item-1160 span:before,
.sidecol--l .cat-item-1160 span:before,
.sidecol-l .cat-item-1162 span:before,
.sidecol--l .cat-item-1162 span:before,
.sidecol-l .cat-item-1164 span:before,
.sidecol--l .cat-item-1164 span:before,
.sidecol-l .cat-item-1166 span:before,
.sidecol--l .cat-item-1166 span:before,
.sidecol-l .cat-item-1168 span:before,
.sidecol--l .cat-item-1168 span:before,
.sidecol-l .cat-item-1170 span:before,
.sidecol--l .cat-item-1170 span:before,
.sidecol-l .cat-item-1172 span:before,
.sidecol--l .cat-item-1172 span:before,
.sidecol-l .cat-item-1174 span:before,
.sidecol--l .cat-item-1174 span:before,
.sidecol-l .cat-item-1176 span:before,
.sidecol--l .cat-item-1176 span:before,
.sidecol-l .cat-item-1178 span:before,
.sidecol--l .cat-item-1178 span:before {
    content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background-size: contain;
	vertical-align: middle;
}

.sidecol-l .btn-block,
.sidecol--l .btn-block {
	margin-top: 10px;
}
.sidecol-l #feas-searchform-3,
.sidecol--l #feas-searchform-3 {
	display: none;
}
.sidecol-l .select-wrap,
.sidecol--l .select-wrap {
	display: inline-block;
}

.sidecol-l dl,
.sidecol--l dl {
	border-bottom: 1px solid #e3e8f0;
	margin-bottom: 12px;
	padding-bottom: 6px;
	width: 100%;
}

.sidecol-l dd label,
.sidecol--l dd label {
	margin-right: 10px;
}
.sidecol-l dl label,
.sidecol--l dl label {
	color: #003579;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding-left: 19px;
	position: relative;
}
.sidecol-l dl label input,
.sidecol--l dl label input {
	display: none;
}

.sidecol-l dl label i,
.sidecol--l dl label i {
    border: 1px solid #003579;
    width: 14px;
    height: 14px;
    display: block;
    box-sizing: border-box;
	border-radius: 2px;
	left: 0;
	top: 1px;
    position: absolute;
	z-index: 1;
	transition-duration: .3s;
    transition-property: background;
}
.sidecol-l dl label [type="checkbox"]:checked + i,
.sidecol--l dl label [type="checkbox"]:checked + i {
	background-color: #003579;
}
.sidecol-l dl label i::before,
.sidecol--l dl label i::before {
    content: "";
    width: 6px;
    height: 10px;
    border: 2px solid #FFF;
    display: block;
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-2px) rotate(45deg);
    border-top: none;
    border-left: none;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.sidecol-l dl label [type="checkbox"]:checked + i::before,
.sidecol--l dl label [type="checkbox"]:checked + i::before {
    opacity: 1;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*　sidecol-right
/*~~~~~~~~~~~~~~~~~~~~~~~~~*/
.sidecol-r .searchbox {
	background: #3399ff;
	color: #000;
}
.sidecol-r .searchbox h3 {
	font-size: 16px;
	color: #fff;
	margin: 0;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
}
.sidecol-r .searchbox #feas-searchform-1 {
	margin-top: 10px;
	color: #fff;
}
.sidecol-r .searchbox p {
	margin: 3px 0;
}
.sidecol-r .searchbox input[type="text"], .sidecol-r .searchbox select, .sidecol-r .searchbox button {
	width: 100%;
	padding: 5px 0;
	margin: 0 0 10px 0;
	color: #000;
}
.sidecol-r .searchbox input[type="checkbox"] {
	padding: 5px 0;
	margin: 0 2px 10px 20px;
}
.sidecol-r .searchbox #feas_1_4_0, .sidecol-r .searchbox #feas_1_4_3, .sidecol-r .searchbox #feas_1_4_4 {
	display: inline-block;
}
.sidecol-r .searchbox input[type="submit"].feas-submit-button {
	font-family: FontAwesome;
	display: block !important;
	color: #fff;
	width: 100%;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.sidecol-r .searchbox input[type="submit"] {
	background-color: #337ab7;
	border-color: #2e6da4
}
.sidecol-r .searchbox input[type="submit"]:focus {
	background-color: #286090;
	border-color: #122b40
}
.sidecol-r .searchbox input[type="submit"]:hover {
	background-color: #286090;
	border-color: #204d74
}
.sidecol-r .reviewbox h3 {
	color: #fff;
	font-size: 14px;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	position: relative;
	padding: 0.6em;
	background: #3399ff;
	margin-top: 0;
	margin-bottom: 25px;
}
.sidecol-r .reviewbox h3:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #3399ff;
	width: 0;
	height: 0;
}
.sidecol-r .reviewbox .review-comment {
	margin: 10px 0 20px 0;
}
.sidecol-r .reviewbox .review-comment .imgtrm {
	height: 72px;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
}
.sidecol-r .reviewbox .review-comment .imgtrm img {
	width: 96px;
	margin: 0 auto;
}
.sidecol-r .reviewbox h4 {
	font-size: 12px;
}
.sidecol-r .updatebox h3 {
	color: #fff;
	font-size: 14px;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	position: relative;
	padding: 0.6em;
	background: #3399ff;
	margin-top: 0;
	margin-bottom: 25px;
}
.sidecol-r .reviewbox p a, .sidecol-r .updatebox p a {
	display: block;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	text-align: right;
	font-weight: bold;
	color: #003579;
	font-size: 12px;
	margin: 0;
}
.sidecol-r .reviewbox p a:hover, .sidecol-r .updatebox p a:hover {
	color: #3399ff;
	text-decoration: none;
}
.sidecol-r .updatebox h3:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #3399ff;
	width: 0;
	height: 0;
}
.sidecol-r .updatebox li a {
	margin-left: 1em;
}
.sidecol-r .updatebox li span {
	color: #6E6E6E;
	font-size: 10px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*　footer
/*~~~~~~~~~~~~~~~~~~~~~~~~~*/

.chaticon {
	position: fixed;
	width: 80px;
	height: 80px;
	right: 20px;
	bottom: 20px;
	z-index: 999;
}
.chaticon img {
	width: 100%;
}
footer {
	color: #fff;
	background: #003579;
	width: 100%;
	min-width: 1200px;
	/* border-top: 1px double #E5001A; */
}
footer h1 {
	font-size: 18px;
	font-family: 'Jura', Verdana, Geneva, sans-serif;
	margin-top: 10px;
}
footer p {
	line-height: 1.8em;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: cornflowerblue;
}
/*==================================================+/
/*
/*　その他Style
/*
/*==================================================*/
img[src$=".svg"] {
	　position: relative;
	　left: 0.4px;
	　top: 0.4px;
}
a img:hover {
	opacity: 0.9;
}
i.fa {
	margin-right: 5px;
}
ul {
	margin-left: -25px;
}
ul.ylist li {
	margin: 6px 0;
	list-style: none;
}
.sidecol--l ul.ylist {
	overflow: hidden;
}
.sidecol--l ul.ylist li {
	float: left;
	width: 50%;
}

.panel_loading {
	align-items: center;
	display: flex;
    position: fixed;
    width: 100%;
    top: 0;
    height: 100vh;
    left: 0;
	opacity: 0;
	pointer-events: none;
    background-color: rgba(255,255,255,.85);
    z-index: 100;
}
.panel_loading.isShow {
	opacity: 1;
	pointer-events: all;
}
.spinner {
	margin: 100px auto 0;
	width: 70px;
	text-align: center;
  }

  .spinner > div {
	width: 12px;
	height: 12px;
	background-color: rgba(0,0,0,.7);
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	margin: 0 1px;
  }

  .spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
  }

  .spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
  }

  @-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
  }

  @keyframes sk-bouncedelay {
	0%, 80%, 100% {
	  transform: scale(0);
	} 40% {
	  transform: scale(1.0);
	}
  }


ul.ylist li:before {
	content: "\f0da";
	font-family: FontAwesome;
	color: #E5001A;
	font-size: 100%;
	margin: 0 5px 0 0;
}
ul.ylist li ul li:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #000000;
	font-size: 100%;
	margin: 0 5px 0 0;
}
ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: yourDefinition;
}
ol li {
	padding-left: 35px;
	text-indent: -35px;
	margin-bottom: 15px;
}
ol li:before {
	counter-increment: yourDefinition;
	content: counter(yourDefinition);
	display: inline-block;
	margin-right: 10px;
	line-height: 1.9;
	width: 24px;
	height: 24px;
	text-align: center;
	color: white;
	font-weight: nomal;
	font-family: Verdana, Geneva, sans-serif;
	text-indent: 0;
	background: #003579;
	border-radius: 100%;
}
.img-center {
	margin: 0 auto;
}
.dib {
	display: inline-block
}
.db {
	display: block;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.w150 {width: 150px;}
.mt30 {
	margin-top: 30px;
}
.mt20 {
	margin-top: 20px;
}
.mt15 {
	margin-top: 15px;
}
.mt10 {
	margin-top: 10px;
}
.mt5 {
	margin-top: 5px;
}
.mt0 {
	margin-top: 0px;
}
.ml15 {
	margin-left: 15px
}
.mb15 {
	margin-bottom: 15px;
}
.mr15 {
	margin-right: 15px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}
.mbm20 {
	margin-bottom: -20px;
}
.pt20 {
	padding-top: 20px;
}
.pt15 {
	padding-top: 15px;
}
.pr15 {
	padding-right: 15px;
}
.pb15 {
	padding-bottom: 15px;
}
.pl15 {
	padding-left: 15px;
}
.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.p15 {
	padding: 15px;
}
.red {
	color: #E5001A;
}
.pink {
	color: #FF8D8F;
}
.white {
	color: #fff;
}
.blue {
	color: #003579;
}
.skyblue {
	color: #3399FF;
}
.yellow {
	color: yellow;
}
.gray {
	color: #999;
}
.bold {
	font-weight: bold;
}
.f_small {
	font-size: 80%;
}
.f_big {
	font-size: 120%;
}
.marker {
	position: relative;
	padding: 0 .4em .1em;
}
.marker::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #b6f0fc;
}
.dnone {
	display: none;
}

/*==================================================+/
/*
/*　印刷用
/*
/*==================================================*/
@media print {
header, aside, .cars .infobox, #wp-live-chat {
	display: none;
}
a[href]:after {
	content: none;
}
abbr[title]:after {
	content: none;
}
}
/*==================================================+/
/*
/*　プラグイン調整
/*
/*==================================================*/
#blog_navi {
	display: block;
	float: none;
	clear: both;
	margin: 20px 0;
	text-align: center;
	;
}
#blog_navi .wp-pagenavi {
	float: none !important;
	margin: 0 auto;
}
#fb-root {
	display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
/*+++++++++++++++++++++++++++++++*/
/* CF7
/*+++++++++++++++++++++++++++++++*/

.required {
	color: #FF0000;
	background: #FFE0E0;
	padding: 0px 2px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 5px;
	display: inline-block;
	font-weight: normal;
	font-size: 85%;
}
span.wpcf7-not-valid-tip {
	display: block;
	color: #ec3c06;
	border: none;
	position: relative;
	top: auto;
	left: auto;
	padding: 0;
	margin-top: 2px;
	background: none;
	font-size: 15px;
}
div.wpcf7-validation-errors {
	background: #ffe2e2;
	border: 1px solid #ff8a8a;
	color: #ec3c06;
}
.wpcf7 .wpcf7-not-valid {
	background: pink;
}
div.wpcf7-response-output {
	margin: 10px 0;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 5px;
}
.wpcf7-mail-sent-ng {
	background: #fff2e2;
	border: 1px solid #ffbc8a;
	color: #e17731;
}
.wpcf7-mail-sent-ok {
	background: #e8ffe2;
	border: 1px solid #6fdf51;
	color: #1ea524;
}
#options_hdr {
	display: block;
	margin-bottom: 10px;
}
/*------------------------------*/
/*　Gallery
/*------------------------------*/
#gallery-1 .gallery-item {
	margin-right: 3px;
}
dl.gallery-item {
	margin-bottom: 0px;
}
dd.wp-caption-text {
	display: none;
}
/*------------------------------*/
/*　Star Rationg
/*------------------------------*/
.rate {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 20px;
	font-size: 20px;
	top: 5px;
}
.rate:before, .rate:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '★★★★★';
	display: inline-block;
	height: 20px;
	line-height: 20px;
}
.rate:before {
	color: #ddd; /*星色*/
}
.rate:after {
	color: #ffa500;
	overflow: hidden;
	white-space: nowrap; /*重要*/
}
.rate00:after {
	width: 0;
}
.rate05:after {
	width: 10px;
}
.rate10:after {
	width: 20px;
}
.rate15:after {
	width: 30px;
}
.rate20:after {
	width: 40px;
}
.rate25:after {
	width: 50px;
}
.rate30:after {
	width: 60px;
}
.rate35:after {
	width: 70px;
}
.rate40:after {
	width: 80px;
}
.rate45:after {
	width: 90px;
}
.rate50:after {
	width: 100px;
}
/*------------------------------*/
/*　bxslider hack
/*------------------------------*/

ul.bxslider_single {
	margin-left: 0 !important
}

.wpcf7-form-control-wrap.country,
.wpcf7-form-control-wrap.destination {
	display: block;
	position: relative;
}
.wpcf7-form-control-wrap.country::after,
.wpcf7-form-control-wrap.destination::after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #8f8f9d;
	bottom: 1px;
	content: "";
	display: block;
	height: 0;
	margin: auto;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 0;
	width: 0;
}
.wpcf7-form-control-wrap.country select,
.wpcf7-form-control-wrap.destination select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FFF;
	border: 1px solid #8f8f9d;
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
	padding: 5px 22px 4px 7px;
}
.wpcf7-form-control-wrap.country select:focus,
.wpcf7-form-control-wrap.destination select:focus {
	border: 1px solid #66afe9;
}


label#insurancelabel2,
label#preshiplabel2 {
	cursor: pointer;
	font-size: 12px;
	position: relative;
	padding-left: 22px;
}
label#insurancelabel2 input,
label#preshiplabel2 input {
	display: none;
}
label#insurancelabel2 > i,
label#preshiplabel2 > i {
	background-color: #FFF;
	border: 1px solid #8f8f9d;
	border-radius: 4px;
	display: block;
	height: 17px;
	left: 0;
	position: absolute;
	top: 0;
	width: 17px;
}
label#insurancelabel2 > i::after,
label#preshiplabel2 > i::after {
	border-bottom: 3px solid #007aff;
	border-left: 3px solid #007aff;
	content: "";
	display: block;
	height: 8px;
	left: 2px;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: rotate(-45deg);
	width: 16px;
}
label#insurancelabel2 input:checked + i,
label#preshiplabel2 input:checked + i {
	background-color: #e4edf6;
	border: 1px solid #007aff;
}
label#insurancelabel2 input:checked + i::after,
label#preshiplabel2 input:checked + i::after {
	opacity: 1;
}

label.autoMsg-label {
	cursor: pointer;
	display: block;
	font-size: 12px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 22px;
}
label.autoMsg-label input {
	display: none;
}
label.autoMsg-label > i {
	background-color: #FFF;
	border: 1px solid #8f8f9d;
	border-radius: 4px;
	display: block;
	height: 17px;
	left: 0;
	position: absolute;
	top: 0;
	width: 17px;
}
label.autoMsg-label > i::after {
	border-bottom: 3px solid #007aff;
	border-left: 3px solid #007aff;
	content: "";
	display: block;
	height: 8px;
	left: 2px;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: rotate(-45deg);
	width: 16px;
}
label.autoMsg-label input:checked + i {
	background-color: #e4edf6;
	border: 1px solid #007aff;
}
label.autoMsg-label input:checked + i::after {
	opacity: 1;
}
span.autoMsg-payment {
	display: block;
	font-weight: 700;
	margin-bottom: 8px;
	margin-top: 12px;
	padding-left: 22px;
}
#message_hdr {
	display: block;
	/* margin-bottom: 10px; */
}


#totalresult2 {
	color: #003579;
	font-size: 19px;
	font-weight: 700;
}
.total-price-txt {
	color: #003579;
	font-size: 14px;
	font-weight: 700;
}
#gallery-1 .gallery-item {
	margin-top: 4px !important;
}
#gallery-1 img {
	border: none !important;
}

.search-category-block {
	background-color: #042856;
	left: 0;
	opacity: 0;
	position: fixed;
	width: 100%;
	top: 94px;
	transform: translate(0,-100%);
	transform-origin: center top;
	transition: .3s;
	z-index: 929;
}
.search-category-block.is-show {
	opacity: 1;
	transform: translate(0,0);
}
.search-category-block.is-show.is-scrolled {
	transform: translate(0,-138px);
}
.search-category-block-detail.is-show.is-scrolled {
	transform: translate(0,0);
}
.search-category-block .wrap {
	padding: 14px 0 14px;
}
.search-category-block-detail .wrap {
	padding: 0px 0 16px;
}
.search-category-block + .wrap {
	padding-top: 0;
	transition: .3s;
}
.search-category-block.is-show + .wrap {
	padding-top: 186px;
}
.search-category-block-detail.is-show + .wrap {
	padding-top: 35px;
}
.search-category-lists {
	display: flex;
}
.search-category-list {
	margin-right: 10px;
}
.search-category-list.no-image {
	margin: 0 15px !important;
}
.search-category-list a {
	color: #FFF;
	display: block;
	text-align: center;
	width: 142px;
}
.search-category-list.no-image a {
	width: auto;
}
.search-category-list .pic {
	text-align: center;
}
.search-category-list .pic img {
	height: auto;
	max-height: 105px;
	max-width: 140px;
	width: auto;
}
.search-category-list.no-image .pic {
	align-items: center;
	color: #f5f5f5;
	display: flex;
	font-size: 52px;
	height: 105px;
	justify-content: center;
	padding-top: 15px;
}
.search-category-list.no-image a:hover {
	text-decoration: none;
}
.search-category-list.no-image a:hover .model-name {
	text-decoration: underline;
}
.search-category-list.no-image a:hover .pic {
	opacity: .9;
}


.search-block-toggle {
	background-color: #042856;
	cursor: pointer;
	height: 70px;
	position: relative;
	width: 70px;
}
.search-block-toggle i {
	bottom: 0;
	color: #FFF;
	display: block;
	font-size: 36px;
	height: 20px;
	left: 0;
	line-height: 20px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(-180deg);
	transition: all .3s;
	width: 21px;
}
.search-block-toggle:hover i {
	color: #3399ff;
}
.search-block-toggle i::before {
	display: block;
	position: absolute;
	top: -7px;
}
.search-block-toggle.is-rotate i {
	transform: rotate(0deg);
}

.btn-goback-wrap {
	align-items: center;
	display: flex;
	height: 70px;
	position: relative;
	width: 110px;
}
.btn-goback {
	background-color: transparent;
	border: none;
	color: #FFF;
	display: flex;
	font-size: 17px;
	width: 100px;
	right: 80px;
	position: absolute;
}
.btn-goback:hover {
	color: #3399ff;
}
.btn-goback .fa {
	margin-right: 8px;
	position: relative;
	top: 3px;
}
.gt-search-wrap {
	display: flex;
	position: fixed;
	right: 0;
	top: 24px;
	z-index: 1030;
}
.gt-search {
	height: 66px;
	position: relative;
	right: 2px;
	top: 2px;
}
.gt-search {
	/* background-color: #042856; */
	background-color: #223bff;
	background-image: url(img/search-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	cursor: pointer;
	width: 66px;
}
/* .gt-search #searchform {
	align-items: center;
	background-color: #042856;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 0 13px;
}
.gt-search input[type="text"] {
	border: none;
	border-radius: 0;
	background-color: #FFF;
	font-size: 16px;
	height: 40px;
	width: 0;
	padding: 0;
	transition: all .4s;
} */
/* .gt-search.show-input input[type="text"] {
	padding: 0 10px;
	width: 200px;
} */

/* .gt-search input[type="text"]:focus,
.gt-search input[type="text"]:active {
	outline: none;
}
.gt-search input[type="submit"] {
	background-color: transparent;
	background-image: url(img/search-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	border: none;
	border-radius: 0;
	height: 40px;
	overflow: hidden;
	transition: all .3s;
	width: 40px;
} */
/* .gt-search.show-input input[type="submit"] {
	background-color: #3399ff;
} */
.search-front-block {
	background-color: #042856;
	height: calc(100vh - 94px);
	opacity: 0;
	position: fixed;
	right: 0;
	width: 338px;
	top: 94px;
	transform: translate(0,-100%);
	transform-origin: center top;
	transition: .3s;
	z-index: 929;
}
.search-front-block.is-show {
	opacity: 1;
	transform: translate(0,0);
}
.search-front-block .inner {
	padding: 0 30px;
}
.search-front-brand {
	padding: 24px 0;
}
.search-front-brand-lists {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: auto;
	padding-left: 0;
	width: 270px;
}
.search-front-brand-list {
	width: 80px;
}
.search-front-brand-list:nth-child(3n+1),
.search-front-brand-list:nth-child(3n+2) {
	margin-right: 15px;
}
.search-front-brand-list:nth-child(n+4) {
	margin-top: 10px;
}
.search-front-brand-list a {
	color: #FFF;
	display: block;
	text-align: center;
	width: 100%;
}
.search-front-brand-list .emblem {
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 56px 56px;
	border-radius: 50%;
	height: 68px;
	margin: 0 auto 2px;
	width: 68px;
}
.search-front-brand-list a:hover .emblem {
	opacity: .9;
}
.search-front-brand-list .brand-name {
	letter-spacing: .05em;
}
.emblem-toyota {
	background-image: url(./img/make/icon_toyota.svg);
}
.emblem-honda {
	background-image: url(./img/make/icon_honda.svg);
}
.emblem-nissan {
	background-image: url(./img/make/icon_nissan.svg);
}
.emblem-suzuki {
	background-image: url(./img/make/icon_suzuki.svg);
}
.emblem-daihatsu {
	background-image: url(./img/make/icon_daihatsu.svg);
}
.emblem-mazda {
	background-image: url(./img/make/icon_mazda.svg);
}
.emblem-subaru {
	background-image: url(./img/make/icon_subaru.svg);
}
.emblem-mitsubishi {
	background-image: url(./img/make/icon_mitsubishi.svg);
	background-position: center 5% !important;
}
.emblem-mitsuoka {
	background-image: url(./img/make/icon_mitsuoka.svg);
}

.search-front-type {
	border-bottom: 1px solid rgba(255,255,255,.5);
	/* border-top: 1px solid rgba(255,255,255,.5); */
}
.search-front-type-lists {
	padding-left: 0;
	list-style-type: none;
	margin-left: 0;
}
.search-front-type-list a {
	align-items: center;
	color: #FFF;
	display: flex;
	font-size: 20px;
	height: 84px;
	padding-left: 10px;
}
.search-front-type-list + .search-front-type-list {
	border-top: 1px dotted rgba(255,255,255,.5);
}
.search-front-type-list a:hover {
	text-decoration: none;
}
.search-front-type-list a:hover .type-name {
	text-decoration: underline;
}
.search-front-type-list a .pic {
	align-items: center;
	display: flex;
	font-size: 36px;
	height: 75px;
	justify-content: center;
	width: 100px;
	margin-right: 14px;
	position: relative;
	top: 4px;
}
.search-front-type-list a .pic img {
	height: auto;
	max-height: 75px;
	max-width: 100px;
	width: auto;
	transition: all .3s;
}
.search-front-type-list a:hover .pic img {
	opacity: .7;
}
.search-category-block .bx-wrapper {
	background-color: transparent;
	border: none;
	box-shadow: none;
	margin-bottom: 0;
	max-width: 100% !important;
}

.search-category-block .bx-wrapper .bx-prev {
	background-color: rgba(255,255,255,.8);
	background-image: none;
	border-radius: 50%;
	margin-left: -42px;
	opacity: .5;
	transition: opacity .3s;
}
.search-category-block .bx-wrapper .bx-prev::before {
	bottom: 0;
	top: 0;
	left: 4px;
	right: 0;
	content: "";
	display: block;
	margin: auto;
	position: absolute;
	border-left: 3px solid #042856;
	border-top: 3px solid #042856;
	height: 13px;
	width: 13px;
	transform: rotate(-45deg);
}
.search-category-block .bx-wrapper .bx-next {
	background-color: rgba(255,255,255,.8);
	background-image: none;
	border-radius: 50%;
	margin-right: -42px;
	opacity: .5;
	transition: opacity .3s;
}
.search-category-block .bx-wrapper .bx-next::before {
	bottom: 0;
	top: 0;
	left: 0;
	right: 4px;
	content: "";
	display: block;
	margin: auto;
	position: absolute;
	border-right: 3px solid #042856;
	border-top: 3px solid #042856;
	height: 13px;
	width: 13px;
	transform: rotate(45deg);
}
.search-category-block .bx-wrapper .bx-prev:hover,
.search-category-block .bx-wrapper .bx-next:hover {
	opacity: 1;
}

.searchbox .alert-warning {
	font-size: 16px;
	margin-bottom: 0;
}
.searchbox .alert-warning strong {
	font-size: 21px;
}

.container_slide img {
	height: auto;
	width: 100%;
}
.container_slide .bx-wrapper {
	margin-bottom: 0;
}
.container_slide .bx-wrapper .bx-prev {
	background-color: rgba(255,255,255,.9);
	background-image: none;
	border-radius: 50%;
	margin-left: 0;
	opacity: .5;
	transition: opacity .3s;
}
.container_slide .bx-wrapper .bx-prev::before {
	bottom: 0;
	top: 0;
	left: 4px;
	right: 0;
	content: "";
	display: block;
	margin: auto;
	position: absolute;
	border-left: 3px solid #042856;
	border-top: 3px solid #042856;
	height: 13px;
	width: 13px;
	transform: rotate(-45deg);
}
.container_slide .bx-wrapper .bx-next {
	background-color: rgba(255,255,255,.9);
	background-image: none;
	border-radius: 50%;
	margin-right: 0;
	opacity: .5;
	transition: opacity .3s;
}
.container_slide .bx-wrapper .bx-next::before {
	bottom: 0;
	top: 0;
	left: 0;
	right: 4px;
	content: "";
	display: block;
	margin: auto;
	position: absolute;
	border-right: 3px solid #042856;
	border-top: 3px solid #042856;
	height: 13px;
	width: 13px;
	transform: rotate(45deg);
}
.container_slide .bx-wrapper .bx-prev:hover,
.container_slide .bx-wrapper .bx-next:hover {
	opacity: 1;
}

.us-standards,
.ca-standards,
.wo-standards {
	color: #1c325f;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: .02em;
	line-height: 1;
	margin-bottom: 6px;
	margin-top: -6px;
	position: relative;
	transition: opacity .3s;
}
.us-standards .flags,
.ca-standards .flags,
.wo-standards .flags {
	font-size: 18px;
	position: relative;
	top: 2px;
}
.not-ca-standards,
.not-others-standards {
	color: #1c325f;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	line-height: 1;
	opacity: 0;
	pointer-events: none;
	position: relative;
	transition: opacity .3s;
}
.us-standards::before {
	background-repeat: no-repeat;
	content: "";
	display: none;
	height: 13px;
	left: 0;
	position: absolute;
	top: 0;
	width: 58px;
}
.ca-standards::before {
	background-repeat: no-repeat;
	content: "";
	display: none;
	height: 13px;
	left: 0;
	position: absolute;
	top: 0;
	width: 58px;
}
.not-ca-standards::before,
.not-others-standards::before {
	background-repeat: no-repeat;
	content: "";
	display: none;
	height: 13px;
	left: 0;
	position: absolute;
	top: 0;
	width: 22px;
}
.page .flipInX .us-standards {
	color: #39f;
	font-size: 18px;
	padding-left: 77px;
	padding-top: 0;
}
.page .flipInX .us-standards::before {
	background-image: url(/img/flags/us.svg), url(/img/flags/ca.svg), url(/img/flags/gb.svg);
	background-position: 0 center, 25px center, 50px center;
	background-size: auto 16px, auto 16px, auto 16px;
	display: block;
	height: 16px;
	top: 1px;
	width: 72px;
}
.page .flipInX .ca-standards {
	color: #39f;
	font-size: 18px;
	padding-left: 52px;
	padding-top: 0;
}
.page .flipInX .ca-standards::before {
	background-image: url(/img/flags/ca.svg), url(/img/flags/gb.svg);
	background-position: 0 center, 25px center;
	background-size: auto 16px, auto 16px;
	display: block;
	height: 16px;
	top: 1px;
	width: 47px;
}
.page .flipInX .not-others-standards::before {
	background-image: url(/img/flags/us.svg), url(/img/flags/ca.svg);
	background-position: 0 center, 25px center;
	background-size: auto 16px, auto 16px;
	display: block;
	height: 16px;
	top: 1px;
	width: 47px;
}
.page .flipInX .not-ca-standards {
	color: #f33;
	font-size: 18px;
	padding-left: 26px;
	padding-top: 0;
}
.page .flipInX .not-others-standards {
	color: #f33;
	font-size: 18px;
	padding-left: 52px;
	padding-top: 0;
}
.page .flipInX .not-ca-standards::before {
	background-image: url(/img/flags/us.svg);
	background-position: 0 center;
	background-size: auto 16px;
	display: block;
	height: 16px;
	top: 1px;
	width: 22px;
}
.country-us .not-ca-standards {
	opacity: 1;
	pointer-events: all;
}
.country-us .not-others-standards,
.country-ca .not-others-standards {
	opacity: 1;
	pointer-events: all;
}
.page .flipInX .ca-standards {
	display: block;
}
.country-us .page .flipInX .ca-standards {
	display: none;
}
.page .flipInX .not-ca-standards {
	display: none;
}
.country-us .page .flipInX .not-ca-standards {
	display: block;
}
.page .flipInX .not-others-standards {
	display: none;
}
.country-us .page .flipInX .not-others-standards,
.country-ca .page .flipInX .not-others-standards {
	display: block;
}
.text-warning .country_rules {
	color: #f33;
}
.text-warning .country_rules strong {
	font-size: 14px;
}

.select-port-from {
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 8px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: -15px;
	top: 0;
	transition: opacity .6s;
	width: 100%;
}
.select-port-from::before {
	content: "";
	display: block;
}
.select-port-from.gb {
	background-image: url(/img/uk_port.png);
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,.5);
	opacity: 1;
	pointer-events: all;
	top: -98px;
}
.select-port-from.gb::before {
	padding-top: calc(1232*100% / 1024);
}
.select-port-from.us {
	background-image: url(/img/us_port2.png);
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,.5);
	opacity: 1;
	pointer-events: all;
	top: 0;
	width: 114%;
}
.select-port-from.us::before {
	padding-top: calc(670*100% / 1024);
}
.select-port-from .close-btn {
	background-color: #000;
	border-radius: 50%;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,.5);
	cursor: pointer;
	height: 28px;
	position: absolute;
	right: -14px;
	top: -14px;
	width: 28px;
}
.select-port-from .close-btn::before,
.select-port-from .close-btn::after {
	background-color: #FFF;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
}
.select-port-from .close-btn::before {
	transform: rotate(-45deg);
}
.select-port-from .close-btn::after {
	transform: rotate(45deg);
}
.inquiry-msg {
	font-size: 18px;
	margin: 16px 0;
}


.advanced-search-wrap {
	bottom: 0;
	left: 0;
	opacity: 1;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1030;
}
.bg-ad-search {
	background-color: rgba(0,0,0,.5);
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .5s ease .3s;
	width: 100%;
}
.bg-ad-search:hover {
	background-color: rgba(0,0,0,.5);
	opacity: 1;
}
.show-ad-search .advanced-search-wrap {
	pointer-events: all;
}
.show-ad-search .bg-ad-search {
	opacity: 1;
	pointer-events: all;
	transition: opacity .5s;
}
.advanced-search {
	background-color: #FFF;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	max-width: 1170px;
	transform: translateY(calc(100% + 52px));
	transition: all .5s;
}
.show-ad-search .advanced-search {
	transform: translateY(0);
	transition: all .5s;
}
.search-sec-content input[type="checkbox"],
.search-sec-content input[type="radio"] {
	display: none;
}
.search-sec-content ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}
.search-sec-content li {
	margin-bottom: 6px;
	margin-right: 6px;
}
.search-sec-content label {
	background-color: #f4f4f4;
	border: 1px solid #F4F4F4;
	border-radius: 4px;
	cursor: pointer;
	padding: 6px 8px;
}
.search-sec-content ul li a {
	background-color: #f4f4f4;
	border: 1px solid #F4F4F4;
	border-radius: 4px;
	color: #333;
	cursor: pointer;
	display: block;
	font-weight: 700;
	padding: 6px 8px;
}
.search-sec-content ul li a:hover {
	text-decoration: none;
}
.search-sec-content input:checked + label {
	background-color: #d3e6ff;
	color: #003579;
	border: 1px solid #003579;
}
.search-sec-content ul li a.checked {
	background-color: #d3e6ff;
	color: #003579;
	border: 1px solid #003579;
}

.search-secs {
	padding: 12px 0 6px;
}
.search-sec + .search-sec {
	border-top: 1px solid #e7e7e7;
	margin-top: 6px;
	padding-top: 14px;
}
.search-sec-hdr {
	text-decoration: none;
}
.search-sec-hdr:hover {
	text-decoration: none;
}
.search-sec-hdr h3 {
	color: #003579;
	font-size: 15px;
	margin-bottom: 6px;
	margin-top: 0;
}
.search-field-sec {
	background-color: #FFF;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0;
	position: absolute;
	height: 52px;
	left: 0;
	border-radius: 12px 12px 0 0;
	top: -52px;
	width: 100%;
}
.wrap2 {
	padding: 0 10px;
}
.search-input-wrapper {
	background-color: #F4F4F4;
	border-radius: 6px;
	height: 32px;
	position: relative;
	width: calc(100% - 90px);
}
.search-input-wrapper::before {
	background-image: url(/mitsui_wp/wp-content/themes/Mitsui-PC/img/search-icon2.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px auto;
	bottom: 0;
	content: "";
	display: block;
	height: 24px;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 32px;
}
.search-input-wrapper input[type="search"] {
	background-color: transparent;
	border: 1px solid transparent;
	font-size: 16px;
	height: 100%;
	padding: 0 5px 0 30px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.search-input-wrapper input[type="search"]:focus {
	border: 1px solid #003579;
	border-radius: 6px;
	box-shadow: none;
	outline: none;
}
.close-ad-search {
	align-items: center;
	border-radius: 0 12px 0 0;
	background-color: #337ab7;
	color: #FFF;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	height: 51px;
	justify-content: center;
	letter-spacing: .05em;
	position: absolute;
	right: 0;
	text-align: center;
	top: -52px;
	width: 90px;
	z-index: 10;
}
.close-ad-search:hover {
	background-color: #042856;
	color: #FFF;
	text-decoration: none;
}
.advanced-results {
	align-items: center;
	/* background-color: #4999ff; */
	/* background-color: #003579; */
	/* background-color: #ff9e49; */
	background-color: #223bff;
	border-radius: 8px 0 0 8px;
	bottom: 10px;
	color: #FFF;
	/* color: #003579; */
	cursor: pointer;
	display: flex;
	font-weight: 700;
	height: 52px;
	line-height: 1;
	justify-content: center;
	padding-right: 30px;
	position: absolute;
	right: 0;
	width: 240px;
}
.advanced-results:hover {
	background-color: #ffcc54;
	color: #FFF;
}
.advanced-results-txt {
	font-size: 16px;
	letter-spacing: .05em;
	margin-bottom: 0;
}
.advanced-results-num {
	font-size: 21px;
	position: relative;
	/* top: -0.2em; */
}
.advanced-results:hover {
	text-decoration: none;
}
.advanced-results::after {
	border-right: 2px solid #FFF;
	border-bottom: 1px solid #FFF;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 20px;
	transform: skewX(45deg);
	width: 34px;
}
.btnto-advanced-search {
	/* background-color: #ff9335; */
	background-color: #223bff;
	/* background-color: #ffd814; */
	border-radius: 4px;
	color: #FFF;
	/* color: #003579; */
	/* color: #333; */
	cursor: pointer;
	display: block;
	font-size: 17px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	text-align: center;
	top: 8px;
	width: 280px;
}
.btnto-advanced-search:hover {
	/* background-color: #4999ff; */
	/* color: #FFF; */
	background-color: #ffcc54;
	color: #FFF;
	text-decoration: none;
}
footer .sns a {
	display: inline-block;
	margin-right: 8px;
}
footer a.dib {
	font-size: 1.4em;
	margin-top: .5em;
}
footer a.dib i.fa {
	font-size: 1.5em;
}
footer h1 img {
	width: 200px;
	height: auto;
}
footer .copy {
	font-size: 10px;
	margin-bottom: 0;
}
footer i.flags-jp {
	width: 22px;
	height: 18px;
	display: inline-block;
	margin-left: 4px;
	background-image: url(/img/flags/jp.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: relative;
	top: 2px;
}
footer .container_t {
	display: flex;
	justify-content: space-between;
}
footer .container_t .col-xs-4 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* .cars-contact i.fa-square-caret-down {
	font-size: 1.4em;
	margin-left: 0.2em;
}
.cars-contact .wrap-coupon-ttl {
	margin: 0;
	display: flex;
	align-items: center;
}
.cars-contact .wrap-coupon {
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 5px;
	cursor: pointer;
	transition: all .3s;
}
.cars-contact .wrap-coupon.closed {
	padding: 10px 10px 0;
}
.cars-contact .wrap-coupon .coupon-code {
	transition: all .3s;
}
.cars-contact .wrap-coupon.closed .coupon-code {
	display: none;
	height: 0;
	pointer-events: none;
	overflow: hidden;
} */

.faq-section {
  margin-bottom: 48px;
  padding: 16px;
  border-top: 2px solid #ddd;
}
.page .maincol h2.faq-section__title {
  font-size: 21px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  border-left: 5px solid #003579;
  border-bottom: 1px solid #ddd;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  /* background-color: #ebf5ff; */
  background-color: #f5f5f5;
}
.page .maincol .faq-list + h2.faq-section__title {
	margin-top: 48px;
}
.page .maincol h3.faq-section__subtitle {
  font-family: Georgia,"Bitstream Charter",sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #003579;
  margin: 16px 0 16px 0;
  padding-left: 16px;
}
.page .maincol h3.faq-section__subtitle i {
	display: inline-block;
	padding-right: 5px;
}
.page .maincol h3.faq-section__subtitle::before {
	/* content: "\f05a"; */
	content: "\f058";
	font-size: 16px;
	top: 1px;
	display: none;
}
.faq-list {
  margin-left: 34px;
  margin-bottom: 10px;
}
.faq-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 16px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
}
.faq-item[open] {
  background-color: #eef6fb;
  border-color: #005BAB;
}
.faq-question {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 30px;
}
.faq-question::after {
  font-family: FontAwesome;
  font-family: "Font Awesome 6 Free";
  /* content: "\f138"; */
  content: "\f054";
  position: absolute;
  font-size: 18px;
  right: 0;
  top: 0;
  color: #005BAB;;
  line-height: 1;
  margin: auto;
  bottom: 0;
  height: 18px;
}
.faq-item[open] .faq-question::after {
	transform: rotate(90deg);
}
.faq-question .faq-label {
  color: #005BAB;
  font-weight: bold;
  margin-right: 0.5em;
}
.faq-answer {
  margin-top: 12px;
  padding-left: 1.5em;
  line-height: 1.6;
  color: #333;
  font-size: 16px;
  position: relative;
}
.faq-answer .faq-label {
  color: #005BAB;
  font-weight: bold;
  margin-right: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
}
.faq-answer img {
	max-width: 100%;
	height: auto;
}
.ylist {
	font-size: 14px;
	padding-left: 0;
	margin-left: 0;
}


.toggle-menu {
	background-color: #002060;
	padding: 0 10px;
	position: fixed;
	top: 94px;
	width: 100%;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s;
	height: auto !important;
	z-index: 100;
}
.toggle-menu.show {
	max-height: 300px;
}
.toggle-menu ul {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
.toggle-menu li a {
	color: #FFF;
	font-size: 16px;
	padding: 15px 10px;
	display: block;
	text-decoration: none;
	position: relative;
}
.toggle-menu li a::before {
	content: "";
	content: "\f0da";
  	font-family: FontAwesome;
  	color: #FFF;
  	font-size: 90%;
  	margin: 0 8px 0 0;
}
.toggle-menu li + li {
	border-top: 1px solid rgba(255,255,255,0.5);
}

.navbar-toggle {
	display: block;
	position: absolute;
	right: 125px;
	top: 26px;
	padding: 15px;
	margin-top: 0;
	margin-left: 2px;
	background: #222;
	border-radius: 0;
	border: none;
	height: 66px;
	width: 66px;
	z-index: 2000;
}
.navbar-toggle.without-search {
	right: 57px;
}
.navbar-toggle.without-search-block {
	right: -12px;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 999 !important;
}

.wpcf7-spinner {
  margin: 10px auto 0 !important;
  display: block !important;
}