section#contact {
	padding: 8vw 6vw;
}

section#contact.send .back a,
section#contact button[type=submit] {
	width: 100%;
	height: 12.26vmin;
	margin: 4vw auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	font-size: 1.8rem;
}

section#contact h2 {
	font-size: 1.8rem;
	letter-spacing: .09em;
	text-indent: .09em;
	line-height: 1.3;
}

section#contact p {
	margin: 4vw auto 0;
	padding: 0;
	font-size: 1rem;
}

section#contact form {
	width: 100%;
	margin: 4vw auto 0;
}

section#contact dl {
	padding: 0;
}

section#contact dl dd label.type_radio {
	margin: 5px 0 0;
}

section#contact .cont-wrap.confirm {
	flex-direction: row;
}

section#contact .cont-wrap.confirm button[type=submit] {
	width: 60%;
	height: 12.26vmin;
	font-size: 1.8rem;
	margin: 4vw auto 0;
}

section#contact .backbutton {
	width: 30%;
	height: 12.26vmin;
	margin: 4vw 10% 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	line-height: 1;
	font-size: 1.8rem;
}

section#contact dl dt {
	font-size: 1.6rem;
}

section#contact dl.confirm dd {
	font-size: 1.8rem;
}

