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

body {
  color: #333;
}

a {
  width: inherit;
  height: inherit;
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.ly_inner {
  width: 87.5vw;
  margin: 0 auto;
}

.hp_spNone {
  display: none !important;
}

/*----------- header -----------*/
.ly_header {
  background: #fff;
  position: relative;
  z-index: 10;
  height: 9.375vw;
}
.ly_header .ly_inner {
  width: 100%;
}

.bl_header_logo {
  position: relative;
  z-index: 10;
  width: 14.0625vw;
}

/*----------- form -----------*/
.ly_form {
  padding: 0 0 25vw;
  min-height: calc(100vh - 83.90625vw);
}
.ly_form .error {
  display: block;
  width: 100%;
  color: #df3434;
  font-size: 2.8125vw;
  padding-bottom: 1.25vw;
}

.bl_form_ttl {
  background: #00b050;
  padding: 8.28125vw 0;
}
.bl_form_ttl img {
  width: 66.25vw;
  aspect-ratio: 424/114;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.bl_form_step {
  margin-top: 9.375vw;
}

.bl_form_txt {
  font-size: 3.4375vw;
  line-height: 1.4545454545;
  margin-top: 5vw;
}

.bl_form_main {
  margin-top: 7.5vw;
}

/*----------- thanks -----------*/
.bl_thanks_ttl {
  text-align: center;
  color: #00b050;
  font-size: 4.375vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 5vw;
}

.bl_thanks_txt {
  font-size: 3.4375vw;
  line-height: 1.4545454545;
  margin-top: 4.6875vw;
}

.bl_thanks_top {
  text-align: center;
  margin-top: 11.875vw;
}
.bl_thanks_top a {
  font-size: 3.75vw;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  color: #fff;
  background: #00b050;
  padding: 1.40625vw 3.125vw 2.5vw;
}

/*----------- footer -----------*/
.ly_footer {
  background: #f1f1f1;
  padding: 8.28125vw 0 0;
}

.bl_footer_top {
  width: 87.5vw;
  margin: 0 auto;
}

.bl_footer_logo {
  margin-top: 0.9375vw;
  width: 14.0625vw;
}

.bl_footer_conts {
  margin-top: 3.90625vw;
}

.bl_footer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
}
.bl_footer_info dt, .bl_footer_info dd {
  font-size: 3.4375vw;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
}
.bl_footer_info dt {
  font-weight: bold;
  width: 10.9375vw;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.bl_footer_info + .bl_footer_info {
  margin-top: 5vw;
}

.bl_footer_copyright {
  color: #fff;
  font-size: 2.8125vw;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 7.8125vw;
  background: #333;
  display: block;
  text-align: center;
  margin-top: 8.75vw;
}
/*# sourceMappingURL=form_sp.css.map */
