@charset "UTF-8";
img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hp_spNone {
  display: none !important;
}

.ly_form {
  background: url(../img/sp_form_background_01.jpg) no-repeat, url(../img/sp_form_background_pattern.png);
  background-size: contain;
}

.bl_formFrame_wrapper {
  position: relative;
  padding-bottom: 29.6875vw;
}
.bl_formFrame_wrapper::before {
  content: "";
  background: #2c366a;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  width: 100%;
  height: 12.5vw;
  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: 12.5vw;
  display: block;
  position: absolute;
  bottom: -0.3125vw;
  right: 0;
}

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

.bl_subFrame {
  margin-top: 4.375vw;
}

.bl_subFrame_ttl {
  width: 74.6875vw;
  margin: 0 auto;
}

.bl_subFrame_img {
  width: 78.125vw;
  margin: 7.03125vw auto 0;
}

.bl_subFrame_flow {
  margin: 13.28125vw auto 0;
  width: 62.5vw;
}

.bl_subFrame_list {
  width: 78.125vw;
  margin: 8.59375vw auto 0;
}
.bl_subFrame_list li + li {
  margin-top: 4.6875vw;
}

.bl_subFrame_item {
  font-size: 4.0625vw;
  line-height: 1.3076923077;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #15205b;
}

.bl_subFrame_text {
  font-size: 3.75vw;
  line-height: 1.4166666667;
  color: #15205b;
}

.bl_mainForm {
  width: 78.125vw;
  margin: 9.375vw auto 0;
  background: #fff;
  border-radius: 1.5625vw;
  overflow: hidden;
  -webkit-box-shadow: 0 1.25vw 1.5625vw rgba(0, 0, 0, .1);
          box-shadow: 0 1.25vw 1.5625vw rgba(0, 0, 0, .1);
  padding-bottom: 10.9375vw;
}
.bl_mainForm .error {
  display: block;
  width: 100%;
  color: #df3434;
  font-size: 2.8125vw;
  padding-bottom: 1.25vw;
}

.bl_form_item:first-child {
  margin-top: 5.46875vw;
}

.bl_form_item {
  width: 62.5vw;
  margin: 3.90625vw auto 2.34375vw;
}
.bl_form_item dt label {
  font-size: 3.4375vw;
  font-weight: 500;
  color: #444;
}
.bl_form_item.req dt::before {
  content: "必須";
  color: #fff;
  background: #f2313f;
  border-radius: 0.625vw;
  font-size: 2.8125vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 1px 0.9375vw;
  margin-right: 1.5625vw;
}
.bl_form_item.any dt::before {
  content: "任意";
  color: #fff;
  border-radius: 0.625vw;
  font-size: 2.8125vw;
  padding: 1px 0.9375vw;
  margin-right: 1.5625vw;
  letter-spacing: 0.02em;
  background: #2c366a;
}
.bl_form_item dd {
  margin-top: 1.25vw;
}
.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: 3.4375vw;
  line-height: 1.5;
  resize: none;
  padding: 2.1875vw;
}
.bl_form_item dd textarea {
  height: 31.25vw;
}

.bl_form_privacypolicy {
  margin-top: 8.59375vw;
  font-size: 3.125vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #07156b;
  text-align: center;
}
.bl_form_privacypolicy a {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #07156b;
  text-underline-offset: 0.5em;
  display: inline;
}

.bl_nextBtn {
  margin: 4.0625vw auto 0;
  text-align: center;
}
.bl_nextBtn input {
  width: 56.875vw;
}

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

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

#send-btn {
  width: 56.875vw;
  margin: 0 auto;
}
#send-btn input {
  width: 100%;
}

#sent-prev {
  margin-top: 7.03125vw;
  text-align: center;
}

#prev-btn {
  width: 47.5vw;
  margin: 3.125vw auto 0;
}

.go_top {
  margin-top: 10.15625vw;
  text-align: center;
}
.go_top a {
  color: #15205b;
  font-size: 3.75vw;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.go_top a:hover {
  text-decoration: none;
}

.bl_formFrame_wrapper.bl_formFrame_wrapperContact {
  padding-bottom: 23.4375vw;
}

.bl_subFrame_contactHead {
  font-size: 4.6875vw;
  font-weight: bold;
  color: #15205b;
  width: 78.125vw;
  margin: 5.46875vw auto 0;
}

.bl_subFrame_contactTxt, .bl_subFrame_confirmTxt {
  font-size: 3.75vw;
  color: #15205b;
  line-height: 1.5;
  width: 78.125vw;
  margin: 6.25vw auto 0;
}

.bl_mainForm.bl_mainForm__contact {
  padding-bottom: 10.9375vw;
}

.bl_thanks {
  text-align: center;
  padding-top: 7.03125vw;
}

.bl_thanks_ttl {
  font-size: 4.6875vw;
  font-weight: bold;
  color: #15205b;
  letter-spacing: 0.04em;
  margin-top: 6.25vw;
}

.bl_thanks_txt {
  font-size: 3.75vw;
  color: #15205b;
  line-height: 1.5;
  margin: 3.90625vw 10.9375vw;
  text-align: left;
}

.bl_thanksDl {
  width: 90.625vw;
  padding: 6.25vw 0 1.5625vw;
  margin: 7.8125vw auto;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 1.25vw 1.5625vw rgba(0, 0, 0, .1);
          box-shadow: 0 1.25vw 1.5625vw rgba(0, 0, 0, .1);
  border-radius: 1.5625vw;
}

.bl_thanksDl_img {
  width: 78.125vw;
  margin: 0 auto;
}

.bl_thanksDl_btn {
  margin: 4.6875vw auto;
  width: 62.5vw;
}
