@charset "utf-8";


div#agreement {
	width: 90%;
	margin: 40px 5% !important;
	padding: 15px 0;
	/*padding: 0;*/
	/*padding-top: 40px !imporatant;*/
	padding-bottom: 15px;
	/*border-bottom: 1px solid #cccccc;*/
}

div#agreement h3 {
	/*font-size: 135%;*/
	font-weight: 400;
	padding-bottom: 0;/*stylecss読み込みの取り消し*/
	text-align: center;
}

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

div#agreement > div p{
margin:5px 0 ;
}

div#agreement > #agree_check {
font-size: 1.15rem;
font-weight: 700;
}

div#agreement > div a:link,
div#agreement > div a:visited{
font-size: inherit;
color: inherit;
font-weight: 700;
}


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




/* 1000pixel start */
@media screen and ( max-width: 1000px ) {
div#agreement {
margin: 20px 5%  15px!important;
padding-top: 25px;	
}

div#agreement div {
	height: 100px;
    margin: 15px 0px;
    padding: 10px 10px;
    font-size: .85rem;
}

div#agreement > #agree_check {
font-size: 1.05rem;
font-weight: 700;
}

}



