@charset "utf-8";

div#agreement {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
}
@media (min-width: 768px) {
	div#agreement {
		width: 100%;
	}
}
div#agreement h3 {
	font-size: 1.8rem;
	font-weight: bold;
}

div#agreement .agreement-box {
	height: 200px;
	margin: 15px 0;
	padding: 10px 0px;
	background: #fafafa;
	border: 1px solid #cccccc;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
div#agreement .agreement-box .col-ul li ul li {
	list-style-type: disc;
}
@media (max-width: 767px) {
	div#agreement .agreement-box .terms-page p {
		font-size: 80%;
		line-height: 1.5;
	}
	div#agreement .agreement-box .terms-section h3 {
		font-size: 90%;
		line-height: 1.5;
	}
	div#agreement .agreement-box .col-ul li {
		font-size: 88%;
		line-height: 1.5;
	}
}
@media (min-width: 768px) {
	div#agreement .agreement-box {
		padding: 20px 20px;
		height: 300px;
	}
}

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

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


#agree_check {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 500;
	margin-top: 30px;
}





