@charset "UTF-8";
a {
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}

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

.hp_pcNone {
  display: none !important;
}

.ly_header {
  width: 1040px;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bl_header_logo {
  margin-left: 7px;
}

.bl_header_contact, .bl_header_dl {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #fff;
  margin: 9px 30px 0 0;
  text-decoration: none;
}
.bl_header_contact::after, .bl_header_dl::after {
  content: ">";
  margin-left: 15px;
}

.bl_header_dl::after {
  margin-left: 30px;
}

.ly_form {
  padding: 162px 0 0;
  background: url(../img/fv_background.jpg) no-repeat center;
  background-size: cover;
}

.bl_formFrame_wrapper {
  position: relative;
  padding-bottom: 40px;
}
.bl_formFrame_wrapper.bl_formFrame_thanks {
  padding-bottom: 70px;
}

.bl_formFrame {
  position: relative;
  z-index: 10;
}

.bl_subFrame {
  width: 500px;
  margin-left: 47px;
  text-align: center;
}
.bl_subFrame.bl_subFrame__thanks {
  margin: 0 auto;
  width: 540px;
}

.bl_subFrame_top {
  text-align: center;
  color: #fff;
  border-top: solid 3px #2544c0;
  border-bottom: solid 3px #2544c0;
  padding: 28px 0;
}
.bl_subFrame_top.bl_subFrame_topSub {
  padding: 36px 0;
}

.bl_subFrame_ttl {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5714285714;
  letter-spacing: 0.12em;
}

.bl_subFrame_subttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.6em;
}

.bl_subFrame_img {
  margin: 50px 0 0 8px;
}

.bl_subFrame_cont {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  letter-spacing: 0.1em;
  color: #f1e527;
  margin-top: 35px;
}
.bl_subFrame_cont.bl_subFrame_contSub {
  color: #fff;
  margin-top: 60px;
}

.bl_subFrame_text {
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
  color: #fff;
}
.bl_subFrame_text.bl_subFrame_textSub {
  margin-top: 20px;
  text-align: left;
}
.bl_subFrame_text.bl_subFrame_textConfirm {
  text-align: left;
  margin-top: 35px;
}

.bl_mainForm {
  width: 400px;
  background: #9fafef;
  border-radius: 10px;
  padding: 34px 0 39px;
  margin: -32px 12px 0 0;
}
.bl_mainForm .error {
  display: block;
  width: 100%;
  color: #df3434;
  font-size: 14px;
  padding-bottom: 8px;
}
.bl_mainForm.bl_mainForm__contact {
  background: #cbc5ef;
}

.bl_mainForm_ttl {
  width: 342px;
  margin: 0 auto;
}
.bl_mainForm_ttl img {
  width: 100%;
}

.bl_form_item:first-child {
  margin-top: 27px;
}

.bl_form_item {
  margin: 14px 35px 0;
}
.bl_form_item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_form_item dt label {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.bl_form_item dt::after {
  content: "必須";
  color: #db557b;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.03em;
  padding: 3px 5px 1px;
  border: solid 1px #db557b;
  margin-right: 3px;
}
.bl_form_item dt.form_none::after {
  content: none;
}
.bl_form_item dd {
  margin-top: 4px;
}
.bl_form_item dd input[type=text], .bl_form_item dd textarea {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: none;
  font-size: 16px;
  line-height: 1.5;
  resize: none;
  padding: 8px 10px;
  border-radius: 4px;
}
.bl_form_item dd input[type=text]::-webkit-input-placeholder, .bl_form_item dd textarea::-webkit-input-placeholder {
  color: #d1d7f1;
}
.bl_form_item dd input[type=text]::-moz-placeholder, .bl_form_item dd textarea::-moz-placeholder {
  color: #d1d7f1;
}
.bl_form_item dd input[type=text]::-ms-input-placeholder, .bl_form_item dd textarea::-ms-input-placeholder {
  color: #d1d7f1;
}
.bl_form_item dd input[type=text]::placeholder, .bl_form_item dd textarea::placeholder {
  color: #d1d7f1;
}
.bl_form_item dd textarea {
  height: 155px;
}

.bl_form_privacypolicy {
  margin-top: 42px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #07156b;
  text-align: center;
  line-height: 1.5;
}
.bl_form_privacypolicy a {
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #07156b;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_form_privacypolicy a:hover {
  opacity: 0.7;
}

.bl_nextBtn input, #sent-prev input {
  margin: 21px auto 0;
  text-align: center;
  border: none;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  width: 320px;
  padding: 26px 0 30px;
  display: block;
  background: url(../img/header_button_arrow.png) no-repeat center right 14px, url(../img/header_button_request.png) no-repeat;
  background-size: 7px 11px, 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_nextBtn input:hover, #sent-prev input:hover {
  opacity: 0.7;
}

.ly_footer {
  background: #151e53;
  padding: 7px 0;
  text-align: center;
}

.bl_footer_copyright {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
}

#sent-prev {
  margin-top: 45px;
  text-align: center;
}

#prev-btn {
  margin-top: 15px;
}

.go_top {
  margin: 30px 0 50px;
  text-align: center;
}
.go_top a {
  color: #fff;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.go_top a:hover {
  text-decoration: none;
}

.go_top.go_top__contact {
  margin: 40px 0 170px;
}

.bl_formFrame_wrapper.bl_formFrame_wrapperContact {
  padding-bottom: 90px;
}

.bl_subFrame_contactHead {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #15205b;
  margin-top: 35px;
}

.bl_subFrame_contactTxt, .bl_subFrame_confirmTxt {
  font-size: 15px;
  color: #15205b;
  margin-top: 30px;
  line-height: 1.6;
}

.bl_mainForm.bl_mainForm__contact {
  padding-bottom: 51px;
}

.bl_thanks {
  text-align: center;
  padding-top: 45px;
}

.bl_thanks_ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 35px;
}

.bl_thanks_txt {
  font-size: 16px;
  line-height: 1.375;
  color: #fff;
  margin-top: 25px;
  letter-spacing: 0.05em;
}

.bl_thanksDl {
  margin: 36px auto;
  text-align: center;
}

.bl_thanksDl_btn {
  margin: 6px auto 0;
  text-align: center;
  border: none;
  width: 320px;
  padding: 30px 0;
  display: block;
  background: url(../img/info_button_dl.png) no-repeat center right 20px, url(../img/header_button_request.png) no-repeat;
  background-size: 20px 17px, 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_thanksDl_btn:hover {
  opacity: 0.7;
}
.bl_thanksDl_btn a {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.bl_fullScreen .ly_form {
  min-height: calc(100vh - 30px);
}

