@charset "UTF-8";

.sp {display: none;}

#thanks_text, #form {
	max-width: 1200px;
	width: 90%;
	margin: 170px auto 50px;
}

#thanks_text {
	padding: 30px 0;
}

.gorilla_logo {
	width: 300px;
	height: auto;
	margin: 0 auto 30px;
}

.thanks_title {
	width: 100%;
	text-align: center;
	font-size: 27px;
	color: #088450;
	font-weight: 600;
	margin-bottom: 30px;
}

.thanks_comment {
	width: 100%;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.8;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
1201px以下　タブレット用CSS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width:1201px) {

}/*　@media END　*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
768px以下　スマートフォン用CSS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:768px) {

.sp {display: inline;}

#thanks_text, #form {
	margin: 100px auto 30px;
}

#thanks_text {
	text-align: center;
	padding: 15px 0;
}

.gorilla_logo {
	width: 200px;
	margin-bottom: 15px;
}

.thanks_title {
	font-size: 22px;
	margin-bottom: 15px;
}

.thanks_comment {
	font-size: 1.1rem;
}

}/*　@media END　*/