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


.contact_wrap{
	max-width: 960px;
	padding: 40px 0;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
  line-height: 200%;
  font-size: 14px;	
}
.sp_wrap{
	padding: 0 20px;
}
.contact_wrap form{
	margin-top: 20px;
}
.contact_wrap h3{
	font-size: 20px;
}
.contact_wrap .button{
	margin: 20px 0;
}
.contact_wrap .button input{
	border: none;
	padding: 10px 40px;
	color: #fff;
	background: #096e36;	
	border-radius: 5px;
}
.contact_wrap + .common_section{
	border-top: 1px dashed #ccc;
}
@media screen and (max-width:572px) {
.contact_wrap .button{
	padding: 0 20px;
}
}