@charset "utf-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: 無料査定フォーム用CSS                                                      */
/* 作成日: 2020-10-01                                                               */
/* 最終更新日: 2024-06-12                                                           */
/*                                                                                  */
/* ################################################################################ */

.contentBox {
	margin: 0 auto;
	overflow: hidden;
}
.odd {
	background-color: #EFEFEF;
}
.campingBnrArea {
	margin: 3em 0;
}
.campingBnrArea img:hover {
	opacity: .7;
}
label:hover {
	cursor: pointer;
}
label input {
	margin-right: 0.5em;
}
table caption {
	color: #1D1F85;
	font-size: 110%;
	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 td {
	border-bottom: 1px solid #CCCCCC;
	padding: 0.5em;
}
table.carInfoTable tr:nth-of-type(5) td, 
table.customerTable tr:nth-of-type(5) td {
	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);
}
.carInfoTable tr:nth-of-type(3) textarea {
	min-height: 4rem!important;
	width: 100%!important;
}
.customerTable tr:nth-of-type(1) input,
.customerTable tr:nth-of-type(2) input, 
.customerTable tr:nth-of-type(3) input,
.customerTable tr:nth-of-type(4) td:nth-of-type(1) input, 
.customerTable tr:nth-of-type(5) td:nth-of-type(1) input, 
.customerTable tr:nth-of-type(5) td:nth-of-type(2) input {
	width: 100%!important;
}
.customerTable tr:nth-of-type(4) td:nth-of-type(2) input {
	width: 70%;
}
select:focus, table input:focus, table textarea:focus {
	border: 2px solid #FCA062;
}
ol li {
	list-style-type: none;
	line-height: 2.75;
}

button[type="submit"], 
#mfp_button_send {
    background: #FA7701;
    border: 1px solid #EF7201;
    transition: .5s;
    font-size: 1.7rem;
    color: #FFFFFF;
    padding: 8px 35px;
    font-weight: bold;
    border-radius: 3px;
}
button[type="submit"]:hover, 
#mfp_button_send:hover {
    background: #FE9434;
    border-color: #DC6901;
}
button[type="reset"], 
#mfp_button_cancel {
    background: #D2D2D2;
    border: 1px solid #B1B1B1;
    transition: .5s;
    font-size: 1.7rem;
    color: #333333;
    padding: 8px 35px;
    font-weight: bold;
    border-radius: 3px;
}
button[type="reset"]:hover, 
#mfp_button_cancel:hover {
    background: #BFBFBF;
    border-color: #9E9E9E;
}
.contactBtn p {
	margin-top: 30px;
	text-align: center;
}
.contactBtn p button {
	font-size: 1.2rem;
}
.contactBtn p button, 
#mfp_button_send, 
#mfp_button_cancel {
	margin: 15px 30px;
}
.txtComplete {
    margin-bottom: 2em;
}
.txtComplete span {
    font-weight: bold;
    color: #D30000;
}
.txtComplete {
    border-bottom: 1px dotted #999999;
    padding-bottom: 2em;
}
@media screen and (min-width: 737px) {
	.contentBox {
		width: 1000px;
	}
	.tableWrapper {
		background: url(../../img/share/bg_div_contents_long.png) no-repeat center bottom;
		padding-bottom: 30px;
	}
	table {
		margin: 2em 0 30px 0;
		width: 100%;
		padding: 16px 0 60px 0;
	}
	table caption {
		background: url(../../img/share/bg_heading03.png) no-repeat left;
		padding-left: 1em;
	}
	table caption b {
		margin-left: 1em;
	}
	table th {
		text-align: right;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		width: 16%;
		font-weight: bold;
		vertical-align: middle;
		padding: 0.5em;
		font-size: 95%;
	}
	table th span {
		color: #D30000;
		font-size: 80%;
		margin-left: 0.25em;
	}
	table td {
		border-right: 1px solid #CCCCCC;
	}
	.customerTable td {
		width: 25%;
	}
	table.carInfoTable tr:nth-of-type(1) td:nth-of-type(2), 
	table.carInfoTable tr:nth-of-type(2) td:nth-of-type(2),
	table.carInfoTable tr:nth-of-type(3) td,
	table.carInfoTable tr:nth-of-type(4) td,
	table.carInfoTable tr:nth-of-type(5) td:nth-of-type(2),
	table.customerTable tr:nth-of-type(1) td:nth-of-type(2),
	table.customerTable tr:nth-of-type(2) td, 
	table.customerTable tr:nth-of-type(3) td,
	table.customerTable tr:nth-of-type(4) td:nth-of-type(2),
	table.customerTable tr:nth-of-type(5) td:nth-of-type(2) {
		border-right: none;
	}
	table.carInfoTable tr:nth-of-type(5) th, 
	table.customerTable tr:nth-of-type(5) th {
		border-bottom: none;
	}
	table td ul li {
		display: inline-block;
		padding-left: 1em;
		list-style-type: none;
		line-height: 3;
		margin-right: 2em;
	}
	table td.photoCell ul {
		margin-bottom: 20px;
	}
	table td.photoCell ul li {
		display: inline-block;
		padding-left: 0;
		list-style-type: none;
		line-height: 3;
		font-size: 85%;
		margin-right: 0.5em;
		width: 30%;
	}
	table td.photoCell span {
		margin-left: 0;
		font-size: 80%;
	}
	table td.photoCell span b {
		color: #D90000;
	}
	table td.photoCell ul li input {
		width: 90%;
	}
	table textarea {
		margin: 0.5em 0;
		width: 95%;
	}
	.confirmCell {
		width: 20%;
	}
	span.sendBtn input {
		padding: 0.5em 0;
		width: 20%;
	}
}

