@charset "utf-8";


.full-width a {
	transition: 0.3s;
}

.full-width a:hover {
	opacity: 0.3;
}

.thanks_hero_box {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(/assets/img/common/bg_thanks.png) no-repeat center center;
	background-size: cover;
}

.thanks_hero_box h1 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin: 0;
}

.thanks_intro_box {
	display: flex;
	flex-flow: column;
	align-items: center;
	text-align: center;
	font-weight: normal;
}

.thanks_intro_box h2 {
	color: #000;
	font-size: 1.6rem;
	margin: 0 0 10px;
}

.thanks_intro_box > p:nth-of-type(1) {
	margin: 0 0 30px;
}

.thanks_intro_box > p:nth-of-type(2) {
	margin: 0 0 10px;
}

.thanks_intro_box > a {
	width: 50%;
	min-width: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background-color: #005d96;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.5;
	border: 1px solid #005d96;
	border-radius: 100px;
	position: relative;
	padding: 10px;
	margin: 0 auto 30px;
}

.thanks_intro_box > a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	font-weight: 900;
	margin: 0 0 0 10px;
}

.thanks_intro_box > ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.thanks_intro_box > ul li {
	line-height: 1.5;
}

@media screen and (max-width:767px) {

	.pagetop {
		bottom: 0 !important;
	}

	.thanks_intro_box {
		text-align: left;
	}

	.thanks_intro_box > ul {
		grid-template-columns: repeat(1, 1fr);
	}

	.thanks_intro_box > a {
		font-size: 1.4rem;
	}
}
