@charset "UTF-8";

body {
	background-color: #e5e5e5;
}

main {
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
	background-color: #fafafa;
}

img {
	max-width: 100%;
	height: auto;
}

/* thanks */
.thanks_wrapper {
	position: relative;
	.thanks_bg {
		width: 100%;
		display: block;
	}
	.thanks_cta {
		position: absolute;
		bottom: 4.0625%;
		inset-inline: 0;
		margin-inline: auto;
		width: 77.592%;
		display: block;
		filter: drop-shadow(0 4px 14px #00000042);
		/*box-shadow: 0 0 10px rgb(163, 162, 162);
    (左右px　上下px　ぼかしpx　(※広がりpx)　色)*/
		transition: opacity 0.4s;
		&:hover {
			opacity: 0.7;
		}
	}
}
