@charset "UTF-8";
/* CSS Document */

.contact_wrapper {
	width: 70%;
	margin: 0 auto 60px;
}
.contact_title h2 {
	font-size:clamp(16px,5vw,42px);
	text-align: center;
	color:#7C6D50;
	margin: 0 0 10% 0;
}
.step_wrapper {
	margin: 0 0 10% 0;
}
.step_area ul {
	list-style: none;
}
.step {
	background:#f1f1f1;
	color: #777;
	width: 33%;
	box-sizing: border-box;
}
.step.now {
	background:#7C6D50 url("../img/contact_flow1.png") no-repeat right 0;
	background-size:40px 100%;
	color: #f1f1f1;
}
.step.second {
	background:#f1f1f1 url("../img/contact_flow2.png") no-repeat right 0;
	background-size:40px 100%;
}
.step p {
	padding: 0 25px 20px 20px;
	font-size: 24px;
}
.small {
	display: block;
	font-size: 14px;
	padding: 14px 0 0 0;
	line-height: 1.4em;
}
.txt {
	font-weight: 600;
}
.contact_description {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5% 0;
}
.contactform {
	margin: 0 auto 2%;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
}
.form-title {
	font-weight: 600;
	cursor: pointer;
	font-size: 20px;
}
.form-title span {
	color: red;
}
.form-answerbox {
	width: 40%;
	margin:2% 0;
	padding: 1%;
	font-size: 18px;
}
.form-radio {
	margin: 1.5%;	
}

textarea {
	margin: 2% 0 10% 0;
	padding: 2%;
	font-size: 18px;
	width: 100%;
}
.contact_privacy {
	margin: 0 0 5% 0;
}
.privacy_title {
	margin: 0 0 3% 0;
}
.privacy_title h3 {
	font-size: 18px;
	margin: 0 0 2% 0;
}
.privacy_description {
	padding: 1%;
	line-height: 24px;
	margin: 0 0 3% 0;
}
.privacy_agree {
	font-size: 20px;
	background: #f1f1f1;
	padding: 2%;
	text-align: center;
	font-weight: 600;
}
.privacy_agree span {
	color: red;
}
.submit-button {
	text-align: center;
}
#button {
	font-size: 20px;
	background: #7d6d4f;
	padding: 2% 10%;
	color: #fff;
	border-radius: 30px;
	border-width: 0;
	border-style: none;
}
@media(max-width: 1000px) {
	.contact_wrapper {
		padding: 10% 0;
	}
	.step p {
		font-size: 18px;
		font-weight: 600;
	}
	.contact_description {
		font-size: 16px;
		line-height: 24px;
	}
	.form-answerbox {
		width: 60%;
	}
}
@media(max-width: 765px) {
	.contact_wrapper {
		padding: 15% 0;
		width: 90%;
	}
	.step.now {
		background-size:25px 100%;
	}
	.step.second {
		background-size:25px 100%;
	}
	.step p {
		padding: 0 10% 15% 10%;
		font-size: clamp(12px,3vw,16px);
	}
	.contactform {
		font-size: clamp(14px,3vw,18px);
	}
	.form-title {
		font-size: clamp(16px,3vw,20px);
	}
	.privacy_agree {
		font-size: 18px;
		padding: 5%;
	}
}