@charset "UTF-8";
/*=======================================================
共通
=======================================================*/
.ly_allWrapper {
  background: #F5F5F5;
}
/*=======================================================
contact
=======================================================*/
.bl_contact {
  padding: 40px 0 64px;
}
.bl_contact_intro {
  text-align: center;
  margin-bottom: 40px;
}
.bl_contact_form {
  padding: 56px 0 64px;
  background: #fff;
}
.bl_contact .bl_form_btm {
  margin: 32px auto;
  text-align: center;
  font-size: 14px;
}
.bl_contact .bl_form_btm a {
  text-decoration: underline;
  color: #299383;
}
.bl_contact .bl_form_btnWrapper .bl_submit_btn {
  width: 340px;
  height: 56px;
  border-radius: 2px;
  background: #299383;
  color: #fff;
  padding-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 auto;
}
.bl_contact .bl_form_selectList {
  display: flex;
  gap: 32px;
}
.bl_contact .bl_form_selectItem .bl_item_wrap {
  position: relative;
}
.bl_contact .bl_form_selectItem .bl_item_wrap::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 5px;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  background: url("../img/contact/form_birth_arrow.svg") top center/contain no-repeat;
}
.bl_contact .bl_form_selectItem select {
  border-radius: 2px;
}
#form_birth_year select {
  width: 127px;
}
#form_birth_month select {
  width: 92px;
}
#form_birth_day select {
  width: 92px;
}
/* bl_form */
.bl_form {
  width: 820px;
  margin: 0 auto;
}
.bl_form_item {
  display: flex;
  flex-wrap: wrap;
}
.bl_form_item:not(:first-child) {
  margin-top: 24px;
}
.bl_form_ttl {
  width: 300px;
  display: flex;
  align-items: center;
  position: relative;
}
.el_required::after,
.el_optional::after {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  width: 48px;
  height: 24px;
  padding-bottom: 1px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 88px;
  transform: translateY(-50%);
}
.el_required::after {
  content: "必須";
  background: #E05F26;
}
.el_optional::after {
  content: "任意";
  background: #9A9A9A;
}
.bl_form input {
  width: 520px;
  height: 40px;
  padding: 0 16px 3px;
  border-radius: 5px;
  border: 1px solid #969696;
  background: #fff;
}
#form_contact_tel input,
#form_contact_email input {
  padding-bottom: 0;
}
#form_contact_annualIncome .bl_item_wrap {
  position: relative;
}
#form_contact_annualIncome .bl_item_wrap::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #222 transparent transparent transparent;
}
/* セレクト */
.bl_form_selectWrapper{
  background: #fff;
}
.bl_form select {
  width: 520px;
  height: 40px;
  font-size: 16px;
  padding: 0 16px 3px;
  border-radius: 5px;
  color: #000;
  border: 1px solid #969696;
  z-index: 2;
}
/* テキストエリア */
.bl_form textarea {
  width: 520px;
  height: 160px;
  padding: 10px 0 0 16px;
  background: #fff;
  border: 1px solid #969696;
  border-radius: 5px;
  resize: none;
}
.bl_contact .bl_form .bl_item_wrap {
  display: flex;
}
input[type=text],
input[type=checkbox],
input[type=submit],
select,
::placeholder {
  font-family: "noto-sans-jp", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .bl_contact {
    padding: 4vw 0 6.4vw;
  }
  .bl_contact_intro {
    margin-bottom: 4vw;
  }
  .bl_contact_form {
    padding: 5.6vw 0 6.4vw;
  }
  .bl_contact .bl_form_btm {
    margin: 3.2vw auto;
    font-size: 1.4vw;
  }
  .bl_contact .bl_form_btnWrapper .bl_submit_btn {
    width: 34vw;
    height: 5.6vw;
    border-radius: 0.2vw;
    padding-bottom: 0.2vw;
    font-size: 1.8vw;
  }
  .bl_contact .bl_form_selectList {
    gap: 3.2vw;
  }
  .bl_contact .bl_form_selectItem .bl_item_wrap::before {
    width: 1vw;
    height: 0.5vw;
    right: 0.8vw;
  }
  .bl_contact .bl_form_selectItem select {
    border-radius: 0.2vw;
  }
  #form_birth_year select {
    width: 12.7vw;
  }
  #form_birth_month select {
    width: 9.2vw;
  }
  #form_birth_day select {
    width: 9.2vw;
  }
  /* bl_form */
  .bl_form {
    width: 82vw;
  }
  .bl_form_item:not(:first-child) {
    margin-top: 2.4vw;
  }
  .bl_form_ttl {
    width: 30vw;
  }
  .el_required::after,
  .el_optional::after {
    font-size: 1.5vw;
    width: 4.8vw;
    height: 2.4vw;
    padding-bottom: 0.1vw;
    right: 8.8vw;
  }
  .bl_form input {
    width: 52vw;
    height: 4vw;
    padding: 0 1.6vw 0.3vw;
    border-radius: 0.5vw;
    border-width: 0.1vw;
  }
  #form_contact_annualIncome .bl_item_wrap::before {
    right: 1.6vw;
    border-width: 1vw 0.6vw 0 0.6vw;
  }
  /* セレクト */
  .bl_form select {
    width: 52vw;
    height: 4vw;
    font-size: 1.6vw;
    padding: 0 1.6vw 0.3vw;
    border-radius: 0.5vw;
    border-width: 0.1vw;
  }
  /* テキストエリア */
  .bl_form textarea {
    width: 52vw;
    height: 16vw;
    padding: 1vw 0 0 1.6vw;
    border-width: 0.1vw;
    border-radius: 0.5vw;
  }
  /* ボタン */
  .bl_form .bl_btnWrapper {
    gap: 4.8vw;
    margin-top: 4vw;
  }
  .bl_form .el_btn {
    min-width: 22vw;
  }
  input, button, select, textarea {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 750px) {
  .bl_contact {
    padding: 48px 0 80px;
  }
  .bl_contact_intro {
    margin-bottom: 64px;
  }
  .bl_form{
    width: 690px;
  }
  .bl_contact .bl_form_btm {
    margin: 48px auto;
    font-size: 24px;
  }
  .bl_contact .bl_form_btnWrapper .bl_submit_btn {
    width: 510px;
    height: 80px;
    border-radius: 3px;
    padding-bottom: 4px;
    font-size: 30px;
  }
  .bl_form {
    padding: 0 32px;
  }
  .bl_form_item {
    gap: 0;
  }
  .bl_form_item:not(:first-child) {
    margin-top: 40px;
  }
  .bl_form_ttl {
    font-size: 30px;
    width: 100%;
    margin-bottom: 16px;
  }
  .el_required::after,
  .el_optional::after {
    font-size: 26px;
    width: 80px;
    height: 40px;
    padding-bottom: 4px;
    right: 0;
  }
  .bl_form input {
    width: 100%;
    height: 64px;
    font-size: 32px;
    padding: 0 16px 4px;
  }
  #form_contact_annualIncome .bl_item_wrap::before {
    right: 24px;
    border-width: 15px 9px 0 9px;
  }
  /* セレクト */
  .bl_form_selectWrapper {
    width: 100%;
  }
  .bl_form_selectWrapper::after {
    border-width: 14px 9px 0 9px;
    top: 26px;
    right: 20px;
  }
  .bl_contact .bl_form_selectItem .bl_item_wrap::before{
    width: 15px;
    height: 7.5px;
    right: 12px;
  }
  #form_birth_year select {
    width: 189px;
  }
  #form_birth_month select {
    width: 138px;
  }
  #form_birth_day select {
    width: 138px;
  }
  .bl_form select {
    width: 100%;
    height: 64px;
    font-size: 32px;
    padding: 0 16px 4px;
    background-size: 20px 18px;
    background-position: center right 24px;
  }
  /* テキストエリア */
  .bl_form textarea {
    width: 100%;
    height: 403px;
    padding: 10px 0 0 16px;
    font-size: 32px;
  }
}
