@charset "utf-8";

/* ----- mainContents ----- */

#thanksBox {
	position: relative;
	width: 856px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 125px;
}

#thanksBox p {
	font-size: 1.4em;
	line-height: 1.85em;
	padding-bottom: 40px;
}

#backButton {
	font-size: 2em;
	line-height: 1em;
	cursor: pointer;
	border-style: none;
	position: relative;
	text-align: center;
	display: inline-block;
	width: 192px;
	padding-top: 21px;
	padding-bottom: 19px;
	font-size: 2em;
	line-height: 1em;
	background-color: #b40000;
	color: #FFFFFF;
}

.hover #backButton:hover {
	color: #FFFFFF;
}


/* ---------------------------------------- responsive ---------------------------------------- */


@media screen and (max-width: 640px) {

/* ----- mainContents ----- */

#thanksBox {
	width: 86vw;
	padding-bottom: 19.53125vw;
}

#thanksBox p {
	font-size: 3.75vw;
	line-height: 6.25vw;
	padding-bottom: 14.0625vw;
}

#backButton {
	font-size: 4Vw;
	width: 39.0625vw;
	padding-top: 4vw;
	padding-bottom: 4vw;
}

}