@charset "UTF-8";
/*-----------------------------------------------------

  Request CSS

-----------------------------------------------------*/
#requests_freedial {
  position: relative;
  margin: 50px 0 80px;
  border: 1px solid #EC6D56;
  padding: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #requests_freedial {
    margin: 30px 0 40px;
    padding: 25px 10px;
  }
}

#requests_freedial:before, #requests_freedial:after {
  position: absolute;
  display: block;
  content: " ";
  background-color: #FFFDE5;
  width: calc( 100% - 70px);
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #requests_freedial:before, #requests_freedial:after {
    width: calc( 100% - 35px);
  }
}

#requests_freedial:before {
  top: -2px;
}

#requests_freedial:after {
  bottom: -2px;
}

#requests_freedial #requests_freedial_txt {
  line-height: 2.5;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #requests_freedial #requests_freedial_txt {
    font-size: 1.0rem;
  }
}

#requests_freedial #requests_freedial_attention {
  margin-top: 15px;
}

#requests_freedial #requests_freedial_attention p {
  font-size: 2.0rem;
  font-weight: bold;
  color: #EC6D56;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #requests_freedial #requests_freedial_attention p {
    font-size: 1.3rem;
  }
}

#requests_freedial #requests_freedial_attention .btn {
  border-width: 1px;
  padding: 10px 30px;
  font-size: 1.9rem;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #requests_freedial #requests_freedial_attention .btn {
    font-size: 1.45rem;
  }
}

#requests_freedial #requests_freedial_attention .btn span {
  position: relative;
  font-weight: bold;
  padding-left: 2.10526em;
}

#requests_freedial #requests_freedial_attention .btn span:before {
  position: absolute;
  display: block;
  content: " ";
  background: url(btn_ico_tel.png) no-repeat center center/contain;
  width: 1.73684em;
  height: 1.73684em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#requests_freedial #requests_freedial_attention .btn span small {
  font-size: 63%;
  color: #333333;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#requests_freedial #requests_freedial_attention .btn:hover span:before {
  background-image: url(btn_ico_tel-white.png);
}

#requests_freedial #requests_freedial_attention .btn:hover span small {
  color: #fff;
}

.form_body {
  margin-top: 0;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .form_body {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #form_status #form_status_ttl {
    font-size: 1.3rem;
  }
}

#form_status #form_status_ttl .icon_required {
  display: inline-block;
  content: "必須";
  background-color: #EC6D56;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.47059em;
  width: 4.23529em;
  height: 1.47059em;
  margin: 0 1em;
  vertical-align: 0.05em;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #form_status #form_status_ttl .icon_required {
    font-size: 0.95rem;
    vertical-align: middle;
  }
}

#form_status #form_status_ttl small {
  font-size: 1.6rem;
  color: #333333;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #form_status #form_status_ttl small {
    font-size: 0.8rem;
  }
}

#form_status #form_status_box {
  text-align: center;
  margin-left: 0;
}

#form_status #form_status_box ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #form_status #form_status_box ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#form_status #form_status_box ul li:nth-child(n+2) {
  margin-left: 5em;
}

.form_body textarea.textarea_s {
  min-height: 125px;
  margin-top: 0.5em;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .form_body textarea.textarea_s {
    min-height: 62px;
  }
}

@media screen and (min-width: 768px) {
  .form_body ul.form_date li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.form_body ul.form_date li .form_date_txt {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .form_body ul.form_date li .form_date_txt {
    font-size: 1.15rem;
  }
}

.form_body dl.form_textarea dt {
  padding-right: 0.5em;
}

#float_btns {
  display: none !important;
}

.line_bottom{
  border-bottom: 1px solid #EC6D56;
  font-weight: bold;
}
.submit_tell{
  font-size: 1.8rem;
  font-weight: bold;
  color: #EC6D56;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  margin-top: 55px;
}
.submit_tell_btn{
  position: relative;
  display: inline-block;
  border-radius: 100vw;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #fff;
  padding: 9px 60px 12px;
  border: 1px solid #EC6D56;
}
.submit_tell_btn a{
  display: inline-block;
    border-radius: 100vw;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.submit_tell_btn span {
    display: block;
    line-height: 1em;
    padding: 10px 0 0 26px;
    color: #EC6D56;
    font-weight: bold;
    font-size: 24px;
}
/* .tel_icon{
  position: absolute;
  top: 0;
  left: 19px;
  width: 2.3em;
  height: 2.3em;
  top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

} */
small {
    font-size: 60%;
    color: #000;
    line-height: -0.8em;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .submit_tell{
    font-size: 1.3rem;
  }
  .submit_tell_btn{
    padding: 1vw 6vw;
  }
  .submit_tell_btn span {
    display: block;
    line-height: 1em;
    padding: 1vw 0 1vw 5vw;
    font-size: 2.4vw;
    font-weight: bold;
}
/* .tel_icon {
    position: absolute;
    top: 0;
    left: 2vw;
    width: 6vw;
    height: 6vw;
    top: 4.6vw;
    -webkit-transform: translateY(-3vw);
    -ms-transform: translateY(-3vw);
    transform: translateY(-3vw);
} */

small {
    font-size: 1.6vw;
    color: #000;
    line-height: -0.8em;
}
}

@media only screen and (max-width: 530px){
  .submit_tell_btn {
    padding: 3vw 8vw;
}
  .submit_tell_btn span {
    display: block;
    line-height: 1em;
    padding: 1vw 0 1vw 5vw;
    font-size: 4.4vw;
    font-weight: bold;
}
.tel_icon {
    left: 3vw;
    top: 9vw;
}
}
@media only screen and (max-width: 411px){
  .tel_icon {
      left: 3vw;
      top: 12vw;
  }

}
