section#contact dl dd label.type_radio {
	width: 215px;
}
section#contact dl dd.subject label.type_radio {
	box-sizing: border-box;
	width: 100%;
	white-space: nowrap;
}

section#contact {
	padding: 30px 0 34px;
}

section#contact a {
	color: #4ca74f;
}

section#contact h2 {
	color: #4ca74f;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}

section#contact p {
	margin: 10px auto 30px;
}

section#contact {
	width: 100%;
	background: #fff;
}

section#contact form {
	width: 1000px;
	margin: 0 auto;
}

section#contact button[type=submit] {
	background: #4ca74f;
	width: 290px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-weight: bold;
	padding: 20px 90px;
}

section#contact .backbutton {
	background:#999;
	color:#fff;
	border:0;
	padding:0 30px; height:50px;
	line-height:50px;
	border-radius:25px;
	font-size:18px;
}

section#contact .cont-wrap.confirm button[type=submit],
section#contact.send .back a {
	background: #4ca74f;
	width: 290px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-weight: bold;
	color: #fff;
	border-radius: 40px;
	text-decoration: none;
	font-size:18px;
}

