@charset "UTF-8";

/* メインビジュアル：お問い合わせ */
#contact #mainvisual {
	background-image: url(/images/contact/mv.jpg);
}

br.pc {
	display: none;
}

#contact .sec-title-area {
	display: block;
}
#contact .sec-lead {
	text-align: center;
}
form dl {
	margin-bottom: 3rem;
}
form dt {
	margin-bottom: .25rem;
}
form dd {
	margin-bottom: 2rem;
}
form dd label {
	margin-right: 1rem;
}
form dd a {
	text-decoration: underline;
}
.required:before {
	color: #ff0000;
	content: "*";
}
label {
	cursor: pointer;
}
input[type="checkbox"] {
	border: 1px solid #787777;
	height: 1rem;
	line-height: 1rem;
	margin: 0 .25rem 0 0;
	padding: 0;
	vertical-align: middle;
	width: 1rem;
}
input[type="checkbox"]:checked:before {
	content: "✔";
	font-size: 1.5rem;
}
input[type="radio"] {
	border: 0;
	height: 1rem;
	margin: 0;
	padding: 0;
	width: 1rem;
}
input[type="radio"]:before {
	color: #595857;
	content: "◯";
	font-size: 1rem;
}
input[type="radio"]:checked:before {
	color: #595857;
	content: "◉";
}
input[type="email"], input[type="tel"], input[type="text"], textarea {
	border: 1px solid #787777;
	padding: .25rem;
	width: 100%;
}
input[type="submit"] {
	background-color: #457696;
	color: #fff;
	cursor: pointer;
	padding: 1rem 4rem;
}
.form-control {
	margin-bottom: 2rem;
	text-align: center;
}

/* contactform7のレスポンスここから */
.screen-reader-response, .wpcf7-response-output {
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 2rem;
	text-align: center;
}
/* contactform7のレスポンスここまで */

@media screen and (min-width: 480px) {
}

@media screen and (min-width: 640px) {
}

@media screen and (min-width: 980px) {
	br.pc {
		display: none;
	}
	form dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		width: 70%;
	}
	form dt {
		flex-basis: 25%;
	}
	form dd {
		flex-basis: 75%;
	}
}
