@charset "UTF-8";

/* 共通CSS
--------------------------------------------- */

/* RTP非表示（マルケト）※マルケトでの非表示設定完了後削除
--------------------------------------------- */

#insightera_widget_button {
	display: none!important;
}

#insightera_widget_container {
	display: none!important;
}

/* 初期化（reset.css候補）
--------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	color: #333;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

h1, h2, h3, h4, h5, dt {
	font-size: 1.4em;
	font-weight: bold;
}

ul,ol {
	list-style: none;
}

li , dd {
	font-size: 1.4em;
	margin-bottom: 10px;
	line-height: 1.4em;
}

li h2,li h3,li h4,li h5,li p {
	font-size: 1em;
}

p {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

img {
	border-style: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

section, div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* フォントカラー
--------------------------------------------- */
.fontServiceRed {
	color: #ee3333;
}

.font_blue {
	color: #008aea;
}

.fontProposalOrange {
	color: #fd6b01;
}

.red {
	color: #ff0000;
}

.blue{
	color: #006699;
}

.yellow{
	color: #ff9900;
}

/* 販売価格 */
.price {
	font-weight: bold;
	color: #CC0000;
}

/* 感謝価格、セール、その他セール */
.priceSale {
	font-weight: bold;
	color: #CC0000;
}

/* 成約済み */
.priceConclusion {
	font-weight: bold;
	color: #41a326;
}

/* 販売済み */
.priceSold {
	font-weight: bold;
	color: #000;
}

/* リンク
--------------------------------------------- */
a {
	color: #214277;
}

a:visited {
	color: #214277;
}

.red a {
	color: #cc0000;
}

/* フォントサイズ
--------------------------------------------- */
.txt_14 {
	font-size: 14px;
}

.txt_16 {
	font-size: 16px;
}

.txt_18 {
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

/* その他共通部品
--------------------------------------------- */
/* テキスト 配置 */
.txt_center {
	text-align: center;
}

.txt_left {
	text-align: left;
}

.txt_right {
	text-align: right;
}

/* 形状・車種・ディーラー 内部リンク */
.top_type_figure_list {
	text-align: left;
}

.top_type_figure_list h3 {
	margin-bottom: 10px;
}

.top_type_figure_list ul li {
	margin-bottom: 10px;
}

.top_type_figure_list ul li ul li {
	float: left;
	margin-right: 4px;
	font-size: 0.8em;
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(/sp/img/img_sale/common/ico/list_bg.gif) no-repeat 0 6px;
}

/* マーケティングタグ */
div#marketingtag {
	display: none;
}

/* 画像
--------------------------------------------- */
/* 横幅 MAX 画像 縦横 可変指定 */
.photo_Max {
	max-width: 100%;
	height: auto;
}

/* バナー 縦並び リスト 横幅可変 MAX */
.Banner_Max {
	margin-bottom: 5%;
	padding-right: 5%;
	padding-left: 5%;
	text-align: center;
}

.Banner_Max li {
	margin-bottom: 15px;
}

/* ボックス要素
--------------------------------------------- */
/* ブルー 枠あり インナー */
.inner_default {
	border: 1px solid #66ccff;
	margin: 10px;
	padding: 10px;
}

/* 枠無し インナー */
.inner_clear {
	margin: 10px;
	padding: 10px;
}

/* 青ブロック */
.blue_inner {
	text-align: left;
	clear: both;
	padding: 3% 3% 0;
	margin: 3%;
	background: #e1f6ff;
	border: 2px solid #6699cc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: initial;
}

/* clearfix
--------------------------------------------- */
.clearfix {
	min-height: 1%;
	display: inline-table;
}

/* IE7とMac版IE5 */
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Dreamweaverプレビュー用 */
.clearfix {
	overflow: hidden;
}

/* 骨組み
--------------------------------------------- */
#container {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

/* ぱんくずナビ
--------------------------------------------- */
#pageNavi {
	margin-bottom: 3%;
	text-align: left;
	padding: 0 3%;
	line-height: 2em;
}

