@charset "UTF-8";

/*-----------------------------------
fv
--------------------------------------------------------*/
#bg-contact {
	background-image: url(../img/bg-contact.jpg);
	height: 320px;
}

@media (max-width:960px) {
	#bg-contact {
		height: 160px;
	}
}

/*-----------------------------------
お問い合わせフォーム
--------------------------------------------------------*/
.contact_form {
	text-align: center;
}

#contact-form {
	margin-bottom: 80px;
	margin-top: 40px;
	text-align: left;
}

#contact-form dl {
	background-color: #f0f0f0;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	padding-bottom: 60px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	width: 60%;
}

#contact-form dl dt {
	margin-top: 40px;
	padding-left: 40px;
	width: 50%;
}

#contact-form dl dd {
	margin-top: 40px;
	width: 50%;
}

input {
	background-color: #fff;
	border: #ccc 1px solid;
	border-radius: 4px;
	width: 80%;
}
textarea {
	background-color: #fff;
	border: #ccc 1px solid;
	border-radius: 4px;
	height: 12em;
	width: 80%;
}

#submit_button_cover {
	margin: auto;
	text-align: center;
}

#submit_button {
	background-color: rgba(0, 0, 0, .3);
	border: none;
	border-radius: 0;
	color: #fff;
	margin: auto;
	margin-top: 30px;
	padding: 8px 25px;
}

.must {
	background-color: rgba(245, 66, 66, .8);
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	margin-left: 8px;
	padding: 2px;
}


@media (max-width:960px) {
	.mainContainer {
		margin: auto;
		width: 90%;
	}

	.contact_form {
		text-align: left;
	}

	#contact-form {
		margin-bottom: 80px;
		margin-top: 40px;
	}

	#contact-form dl {
		background-color: #f0f0f0;
		display: block;
		padding-bottom: 60px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 16px;
		width: 100%;
	}
	#contact-form dl dt {
		margin-top: 20px;
		padding-left: 10px;
		width: 100%;
	}

	#contact-form dl dd {
		margin-top: 20px;
		padding-left: 10px;
		width: 100%;
	}

	input {
		background-color: #fff;
		border: #ccc 1px solid;
		margin-left: 10px;
		width: 20em;
	}

	textarea {
		background-color: #fff;
		border: #ccc 1px solid;
		height: 12em;
		margin-left: 10px;
		width: 88%;
	}
}