@charset "UTF-8";
/*main img
---------------------*/
header{
	background: #FFFBED url("../img/main_contact@2x.png") no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.main_text{
		margin: auto;
		left: inherit;
	}
}
.thanks{
    font-size: 2.4rem;
    line-height: 2;
    text-align: center;
	margin-bottom: 3rem;
}
.thanks_btn{
    display: block;
    margin: 1rem auto;
    font-size: 1.8rem;
    padding: 1rem 0;
    background: #c2d968;
    border: 2px solid #c2d968;
    border-radius: 5rem;
    color: #816636;
    width: 23rem;
    max-width: 90%;
    text-align: center;
}
.thanks_btn:hover{
    background: #fff;
    color: #c2d968;
}
@media screen and (max-width: 680px) {
.thanks{
    font-size: 1.8rem;
}
}