


/*--------------------------------------------------------------------------
   sec-mv
---------------------------------------------------------------------------*/
.sec-mv-wrapper{
	margin: 0 50px;
}
.sec-mv-lower{
	width: 100%;
	height: 300px;
	/*min-height: 780px;*/
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	color: #000;
	font-size: 48px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1;
	
}
.lead{
	letter-spacing: 8px;
}
.sub-lead{
	display: block;
	font-size: 24px;
	line-height: 2;
	margin-top: 0;
	font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
	letter-spacing: 1px;
}


/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.sec-mv-wrapper{
		margin: 0;
	}
	.sec-mv-lower{
		width: 100%;
		font-size: 26px;
		line-height: 1.3;
		padding: 0 3%;
	}
	.sub-lead{
		font-size: 14px;
		line-height: 1.6;
		margin-top:5px;
	}
	
}


/*--------------------------------------------------------------------------
   sec-conatct
---------------------------------------------------------------------------*/
.sec-conatct{
	margin: 0 50px 70px 50px;
	position: relative;
}
.sec-conatct .inner{
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.sec-conatct .inner-check{
	position: relative;
	width: 800px;
	margin: 0 auto;
}

.sec-conatct .contactArea{
	background: #EEEEEE;
	overflow: hidden;
}
.sec-conatct .contactArea .ttl{
	font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
	font-size: 22px;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	font-weight: 600;
	border-bottom: 1px solid #FFF;
}
.sec-conatct .contactArea .tel{
	text-align: center;
	width: 50%;
	padding: 30px 0;
	font-weight: 600;
	line-height: 1.5;
	font-family:  "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	float: left;
	border-right: 1px solid #FFF;
}

.sec-conatct .contactArea .tel p:nth-child(1){
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
.sec-conatct .contactArea .tel p:nth-child(2){
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 5px;
}
.sec-conatct .contactArea .tel p:nth-child(3){
	font-size: 15px;
	font-weight:normal;
}
.sec-conatct .contactArea .showroom{
	text-align: center;
	width: 50%;
	padding: 30px 0;
	font-weight: 600;
	line-height: 1.5;
	font-family:  "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	float: right;
}
.sec-conatct .contactArea .showroom p:nth-child(1){
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}


/*　詳細ボタン　*/
.btn_detail{
	width:400px;
	font-size: 22px;
	font-weight: 600;
}

.btn_detail a{
	display: block;
}
.btn_detail.buttons {
  display: inline-block;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 59px;
  outline: none;
}
.btn_detail.buttons::before,
.btn_detail.buttons::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn_detail.buttons,
.btn_detail.buttons::before,
.btn_detail.buttons::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn_detail.buttons {
  z-index: 2;
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
  line-height: 59px;
}
.btn_detail.buttons:hover {
  background-color: #FFF;
  border-color: #000;
  color: #000;
}
.btn_detail.buttons::before,
.btn_detail.buttons::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #000;
}
.btn_detail.buttons::before {
  right: 0;
}
.btn_detail.buttons::after {
  left: 0;
}
.btn_detail.buttons:hover::before,
.btn_detail.buttons:hover::after {
  width: 0;
  background-color: #000;
}



/*　確認ボタン　*/
.btn_check{
	width:400px;
	margin: 0 0 0 0;
	font-size: 22px;
	font-weight: 600;
	position:relative;
	/*left: 50%;*/
}


/*　送信ボタン　*/
.btn_check_right{
	width:380px;
	margin: 80px 0 60px 0;
	font-size: 22px;
	font-weight: 600;
	position:relative;
	left: auto;
	float: right;
}
/*　修正ボタン　*/
.btn_check_left{
	width:380px;
	margin: 80px 0 60px 0;
	font-size: 22px;
	font-weight: 600;
	position:relative;
	left: auto;
	float: left;
}
.btn_check_left.buttons {
  z-index: 2;
  background-color: #FFF;
  border: 1px solid #000;
  color: #000;
  line-height: 59px;
	margin-right: 40px;
}
.btn_check_left.buttons:hover {
  background-color: #000;
  border-color: #000;
  color: #FFF;
}
.btn_check_left.buttons::before,
.btn_check_left.buttons::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #FFF;
}
.btn_check_left.buttons:hover::before,
.btn_check_left.buttons:hover::after {
  width: 0;
  background-color: #FFF;
}




