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

#thanks_mv {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: min(6vw,60px);
}
#thanks_mv:before {
	content: "";
	width:  4em;
	height: 4em;
	min-width: 4em;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../img/common/colorful_logo.svg);
	margin-bottom: .5em;
}
#thanks_mv,
#thanks_mv h1 {
	font-size: 35px;
	font-size: min(3vw,35px);
}
h1 {
	text-align: center;
	margin-bottom: 1.5em;
}
h1 + p {
	text-align: center;
}





@media screen and (max-width:850px) {
	#thanks_mv {
		padding-top: 40px;
	}
	#thanks_mv,
	#thanks_mv h1 {
		font-size: 24px;
	}
}