@charset "UTF-8";
.thanks h2{
	padding-bottom: 2.0rem;
}
.thanks_txt p{
	font-size: medium;
}
.thanks_txt p:first-child{
	padding-bottom: 2.0rem;
}
@media screen and (min-width: 768px) {
	.thanks h2{
		font-size: x-large;
	}
	.thanks{
	text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.thanks h2{
		font-size: large;
		text-align: center;
	}
	.thanks_txt p{
		line-height: 2.4rem;
		text-align: justify;
	}
}
