@charset "utf-8";

/*contact
--------------------------------------------*/
#contact{
	padding: 40px 0 63px;
}
#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 30px;
}
#contact .lead p{
	line-height: 2;
	margin: 0 0 18px;
}
#contact .lead p .em{
	color: #d80000;
}
#contact .form_wrapper .note{
	color: #3e7ecc;
	font-weight: 500;
	margin-bottom: 12px;

}
#contact dl{
	margin-bottom: 20px;
}
#contact dt {
	font-size: 1.6rem;
	font-weight: 500;
	width: 164px;
	/* background-color: #f3ede4; */
	padding: 0 0 5px 0;
}
#contact dd {
	flex: 1;
}
#contact dd input,
#contact dd textarea {
	width: 100%;
	padding: 18px 15px;
	background-color: #f1f1f1;
	line-height: 1.8;
	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: 0;
}
#contact form .privacy a{
	margin-left: 15px;
}
#contact .wpcf7-not-valid-tip{
	font-size: 1.5rem;
	padding: 0 10px;
}
#contact .privacy dd{
	font-weight: 600;
	text-align: center;
}
#contact .btn.submit_btn{
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 77%;
	min-width: 200px;
	max-width: 300px;
	height: 56px;
	font-size: 1.4rem;
	font-weight: 500;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 56px;
	outline: none;
	color: #fff;
	border:1px solid #000;
	background-color: #000;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 28px auto 0;
}
#contact .btn.submit_btn:hover{
	opacity: 0.6;
}
#contact .submit_btn:after{
	position: absolute;
	content: "";
	width: 24px;
	height: 18px;
	background-image: url(../img/cmn/arrow_white.png);
	background-size: contain;
	background-repeat: no-repeat;
	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: 1.6rem;
	height: 56px;
	color: var(--main-color);
	border: none;
}