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

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

.hp_pcNone {
  display: none;
}

.ly_form {
  background: url(../img/pc_form_background_cover.jpg) no-repeat;
  background-size: cover;
}

.bl_formFrame_wrapper {
  position: relative;
  padding-bottom: 240px;
}
.bl_formFrame_wrapper::before {
  content: "";
  background: #2c366a;
  -webkit-clip-path: polygon(0 0, 0 100%, 70% 0);
          clip-path: polygon(0 0, 0 100%, 70% 0);
  width: 100%;
  height: 100px;
  display: inline-block;
}
.bl_formFrame_wrapper::after {
  content: "";
  background: #2c366a;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  width: 100%;
  height: 140px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

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

.bl_subFrame {
  margin-top: 47px;
  width: 53%;
}

.bl_subFrame_img {
  margin-top: 88px;
}

.bl_subFrame_flow {
  margin-top: 60px;
}

.bl_subFrame_list {
  margin-top: 58px;
}
.bl_subFrame_list li + li {
  margin-top: 45px;
}

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

.bl_subFrame_text {
  font-size: 15px;
  color: #15205b;
  margin-top: 15px;
}

.bl_mainForm {
  width: 400px;
  margin-top: -20px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 8px 10px rgba(0, 0, 0, .1);
  padding-bottom: 43px;
}
.bl_mainForm .error {
  display: block;
  width: 100%;
  color: #df3434;
  font-size: 14px;
  padding-bottom: 8px;
}
.bl_mainForm form {
  margin: 0 40px;
}

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

.bl_form_item {
  margin-top: 16px;
}
.bl_form_item dt label {
  font-size: 15px;
  font-weight: 500;
  color: #444;
}
.bl_form_item.req dt::before {
  content: "必須";
  color: #fff;
  background: #f2313f;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 4px 3px;
  margin-right: 9px;
}
.bl_form_item.any dt::before {
  content: "任意";
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  padding: 4px 3px;
  background: #2c366a;
  margin-right: 9px;
}
.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: #e6e7f2;
  border: none;
  font-size: 16px;
  line-height: 1.5;
  resize: none;
  padding: 8px 15px;
}
.bl_form_item dd textarea {
  height: 140px;
}

.bl_form_privacypolicy {
  margin-top: 42px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #07156b;
  text-align: center;
}
.bl_form_privacypolicy a {
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #07156b;
  text-underline-offset: 0.5em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_form_privacypolicy a:hover {
  opacity: 0.7;
}

.bl_nextBtn {
  margin-top: 26px;
  text-align: center;
}

.ly_footer {
  background: #10152c;
  text-align: center;
  padding: 13px 0;
}

.bl_footer_copyright {
  display: block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
}

#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: #15205b;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.go_top a:hover {
  text-decoration: none;
}

.go_top.go_top__contact {
  margin: 45px 0 300px;
}

.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: 22px;
  font-weight: bold;
  color: #15205b;
  letter-spacing: 0.04em;
  margin-top: 50px;
}

.bl_thanks_txt {
  font-size: 15px;
  color: #15205b;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
  margin-top: 25px;
}

.bl_thanksDl {
  width: 740px;
  padding: 30px 0;
  margin: 25px auto;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 8px 10px rgba(0, 0, 0, .1);
  border-radius: 10px;
}

.bl_thanksDl_btn {
  margin-top: 20px;
}
