@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
.thanks_wrap {
	background: url("../img/contact_thanks/contact_fv_bg.png") no-repeat center center;
	background-size: cover;
	position: relative;
	height: 500px;
}
.thanks_inner {
	background: #2088b4;
	padding: 50px 20px 55px;
}
.thanks_inner .thanks_txt {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 35px 20px;
	font-size: 18px;
	text-align: center;
	line-height: 2;
	background: #fff;
}

.com_btn a::after{
content: none;
}


.com_btn a{
margin: 35px auto 0;
}

/*---------------------------------------------*/
/*---------------------------------------------*/
@media screen and (max-width:768px) {
	.thanks_inner .thanks_txt{
		font-size: 16px;
	}
}
@media screen and (max-width:420px) {


.thanks_inner {
    padding: 30px 20px 35px;
}

	.thanks_inner .thanks_txt {
		font-size: 15px;
		line-height: 1.5;
		text-align: left;
		padding: 25px 20px;
	}
	
	.com_btn a{
    margin: 25px auto;
}
	
}
@media screen and (max-width:320px) {
	.thanks_txt {
		font-size: 14px;
		margin: 30px auto 60px;
	}
}
