@charset "utf-8";
/* =========================================================
Web査定フォーム用CSS
/used/apply/form/index.php
/used/apply/form/acounstic-piano/index.php
/used/apply/form/digital-piano/index.php
/used/apply/form/soundproof/index.php
========================================================= */

/*見出し*/
form.formrun h3{
	font-size: 150%;/*21px相当*/
	font-weight: bold;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 30px;
}
form.formrun > *:first-child{
	margin-top: 0;
}

/*項目グループ*/
form.formrun > *{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

/*項目名（メイン）*/
.form-group .item-hl {
	background-color: #DDD;
	color: #333;
	margin-bottom: 1em;
	padding: .5em 1em;
}

/*Google reCAPTCHA*/
@media screen and (max-width: 375px) {
	.g-recaptcha > div {
		transform: scale(0.8);
		transform-origin: 0 0;
	}
}

/*送信エリア*/
.submit{
	margin-top: 80px;
}

/*SSL証明*/
.ssl{
	width: 100px;
	height: 50px;
	margin: 60px auto 0;
}

/*入力要素の幅調整*/
#sell-item-dr{ width: 6em; }
#sell-item-size{ width: 6em; }
#sell-item-size_outer_w,
#sell-item-size_outer_d,
#sell-item-size_outer_h{ width: 7em; }
#house-floor{ width: 6em; }
#house-road_width{ width: 6em; }

.item-with-unit label{
	width: 5em;
}
.item-with-unit + .item-with-unit{
	margin-top: .5em;
}

/*入力要素の幅調整*/
#sell-item-year {
	width: 6em;
}