@charset "utf-8";

/* ------------------------------------------------------------------------- *
 *	PC : 641px < Window Size
/* ------------------------------------------------------------------------- */
@media print,screen and (min-width: 641px) {
	/* ------ Header ------ */
	#page-ttl{
		background-image: url(../../img/thanks/page_ttl_pc.jpg);
	}

	/* ------ Body ------ */
	#thanks p:first-child{
		margin-bottom:15px;
	}
	#thanks p{
		margin-bottom:35px;
		text-align:center;
	}
	#thanks .btn{
		text-align:center;
	}
}

/* ------------------------------------------------------------------------- *
 *	Mobile (Low Res) : 640px > 0
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {
	/* ------ Header ------ */
	#page-ttl{
		background-image: url(../../img/thanks/page_ttl_sp.jpg);
	}

	/* ------ Body ------ */
	#thanks p:first-child{
		margin-bottom:2.3vw;
	}
	#thanks p{
		margin-bottom:5.5vw;
		text-align:left;
	}
	#thanks .btn{
		text-align:center;
	}
}
