@charset "utf-8";

div#thanks {
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px 0;
	background: #ffffff;
    border: dotted 1px #888;
	border-radius: 20px;
	font-size: 80%;
	line-height: 1.8;
}

div#thanks h1,
div#thanks h2 {
	width: 90%;
	margin: 0 auto;
	font-size: 155%;
	font-weight: bold;
	color: #555;
	border-bottom: 1px solid #888888;
}

div#thanks h2 {
	margin-top: 3em;
}

div#thanks p {
	font-size: 120%;
	width: 90%;
	margin: 0 auto;
	margin-top: 2em;
}

div#thanks dl {
	width: 90%;
	margin: 0 auto 3em;
}

div#thanks dl dt {
	margin-top: 2em;
}



/*--- Thanks page ----*/

.thanks-position {
	padding-top: 150px;
}

.thanks-background {
	height: 100px;
	background: #fff;
	margin-top: -80px;
}


/*--- Back to Top Button ----*/

.btn-top{
	text-align: center;
	max-width: 940px;
	margin: 80px auto 20px auto;
    padding: 10px 0px;
    display: block;
}

.btn-top a {
    padding: 10px 0px;
    margin: 0 30px;
    color: #fff;
    background: #b46032;
    font-size: 150%;
    letter-spacing: 0.3em;
    font-family: inherit;
    display: block;
	border-radius: 50px;
    -webkit-appearance: none;
}

.btn-top a:hover {
    background: #dc8445;
}

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

/* 1000pixel start */
@media screen and ( max-width: 768px ) {

	div#thanks {
		width: 100%;
		font-size: 2vw;
	}

	div#thanks h1 {
		font-size: 135%;
	}

	div#thanks p {
		font-size: 110%;
	}

}
/* 1000pixel end */


/* 375pixel start */
@media screen and ( max-width: 375px ) {

	div#thanks {
		width: 100%;
		font-size: 3vw;
	}

}
/* 375pixel end */


