@charset "UTF-8";
 
.sub #mv {
	background: url(/images/contact/mv.jpg) no-repeat;
	background-position: left 50% top 50.5%;
	background-size: cover;
	box-sizing: content-box;
}

.sub .sub_cont_txt {
	font-size: 1.125rem;
	margin-bottom: 6%;
}

.sub .sub_cont_box {
	padding: 5% 7%;
}

.ast {
	color: #fe0000;
}

.field {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3em;
}

label {
	width:　25%;
}

input, textarea {
	width: 73%;
	height: 4em;
	background: #f2f0f0;
	outline: none;
	border-radius: 0;
	border: 1px solid #f2f0f0;
	margin: 0;
	padding: 0;
}

textarea#inquiry {
	height: 20em;
}

.submit button {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-align: center;
	font-size: 1.125rem;
	width: 40%;
	display: block;
	padding: 1em;
	margin: 1em auto 0 auto;
	transition: .6s;
	font-family: 'Noto Serif JP', serif;
}

submit button:hover {
	opacity: .6;
}

.sub .sub_cont p.notice {
	text-align: center;
	margin-bottom: 2em;
}

@media (max-width: 1000px) {
	.field {
		flex-direction: column;
	}
	
	.field label, input, textarea {
		width: 100%;
	}
}