@charset "UTF-8";
/*=======================================================
pagetop
=======================================================*/
.bl_pagetop {
  display: none;
}

/*=======================================================
お問い合わせ入力画面
=======================================================*/
.bl_contact.input .el_sec_mainTtl span {
  margin-bottom: 32px;
}
.bl_contact.input .bl_contact_submit {
  width: 200px;
  height: 48px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #074AAD;
  color: #074AAD;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
  margin: 40px auto 0;
  transition: all 0.3s ease;
}

@media only screen and (min-device-width: 751px) {
  .bl_contact.input .bl_contact_submit:hover {
    background: #074AAD;
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .bl_contact.input .ly_cont_inner {
    padding: 4.8vw 0 10.6666666667vw;
  }
  .bl_contact.input .el_sec_mainTtl span {
    margin-bottom: 6.4vw;
  }
  .bl_contact.input .bl_contact_submit {
    width: 40vw;
    height: 9.6vw;
    font-size: 3.7333333333vw;
    padding-bottom: 0.8vw;
    margin: 8.5333333333vw auto 0;
  }
}