.form_page {
  background-color: #fbb03b;
}

.ly_page {
  padding: 180px 0;
}
.ly_page_inner {
  width: 92%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.el_caution {
  color: #d63641;
  margin: 0 0.25em;
}

.el_pageHeading {
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 3em;
  font-weight: bold;
}
.el_pageHeading span {
  line-height: 1;
}

.el_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  padding: 1.5em 4em;
  background-color: #f46831;
  border: none;
  font-weight: bold;
  border-radius: 5em;
}

.bl_form {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 120px 90px;
}
.bl_form_input ,
.bl_form_textArea {
  width: 100%;
  font-size: 16px;
  border-radius: 1em;
  border: 2px solid #b5b5b5;
  padding: 0.8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bl_form_table {
  margin-bottom: 2em;
  font-size: 18px;
}
.bl_form_table > dt {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.bl_form_table.is_error > dt {
  color: #f46831;
}
.bl_form_agree {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.bl_form_agree a {
  color: #f46831;
  border-bottom: 1px solid #f46831;
  padding-bottom: 0.1em;
}
.bl_form_agree a:hover {
  border-bottom: none;
}
.bl_form_btn {
  font-size: 24px;
  margin-top: 3em;
  text-align: center;
}
.bl_form .error {
  font-size: 12px;
  color: #f46831;
  margin-top: 0.5em;
  margin-bottom: 0;
  font-weight: bold;
}
.bl_form h4 {
  margin: 0;
  position: relative;
}
.bl_form h4::after {
  content: "";
  display: block;
  position: relative;
  margin: 1em 0;
  background-color: #f46831;
  width: 3em;
  height: 5px;
  border-radius: 5em;
}
.bl_form p {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 860px) {
  .ly_page {
    padding: 12% 0;
  }
  .el_pageHeading {
    font-size: 14px;
  }
  .el_pageHeading img {
    height: 1.8em;
    width: auto;
  }
  .el_btn {
    display: block;
    width: 100%;
    padding: 1em 0em;
  }
  .bl_form {
    padding: 8% 4%;
    border-radius: 15px;
  }
  .bl_form_btn {
    margin-top: 2em;
  }
}
