@charset "utf-8";


div#agreement {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	border-bottom: 1px solid #cccccc;
}

div#agreement h3 {
	font-size: 17px;
	font-weight: bold;
}

div#agreement div {
	height: 200px;
	margin: 15px 0;
	padding: 20px 15px;
	background: #fafafa;
	border: 1px solid #cccccc;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

div#agreement div h4 {
	margin-top: 30px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

div#agreement div h4:first-child {
	margin-top: 0px;
}

div#agreement input[type="checkbox"] {
	margin-right: 10px;
}


form#mail_form div#agreement span.error_check {
	display: none;
	color: #ff0000;
	margin-top: 3px;
}


div#agreement a {
	color: #3a499d;
	text-decoration: underline;
}



/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
}


/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	div#agreement h3 {
		font-size: 16px;
		border: 1px solid #FF0000;
	}
	
	div#agreement div {
		height: 180px;
		padding: 10px 15px;
	}
	
	div#agreement div h4 {
		margin-top: 20px;
		font-size: 16px;
	}

}




