@charset "UTF-8";
/*============================================================================================
      Header / Footer
=============================================================================================*/
.Head_logo{
}

.Foot_Copy{
  display: block;
}


/*============================================================================================
      Start
=============================================================================================*/
.Start_box{
  border: 4px solid #db2b41;
  border-radius: 20px;
  padding: 80px 80px;
}
.Start_ttl{
  margin-bottom: 20px;
}
.Start_subttl{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  background-color: #db2b41;
  padding: 10px 23px;
  border-radius: 1000px;
  color: #FFF;
}
.Start_subttl::before{
  width: 16px;
  height: 9px;
  background-image: url(../img/ic_sb.png);
  right: 0;
  left: 0;
  bottom: -9px;
}
.Start_txt{
  margin-bottom: 50px;
}
@media (max-width: 1040px){
  .Start_ttl{
    margin-bottom: 20px;
  }
}
@media (max-width: 896px){
  .Start_box{
    padding: 50px 30px 50px;
    /* margin-top: 4vh; */
  }
  .Start_box_txt{
    order: 2;
  }
  .Start_ttl{
    margin-bottom: 10px;
  }
  .Start_subttl{
    margin-bottom: 10px;
  }
  .Start_txt{
    margin-bottom: 40px;
  }
  .Start_box_img{
    order: 1;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px){

}

/*============================================================================================
      Select
=============================================================================================*/
.Select_box{
  color: #333;
  background-color: #fff;
  padding: 80px;
  margin: 7vh 0;
  border-radius: 20px;
}
.Select_box_txt{
  margin-bottom: 80px;
}
.Select_box_txt__lg{
  margin: -31px auto 49px;
}
@media (max-width: 1040px){
  .Select_box_txt{

  }
}
@media (max-width: 896px){
  .Select_box{
    padding: 50px 24px;
  }
  .Select_box_txt{
    margin-bottom: 45px;
  }

}
@media (max-width: 576px){

}

/*============================================================================================
      Result
=============================================================================================*/
.w_Result{
  color: #333;
  padding-top: 100px;
  background-color: #fff;
}
.Result_step + .Result_step{
  margin-top: 8px;
}
.Result_step_hd{
  width: 70px;
}
.Result_step_bd{
  width: calc(100% - 70px);
}
@media (max-width: 896px){
  .w_Result{
    padding-top: 80px;
  }
}
@media (max-width: 576px){

}


/*============================================================================================
      Contact
=============================================================================================*/
.label_req{
	color: #FF0000;
	font-size: 1.3rem;
  padding-left: 15px;
  font-weight: normal;
}
.valid-err{
	display: block;
	color: #FF0000;
}

.hf-parts-list{
}
.hf-parts-item{
	position: relative;
	padding: 15px 0;
}
.hf-parts-title{
	position: relative;
	width: 100%;
	font-weight: bold;
  margin-bottom: 10px;
}
.hf-parts-title .whitepaper_comment{
  font-size: 1.4rem;
  font-weight: normal;
}
.hf-parts-data{
	width: 100%;
}
.hf-parts-data input{
	font-size: 16px;
	color: #ddd;
}
.hf-parts-data input[type=text],
.hf-parts-data input:-webkit-autofill,
.hf-parts-data select{
	width: 100%;
	color: inherit;
	font-size: 16px;
	border: none;
	border-radius: 0;
  background-color: #f8f8f8;
}
.hf-parts-data textarea{
	width: 100%;
	height: 140px;
	padding: 10px;
	color: inherit;
	font-size: 16px;
	border: 1px solid #ddd;
	background-color: #fff;
	line-height: 1.4;
	border-radius: 0;
}
.hf-parts-data input[type=text],
.hf-parts-data textarea,
.hf-parts-data select{
	color: inherit;
	padding: 14px;
	width: 100%;
	border: none;
  background-color: #f8f8f8;
}
.hf-parts-data input::-webkit-input-placeholder,
.hf-parts-data textarea::-webkit-input-placeholder{
	color: #ddd;
}
.hf-parts-data input::-moz-placeholder,
.hf-parts-data textarea::-moz-placeholder{
	color: #ddd;
}
.hf-parts-data input:-ms-input-placeholder,
.hf-parts-data textarea:-ms-input-placeholder{
	color: #ddd;
}
.hf-parts-data input::-ms-input-placeholder,
.hf-parts-data textarea::-ms-input-placeholder{
	color: #ddd;
}
.hf-parts-data input::placeholder,
.hf-parts-data textarea::placeholder{
	color: #ddd;
}
.hf-parts-data label{
  cursor: pointer;
}
.hf-parts-data label.u_ic:after{
	background-image: url(../img/common/select_arrow.svg);
	width: 9px;
	height: 8px;
	top: 0;
	bottom: 0;
	right: 15px;
	pointer-events: none;
}

.hf-parts-data select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.hf-parts-data select::-ms-expand{
	display: none;
}
.hf-contact_type label{
	display: block;
}
.hf-trigger_check label{
	display: inline-block;
	margin-right: 10px;
	white-space: nowrap;
}
.hf-trigger_check label:last-of-type{
	margin-right: 0;
}
.hf-mail_note::before{
	background-image: url(../img/common/arrow.svg);
	width: 12px;
	height: 7px;
	top: 0;
	bottom: 0;
	left: 0;
}
.hf-postal-code span{
	font-size: 16px;
}
.hf-content{
	line-height: 0;
}
.hf-content .valid-err{
	line-height: 1.75;
}

.hf-box-doui{
  font-size: 1.4rem;
  padding: 15px 20px;
  border: 1px solid #d8d8d8;
  margin: 10px 0;
}

.hf-button{
	cursor: pointer;
	border-radius: 1000px;
}
.hf-button input,
.hf-button button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	border-radius: inherit;
	border: none;
	transition: color .2s, background .2s;
	-webkit-transition: color .2s, background .2s;
	cursor: pointer;
}
.hf-button.hf-send-button{
	width: 255px;
	margin-left: 30px;
  color: #fff;
	background-color: #2997E6;
	border: 2px solid #2997E6;
}
.hf-button.hf-send-button input{
	background-color: #2997E6;
}
.hf-button.hf-send-button:after{
	width: 6px;
	height: 6px;
	top: 0;
	bottom: 0;
	right: 20px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hf-button.hf-send-button:hover{
	background-color: #fff;
	color: #2997E6;
	border: 2px solid #2997E6;
}
.hf-button.hf-send-button input{
	color: inherit;
	background-color: inherit;
}
.hf-button.hf-send-button:hover:after{
	border-top: 1px solid #2997E6;
	border-right: 1px solid #2997E6;
}
.hf-button.hf-clear-button{
	width: 80px;
  color: #2997E6;
	background-color: #fff;
	border: 2px solid #2997E6;
}
.hf-button.hf-clear-button input,
.hf-button.hf-clear-button button{
  color: inherit;
	background-color: inherit;
}
.hf-button.hf-clear-button:hover{
	background-color: #2997E6;
	color: #fff;
	border: 2px solid #2997E6;
}
.hf-button.hf-clear-button input:hover,
.hf-button.hf-clear-button button:hover{
	color: inherit;
	background-color: inherit;
}


.Form_box{
  max-width: 880px;
  min-width: 880px;
  padding: 50px;
  border: 2px solid #ddd;
  border-radius: 10px;
  margin: 0 auto;
}


@media (max-width:896px){
  .Form_box{
    min-width: 100%;
  }
	.hf-button.hf-send-button{
		width: 65%;
		margin-left: 5%;
	}
	.hf-button.hf-clear-button{
		width: 30%;
	}
	.hf-parts-list_confirm .hf-parts-data{
		margin-top: 0;
	}
}

@media (max-width:576px){
  .Form_box{
    border: none;
    padding: 0;
  }
  .hf-box-doui{
    font-size: 1.3rem;
    height: 200px;
    padding: 12px;
    overflow-y: scroll;
  }
}