@media screen and (max-width: 736px) {
	.contentBox {
		width: 100%;
	}
	h2, p {
		margin-left: 5px;
	}
	.mainContents {
		padding: 0 5px;
	}
	.campingBnrArea img {
		width: 100%;
		height: auto;
	}
	table {
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		margin: 2em 0 0 0;
		width: 100%;
	}
	table tr {
		display: block;
	}
	table th, 
	table td {
		display: list-item;
		list-style-type: none;
	}
	table caption {
		background: url(../../img/share/bg_heading03.png) no-repeat left 8px;
		padding-left: 0.75em;
	}
	table caption b{
		display: block;
	}
	table th {
		text-align: left;
		border-bottom: 1px solid #CCCCCC;
		font-weight: normal;
		font-weight: bold;
		vertical-align: middle;
		padding: 0.5em;
		background: #feffe6;
		font-weight: bold;
		color: #144db8;
	}
	table th span {
		color: #D30000;
		margin-left: 0.4em;
	}
	table td ul li {
		list-style-type: none;
		line-height: 1.25;
		margin: 0 0 30px 0;
	}
	table.carInfoTable tr:nth-of-type(5) td:nth-of-type(1), 
	table.customerTable tr:nth-of-type(5) td {
		border-bottom: 1px solid #CCCCCC;
	}
	#other_purchase br {
		display: none;
	}
	table.customerTable tr:nth-of-type(5) td:nth-of-type(2) {
		border-bottom: none;
	}
	ol li {
		line-height: 1;
	}
	table td ul li:last-child {
		margin-bottom: 0;
	}
	table textarea {
		margin: 0.5em 0;
	}
	.marginInput {
		display: block;
	}
	.confirmCell {
		width: 20%;
	}
	table select, table input, table textarea {
		width: 90%;
	}
	table label input {
		width: inherit;
	}
	table th br {
		display: none;
	}
	span.sendBtn input {
		padding: 0.25em 1.5em;
	}
	span.resetBtn input {
		padding: 0.25em 1.5em;
	}
	.txtComplete {
		margin-bottom: 2em;
	}
	.txtComplete span {
		font-weight: bold;
		color: #D30000;
	}
}