@charset "utf-8";

/*■ PC : 751px < Window Size ■*/
@media print,screen and (min-width: 751px) {
	#page-ttl{
		background-image: url(../../img/contactus/t_bg_pc.jpg);
	}

	#thanks p.top{
		text-align:center;
	}
	#thanks p{
		text-align:center;
		line-height:1.6em;
		margin-bottom:1em;
	}
	#thanks p.end{
		margin-bottom:40px;
	}
}

/*■ Mobile (Low Res) : 750px > 0 ■*/
@media only screen and (max-width: 750px) {
	#page-ttl{
		background-image: url(../../img/contactus/t_bg_sp.jpg);
	}

	#thanks p.top{
		text-align:center;
	}
	#thanks p{
		text-align:left;
		margin-bottom:1em;
	}
	#thanks p.end{
		margin-bottom:1.524rem;
	}
}
