@charset "utf-8";

.contact{
	background: url(../images/home/mv_bg.jpg) top center / 100% no-repeat;
}
.contact:before{
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, #ffffff 20%);
	position: absolute;
	top: 0;
	left: 0;
}

.contact .p-section{
	max-width: 600px;
	width: 95%;
	margin:0 auto;
	position: relative;
	padding:5em 0;
}
.contact .p-pageheader{
	color: var(--color-white);
	position: relative;
}
.page-complete p{
	font-size: 1.6rem;
	line-height: 1.8;
	width: 40em;
	margin: 1em auto;
}
.inputfForm{
	margin: 2em auto;
}
.contact form dl dt{
	font-weight: 700;
	margin-bottom: .3em;
}
.contact form dl dd{
	margin-bottom: 2em;
}
.contact form dl dt .required,.contact form dl dt .no-required{
	display: inline-block;
	padding: .3em;
	color: #fff;
	font-weight: 600;
	font-size: 1.3rem;
	margin-right: 1em;
	text-align: center;
	line-height: 1;
	border-radius: 2px;
}
.contact form dl dt .required{
	background-color: #c00;
}
.contact form dl dt .no-required{
	background-color: #666;
}
.contact form input{
	width: 100%;
	padding: 1em .5em;
}
.contact form .tell{
	width: 6em;
	padding: .3em;
}
.contact form textarea.inquiry{
	width: 100%;
	padding: .3em;
}
.contact form .agreement{
	text-align: center;
}
.contact form .agreement a{
	color: #222;
}
.contact form input.agree{
	width: 1em;
	height: 1em;
	margin: 0 .5em 0 0;
}
.contact form .mwform-checkbox-field label{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 1em;
}
.contact form .submitBox input.btnStyle{
	display: block;
	margin: 2em auto 0;
	max-width: 16em;
	padding: 1em;
	font-weight: 700;
	border:1px solid #666;
	box-shadow: 0 0 6px #ccc;
	background-color: #fff;
	transition: .3s;
}
.confirm form .submitBox{
	margin: 2em auto 0;
	display: flex;
	justify-content: space-around;
}

/*========================
モバイル
========================*/
@media (max-width: 767px) {


}