@charset "UTF-8";

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

	.thanx_about{
		padding: 90px 0 60px;
	}
	.thanx_about p{
		text-align: center;
		line-height: 1.8;
		padding-bottom: 30px;
	}
	.thanx_contact{
		margin-bottom: 150px;
		background:#ffaa29;
		height: 200px;
	}
	.thanx_contact .inner{
		padding: 20px 0;
}
	.thanx_contact .txt{
		color: #fff;
	}
	.thanx_contact .tel{
		color: #fff;
	}
}

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

	.thanx_about{
		padding: 80px 0 60px;
	}
	.thanx_about p{
		text-align: center;
		line-height: 1.7;
		padding-bottom: 30px;
	}
	.thanx_contact{
		margin-bottom: 150px;
		height: 200px;
		border: none;
		background: #ffaa29;
	}
	.thanx_contact .inner{
		padding: 55px 0;
	}
	.thanx_contact .txt{
		color: #fff;
	}
	.thanx_contact .tel{
		color: #fff;
	}
}

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

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

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