@charset "utf-8";


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

div#agreement h3 {
	font-size: 135%;
	font-weight: bold;
	padding-left: 22px;
}

div#agreement h3::after {
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 4px;
	left: 0px;
	background-color: #14524C;
	content: '';
}

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

div#agreement div h4 {
	font-size: 110%;
	margin-top: 30px;
	font-weight: bold;
}

div#agreement div p {
	font-size: 100%;
	font-weight: normal;
}

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;
}

/* 1000pixel start */
@media screen and (max-width: 1000px) {

	div#agreement h3 {
		font-size: 120%;
		font-weight: bold;
		padding-left: 22px;
	}
}