@charset "utf-8";


div#agreement {
	width: 90%;
	margin: 0 auto;
	padding: 35px 0 25px;
}

@media screen and ( max-width: 1000px ) {
  div#agreement {
	padding-top: 25px;
}
  
}

div#agreement h3 {
  font-size:1rem;
	font-weight: bold;
}

div#agreement div {
  width:96%;
	margin: 10px auto 15px;
	padding: 10px 10px 10px 15px;
	background: #fff;
	border: 1px solid #cccccc;
  line-height: 1.7;
}

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;
  font-weight: 700;
}










