@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;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

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

.hp_pcNone {
  display: none !important;
}

/*----------- header -----------*/
.ly_header {
  background: #fff;
  position: relative;
  z-index: 10;
  height: 60px;
}

.bl_header_inner {
  width: 980px;
}

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

/*----------- form -----------*/
.ly_form {
  padding: 0 0 185px;
  min-height: calc(100vh - 367px);
}

.bl_form_ttl {
  background: #00b050;
  text-align: center;
  padding: 53px 0 48px;
}
.bl_form_ttl img {
  width: 424px;
  aspect-ratio: 424/114;
  -o-object-fit: contain;
     object-fit: contain;
}

.bl_form_step {
  text-align: center;
  margin-top: 56px;
}

.bl_form_txt {
  font-size: 16px;
  line-height: 1.5;
  margin: 28px auto 0;
  width: 560px;
}

.bl_form_main {
  margin-top: 10px;
}

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

.bl_thanks_txt {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 25px;
  letter-spacing: 0.04em;
  text-align: center;
}

.bl_thanks_top {
  text-align: center;
  margin-top: 42px;
}
.bl_thanks_top a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  color: #fff;
  background: #00b050;
  padding: 5px 10px 18px;
}

/*----------- footer -----------*/
.ly_footer {
  background: #f1f1f1;
  padding: 56px 0 0;
}

.bl_footer_top {
  width: 560px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 90px 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.bl_footer_logo {
  margin-top: 6px;
}

.bl_footer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
.bl_footer_info dt, .bl_footer_info dd {
  font-size: 16px;
  letter-spacing: 0.04em;
}
.bl_footer_info dt {
  font-weight: bold;
  width: 70px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.bl_footer_info + .bl_footer_info {
  margin-top: 25px;
}

.bl_footer_copyright {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 40px;
  background: #333;
  display: block;
  text-align: center;
  margin-top: 65px;
}
/*# sourceMappingURL=form_pc.css.map */