.sec-conatct .formArea .lead-txt{
	text-align: center;
	letter-spacing: 1;
	margin: 80px 0 60px 0;
}
.sec-conatct .formArea .flow{
	display: flex;          /* 2 */
    justify-content:center;/* 3 */
    align-items:center;    /* 4 */
	flex-wrap: wrap;
	text-align: center;
	font-family:  "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-weight: 600;
	color: #CCC;
	margin-bottom: 45px;
}
.sec-conatct .formArea .flow li{
	padding: 0 40px 0 20px;
	position: relative;
}
.sec-conatct .formArea .flow li:first-child{
	padding: 0 40px 0 0;
	position: relative;
}
.sec-conatct .formArea .flow li:last-child{
	padding: 0 0 0 20px;
}
.sec-conatct .formArea .flow li::before{
	content: "";
	display: block;
	border-top:4px solid #FFF;
	padding:15px 0 0 0;
}
.sec-conatct .formArea .flow li.active{
	color: #000;
}
.sec-conatct .formArea .flow li.active::before{
	border-top:4px solid #000;
}
.sec-conatct .formArea .flow li::after{
	content: "";
	display:inline-block;
	width: 19px;
	height: 14px;
	background: url(/assets/img/common/ico_flow.png) no-repeat right 50%;
	position: absolute;
	right: 0;
	top:50%;
}
.sec-conatct .formArea .flow li:last-child::after{
	display:none;
}


.sec-conatct .formArea .formCont .fc{
	display: flex;          /* 2 */
    justify-content:flex-start;/* 3 */
    align-items:flex-start;    /* 4 */
	flex-wrap:nowrap;
	padding: 40px 0;
	border-bottom: 1px solid #EAEAEA;
}

.sec-conatct .formArea .formCont .fc:first-child{
	border-top: 1px solid #EAEAEA;
}




.sec-conatct .formArea .formCont .fc .ttl{
	font-weight: 600;
	width: 200px;
	margin-right: 40px;
	
}
.sec-conatct .formArea .formCont .fc .ttl span{
	font-weight:normal;
	font-size: 15px;
}

.sec-conatct .formArea .formCont .fc .sec{
	width: 860px;
}


.sec-conatct .formArea .formCont .fc textarea{
	width: 820px;
	background: #F6F7F7;
	color: #666;
	padding: 20px 20px 0 20px;
	font-size: 15px;
	min-height: 200px;
	line-height: 20px;
}

.sec-conatct .formArea .formCont .fc .pattern02 textarea{
	min-height: auto;
}

.sec-conatct .formArea .formCont .fc .pattern03 textarea{
	width: 280px;
	margin-right: 30px;
	min-height: auto;
}
.sec-conatct .formArea .formCont .fc .pattern04 textarea{
	width: 170px;
	min-height: auto;
}
.sec-conatct .formArea .formCont .fc span.tel-ico{
	margin: 20px 20px 0 20px;
	display: inline-block;
	text-align: center;
}


.sec-conatct .formArea .formCont .f-txt{
	margin: 40px 0 20px 0;
	text-align: center;
}
.sec-conatct .formArea .formCont .f-txt a:link,
.sec-conatct .formArea .formCont .f-txt a:visited{
	color: #868686;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.sec-conatct .formArea .formCont .f-txt a:hover{
	color: #000;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}



.sec-conatct .formArea .formCont .radio02{
	display: flex;          /* 2 */
    justify-content:flex-start;/* 3 */
    align-items:center;    /* 4 */
	flex-wrap: wrap;
}
.sec-conatct .formArea .formCont .radio02 label{
	cursor: pointer;
}
/*radio01 css*/
.radio01-input{
  display: none;
}
.radio01-parts{
  padding-left: 40px;
  position:relative;
  margin-right: 20px;
}
.radio01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #666;
  border-radius: 50%;
}
.radio01-input:checked + .radio01-parts{
  /*color: #009a9a;*/
}
.radio01-input:checked + .radio01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 8px;
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 50%;
}



