@charset "UTF-8";

/*
==========

contact.css
お問い合わせページ

==========
*/
.p-contact{
	color: #21385b;
}
.contact_wrap {
	padding: 5em 0;
}

.contact_wrap__inner {
	margin: 0 auto;
	padding: 3em;
	width: 90%;
	max-width: 800px;
}


/* thanks */
.contact_wrap__thanks {
	padding: 3em 0;
}

.contact_wrap__thanks .contact_wrap__inner {
	min-height: 55vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.contact_wrap__thanks .contact_wrap__inner h2 {
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 1em;
}

.contact_wrap__thanks .contact_wrap__inner p {
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 3em;
}

.contact_wrap__thanks .btn_close {
	margin-top: 1em;
	padding: 0.75em 2.5em;
	background-color: #eaeaea;
	color: #333;
	font-size: 0.85em;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.contact_wrap__thanks .contact_wrap__inner {
		padding: 2em;
		min-height: 55vh;
	}
}

.hs-form-f32acd19-e89c-473a-8134-ce5c7e2d1890_694b167f-9fa5-4ec2-8936-31a9bbd3a549 .hs-submit > .actions {
	text-align: center !important;
}
.p-contact .actions {
	text-align: center !important;
}
