@charset "utf-8";

/*contact
--------------------------------------------*/
#contact .inner{
	max-width: 850px;
	margin: 0 auto;
	padding-top: 8px;
}
@media screen and (max-width: 850px) {
	#contact .inner{
		padding: 0 30px;
	}
}
#contact .lead {
	margin: 0 0 50px;
}
#contact .lead p{
	line-height: 2;
	margin: 0 0 32px;
}
#contact .lead p .em{
	color: #d80000;
}
#contact .form_wrapper .note{
	color: #3e7ecc;
	font-weight: 500;
	margin-left: 164px;
	margin-bottom: 12px;

}
#contact dl{
	display: flex;
	align-items: self-start;
	margin-bottom: 25px;
}
#contact dt {
	font-size: 1.6rem;
	font-weight: 500;
	width: 164px;
	/* background-color: #f3ede4; */
	padding: 16px 20px 0 0;
}
#contact dd {
	flex: 1;
}
#contact dd input,
#contact dd textarea {
	width: 100%;
	padding: 22px 20px;
	background-color: #f1f1f1;
	line-height: 1.6;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
}
#contact dd textarea {
	/* width: 750px; */
	height: 200px;
}
#contact form input[type="checkbox"] {
	display: inline-block;
	margin-right: 8px;
	transform: scale(1.8);
}
#contact form .privacy{
	padding-top: 18px;
}
#contact form .privacy a{
	margin-left: 15px;
	transition: all .3s;
}
#contact form .privacy a:hover{
	opacity: 0.6;
}
#contact .wpcf7-not-valid-tip{
	font-size: 1.5rem;
	padding: 0 10px;
}
#contact .privacy dd{
	font-weight: 600;
	padding-left: 98px;
}
#contact .btn.submit_btn{
	position: relative;
	width: 432px;
	height: 84px;
	font-weight: 700;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	color: #fff;
	border: 1px solid #000;
	background-color: #000;
	transition: all .3s;
	margin: 40px auto 160px;
	text-align: center;
}
#contact .btn.submit_btn:hover{
	opacity: 0.6;
}
#contact .submit_btn:after{
	position: absolute;
	content: url(../img/cmn/arrow_white.png);
	transform: translateY(-50%);
	top: 54%;
	right: 30px;
	transition: .2s all;
}
#contact .submit_btn input[type="submit"]{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: inherit;
	font-size: 2.0rem;
	height: 80px;
	color: var(--main-color);
	border: none;
}