@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{
		width: 90%;
		margin: 0 auto 150px auto;
		background-image: none !important;
		background-color: #fff !important;
		border: solid 10px #000;
		position: relative;
	}	
	.thanx_contact .inner {
		padding: 60px 0;
	}
	.thanx_contact .txt{
		color: #000;
	}
	.thanx_contact .tel{
		color: #124691;
	}
}

@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;
		background-image: none !important;
		background-color: #fff !important;
		border: solid 10px #000;
		position: relative;
	}	
	.thanx_contact .inner{
		padding: 55px 0;
	}
	.thanx_contact .txt{
		color: #000;
	}
	.thanx_contact .tel{
		color: #124691;
	}
}

@media screen and (max-width:480px) {
	
	.thanx_about{
		padding: 40px 0.2% 10px;
	}

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