/* =========================================================
  Thanks page（inquiry と同系統）
========================================================= */
@media (min-width: 1440px) {
	section#thanks_content .container {
		max-width: 1440px;
	}
}

section#thanks_content {
	padding: 100px 0;
	background: #f8f9fa;
}

.thanks_card {
	max-width: 900px;
	margin: 0 auto;
	padding: 3rem 2.5rem;
	border-radius: 24px;
	background: #fff;
	text-align: center;
}

.thanks_lead {
	margin-bottom: 1.5rem;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.78;
	color: #0a2647;
}

.thanks_text {
	margin-bottom: 2.5rem;
	letter-spacing: 0.18em;
	line-height: 1.78;
	color: #0a2647;
	font-weight: 400;
	text-align: left;
}

.thanks_text strong {
	font-weight: 700;
}

.thanks_editor {
	margin-bottom: 2rem;
	text-align: left;
	letter-spacing: 0.12em;
	line-height: 1.78;
	color: #0a2647;
}

.thanks_actions {
	margin-top: 0.5rem;
}

.thanks_btn {
	display: inline-block;
	min-width: 378px;
	padding: 1rem 2rem;
	border-radius: 39px;
	background: #041931;
	color: #fff !important;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.thanks_btn:hover {
	opacity: 0.88;
	color: #fff;
}

@media (max-width: 992px) {
	section#thanks_content {
		padding: 50px 0;
	}

	.thanks_card {
		padding: 1.5rem 1rem;
	}

	.thanks_lead {
		font-size: 20px;
		margin-bottom: 1rem;
	}

	.thanks_text {
		margin-bottom: 1.5rem;
		letter-spacing: 0.05em;
		font-size: 15px;
	}

	.thanks_btn {
		width: 100%;
		max-width: 378px;
		min-width: 0;
	}
}
