<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@media screen and (min-width: 897px)  {

	.thanx_about{
		padding: 90px 0 60px;
	}
	.thanx_about p{
		text-align: center;
		line-height: 2;
		padding-bottom: 30px;
	}
	.thanx_contact{
		margin-bottom: 90px;
		background: url(../img/ray_img.jpg) no-repeat top center;
		border-top: 0;
		border-bottom: 0;
	}
	.thanx_contact .inner{
		padding: 40px 0;
	}
}

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

	.thanx_about{
		padding: 80px 0 60px;
	}
	.thanx_about p{
		text-align: center;
		line-height: 2;
		padding-bottom: 30px;
	}
	.thanx_contact{
		margin-bottom: 80px;
		background: url(../img/ray_img.jpg) no-repeat top center;
		border: none;
	}
	.thanx_contact .inner{
		padding: 55px 0;
	}
	.thanx_contact .txt{
		color: #000;
	}
}

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

	.thanx_about{
		padding: 40px 2% 10px;
	}

	.thanx_contact .inner{
		padding: 45px 0;
	}
	.thanx_contact{
		margin-bottom: 30px;
	}
}
</pre></body></html>