@charset "UTF-8";
/* ----------ttl_inner---------- */
.cont_thanks{
	padding:0 0 100px 0;
	display:flex;
	justify-content:space-between;
}
.cont_thanks .image{
	width:400px;
	overflow:hidden;
}
.cont_thanks .image img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.cont_thanks .inner{
	width:calc(100% - 450px);
}
.cont_thanks .btn{
	margin:100px auto 0;
	width:fit-content;
}
.cont_thanks .btn a{
	color:#fff;
	text-decoration:none;
	padding:1em 3em 1em 2em;
	border-radius:50px;
	box-shadow: 1rem 1rem 1rem -1rem hsl(200 50% 20% / 40%);
	background: linear-gradient(139deg, #948977, #7d6f57);
	color:#fff;
	text-align:center;
}

/* ----------768px---------- */
@media screen and (max-width: 768px) {
	.cont_thanks{
		display:block;
		justify-content:unset;
	}
	.cont_thanks .image{
		width:100%;
		margin:0 0 30px 0;
	}
		.cont_thanks .inner{
		width:100%;
	}
}