@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
お問い合わせ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.page-header {
	background-image: url("../img/contact/header.jpg");
}

.contact-form .inner {
	max-width: 820px;
}

.contact-form .section-description {
	margin-bottom: 2em;
	text-align: center;
}

.contact-form th {
	padding-bottom: 8px;
}

.contact-form .required::after {
	display: inline-block;
	margin-left: 0.6em;
	padding: 0 0.3em;
	border: 1px solid;
	color: var(--color-beige);
	font-size: 1rem;
	line-height: 1.5;
	vertical-align: 0.1em;
	content: "必須";
}

.contact-form td {
	padding-bottom: 27px;
}

.contact-form  label {
	display: inline-block;
	margin-right: 10px;
}

.contact-form .error {
	margin-top: 0.3em;
	color: #dc3232;
	font-size: 0.9em;
}

.contact-form .privacy {
	display: table;
	margin: 5px auto 0;
}

.contact-form .privacy a {
	border-bottom: 1.5px solid;
	line-height: 1.5;
}

.contact-form .privacy a:hover {
	color: var(--color-beige);
}

.contact-form .buttons {
	display: flex;
	justify-content: center;
}

.contact-form .button-back {
	margin-right: 16px;
}

@media (min-width: 768px) {
.contact-form th {
	width: 184px;
	padding: 24px 15px;
	border-top: 1.5px solid;
	border-bottom: 1.5px solid;
}

.contact-form .required::after {
	font-size: 1.2rem;
}

.contact-form td {
	padding: 24px 0 24px 24px;
	border-top: 1.5px solid var(--color-gray-light);
	border-bottom: 1.5px solid var(--color-gray-light);
}

.contact-form  label {
	margin-right: 1.5em;
}

.contact-form .privacy {
	margin-top: 1em;
}

.contact-form .button-back {
	margin-right: 24px;
}
}

@media (max-width: 767.9px) {
.contact-form th {
	font-weight: 800;
}
}
