/* =============================================
お問い合わせ
============================================= */
.bl_contact {
  width: 60%;
  max-width: 800px;
  margin: 0 auto;
}

.bl_form_desc {
  text-align: center;
  margin-bottom: 80px;
}

.el_contactBox label {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
}

.el_required {
  position: relative;
  font-size: 15px;
}

.el_required::after {
  content: "必須";
  width: 48px;
  height: 23px;
  text-align: center;
  background-color: black;
  color: white;
  font-size: 13px;
  line-height: 23px;
  position: absolute;
  top: 50%;
  right: -58px;
  transform: translateY(-50%);
}

.el_contactBox {
  margin-bottom: 40px;
  line-height: 3.5rem;
}

.el_contactBox input,
.el_contactBox textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 0%;
  background-color: #F7F7F7;
}

/* 確認画面へボタン */
.el_contactBtn {
  max-width: 400px;
  height: 74px;
  background-color: #000000;
  color: white;
  border: 1px solid #ffffff;
  text-align: center;
  margin: 0 auto;
}

.el_contactBtn:hover {
  filter: invert(1);
}


.el_contactBtn input {
  color: white;
  font-size: 18px;
  line-height: 74px;
  letter-spacing: 3px;
  background: none;
  border: none;
}

.el_backBtn {
  display: none;
}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 560px) {}

/* =============================================
確認画面
============================================= */
.el_confirm,
.mw_wp_form_confirm .el_required,
.mw_wp_form_confirm .el_noCon {
  display: none;
}

.mw_wp_form_confirm .el_confirm {
  display: block;
  font-size: 16px;
}

.mw_wp_form_confirm .el_confirm,
.mw_wp_form_confirm .el_confirm p {
  width: 200px;
}

.mw_wp_form_confirm .el_contactBox {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 16px;
}

.mw_wp_form_confirm .el_contactBox br {
  display: none;
}

.mw_wp_form_confirm .el_contactBtn {
  margin-top: 50px;
}

.mw_wp_form_confirm .el_backBtn {
  display: block;
  margin-top: 100px;
  margin-bottom: 50px;
}

.mw_wp_form_confirm .radiogroup {
  left: auto;
}

.mw_wp_form_confirm .bl_confirm_item {
  width: 100%;
  display: flex;
}

.mw_wp_form_confirm .bl_form_desc,
.mw_wp_form_confirm .bl_form_desc p {
  width: 100%;
}

/* =============================================
完了画面
============================================= */
.mw_wp_form_complete p {
  text-align: center;
}

@media screen and (max-width: 960px) {
  .bl_form {
    padding-top: 0;
    padding-bottom: 90px;
    background-color: white;
  }

  .bl_form_cont {
    margin-bottom: 0;
  }

  .bl_form .bl_sub_ttl {
    margin-bottom: 0;
  }

  .bl_contact {
    width: 90%;
  }

  .mw_wp_form_confirm .el_confirm,
  .el_contactBox input,
  .el_contactBox textarea {
    width: 100%;
  }

  .el_contactBox {
    display: block;
    margin-bottom: 30px;
  }

  .el_contactBox label {
    line-height: 40px;
  }

  .el_contactBox input {
    display: block;
  }

  .mwform-tel-field {
    display: block;
    width: 100%;
  }

  .radiogroup {
    left: auto;
  }

  .mwform-radio-field {
    height: 1.6rem;
  }

  .mwform-radio-field label {
    line-height: 1.6rem;
  }

  .el_radiobox p {
    line-height: 2.5rem;
  }

  .el_radio {
    margin-bottom: 25px;
  }

  .el_contactBtn {
    margin-top: 30px;
  }

  .bl_form_desc {
    margin-bottom: 50px;
  }

  .mw_wp_form_confirm .bl_confirm_item {
    display: block;
  }
}

@media screen and (max-width: 560px) {}