@charset "UTF-8";

.agreeArea {
	font-size:1.8em;
}

.agreeArea .mat {
	background:#ffe;
	padding:1em;
	text-align:center;
	margin:0 auto 2em;
}

.agreeArea label {
	font-size:1.2em;
	cursor:pointer;
}
.agreeArea label input {
	margin-right:0.5em;
}

.agreeArea h5 {
	color:#36c;
	font-weight:bold;
	text-align:center;
	margin-bottom:0.5em;
}

.agreeArea textarea {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	background-color: #f6f6f6;
	border: 1px solid #a2a2a2;
	margin: 0;
	padding: .5em;
	min-height: 10em;
}