/* css checkbox01 */
.checkbox02{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 40px;
	
}
.checkbox01-input{
  display: none;
	
}
.checkbox01-parts{
  padding-right: 40px;
	padding-top: 8px;
  position:relative;
	cursor: pointer;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  /*border-radius: 4px;*/
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #000;
}
.checkbox01-input:checked + .checkbox01-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: 8px;
    width: 12px;
    height: 24px;
    transform: rotate(40deg);
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
}




.sec-conatct .completeArea{
	background: #EEEEEE;
	padding: 45px;
	overflow: hidden;
	text-align: center;
	font-size: 15px;
	margin-bottom: 40px;
	
}

.sec-conatct .completeArea .ttl{
	line-height: 1.6;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 30px;
}
.sec-conatct .completeArea .tel{
	text-align: center;
	width: 100%;
	padding: 30px 0;
	font-weight: 600;
	line-height: 1.5;
	font-family:  "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	float: left;
	border-right: 1px solid #FFF;
}

.sec-conatct .completeArea .tel p:nth-child(1){
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
.sec-conatct .completeArea .tel p:nth-child(2){
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 5px;
}
.sec-conatct .completeArea .tel p:nth-child(3){
	font-size: 15px;
	font-weight:normal;
}
.sec-conatct .completeArea .showroom{
	text-align: center;
	width: 50%;
	padding: 30px 0;
	font-weight: 600;
	line-height: 1.5;
	font-family:  "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	float: right;
}
.sec-conatct .contactArea .showroom p:nth-child(1){
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}





/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.sec-conatct{
		width:100%;
		padding: 0 3%;
		margin: 0 0 40px 0;
		position: relative;
	}
	.sec-conatct .inner{
		position: relative;
		width: 100%;
		margin: 0 auto;
	}

	.sec-conatct .contactArea{
		background: #EEEEEE;
		overflow: hidden;
		padding: 0;
	}
	.sec-conatct .contactArea .ttl{
		font-family:'Noto Serif Japanese','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3';
		font-size: 16px;
		text-align: center;
		width: 100%;
		padding: 10px 3%;
		font-weight: 600;
		border-bottom: 1px solid #FFF;
	}

	.sec-conatct .contactArea .tel{
		text-align: center;
		width: 100%;
		padding: 30px 3%;
		font-weight: 600;
		line-height: 1.5;
		font-family:  "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
		float: left;
		border-right: 1px solid #FFF;
	}

	.sec-conatct .contactArea .tel p:nth-child(1){
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 5px;
	}
	.sec-conatct .contactArea .tel p:nth-child(2){
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 5px;
	}
	.sec-conatct .contactArea .tel p:nth-child(3){
		font-size: 12px;
		font-weight:normal;
	}
	.sec-conatct .contactArea .showroom{
		text-align: center;
		width: 100%;
		padding: 0 0 30px 0;
		font-weight: 600;
		line-height: 1.5;
		font-family:  "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
		float: right;
	}
	.sec-conatct .contactArea .showroom p:nth-child(1){
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 10px;
	}


	/*　詳細ボタン　*/
	.btn_detail{
		width:80%;
		font-size: 16px;
		font-weight: 600;
	}

	.btn_detail a{
		display: block;
	}
	.btn_detail.buttons {
	  display: inline-block;
	  height: 60px;
	  text-align: center;
	  text-decoration: none;
	  line-height: 59px;
	  outline: none;
	}
	.btn_detail.buttons::before,
	.btn_detail.buttons::after {
	  position: absolute;
	  z-index: -1;
	  display: block;
	  content: '';
	}
	.btn_detail.buttons,
	.btn_detail.buttons::before,
	.btn_detail.buttons::after {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-transition: all .3s;
	  transition: all .3s;
	}
	.btn_detail.buttons {
	  z-index: 2;
	  background-color: #000;
	  border: 1px solid #000;
	  color: #FFF;
	  line-height: 59px;
		width: 100%;
	}
	.btn_detail.buttons:hover {
	  background-color: #FFF;
	  border-color: #000;
	  color: #000;
	}
	.btn_detail.buttons::before,
	.btn_detail.buttons::after {
	  top: 0;
	  width: 50%;
	  height: 100%;
	  background-color: #000;
	}
	.btn_detail.buttons::before {
	  right: 0;
	}
	.btn_detail.buttons::after {
	  left: 0;
	}
	.btn_detail.buttons:hover::before,
	.btn_detail.buttons:hover::after {
	  width: 0;
	  background-color: #000;
	}



	/*　確認ボタン　*/
	.btn_check{
		width:100%;
		margin: 0 0 0 0;
		font-size: 16px;
		font-weight: 600;
		position:relative;
		left: 0;
	}
	
	
	




	.sec-conatct .formArea .lead-txt{
		text-align: left;
		letter-spacing: 1;
		margin: 40px 0 30px 0;
	}
	.sec-conatct .formArea .flow{
		display: flex;          /* 2 */
		justify-content:center;/* 3 */
		align-items:center;    /* 4 */
		flex-wrap:nowrap;
		text-align: center;
		font-family:  "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
		font-size: 14px;
		font-weight: 600;
		color: #CCC;
		margin-bottom: 45px;
	}
	.sec-conatct .formArea .flow li{
		padding: 0 30px 0 10px;
		position: relative;
	}
	.sec-conatct .formArea .flow li:first-child{
		padding: 0 30px 0 0;
		position: relative;
	}
	.sec-conatct .formArea .flow li:last-child{
		padding: 0 0 0 10px;
	}
	.sec-conatct .formArea .flow li::before{
		content: "";
		display: block;
		border-top:4px solid #FFF;
		padding:15px 0 0 0;
	}
	.sec-conatct .formArea .flow li.active{
		color: #000;
	}
	.sec-conatct .formArea .flow li.active::before{
		border-top:4px solid #000;
	}
	.sec-conatct .formArea .flow li::after{
		content: "";
		display:inline-block;
		width: 19px;
		height: 14px;
		background: url(/assets/img/common/ico_flow.png) no-repeat right 50%;
		position: absolute;
		right: 0;
		top:50%;
	}
	.sec-conatct .formArea .flow li:last-child::after{
		display:none;
	}


	.sec-conatct .formArea .formCont .fc{
		display: block;
		padding: 25px 0;
		border-bottom: 1px solid #EAEAEA;
	}




	.sec-conatct .formArea .formCont .fc .ttl{
		font-weight: 600;
		width: 100%;
		display: block;
		margin-right: 40px;
		margin-bottom: 20px;
		font-size: 16px;

	}
	.sec-conatct .formArea .formCont .fc .ttl span{
		font-weight:normal;
		font-size: 12px;
	}
	
	.sec-conatct .formArea .formCont .fc .sec{
		width: 100%;
	}



	.sec-conatct .formArea .formCont .fc textarea{
		width: 94%;
		background: #F6F7F7;
		color: #666;
		padding: 3% 3% 0 3%;
		font-size: 12px;
		min-height: 150px;
		line-height: 20px;
	}

	.sec-conatct .formArea .formCont .fc .pattern02 textarea{
		min-height: auto;
	}

	.sec-conatct .formArea .formCont .fc .pattern03 textarea{
		width: 94%;
		margin-right: 30px;
		margin-bottom: 30px;
		min-height: auto;
	}
	.sec-conatct .formArea .formCont .fc .pattern03 textarea:nth-child(2){
		margin-bottom: 0;
	}
	.sec-conatct .formArea .formCont .fc .pattern04 textarea{
		width: 20%;
		min-height: auto;
	}
	.sec-conatct .formArea .formCont .fc span.tel-ico{
		margin: 5% 5px;
		display: inline-block;
		text-align: center;
	}
	


	.sec-conatct .formArea .formCont .f-txt{
		margin: 40px 0 20px 0;
		padding: 0 3%;
		text-align: center;
	}
	.sec-conatct .formArea .formCont .f-txt a:link,
	.sec-conatct .formArea .formCont .f-txt a:visited{
		color: #868686;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
	.sec-conatct .formArea .formCont .f-txt a:hover{
		color: #000;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}



	.sec-conatct .formArea .formCont .radio02{
		display: block;
		padding: 0 3%;
	}
	.sec-conatct .formArea .formCont .radio02 label{
		cursor: pointer;
		display: block;
		margin-bottom: 20px;
	}
	/*radio01 css*/
	.radio01-input{
	  display: none;
	}
	.radio01-parts{
	  padding-left: 40px;
	  position:relative;
	  margin-right: 20px;
	}
	.radio01-parts::before{
	  content: "";
	  display: block;
	  position: absolute;
	  top: -7px;
		left: 0;
		width: 20px;
		height: 20px;
	  border: 1px solid #666;
	  border-radius: 50%;
	}
	.radio01-input:checked + .radio01-parts{
	  /*color: #009a9a;*/
	}
	.radio01-input:checked + .radio01-parts::after{
	      content: "";
		display: block;
		position: absolute;
		top: -3px;
		left: 4px;
		width: 12px;
		height: 12px;
		background: #000;
		border-radius: 50%;
	}



	/* css checkbox01 */
	.checkbox02{
		padding: 0 3%;
		font-size: 16px;
		font-weight: 600;
		text-align: center;

	}
	.checkbox01-input{
	  display: none;

	}
	.checkbox01-parts{
	  padding-right: 40px;
		padding-top: 8px;
	  position:relative;
		cursor: pointer;
	}
	.checkbox01-parts::before{
	  content: "";
	  display: block;
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 30px;
	  height: 30px;
	  border: 1px solid #666;
	  /*border-radius: 4px;*/
	}
	.checkbox01-input:checked + .checkbox01-parts{
	  color: #000;
	}
	.checkbox01-input:checked + .checkbox01-parts::after{
		content: "";
		display: block;
		position: absolute;
		top: -2px;
		right: 8px;
		width: 12px;
		height: 24px;
		transform: rotate(40deg);
		border-bottom: 3px solid #000;
		border-right: 3px solid #000;
	}
	
	/*　送信ボタン　*/
	.btn_check_right{
		width:48%;
		margin: 0px 0 60px 0;
		font-weight: 600;
		position:relative;
		left: auto;
		float: right;
	}
	/*　修正ボタン　*/
	.btn_check_left{
		width:48%;
		margin: 40px 0 20px 0;
		font-weight: 600;
		position:relative;
		left: auto;
		float: left;
	}
	
	.btn_check_left.buttons {
	  z-index: 2;
	  background-color: #FFF;
	  border: 1px solid #000;
	  color: #000;
	  line-height: 59px;
	}
	.btn_check_left.buttons:hover {
	  background-color: #000;
	  border-color: #000;
	  color: #FFF;
	}
	.btn_check_left.buttons::before,
	.btn_check_left.buttons::after {
	  top: 0;
	  width: 50%;
	  height: 100%;
	  background-color: #FFF;
	}
	.btn_check_left.buttons:hover::before,
	.btn_check_left.buttons:hover::after {
	  width: 0;
	  background-color: #FFF;
	}
	.sec-conatct-check .formArea .formCont .fc .ttl{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.tac button{
		width: 100%;
	}
	
	
	button, [type='button'], [type='reset'], [type='submit'], [role='button'] {
		cursor: pointer;
		width: 100%;
	}
	


	.btn_showroom{
		width: 90%!important;
	}
	.sec-conatct .completeArea .tel{
		border-right:none;
	}
}



.buttons{
	cursor: pointer;
}
button{
	width:100%;
}
input{
	width:100%!important;
}

.error{
	font-size: 14px;
	color: #CC0000;
	margin-top: 10px;
	font-weight: normal;
}

.tac{
	text-align: center;
}

