@charset "UTF-8";

.label_req{
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 44px;
  height: 19px;
  line-height: 19px;
  display: inline-block;
  margin-right: 10px;
  background-color: #0066B1;
}
.valid-err{
  font-size: 1.2rem;
  display: block;
  color: #FF0000;
  line-height: 1.75;
  margin-top: 5px;
}

.hf-parts-item{
  padding: 20px 0;
}
.hf-parts-item + .hf-parts-item{
  border-top: 1px solid #000;
}

.hf-parts-title{
  margin-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hf-parts-title .label_req{
}
.hf-parts-title-text{
  font-size: 1.3rem;
  font-weight: bold;
  width: 100%;
  display: block;
}
.label_req + .hf-parts-title-text{
  width: calc(100% - 54px);
}
.hf-parts-data{
  width: 100%;
}
.hf-parts-data input{
}
.hf-parts-data textarea{
  width: 100%;
  height: 140px;
  padding: 10px;
  border: 1px solid #ddd;
  line-height: 1.4;
  background-color: #fff;
}
.hf-parts-data label{
  font-size: 1.5rem;
  width: 100%;
  display: block;
}
.hf-parts-data label + label{
  margin-top: 5px;
}
.hf-parts-data label input{
  width: auto;
}
.hf-parts-data input[type=text],
.hf-parts-data textarea,
.hf-parts-data select{
}
.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{
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  left: 3px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transform-origin: center;
}
.hf-postal-code span{
  font-size: 16px;
}
.hf-content{
  line-height: 0;
}
.hf-agree input{
  vertical-align: text-top;
}
.hf-agree-privacyBox{
  display: block;
  height: 180px;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  overflow-y: scroll;
}

.hf-button{
  cursor: pointer;
  border-radius: 5px;
}
.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-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  background-color: inherit;
}
.hf-send-button{
  width: 72%;
}
.hf-clear-button{
  width: 25%;
}
.hf-clear-button input,
.hf-clear-button button{
  color: inherit;
  width: 100%;
}