#pageNavi li {
	display: inline;
	font-size: 1.1em;
}

/* 見出し
--------------------------------------------- */
/* h2～h5 全ページ共通 */
.ttl {
	padding: 4px 10px;
	background-color: #0099cc;
	color: #fff;
	margin: 10px 0;
}

/* 大見出し（共通） */
.mainTtl {
	font-size: 2.4em;
	font-size: 6.3vw;
	line-height: 1.6em;
	margin: 0 2%;
}

/* 見出し */
.ttl_top {
	margin: 0 0 3%;
	padding: 3%;
	background: #008AEA;
	color: #FFF;
	font-size: 4.8vw;
	text-align: center;
}

/* ttl （タイトル内） <a>（リンク色） */
.ttl_top a, .ttl a {
	color: #fff;
}

/* 販売 見出し */
.sale .ttl_top {
	margin: 0 0 3%;
	padding: 2%;
	background: #008AEA;
	color: #FFF;
	font-size: 4.8vw;
	text-align: center;
}

.sale .ttl {
	margin-bottom: 10px;
	text-align: left;
	font-size: 2em;
	font-size: 4.8vw;
	background: url(/sp/img/img_sale/common/ttl/ico_title.png) no-repeat;
	padding: 1% 0 1% 3%;
	line-height: 1.6em;
	background-size: 1.5% 100%;
	margin: 0 3% 3%;
	color: #333;
	text-shadow: initial;
}

@media only screen and (orientation:landscape) {
	.android .sale .ttl {
		font-size: 2.5em;
	}
}

.sale .ttl a {
	color: #333;
}

.proposal .ttl {
	margin-bottom: 10px;
	text-align: left;
	font-size: 2em;
	font-size: 4.8vw;
	background: url(/sp/img/img_sale/common/ttl/ico_title_proposal.png) no-repeat;
	padding: 1% 0 1% 3%;
	line-height: 1.6em;
	background-size: 1.5% 100%;
	margin: 0 3% 3%;
	color: #333;
	text-shadow: initial;
}

@media only screen and (orientation:landscape) {
	.android .proposal .ttl {
		font-size: 2.5em;
	}
}

.proposal .ttl a {
	color: #333;
}

/* テーブル
--------------------------------------------- */
.table_default table {
	border-spacing: 0;
	font-size: 1.4em;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

/* th */
.table_default th {
	padding: 8px 10px;
	background: #006699;
	background: -moz-linear-gradient(rgba(0,102,153,0.7), rgba(0,102,153,0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(0,102,153,0.7)), to(rgba(0,102,153,0.9)));
	font-weight: bold;
	border-left: 1px solid #003366;
	border-bottom: 1px solid #003366;
	text-shadow: 0 1px 0 rgba(0,102,153,0.9);
	box-shadow: 0px 1px 0 rgba(255,255,255,0.3) inset;
	text-align: left;
	color: #fff;
	width: 34%;
}

/* th 左上角丸指定 */
.table_default tr:first-child th:first-child {
	border-radius: 5px 0 0 0;
}

/* th 右上角丸指定 */
.table_default tr:first-child td:last-child {
	border-radius: 0 5px 0 0;
}

/* th 左下角丸指定 */
.table_default tr:last-child th:first-child {
	border-radius: 0 0 0 5px;
}

/* th 右下角丸指定 */
.table_default tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}

/* td */
.table_default td {
	padding: 8px 10px;
	border-bottom: 1px solid #84b2e0;
	border-right: 1px solid #84b2e0;
	text-align: left;
}

/* 最初の行 の（td） */
.table_default tr:first-child td {
	border-top: 1px solid #84b2e0;
}

/* テーブル内 （ li p ）指定 */
table h3, table h4, table p, table li {
	font-size: 1em;
}

