@charset "UTF-8";

input[type="file"] {
	height: auto;
	font-size: 12px;
}
.contact__note-requiredmark {
	margin-bottom: 10px;
	font-size: 12px;
	color: #999;
}
input[type="radio"] {
	vertical-align: middle;
	outline: none;
}
input[type="radio"] + label {
	padding-left: 10px;
	margin-right: 20px;
	font-size: 12px;
	color: #333;
	vertical-align: middle;
}



input[type="checkbox"] {
	vertical-align: middle;
	outline: none;
}
input[type="checkbox"] + label {
	padding-left: 10px;
	margin-right: 20px;
	font-size: 12px;
	color: #333;
	vertical-align: middle;
}
input[type="text"]#fs_input_kosuu {
	max-width: 100px;
	vertical-align: middle;
}
input[type="text"]#fs_input_kosuu + span {
	padding-left: 10px;
	margin-right: 20px;
	font-size: 12px;
	color: #333;
	vertical-align: middle;
}
input[type="radio"]{
	font-size: 12px;
	color: #333;
	vertical-align: middle;
}

/* ---- */

.contact__step {
	margin-top: 70px;
	margin-bottom: 70px;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	color: #999;
}
.contact__step-item--curr {
	color: #333;
}
@media only screen and (max-width: 767px){
	.contact__step {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

/* ---- */

.contact-footer {
	max-width: 824px;
	width: 100%;
	margin: 80px auto 110px;
}
@media only screen and (max-width: 767px) {
	.contact-footer {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}
.contact-footer__hdg {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 1px;
}
.contact-footer__txt {
	margin-top: 12px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8;
	letter-spacing: 1px;
}
.contact-footer__hdg-sub {
	margin-top: 75px;
	padding: 25px 0;
	border-top: 2px solid #eeede9;
	border-bottom: 1px solid #eeede9;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
	.contact-footer__hdg-sub {
		margin-top: 40px;
		padding: 15px 0;
		font-size: 14px;
	}
}
.contact-footer__number-lead {
	margin-top: 35px;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
	.contact-footer__number-lead {
		margin-top: 20px;
		font-size: 12px;
	}
}
.contact-footer__number-box {
	overflow: hidden;
}
.contact-footer__number-column {
	float: left;
	width: 50%;
	margin-top: 30px;
	padding-right: 20px;
	box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	.contact-footer__number-column {
		float: none;
		width: auto;
		margin-top: 20px;
		padding-right: 0;
	}
}
.contact-footer__number-hdg {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
	.contact-footer__number-hdg {
		font-size: 12px;
	}
}
.contact-footer__number-main {
	margin-top: 2px;
	font-size: 24px;
	line-height: 1.8;
	letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
	.contact-footer__number-main {
		font-size: 20px;
	}
}
.contact-footer__number-sub {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
	.contact-footer__number-sub {
		font-size: 10px;
	}
}
.contact-footer__number-txt {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
	.contact-footer__number-txt {
		font-size: 12px;
	}
}

/* thanks.html */

.contact__thanks {
	margin-top: 80px;
	padding-bottom: 90px;
}
.contact__thanks-txt {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contact__thanks {
		margin-top: 60px;
		padding-bottom: 30px;
	}
}

.form-address-zip1,
.form-address-zip2{
	/* flex-basis: 8em; */
	min-width: 8em;
	max-width: 8em;
}
.form-btn-submit{
	height: auto;
	width: 200px;
}
.fs-c-inputField__field label{
	display: inline-block;
	margin-right: 20px;
	font-size: 12px;
}
/* .fs-c-inputField__field input[type="radio"]{
	margin-right: 10px;
	display: inline-block;
}
.fs-c-inputField__field input[type="checkbox"]{
	display: inline-block;
	margin-right: 10px;
} */
@media only screen and (max-width: 767px){
	.fs-c-inputField__field label{
		display: inline;
	}
}

.showroom-form .fs-c-requiredMark::before {
	color: #da4453;
}