@charset "utf-8";

/*-----------------------------------------------------------------------*/
/*【section】*/
/*-----------------------------------------------------------------------*/
section h2 {
	font-size:1.2rem;
}


/*-----769px以上-----*/
@media print,screen and (min-width:769px) {

section h2 {
	font-size:1.5rem;
}

}/*-----769px以上-----*/

/*-----------------------------------------------------------------------*/
/*【agree】*/
/*-----------------------------------------------------------------------*/
#agree {
	padding:0.5rem;
}
#agree h3 {
	font-size:1rem;
	margin:0;
	margin-bottom:0.5rem;
	padding:0;
}
#agree ul {
	margin:0;
	margin-bottom:1rem;
	padding:0;
}
#agree ul li {
	margin:0;
	padding:0;
	list-style:none;
	padding-left:1.18em;
	text-indent:-1.18em;
}
#agree ul li:before {
	color:#000000;
	font-size:0.6em;
	content:"●";
	vertical-align:middle;
	margin-right:0.8em;
}
#agreecheck {
	text-align:center;
}
#agree .fas {
	color:#000000;
}

/*-----769px以上-----*/
@media print,screen and (min-width:769px) {

#agree {
	width:95%;
	max-width:830px;
	margin:auto;
	margin-top:1rem;
}

}/*-----769px以上-----*/

