<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.thanks_wrap {
		padding-top: 220px;
		padding-bottom: 200px;
		max-width: 800px;
		margin: 0 auto;
		padding-left: 30px;
		padding-right: 30px;
		min-height: 700px;
}
.thanks_catch {
		max-width: 800px;
		margin: 0 auto 30px;
}
.thanks_wrap h3 {
		font-size: 24px;
		font-weight: 600;
		text-align: center;
		margin: 0 0 45px;
}
.thanks_wrap h3 img {
		max-width: inherit;
		width: 100%;
		height: auto;
}
.thanks_catch img {
		max-width: inherit;
		width: 100%;
		height: auto;
}
.thanks_lead {
		text-align: center;
		line-height: 1.8;
}
.back_home_center {
		display: flex;
		justify-content: center;
		margin-top: 60px;
}
.back_home a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 60px;
		width: 240px;
		position: relative;
		border: 1px solid #1e1e1e;
		border-radius: 40px;
		transition: background 0.2s;
		box-sizing: border-box;
}
.back_home a::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 6px);
		left: 25px;
		width: 12px;
		height: 12px;
		background-image: url("../images/btn_arw_left_blk.png");
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 12px;
		pointer-events: none;
}
@media (hover: hover) {
		.back_home a:hover {
				background: #1e1e1e;
				color: #fff;
		}
		.back_home a:hover::before {
				background-image: url("../images/btn_arw_left_wht.png");
		}
}
.back_home a span {
		position: relative;
		display: inline-block;
		transform: translateY(1px);
}
@media(max-width: 767px) {
		.thanks_wrap {
				padding-top: 130px;
				padding-bottom: 100px;
				padding-left: 30px;
				padding-right: 30px;
				min-height: 500px;
		}
		.thanks_catch {
				margin-bottom: 40px;
		}
		.thanks_wrap h3 {
				font-size: 18px;
				margin-bottom: 30px;
		}
		.back_home a {
				width: 60vw;
				height: 50px;
				max-width: 220px;
		}
		.back_home a::before {
				left: 23px;
		}
}</pre></body></html>