section.form {
	padding: 32px 15%;
	width: 100%;
}
	section.form form {
	}
		section.form form h3 {
			/* background-color: #F90; */
			background-color: #F9F;
			border-radius: 2px;
			color: #FFF;
			font-size: 28px;
			margin-bottom: 10px;
			padding: 12px;
			text-align: center;
		}
		section.form form h3.sub {
			background-color: #CCC;
			margin-top: 10px;
			text-align: left;
		}
			section.form form h3 aside {
				color: #FFF;
				display: inline-block;
				font-size: 20px;
				text-indent: 6px;
			}
		section.form form label {
			color: #333;
			display: block;
			font-size: 20px;
			padding: 6px 0px;
		}
		section.form form label.sex {
			display: inline-block;
			padding-right: 18px;
		}
		section.form form label.honnin {
			display: inline-block;
			padding-right: 18px;
		}
			section.form form label.honnin input:nth-child(2) {
				width: 50%;
			}
			section.form form label.honnin input.disabled:nth-child(2) {
				background-color: #CCC;
			}
form input.radio {
	border-radius: 18px;
	height: 18px;
	width: 18px;
}
form input.text {
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #999;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	width: 100%;
}
form input.age {
	width: 54px;
}
form textarea {
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #999;
	font-size: 18px;
	height: 80px;
	width: 100%;
}
form input#child {
	width: 75%;
}
form input.submit {
	/* background-color: #F90; */
	background-color: #F9F;
	border-radius: 10px;
	border: 0;
	color: #FFF;
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin: 10px auto;
	padding: 8px;
	text-align: center;
	width: 150px;
}
form textarea.error ,
form input.error {
	background-color: #FCC;
	border-color: #F00;
}

.hidden {
	display: none;
	opacity: 0;
}