/* ボタンベースモジュール（margin,paddingなどはプロジェクトで定義）
--------------------------------------------- */
.btnGrad {
	width: 100%;
	font-size: 1.4em;
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 5% 0;
	border-radius: 4px;
	border: none;
	box-sizing: border-box;
	border-bottom: 3px solid #0b409e;
	background: -moz-linear-gradient( center top, #00a3ef 50%, #008ae9 50% );
	background: -ms-linear-gradient( top, #00a3ef 50%, #008ae9 50% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(50%, #00a3ef), color-stop(50%, #008ae9) );
	color: #ffffff;
}

.btnGrad span {
	background: #ffffff;
	padding: 2px 7px;
	border-radius: 3px;
	color: #008aea;
	margin-right: 7px;
}

.btnGradRed {
	width: 100%;
	font-size: 1.4em;
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 5% 0;
	border-radius: 4px;
	border: none;
	box-sizing: border-box;
	border-bottom: 3px solid #A50602;
	background: -moz-linear-gradient( center top, #FF6464 50%, #FF3333 50% );
	background: -ms-linear-gradient( top, #FF6464 50%, #FF3333 50% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(50%, #FF6464), color-stop(50%, #FF3333) );
	color: #ffffff;
}

.btnGradRed span {
	background: #ffffff;
	padding: 2px 7px;
	border-radius: 3px;
	color: #ee3333;
	margin-right: 7px;
}

.btnGradOrange {
	width: 100%;
	font-size: 1.4em;
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 5% 0;
	border-radius: 4px;
	border: none;
	box-sizing: border-box;
	border-bottom: 3px solid #843707;
	background: -moz-linear-gradient( center top, #00a3ef 50%, #008ae9 50% );
	background: -ms-linear-gradient( top, #00a3ef 50%, #008ae9 50% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(50%, #fd8f3e), color-stop(50%, #fc6b00) );
	color: #ffffff;
}

.btnGradOrange span {
	background: #ffffff;
	padding: 2px 7px;
	border-radius: 3px;
	color: #fc6b00;
	margin-right: 7px;
}

.btnGradGray {
	width: 100%;
	font-size: 1.4em;
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 5% 0;
	border-radius: 4px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #a1a1a1 50%, #838383 50%) repeat scroll 0 0;
	border-bottom: 3px solid #3a3a3a;
	color: #ffffff;
}

.btnFlat {
	width: 100%;
	font-size: 1.2em;
	font-size: 4.0vw;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 5% 0;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	background: -moz-linear-gradient( center top, #ffffff 50%, #ededed 50% );
	background: -ms-linear-gradient( top, #ffffff 50%, #ededed 50% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ededed) );
	color: #333333;
}

.btnGrad:visited, .btnGradRed:visited, .btnGradOrange:visited, .btnGradGray:visited {
	color: #FFF;
}

.btnFlat:visited {
	color: #333;
}

@media only screen and (orientation:landscape) {
	.android .btnGrad, .android .btnGradRed, .android .btnGradOrange, .android .btnGradGray, .android .btnFlat {
		font-size: 1.8em;
		font-size: 4.2vw;
	}
}

/* フォームテーブル
--------------------------------------------- */
/* title subtitle */
.formTableTitle {
	color: #333;
	font-size: 2.4em;
	font-size: 6.3vw;
	line-height: 1.6em;
	margin: 0 3%;
	padding: 1% 0;
	text-align: left;
	text-shadow: initial;
}

.formTableSubTitle {
	font-size: 1.8em;
	font-size: 3.8vw;
	text-align: left;
	color: #333;
	margin: 2% 0;
}

/* ttlをformTable配下のみoverride */
.formTableStepArea .ttl {
	margin-left: 0;
}

.formTableStepArea {
	background: #ededed;
	padding: 7% 3% 3% 3%;
	margin-bottom: 5%;
	text-align: left;
}

.formTableStep {
	padding-bottom: 1%;
	margin-bottom: 3%;
	text-align: center;
	border-bottom: 1px solid #FFF;
	position: relative;
}

/* ステップ順の下線用 */
.formTableStep::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
	height: 0;
	border-top: 1px solid #BBB;
}

/* 問合せフローパーツ */
.formTableStep li {
	float: left;
	background: url(/sp/img/img_sale/common/form/bg_step.png) no-repeat;
	width: 20%;
	margin-right: 0.5%;
	background-size: 100% 100%;
	font-size: 1.2em;
	font-size: 3.0vw;
	padding: 2% 2.5% 2% 2%;
}

.formTableStep li.active {
	background: url(/sp/img/img_sale/common/form/bg_step_active.png) no-repeat;
	font-weight: bold;
	background-size: 100% 100%;
}

.formTableStep li:last-child {
	background: url(/sp/img/img_sale/common/form/bg_step_end.png) no-repeat;
	background-size: 100% 100%;
}

.formTableStep li:last-child.active {
	background: url(/sp/img/img_sale/common/form/bg_step_end_active.png) no-repeat;
	background-size: 100% 100%;
	font-weight: bold;
}

.formTableInputArea {
	background: #FFF;
	padding: 3% 0 1%;
	margin-bottom: 5%;
	text-align: left;
	border: 1px solid #CCCCCC;
}

.formTableInputArea dt {
	font-weight: bold;
	padding-left: 4%;
	margin-bottom: 3%;
	font-size: 1.8em;
	font-size: 3.6vw;
}

.formTableInputArea dt span {
	font-size: 0.7em;
	font-size: 3vw;
	color: #fff;
	background: #333;
	padding: 1% 2%;
	margin-left: 2%;
	border-radius: 3px;
}

.formTableInputArea dt span.formTableRequired {
	background-color: #FF3333;
}

.formTableInputArea dt span.formTableAny {
	background-color: #333;
}

.formTableInputArea dd {
	padding: 0 4% 4%;
	margin-bottom: 4%;
	border-bottom: 1px solid #cccccc;
	font-size: 1.4em;
	font-size: 3.6vw;
	line-height: 1.6em;
	word-break: break-all;
}

.formTableInputArea dd:last-child {
	border-bottom: none;
	margin-bottom: 2%;
	padding: 0 4% 1%;
}

/* 注釈ある場合はddに指定 */
.formTableInputArea .formTableTextNote input[type=text] {
	margin-right: 2%;
	width: 42%;
}

.formTableInputArea .formTableTextNote input[type=tel] {
	margin-right: 2%;
	width: 42%;
}

.formTableInputArea .formTableTextNote span {
	font-size: 1.1em;
	font-size: 3.2vw;
}

.formTableInputArea select {
	width: 100%;
	padding: 2%;
	background: #FFF;
	font-size: 1.4em;
	font-size: 4.3vw;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(/sp/img/img_sale/common/form/bg_formtable_select.png) no-repeat;
	background-size: 2% 50%;
	background-position: 97% center;
}

.formTableInputArea input[type=text] {
	width: 97%;
	font-size: 1.4em;
	font-size: 4.3vw;
	padding: 2% 0 2% 3%;
	background: #FFF;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.formTableInputArea input[type=text]::-webkit-input-placeholder {
	line-height: 1.2em;
}

.formTableInputArea input[type=tel] {
	width: 97%;
	font-size: 1.4em;
	font-size: 4.3vw;
	padding: 2% 0 2% 3%;
	background: #FFF;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.formTableInputArea input[type=tel]::-webkit-input-placeholder {
	line-height: 1.2em;
}

/* ラジオボタン */
.formTableInputArea input[type=radio] {
	display: inline-block;
	margin-right: 6px;
}

.formTableInputArea input[type=radio] + label {
	position: relative;
	display: inline-block;
	font-size: 1.4em;
	font-size: 3.6vw;
	line-height: 20px;
	cursor: pointer;
}

.formTableInputArea input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	font-size: 1.4em;
	font-size: 3.6vw;
	line-height: 20px;
	cursor: pointer;
}

/* エラー、disabled 状態変化のモディファイア */
.formTableInputArea input.formTableError {
	background-color: #fff4f3;
	border: 2px solid #ff3333;
}

.formTableInputArea select[disabled] {
	background: #eeeeee;
}

/* ラジオボタン&チェックボタン(未実装)装飾用 */
@media (min-width: 1px) {
	.formTableInputArea input[type=radio] {
		display: none;
		margin: 0;
	}

	.formTableInputArea input[type=radio] + label {
		display: inline-block;
		position: relative;
		padding: 12px 20px 5px;
	}

	.formTableInputArea input[type=radio] + label::before {
		content: "";
		position: absolute;
		top: 32%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		width: 18px;
		height: 18px;
		background: #FFF;
	}

	.formTableInputArea input[type=radio] + label::before {
		border: 2px solid #ccc;
		border-radius: 30px;
	}

	.formTableInputArea input[type=radio].formTableError + label::before {
		background-color: #fff4f3;
		border: 2px solid #ff3333;
	}

	.formTableInputArea input[type=radio]:checked + label::after {
		content: "";
		position: absolute;
		top: 45%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		left: 5px;
		width: 8px;
		height: 8px;
		background: #008aea;
		border-radius: 8px;
	}

	.formTableInputArea input[type=checkbox] {
		display: none;
	}

	.formTableInputArea input[type=checkbox] + label {
		display: inline-block;
		position: relative;
		padding: 12px 20px 5px;
	}

	.formTableInputArea input[type=checkbox] + label::before {
		content: "";
		display: block;
		position: absolute;
		top: 32%;
		left: 0;
		width: 15px;
		height: 15px;
		border: 2px solid #CCC;
		border-radius: 2px;
	}

	.formTableInputArea input[type=checkbox]:checked + label::after {
		content: "";
		display: block;
		position: absolute;
		top: 30%;
		left: 5px;
		width: 7px;
		height: 14px;
		transform: rotate(40deg);
		border-bottom: 3px solid #008aea;
		border-right: 3px solid #008aea;
	}
}

/* テキストエリア */
.formTableInputArea textarea {
	font-size: 1.4em;
	font-size: 4.0vw;
	line-height: 1.4em;
	width: 94%;
	padding: 3% 3% 0 3%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.formTableInputArea textarea::-webkit-input-placeholder {
	font-size: 1.0em;
	font-size: 4.0vw;
	line-height:1.4em;
	color: #999999;
	font-weight: normal;
}

.formTableBtnArea {
	text-align: center;
}

/* from to select用 */
.formTableFromTo select {
	width: 46%;
	background-size: 5% 50%;
	background-position: 96% center;
}

.formTableFromTo select:first-child {
	margin-right: 1%;
}

.formTableFromTo select:last-child {
	margin-left: 1%;
}

/* 確認ページ用モディファイア */
.formTableInputArea.formTableConfirm dt {
	margin-bottom: 1%
}

/* サンクスページ */
.formTableThanks p:first-child {
	float: left;
	width: 30%;
}

.formTableThanks p:first-child > img {
	width: 100%;
}

.formTableThanks p:last-child {
	text-align: left;
	float: right;
	width: 65%;
	font-size: 1.5em;
	font-size: 3.5vw;
	line-height: 1.6em;
}

.formTableThanksBold {
	font-weight: bold;
	font-size: 1.4em;
	font-size: 4.0vw;
}

.formTableThanks p a {
	font-weight: bold;
	text-decoration: none;
}

.formTableFlatNote {
	font-size: 1.2em;
	font-size: 2.8vw;
	background: #dddddd;
	color: #333333;
	padding: 3%;
	margin-bottom: 5%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.formTableFlatNote > p {
	margin-bottom: 0;
}

.formTableFlatNote > p:nth-child(1) {
	width: 8%;
}

.formTableFlatNote > p:nth-child(2) {
	width: 92%;
}

.formTableFlatNote > p > a {
	color: #333333;
}

.formTableFlatNote.formTableError {
	background: #fff4f3 !important;
	border: 2px solid #f33 !important;
}

.formTableFlatNote .formTableRequired {
	font-size: 3vw;
	color: #fff;
	background: #ff3333;
	padding: 1% 2%;
	border-radius: 3px;
}

.formTableFlatNote .checkOk {
	display: none;
	width: 6%;
}

.formTableFlatNote .checkOk img {
	width: 100%;
}

.formTableFlatNote input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	font-size: 1.4em;
	font-size: 3.6vw;
	line-height: 20px;
	cursor: pointer;
}

/* 新サンクス */
.formTableThanksNew .formTableThanksDataTitle {
	width: 90%;
	margin: 0 auto 1%;
	font-size: 4vw;
	font-weight: bold;
}
.formTableThanksNew .formTableThanksData {
	background: #fff;
	border: 1px solid #ccc;
	padding: 3% 3% 0 3%;
	width: 90%;
	margin: 0 auto 5%;
	font-size: 3.5vw;
}
.formTableThanksNew .formTableThanksDataItem {
	line-height: 1.5em;
	margin-bottom: 3%;
}
.formTableThanksNew .formTableThanksDataItemTitle {
	font-weight: bold;
}


@media (min-width: 1px) {
	.formTableFlatNote input[type=checkbox] {
		display: none;
	}

	.formTableFlatNote input[type=checkbox] + label {
		display: inline-block;
		position: relative;
		padding: 12px 20px 5px;
	}

	.formTableFlatNote input[type=checkbox] + label::before {
		content: "";
		display: block;
		position: absolute;
		top: 32%;
		left: 0;
		width: 15px;
		height: 15px;
		border: 2px solid #CCC;
		background: #fff;
		border-radius: 2px;
	}

	.formTableFlatNote input[type=checkbox]:checked + label::after {
		content: "";
		display: block;
		position: absolute;
		top: 30%;
		left: 5px;
		width: 7px;
		height: 14px;
		transform: rotate(40deg);
		border-bottom: 3px solid #008aea;
		border-right: 3px solid #008aea;
	}
}

.check-policy-error-text {
	margin-bottom: 3%;
	text-align: center;
	display: none;
	line-height: 1.5em;
}

/* 共通ボタンパーツをformTable内でoverride */
.formTableGoBtn {
	padding-bottom: 4.5%;
}

.formTableBackBtn {
	margin-right:4%;
	width: 32%;
}

.formTableSubmitBtn {
	padding-bottom: 4.5%;
	width: 60%;
}

@media only screen and (orientation:landscape) {
	.android .formTableStep li {
		font-size: 1.6em;
		font-size: 3.1vw;
	}

	.android .formTableInputArea dt {
		font-size: 1.8em;
		font-size: 3.6vw;
	}

	.android .formTableInputArea dt span {
		font-size: 0.9em;
		font-size: 3vw;
	}

	.formTableBtn {
		font-size: 1.8em;
		font-size: 4.2vw;
	}
}

/* 送信中
--------------------------------------------- */
#sendingBg {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
#sendingBg .spinnerBg {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#sendingBg .spinner {
	width: 50px;
	height: 50px;
	border: 5px #ededed solid;
	border-top: 5px #008aea solid;
	border-radius: 50%;
	animation: spinnerAnime 1s infinite linear;
}
@keyframes spinnerAnime {
	100% {
	transform: rotate(360deg);
	}
}



/* 販売・買取対応エリア一覧（共通部品）
--------------------------------------------- */
.area_box {
	text-align: left;
	margin-bottom: 5%;
	padding: 0 3%;
}

.area_listbox {
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	padding: 5%;
	background: url(/sp/img/img_sale/common/area/img_area_map.png) no-repeat;
	background-position: 90% 7%;
	background-size: 50%;
}

.area_listbox dl {
	margin-bottom: 5%;
}

.area_listbox dl:last-child {
	margin-bottom: 0px;
}

.area_listbox dt {
	font-size: 1.4em;
	font-size: 3.5vw;
	font-weight: bold;
	margin-bottom: 2%;
}

.area_listbox dt a {
	color: #333333;
}

.area_listbox dt a:hover {
	color: #333333;
}

.area_listbox dd {
	margin-bottom: 0;
}

.area_listbox li {
	float: left;
	font-size: 1.4em;
	font-size: 3.5vw;
	margin-right: 3%;
	margin-bottom: 0;
}

.area_listbox li:last-child {
	margin-right: 0px;
}

.area_listbox ul li a {
	color: #333333;
}

.area_listbox ul li a:hover {
	color: #333333;
}

@media only screen and (orientation:landscape) {
	.android .area_listbox dt {
		font-size: 2.4em;
	}

	.android .area_listbox li {
		font-size: 2.4em;
	}
}

/* 形状アイコン
--------------------------------------------- */
div.open_area_header {
	background: -moz-linear-gradient(top,#336699 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#336699), to(#006699));
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	border-top: 1px solid #6085aa;
	border-bottom: 1px solid #6085aa;
	text-shadow: 0px 0px 3px #003349;
}

div.open_area_content {
	margin: 0 auto 0px;
}

div.open_area_content ul.shape {
	margin-bottom: 20px;
}

div.open_area_content ul.shape li:nth-child(4n) a {
	border-right: 1px solid #ccc;
}

div.open_area_content ul.shape li {
	display: block;
	width: 25%;
	height: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	position: relative;
	margin-bottom: 0;
}

.shape li a { /* 形状アイコン背景 */
	height: 100%;
	display: block;
	width: 100%;
	background: -moz-linear-gradient(top, #dfb53a 0%, #ffed9c 25%, #ffed9c 50%, #dfb53a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfb53a), color-stop(25%,#ffed9c), color-stop(50%,#ffed9c), color-stop(100%,#dfb53a));
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.shape li.activeOn a { /* 選択済みアイコン背景 */
	height: 100%;
	display: block;
	width: 100%;
	background: -moz-linear-gradient(top, #fc5050 0%, #fd3939 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc5050), color-stop(100%,#fd3939));
}

.shape li:after {
	content: "";
	text-align: center;
	width: 100%;
	line-height: 1em;
	display: block;
	padding-top: 2px;
	position: absolute;
	left: 0;
	bottom: 9%;
	font-size: 8px;
	font-weight: bold;
	color: #003366;
	text-shadow: -1px -1px 1px #eee,
			1px -1px 1px #eee,
			-1px 1px 1px #eee,
			1px 1px 1px #eee;
}

.shape li.all:after {
	content: "";
}

.shape li.flatbody:after {
	content: "平ボディ";
}

.shape li.dump:after {
	content: "ダンプ";
}

.shape li.crane:after {
	content: "クレーン";
}

.shape li.self:after {
	content: "セルフ・重機運搬車";
}

.shape li.mixer:after {
	content: "ミキサー車";
}

.shape li.highwork:after {
	content: "高所作業車";
}

.shape li.special:after {
	content: "特装車・その他";
}

.shape li.trailerhead:after {
	content: "トレーラーヘッド";
}

.shape li.alumiwing:after {
	content: "アルミウイング";
}

.shape li.alumiban:after {
	content: "アルミバン";
}

.shape li.coldfreezing:after {
	content: "冷蔵冷凍車";
}

.shape li.container:after {
	content: "コンテナ専用車";
}

.shape li.packer:after {
	content: "パッカー車";
}

.shape li.bus:after {
	content: "バス";
}

.shape li.jyuki:after {
	content: "重機";
}

div.open_area_content li img {
	max-width: 100%;
	height: auto;
}

/* 販売TEL
--------------------------------------------- */
.telSaleInfoArea {
	background: #ededed;
	padding: 5% 3% 0.5%;
	margin-bottom: 5%;
}

.telSaleInfoArea div {
	display: table;
	margin-bottom: 4%;
}

.telSaleImg {
	width: 35%;
	display: table-cell;
}

.telSaleImg img {
	width: 85%;
}

.telSaleTxt {
	font-size: 1.8em;
	font-size: 4.2vw;
	line-height: 1.6em;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}

@media only screen and (orientation:landscape) {
	.android .telSaleTxt {
		font-size: 2.8em;
		font-size: 4.2vw;
	}
}

/* 下部追従
--------------------------------------------- */
#scroll_bottom {
	background: rgba(0,0,0,0.8);
	padding: 2%;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

#scroll_bottom .btn_form_scroll {
	float: left;
	width: 40%;
	margin-bottom: 0;
	margin-right: 2%;
}

#scroll_bottom .btn_form_scroll a {
	padding: 10% 0%;
}

#scroll_bottom .btn_tel_scroll {
	margin-bottom: 0;
}

#scroll_bottom .btn_tel_scroll a {
	padding: 4% 0;
	width: 57%;
}

@media only screen and (orientation:landscape) {
	#scroll_bottom {
		display: none!important;
	}
}

/* ローン・リース会社
--------------------------------------------- */
.loanLeaseList {
	display: inline-block;
	width: 100%;
}
.loanLeaseList img {
	width: 28%;
	vertical-align: middle;
	margin-right: 5%;
	margin-bottom: 2%;
}

/* レビュー
--------------------------------------------- */
.commonReviewArea {
	margin-bottom: 5%;
	border-top: 1px solid #ccc;
}
.commonReviewArea .reviewList li {
	text-align: left;
	padding: 5% 10% 5% 3%;
	border-bottom: 1px solid #ccc;
	background-image: url(/sp/img/img_sale/common/review/img_list_arrow.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	margin-bottom: 0px;
	line-height: initial;
	position: relative;
}
.commonReviewArea .reviewList .reviewLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.commonReviewArea .reviewList .infoTop {
	margin-bottom: 2%;
	font-size: 0;
	position: relative;
	z-index: 10;
}
.commonReviewArea .reviewList .infoTop .category {
	display: inline-block;
	margin-right: 3%;
	margin-bottom: 0;
	vertical-align: middle;
	width: 20%;
	text-align: center;
}
.commonReviewArea .reviewList .infoTop .category a {
	display: block;
	width: 80%;
	font-size: 3.2vw;
	line-height: 1.6em;
	padding: 5% 10%;
	color: #fff;
	background-color: #2baf83;
	text-decoration: none;
}
.commonReviewArea .reviewList .infoTop .title {
	display: inline-block;
	font-size: 4vw;
	line-height: 1.6em;
	font-weight: bold;
	vertical-align: middle;
	width: 77%;
	margin-bottom: 0;
}
.commonReviewArea .reviewList .infoTop .title a {
	color: #333;
}
.commonReviewArea .reviewList .infoMiddle {
	margin-bottom: 1%;
}
.commonReviewArea .reviewList .infoMiddle p {
	margin-bottom: 0;
}
.commonReviewArea .reviewList .infoMiddle .stars {
	display: inline-block;
	width: 30%;
	margin-bottom: 1%;
}
.commonReviewArea .reviewList .infoMiddle .stars img {
	margin-right: 2%;
	vertical-align: middle;
	width: 4.5vw;
}
.commonReviewArea .reviewList .infoMiddle .value {
	display: inline-block;
	font-size: 4.5vw;
	font-weight: bold;
	color: #ff8a00;
	margin-top: 1%;
	line-height: 1em;
	vertical-align: middle;
}
.commonReviewArea .reviewList .infoMiddle .name {
	font-size: 3.2vw;
	line-height: 1em;
	margin-right: 1%;
}
.commonReviewArea .reviewList .infoMiddle .area {
	font-size: 3.2vw;
	line-height: 1em;
	margin-left: 1%;
}
.commonReviewArea .reviewList .infoBottom .comment {
	font-size: 3.6vw;
	line-height: 1.6em;
}

/* バナー一覧
--------------------------------------------- */
.bnrList {
	padding: 0 3%;
	margin-bottom: 5%
}
