@charset "utf-8";
.page_top {
  background-color: #cb2121;
  /* padding: 0 80px 100px; */
  padding: 0 4.1667% 100px;
  position: relative; }

.page_top .scroll_down {
  position: absolute;
  bottom: 103px;
  bottom: 18.0702%;
  right: 1.72%;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #fff;
  padding-right: 18px;
  transform: rotate(90deg) translateY(50%);
  transform-origin: right bottom; }

.page_top .scroll_down:before {
  content: '';
  width: 110px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 11px;
  left: 100%; }

#breadcrumb {
  position: absolute;
  bottom: 62px;
  font-size: 12px;
  line-height: 16px; }

#breadcrumb a,
#breadcrumb span {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #f8f8f8;
  display: inline-block; }

#breadcrumb a {
  border-bottom: 1px solid #fff; }

#breadcrumb a + a,
#breadcrumb a + span {
  margin-left: 20px; }

#breadcrumb a + a:before,
#breadcrumb a + span:before {
  content: '>';
  position: absolute;
  top: 0px;
  left: -12px; }

.mainv {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  position: relative; }

.mainv .mainv_t {
  width: 23.8395%;
  max-width: 416px;
  position: absolute;
  bottom: -31px;
  bottom: -5.9362%;
  right: 10px;
  z-index: 8;
  text-align:right;
}

.mainv h2 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.16em;
  transform: translateY(-50%); }


.form_property_backcolor{
	background-color: #f4f4f4;
	padding-bottom:1px;
}



/*=========   プログレスバー    ===========*/
.form_progress_wrap{
	max-width: 408px;
	margin:0 auto 15px;
	padding-top:76px;
}

.form_progress{
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
}
.form_progress::after{
	content: "";
	display:block;
	width: 100%;
	height:1px;
	position: absolute;
	background-color: #cbcbcb;
	top: 60px;
	left: 0;
	z-index: 1;
}
.form_progress li{
	padding-top: 40px;
}

.form_progress .number{
	width: 40px;
	height: 40px;
	background-color: #cbcbcb;
	position: relative;
	z-index: 20;
}

.form_progress .number span{
	color: #000;
	position: relative;
	font-size: 15px;
	top: -30px;
	left: 11px;
}

.form_progress .progress{
	width: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:center;
}

/*====  アクティブ時　=====*/
.form_progress li.active .number{
	background-color: #cb2121;
}
.form_progress li.active .number span{
	color: #cb2121;
}

/*====  アクティブ時ここまで　=====*/


/*=========   プログレスバーここまで    ===========*/


.form_property_p{
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align:center;
}
.form_property_p.red{
	color: #cb2121;
	margin-bottom: 54px;
}




/*=========   フォームエリア    ===========*/

.form_table_wrap{
	background-color: #fff;
	max-width: 1200px;
	margin:0 auto 70px;
	padding-top: 80px;
}

.form_table{
	width: 80%;
	margin:0 auto;
}

.form_table th{
	display: block;
	margin-bottom: 20px;
}
.form_table th .hissu{
	color: #cb2121;
	margin-left: 0.5em;
}
.form_table td{
	display: block;
	font-size: 18px;
	width: 100%;
	margin-bottom: 60px;
}
.form_table td input{
	border:none;
	font-size: 100%;
	padding: 0.8em 0;
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
	border-radius: 0;
}

.form_table input::placeholder {
	color: #b3b3b3;
	letter-spacing: 0.05em;
}

.form_table td textarea{
	border:none;
	font-size: 100%;
	padding: 0.8em 0 0;
	width: 100%;
	height: 222px;
	border-bottom: 1px solid #cdcdcd;
	border-radius: 0;
	resize: none;
}

.form_table textarea::placeholder {
	color: #b3b3b3;
	letter-spacing: 0.05em;
}

.form_submit_wrap{
	max-width: 1200px;
	margin:0 auto 117px;
}

.form_submit_wrap .form_submit{
	width:37%;
	margin:0 auto;
	background-color: #cb2121;
	text-align:center;
	text-align:-webkit-center;
}

.form_submit_wrap .btn-submit{
	color: #fff;
	font-size: 16px;
	width: 100%;
	padding:30px 0;
}


/*=========   フォームエリアここまで    ===========*/






/*---------------------------------------------------------
	w1200px
---------------------------------------------------------*/
@media screen and (max-width: 1200px) {

}


/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) and (orientation: portrait) ,screen and (max-width: 737px) and (orientation: landscape) {

.mainv .mainv_t {
  width: 23.8395%;
  max-width: 416px;
  position: absolute;
  bottom: -20px;
  bottom: -16.9362%;
}



/*=========   プログレスバー    ===========*/
.form_progress_wrap{
	max-width: 90%;
	margin:0 auto 15px;
	padding-top:50px;
}

.form_progress{
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
}
.form_progress::after{
	content: "";
	display:block;
	width: 100%;
	height:1px;
	position: absolute;
	background-color: #cbcbcb;
	top: 60px;
	left: 0;
	z-index: 1;
}
.form_progress li{
	padding-top: 40px;
}

.form_progress .number{
	width: 40px;
	height: 40px;
	background-color: #cbcbcb;
	position: relative;
	z-index: 20;
}

.form_progress .number span{
	color: #000;
	position: relative;
	font-size: 15px;
	top: -30px;
	left: 11px;
}

.form_progress .progress{
	width: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	font-size: 13px;
}


/*=========   プログレスバーここまで    ===========*/


.form_property_p{
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align:left;
	margin-left: 5%;
	margin-right: 5%;
}
.form_property_p.red{
	margin:10px 5% 30px;
}


/*=========   フォームエリア    ===========*/

.form_table_wrap{
	background-color: #fff;
	max-width: 1200px;
	margin:0 auto 50px;
	padding-top: 50px;
}

.form_table{
	width: 84%;
	margin:0 auto;
}

.form_table th{
	margin-bottom: 0px;
}
.form_table th .hissu{
	color: #cb2121;
	margin-left: 0.5em;
}
.form_table td{
	font-size: 16px;
	width: 100%;
	margin-bottom: 40px;
}
.form_table td input{
	font-size: 100%;
	padding: 0.8em 0;
	width: 100%;
}

.form_table td textarea{
	font-size: 100%;
	padding: 0.8em 0 0;
	width: 100%;
	height: 200px;
	border-bottom: 1px solid #cdcdcd;
	resize: none;
}

.form_submit_wrap{
	max-width: 1200px;
	margin:0 auto 57px;
}

.form_submit_wrap .form_submit{
	width:70%;
	margin:0 auto;
	text-align:center;
	text-align:-webkit-center;
}

.form_submit_wrap .btn-submit{
	color: #fff;
	font-size: 16px;
	padding:15px 0;
}


/*=========   フォームエリアここまで    ===========*/





}

/*---------------------------------------------------------
	w374px
---------------------------------------------------------*/
@media screen and (max-width: 374px) {
	
}
