@charset "utf-8";


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

div#agreement h2 {
	font-size: 18px;
	font-weight: 500;
}

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 h3 {
	font-size: 16px;
	font-weight: 500;
	padding: 0 0;
	margin: 20px 0 0 0;}

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

div#agreement div p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	padding: 0 0;
	margin: 5px 0 0 0;}

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


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

@media only screen and (max-width: 1200px) {
div#agreement {
	padding: 1.5rem 0;
	border-bottom: 0.1rem solid #cccccc;}

div#agreement h2 {
	font-size: 1.8rem;}

div#agreement div {
	height: 20.0rem;
	margin: 1.5rem 0;
	padding: 2.0rem 3.0rem;
	border: 0.1rem solid #cccccc;}

div#agreement div h3 {
	font-size: 1.6rem;
	margin: 2.0rem 0 0 0;}

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

div#agreement div p {
	font-size: 1.4rem;
	margin: 0.5rem 0 0 0;}

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

form#mail_form div#agreement span.error_check {
	margin-top: 0.3rem;}
}

@media only screen and (max-width: 750px) {
div#agreement {
	padding: 1.5rem 0;
	border-bottom: 0.1rem solid #cccccc;}

div#agreement h2 {
	font-size: 1.8rem;}

div#agreement div {
	height: 20.0rem;
	margin: 1.5rem 0;
	padding: 2.0rem 2.0rem;
	border: 0.1rem solid #cccccc;}

div#agreement div h3 {
	font-size: 1.6rem;
	margin: 2.0rem 0 0 0;}

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

div#agreement div p {
	font-size: 1.4rem;
	margin: 0.5rem 0 0 0;}

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

form#mail_form div#agreement span.error_check {
	margin-top: 0.3rem;}
}








