@charset "utf-8";
.sp {
	display: none;
}
.pc {
	display: none;
}

#MvArea  {
	background: url(../../img/contact/contact_mvimg.jpg) no-repeat center;
	background-size: cover
}
.mvWrap {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 5;
}
.mvInner {
	color: #ffffff;
	line-height: 1.0;
}

.contactFlow {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 40px;
	padding: 15px;
	background: #fff;
	border: 5px solid #c9c9c9;
	text-align: center;
	line-height: 1.0;
}
.contactFlow p {
	display: inline-block;
	position: relative;
	padding: 0 30px 0 30px;
	color: #c9c9c9;
	font-size: 1.8rem;
	line-height: 1.0;
}
.contactFlow p:nth-child(3) {
	padding: 0 0 0 30px;
}
.contactFlow p.current {
	color: #000;
}
.contactFlow p:before {
	position: absolute;
	top: calc( 50% - 11px );
	left: 0;
	background: #c9c9c9;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	width: 20px;
	height: 20px;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contactFlow p:after {
	position: absolute;
	content: "";
	top: calc( 50% - 6px );
	right: 10px;
	background: url("../../img/contact/arr_gray.png") no-repeat 0 0 ;
	background-size: 6px 10px;
	width: 6px;
	height: 10px;
}
.contactFlow p.current:before {
	background: #000;
}
.contactFlow p.current:after {
	background: url("../../img/contact/arr_black.png") no-repeat 0 0;
	background-size: 6px 10px;
}
.contactFlow p:nth-child(1):before {
	content: "1";
}
.contactFlow p:nth-child(2):before {
	content: "2";
}
.contactFlow p:nth-child(3):before {
	content: "3";
}
.contactFlow p:nth-child(3):after {
	display: none;
}

button, input, select, textarea {
	font-size: 1.7rem;
	padding: 15px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family : inherit;
	font-size   : 100%;
	width: 100%;
	margin-bottom: 5px;
}
textarea {
	height: 400px;
}

#input, #confirm, #complete {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 30px;
}
#confirm, #complete  {
	margin: 0 auto 80px;
}
#complete {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.formBox {
	margin-bottom: 30px;
}
#confirm .formBox {
	margin-bottom: 15px;
}
dt {
	margin-bottom: 10px;
}
dt span {
	font-size: 1.7rem;
	margin-right: 15px;
	display: inline-block;
}
#confirm dt {
	margin-bottom: 0;
}
#confirm dd {
	padding:  0 0 15px 20px;
	border-bottom: 3px solid #c9c9c9;
}
.required {
	font-size: 1.2rem;
	line-height: 1.0;
	background: #b10418;
	padding: 5px 8px 6px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
}
.err {
	font-size: 1.3rem;
	color: #b10418;
}
.ppTxt {
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.4rem;
}
.ppTxt a {
	text-decoration: underline;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.ppTxt a:hover {
	color: #b10418;
}
#confirmBtn {
	width: 360px;
	margin: 0 auto 20px;
}
#confirmBtn a {
	width: 360px;
	padding: 17px 0;
	text-align: center;
	background:url("../../img/contact/arr_white.png") no-repeat right 20px center #b10418;
	background-size: 8px 14px;
	border: 3px solid #b10418;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	line-height: 1.4;
	font-size: 1.8rem;
	font-weight: 400;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#confirmBtn a:hover {
	background:url("../../img/contact/arr_red.png") no-repeat right 20px center #fff;
	background-size: 8px 14px;
	color: #b10418;
}
.small {
	font-size: 1.2rem;
	font-weight: 400;
	display:inline-block;
}
#backBtn {
	width: 360px;
	margin: 0 auto;
}
#backBtn a {
	padding: 0 0 0 25px;
	background:url("../../img/contact/arr_gray02.png") no-repeat 0 center;
	background-size: 8px 14px;
	display: block;
	line-height: 1.4;
	font-size: 1.5rem;
	font-weight: 700;
	color: #777777;
}

/*--confirm--*/
.txtRed {
	color: #b10418;
}

/*--complete--*/
#complete p {
	margin: 0 auto 50px;
}
#complete .txtRed {
	font-weight: 700;
}
#homeBtn {
	width: 330px;
	margin: 0 auto 20px;
}
#homeBtn a {
	width: 330px;
	padding: 17px 0;
	text-align: center;
	background:url("../../img/contact/arr_red.png") no-repeat right 20px center #fff;
	background-size: 8px 14px;
	border: 3px solid #b10418;
	color: #b10418;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	line-height: 1.4;
	font-size: 1.6rem;
	font-weight: 400;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#homeBtn a:hover {
	background:url("../../img/contact/arr_white.png") no-repeat right 20px center #b10418;
	background-size: 8px 14px;
	color: #fff;
}




