@charset "utf-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: 車両お問い合わせ用CSS                                                      */
/* 作成日: 2015-04-08                                                               */
/* 最終更新日: 2024-05-07       　                                                  */
/*                                                                                  */
/* ################################################################################ */

h1 {
	font-size: 76%;
}
.contentBox {
	margin: 0 auto;
	overflow: hidden;
}

.odd {
	background-color: #EFEFEF;
}
.carConfirmArea {
	padding-top: 20px;
	overflow: hidden;
}
.mainContents .carOutline h3 {
	font-family: inherit;
	font-weight:bold;
}
table td {
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	background: inherit;
	color: #1D1F85;
	font-weight: bold;
	padding: 0.2em 0;
}
table tr.lastLine td,
table tr.lastLine th {
	border-bottom: none;
}
.carConfirmArea p span {
	font-weight: bold;
	font-size: 120%;
	color: #064D00;
}
.carConfirmArea .carOutline p span {
	font-size: 160%;
	color: #D83500;
}
label:hover {
	cursor: pointer;
}
label input {
	margin-right: 0.5em;
}
table caption {
	color: #1D1F85;
	font-size: 140%;
	text-align: left;
	font-family: "GenshinGothicBold", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",serif;
}
table caption b {
	font-size: 80%;
	color: #333333;
}
table caption b span {
	color: #D30000;
}
table th.formEmail {
	vertical-align: top;
}
table th span.telEx {
	color: #333333;
	font-size: 80%;
	font-weight: normal;
}
table textarea {
	margin: 0.5em 0;
}
.carConfirmArea table.contactTable {
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	margin-bottom: 10px;
	width: 100%;
}
.carConfirmArea table.contactTable th {
	background: #FEFFE6;
	color: #1D1F85;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: none;
	border-right: none;
	padding-right: 0.1em;
}
.carConfirmArea table.contactTable td {
	color: #000000;
	font-weight: normal;
	border-bottom: none;
	border-right: none;
}
.carConfirmArea table.contactTable td.priceCell {
	font-weight: bold;
}
.carConfirmArea table.contactTable td span {
	font-size: 125%;
	color: #DD640B;
	font-weight: bold;
	font-family: "Montserrat",sans-serif;
	display: block;
}
.carDetailArea .carOutline table {
	font-size: 90%;
	margin-top: 20px;
}
.notesArea {
	overflow: hidden;
	margin-bottom: 70px;
}
.notesArea table {
	font-size: 90%;
}
.notesArea table td:last-child {
	border-right: none;
}
.notesArea table tr:last-child td {
	border-bottom: none;
}
.notesArea table tr:last-child td:last-child,
.notesArea table tr:last-child td:nth-last-child(2) {
	border-bottom: none;
	border-right: none;
}
.btnTradeIn {
	margin: 20px 0 40px;
}
.btnTradeIn p {
	text-align: center;
}
.notesArea table td.text-w {
	width: inherit;
	color: #1d1f85;
}
.notesArea div dl dt {
	font-weight: bold;
	color: #1D1F85;
	background: url(../../img/share/bg_heading03.png) no-repeat left;
	font-size: 110%;
	padding-left: 1em;
}
.carConfirmArea table td {
	font-weight: normal;
	padding: 0.25em;
	color: #1d1f85;
	font-weight: bold;
}
.carDetailArea {
	overflow: hidden;
	margin-bottom: 40px;
}
.carDetailArea .carThumb img {
	width: 100%;
}
table.customerInfoTable th {
	padding: 5px;
}
.customerInfoTable td {
	border-right: 1px solid #CCCCCC;
	padding: 5px;
	color: #000000;
	font-weight: normal;
}
.customerInfoTable td.inputMailAddress {
	padding-top: 10px;
}
.customerInfoTable td.inputMailAddress span.errorTxt {
	display: block;
}
.customerInfoTable .errorTxt {
	color: #d30000;
	font-weight: bold;
}
.customerInfoTable input {
	margin-right: 10px;
	padding: 0.2em;
}
.customerInfoTable td.mailFormat {
	border: none;
}
.customerInfoTable td.mailFormat input {
	width: inherit;
}
.inputMailAddress p {
	font-size: 90%;
}
.inputMailAddress p.inputNotes, .inputMailAddress p span {
	font-weight: bold;
}
.inputMailAddress p span.notesRed {
	color: #d50000;
}
.inputMailAddress p.inputNotes {
	margin-top: 0.5em;
}
.inputMailAddress div {
	background: none repeat scroll 0 0 #fefeed;
	border: 1px solid #cccccc;
	font-size: 90%;
	line-height: 1.5;
	margin: 0.5em 0 0.75em;
	padding: 5px 10px;
	width: 93%;
}
.inputMailAddress div span {
	font-weight: bold;
}
.inputMailAddress div span.addressEx {
	color: #0075c2;
	line-height: 1.5;
}
.customerInfoConfirm th {
	font-weight: bold;
	color: #1d1f85;
}
.customerInfoConfirm td {
	font-weight: normal;
	padding: 10px;
	color: #000000;
}
table.customerInfoConfirm th.tableLast, 
table.customerInfoConfirm td.tableLast {
	border-bottom: none;
}
table select, table input, table textarea {
	border: 1px solid #999999;
	padding: 0.25em;
	border-radius: 3px;
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.2);
}
select:focus, table input:focus, table textarea:focus {
	border: 2px solid #FCA062;
}
span.sendBtn input {
	display: block;
	font-family: "GenshinGothicBold", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",serif;
	text-align: center;
	font-size: 120%;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 auto;
	margin-bottom: 2em;
	margin-top: 1.5em;
	background: #1761E8;
	background-image: linear-gradient(to bottom, #1761E8, #1555CC);
	border-radius: 5px;
	box-shadow: 0px 4px 0px #0D337B;
	border-style: none;
}
span.sendBtn input:hover, 
span.resetBtn input:hover {
	opacity: 0.7;
}

@media screen and (min-width: 737px) {
	.contentBox {
		width: 1000px;
	}
	table {
		border-top: none;
		border-bottom: none;
		width: 101%;
	}
	table th{
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		text-align: right;
		color: #000000;
		font-weight: normal;
		padding: 0.2em 0.5em 0.2em 0;
		background: inherit;
	}
	table caption {
		background: url(../../img/share/bg_heading03.png) no-repeat left;
		padding-left: 1em;
	}
	table caption b {
		margin-left: 1em;
	}
	table th span {
		color: #D30000;
		margin-left: 0.75em;
	}
	.carConfirmArea table.contactTable th {
		text-align: right;
	}
	.notesArea table {
		float: left;
		width: 68%;
	}
	.carConfirmArea .notesArea table td {
		width: 20px;
		text-align: center;
		color: #000000;
	}
	.notesArea table td.text-w {
		text-align: right;
		width: inherit;
		color: #1d1f85;
	}
	.notesArea div {
		float: right;
		width: 31%;
	}
	.carConfirmArea table td {
		border-right: 1px solid #CCCCCC;
	}
	.carDetailArea .carThumb {
		float: left;
		width: 22%;
	}
	.carDetailArea .carOutline {
		float: right;
		width: 74%;
	}
	.customerInfoTableBox {
		position: absolute;
		top: 150px;
		width: 1000px;
	}
	.customerInfoTable {
		font-size: 90%;
	}
	.customerInfoTable input {
		width: 50%;
	}
	.inputMailAddress div {
		width: 75%;
	}
	.customerInfoConfirm {
		margin-bottom: 10px;
	}
	.customerInfoConfirm th {
		width: 20%;
		padding: 10px;
	}
	span.sendBtn input {
		padding: 0.5em 0;
		width: 20%;
	}
	span.resetBtn input {
		display: block;
		font-family: "GenshinGothicBold", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",serif;
		text-align: center;
		font-size: 120%;
		color: #222222;
		text-decoration: none;
		margin: 0 auto;
		margin-bottom: 2em;
		padding: 0.5em 0;
		width: 20%;
		background: #B9B9B9;
		background-image: linear-gradient(to bottom, #B9B9B9, #A4A4A4);
		border-radius: 5px;
		box-shadow: 0px 4px 0px #5A5A5A;
		border-style: none;
	}
	.btnArea {
		text-align: center;
		margin: 2em 0 5em;
	}
	.btnArea span.sendBtn input, .btnArea span.resetBtn input {
		display: inline;
		margin: 0 3em;
	}
	.txtComplete {
		margin-bottom: 2em;
	}
	.txtComplete span {
		font-weight: bold;
		color: #D30000;
	}
	.txtComplete {
		border-bottom: 1px dotted #999999;
		padding-bottom: 2em;
	}
	.mainContents.thanksArea .readTxt {
		background: none;
		margin-bottom: 0;
	}
	.mainContents.thanksArea .readTxt span.notes {
		font-weight: bold;
		color: #b20000;
	}
	.carConfirmWrapper {
		padding-top: 770px;
	}
}

@media screen and (max-width: 736px) {
	.contentBox {
		width: 100%;
	}
	tr {
		display: block;
	}
	th, td {
		display: list-item;
		list-style-type: none;
	}
	table {
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		width: 98%;
		margin: 0 auto;
	}
	table.customerInfoConfirm {
		width: 98%;
	}
	.notesArea table {
		border-bottom: none;
	}
	.notesArea td.text-w, 
	table th{
		border-bottom: 1px solid #CCCCCC;
		text-align: left;
		color: #000000;
		font-weight: normal;
		padding: 0.2em 0.5em 0.2em 0;
		background: #feffe6;
		color: #144db8;
		font-weight: bold;
	}
	table caption {
		background: url(../../img/share/bg_heading03.png) no-repeat left 8px;
		padding-left: 0.75em;
	}
	table caption b {
		display: block;
	}
	table th span {
		color: #D30000;
		margin-left: 0.25em;
	}
	.carConfirmArea table.contactTable th {
		text-align: left;
	}
	.carConfirmArea .notesArea table td {
		width: 100%;
		text-align: left;
		color: #000000;
	}
	.btnTradeIn {
		padding: 0 5px;
	}
	.btnTradeIn img {
		width: 100%;
		height: auto;
	}
	.notesArea table td.text-w {
		text-align: left;
		color: #1d1f85;
	}
	.carDetailArea .carThumb {
		width: 100%;
		margin-bottom: 10px;
	}
	.carDetailArea .carOutline {
		width: 100%;
	}
	.customerInfoTableBox {
		position: absolute;
		top: 191px;
		width: 98%;
		padding: 0 3px;
	}
	.customerInfoTable {
		font-size: 90%;
	}
	.customerInfoTable td {
		border-right: none;
	}
	.customerInfoConfirm {
		margin: 0 0 10px 5px;
	}
	table select, table input, table textarea {
		display: block;
		width: 90%;
	}
	span.sendBtn input {
		padding: 0.25em 1.5em;
		width: 70%;
	}
	span.resetBtn input {
		display: block;
		font-family: "GenshinGothicBold", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",serif;
		text-align: center;
		font-size: 120%;
		color: #222222;
		text-decoration: none;
		width: 70%;
		margin: 0 auto;
		margin-bottom: 2em;
		padding: 0.25em 1.5em;
		background: #B9B9B9;
		background-image: linear-gradient(to bottom, #B9B9B9, #A4A4A4);
		border-radius: 5px;
		box-shadow: 0px 4px 0px #5A5A5A;
		border-style: none;
	}
	.btnArea {
		text-align: center;
		margin: 2em 0 5em;
	}
	.txtComplete {
		margin-bottom: 2em;
	}
	.txtComplete span {
		font-weight: bold;
		color: #D30000;
	}
	.txtComplete {
		border-bottom: 1px dotted #999999;
		padding-bottom: 2em;
	}
	.mainContents.thanksArea h2 {
		margin-left: 5px;
	}
	.mainContents.thanksArea .readTxt {
		background: none;
		margin-bottom: 0;
		box-shadow: none;
		border-bottom: 1px dotted #CCCCCC;
		margin-bottom: 20px;
	}
	.mainContents.thanksArea p:last-child {
		margin-bottom: 100px;
	}
	.mainContents.thanksArea .readTxt span.notes {
		font-weight: bold;
		color: #b20000;
	}
	.carConfirmWrapper {
		padding: 1400px 5px 0 5px;
	}

}
