@charset "UTF-8";

#MainForm8631{
	position: relative;
}

#MainForm8631::before{
	content: "※未成年の方は保護者の同意書が必要となります。";
	color: red;
	position: absolute;
	top: -15px;
	left: 0;
}
@media(max-width: 500px){
	#MainForm8631::before{
		font-size: 1.2rem;
	}
}