@charset "utf-8";
/* お問い合わせ
----------------------------------------------------- */
#contact{
	padding: 3rem 1rem;
}
#contact form{
	margin: 3rem auto;
	padding: 3rem;
	max-width: 800px;
	width: 100%;
	background: #f9f9f9;
}
#contact form abbr{
	background: #c00000;
	color: #fff;
	padding: 0 1rem;
	font-size: 1em;
	margin-right: 1rem;
	display: inline-block;
}
#contact form abbr::before{
	content: "Req";
}
#contact form dt{
	font-weight: bold;
	display: block;
}
#contact form dd{
	padding: 1rem 0;
	display: block;
}
#contact form dd + dt{
	margin-top: 1em;
}
#contact input, #contact textarea{
	width: 100%;
	background: #f3f3f3;
	border: 0;
	outline: none;
	font-size: 1.6rem;
	padding: 1rem;
	border: 1px solid #e9e9e9
}
#contact input:focus, #contact textarea:focus{
	background: #fff;
}
#contact .notice{
	margin: 2rem 0 3rem;
}
#contact input[type="submit"]{
	padding: 2rem;
	background: #fff;
	color: #c00000;
	border-radius: .3rem;
	transition: .5s all;
	cursor: pointer;
}
#contact input[type="submit"]:hover{
	background: #c00000;
	color: #fff;
}

.wpcf7-form.sent .form-container{
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output{
	margin: 0 0 2rem !important;
	padding: 0 !important;
	font-weight: bold !important;
	text-align: center !important;
	border: 0 !important;
	color: #00a0d2 !important;
	font-size: 2rem !important;
}

.completed{
	background: #d4f1f4;
	padding: 2rem;
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output + .completed{
	display: block;
}