@charset "UTF-8";
* {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
}

body {
  color: #055195;
}

a {
  text-decoration: none;
  color: #000;
  color: initial;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}

.hp_pcNone {
  display: none;
}

.ly_inner {
  width: 1000px;
  margin: 0 auto;
}

/*----------- header -----------*/
.ly_header {
  background: #fff;
  padding: 11px 0;
  width: 100%;
}

.bl_header_wrapper {
  width: 1005px;
  margin: 0 auto;
}

/*----------- form -----------*/
.ly_form {
  padding: 40px 0 80px;
  background: #ebf9fe;
  width: 100%;
  position: relative;
}
.ly_form::before {
  content: "";
  background: url(../../img/form_background_cover_request.jpg) no-repeat center/cover;
  position: absolute;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.ly_form.ly_form__contact {
  padding: 40px 0 60px;
}
.ly_form.ly_form__contact::before {
  background: url(../../img/form_background_cover_contact.jpg) no-repeat center/cover;
}
.ly_form.ly_form__thanks {
  padding: 90px 0 60px;
}

.bl_form_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}

.bl_formLeft {
  width: 415px;
  margin: 50px 0 0 46px;
}

.bl_formLeft_ttl {
  text-align: center;
}

.bl_formLeft_catch {
  text-align: center;
  margin-top: 60px;
}

.bl_formLeft_img {
  text-align: center;
  margin-top: 18px;
}
.bl_formLeft_img.bl_formLeft_img__contact {
  margin-top: 65px;
}

.bl_formLeft_txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6875;
  margin: 32px 0 0 4px;
}

.bl_formRight_ttl {
  margin-left: 12px;
}
.bl_formRight_ttl.bl_formRight_ttl__contact {
  text-align: center;
  margin: 0;
}

.bl_formRight {
  background: #fff;
  width: 470px;
  padding-top: 24px;
}
.bl_formRight.bl_formRight__contact {
  padding-top: 50px;
}
.bl_formRight dl {
  width: 410px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0 16px;
}
.bl_formRight dl.req dt::after {
  content: "必須";
  color: #fff;
  background: #ff6343;
  font-size: 14px;
  padding: 1px 4px;
  height: 18px;
}
.bl_formRight dl + dl {
  border-top: solid 1px #c5dceb;
}
.bl_formRight .error {
  display: block;
  width: 100%;
  color: #df3434;
  font-size: 14px;
  padding-bottom: 8px;
}
.bl_formRight dt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  width: 115px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5px;
}
.bl_formRight dt label {
  font-weight: bold;
  line-height: 1.3;
}
.bl_formRight dd {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 6px;
}
.bl_formRight dd input[type=text], .bl_formRight dd textarea, .bl_formRight dd select {
  border: none;
  width: 290px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #e8eff0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 8px 10px;
  resize: none;
  cursor: pointer;
}
.bl_formRight dd input[type=text]::-webkit-input-placeholder, .bl_formRight dd textarea::-webkit-input-placeholder, .bl_formRight dd select::-webkit-input-placeholder {
  color: rgba(5, 81, 149, .2);
}
.bl_formRight dd input[type=text]::-moz-placeholder, .bl_formRight dd textarea::-moz-placeholder, .bl_formRight dd select::-moz-placeholder {
  color: rgba(5, 81, 149, .2);
}
.bl_formRight dd input[type=text]::-ms-input-placeholder, .bl_formRight dd textarea::-ms-input-placeholder, .bl_formRight dd select::-ms-input-placeholder {
  color: rgba(5, 81, 149, .2);
}
.bl_formRight dd input[type=text]::placeholder, .bl_formRight dd textarea::placeholder, .bl_formRight dd select::placeholder {
  color: rgba(5, 81, 149, .2);
}
.bl_formRight textarea {
  height: 80px;
}
.bl_formRight dl.etc dt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 8px;
}

.bl_privacypolicy_agree {
  display: table;
  font-size: 14px;
  font-weight: bold;
  margin: 7px auto 0;
  position: relative;
}
.bl_privacypolicy_agree a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-weight: bold;
  color: #007ff0;
}
.bl_privacypolicy_agree a:hover {
  text-decoration: none;
  opacity: 1;
}

.bl_form_confirm {
  width: 353px;
  margin: 0 auto;
  text-align: center;
  background: url(../../img/info_button_arrow.png) no-repeat top 47px right 40px/10px 16px, url(../../img/form_button.png) no-repeat center/contain;
  padding: 23px 0 47px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_form_confirm:hover {
  opacity: 0.7;
}
.bl_form_confirm input.bl_form_confirmBtn {
  width: 325px;
  height: 65px;
  border: none;
  background: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.bl_submit_btn li:first-child {
  width: 353px;
  margin: 0 auto;
  text-align: center;
  background: url(../../img/info_button_arrow.png) no-repeat top 47px right 40px/10px 16px, url(../../img/form_button.png) no-repeat center/contain;
  padding: 23px 0 47px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_submit_btn li:first-child:hover {
  opacity: 0.7;
}
.bl_submit_btn li:first-child input.bl_form_submitBtn {
  width: 325px;
  height: 65px;
  border: none;
  background: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.bl_submit_prevbtn {
  display: table;
  font-size: 16px;
  font-weight: bold;
  margin: 7px auto 18px;
  position: relative;
  cursor: pointer;
}
.bl_submit_prevbtn a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-weight: bold;
  color: #007ff0;
}
.bl_submit_prevbtn a:hover {
  text-decoration: none;
  opacity: 1;
}

.bl_thanks_ttl {
  text-align: center;
  position: relative;
  z-index: 10;
}
.bl_thanks_ttl.bl_thanks_ttl__contact {
  margin-top: 30px;
}

.bl_thanks_img {
  text-align: center;
  position: relative;
  z-index: 10;
  margin-top: 78px;
}

.bl_thanks_subttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 50px;
}
.bl_thanks_subttl.bl_thanks_subttl__contact {
  margin-top: 200px;
}

.bl_thanks_txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 30px;
}

.bl_thanks_btn {
  width: 353px;
  margin: 30px auto 0;
  text-align: center;
  background: url(../../img/form_button_dl.png) no-repeat top 24px right 45px/22px 19px, url(../../img/form_button.png) no-repeat center/contain;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_thanks_btn:hover {
  opacity: 0.7;
}
.bl_thanks_btn a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-weight: bold;
  padding: 24px 0 51px;
  display: block;
}
.bl_thanks_btn a:hover {
  text-decoration: none;
  opacity: 1;
}

.bl_thanks_goTop {
  margin: 80px 0 90px;
  text-align: center;
}
.bl_thanks_goTop a {
  color: #007ff0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  font-weight: bold;
}
.bl_thanks_goTop a:hover {
  text-decoration: none;
  opacity: 1;
}

/*----------- footer -----------*/
.ly_footer {
  background: #055195;
  text-align: center;
  padding: 70px 0 22px;
}

.bl_footer_info {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.06em;
  margin-top: 18px;
}

.bl_footer_copyright {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #fff;
  margin-top: 42px;
  display: block;
}
