@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: 150px;
		background: url(../img/ray_img.jpg) no-repeat top center;
		height: 300px;
	}
	.thanx_contact .inner{
		padding: 95px 0;
}
	.thanx_contact .txt{
		color: #fff;
	}
	.thanx_contact .tel{
		color: #F7CC34;
	}
}

@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: 150px;
		height: 250px;
		border: none;
	}
	.thanx_contact .inner{
		padding: 55px 0;
	}
	.thanx_contact .txt{
		color: #fff;
	}
	.thanx_contact .tel{
		color: #FDBB4C;
	}
}

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

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

	.thanx_contact .inner{
		padding: 72px 0;
	}
	.thanx_contact{
		margin-bottom: 30px;
	}
}
