@charset "UTF-8";
/* ---------------------------------------
  エントリー
-----------------------------------------*/
/* page_ttl
--------------------------------*/
#page_ttl .page_head {
	background-color: #FFE41B;
}

/* sec_thanks
--------------------------------*/
#sec_thanks {
	padding: 7.2rem 0 6.4rem;
}
@media screen and (max-width: 767px) {
	#sec_thanks {
		padding: 4.8rem 0 6.4rem;
	}
}
#sec_thanks .wrap {
	max-width: 112.4rem;
}
#sec_thanks .ttl {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.3125;
}
@media screen and (max-width: 767px) {
	#sec_thanks .ttl {
		font-size: 2.4rem;
		line-height: 1.2916666667;
	}
}
#sec_thanks .txt {
	font-size: 2rem;
	line-height: 2.1;
	margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
	#sec_thanks .txt {
		font-size: 1.5rem;
		line-height: 1.7333333333;
		margin-top: 1.6rem;
	}
}
#sec_thanks .btn {
	margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
	#sec_thanks .btn {
		margin-top: 1.6rem;
	}
}