@charset "UTF-8";
/* thanks.css */

#thanks h1 {
	font-size: 24px;
	text-align: center;
	color: #03009b;
}
#thanks p {
	line-height: 2.2;
	text-align: center;
	margin-top: 1.5em;
}





@media screen and (max-width:768px) {
	.bg_white {
		padding-left:  20px;
		padding-right: 20px;
	}
	#thanks h1 {
		font-size: 20px;
		font-size: min(5.333vw,20px);
	}
}