.dn {
  display: none !important;
}

.lp_main__copoany_infolist {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-width: 90vw;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 1.5em;
}
.lp_main__copoany_infolist .wp-block-group.is-layout-flex {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
  gap: 1em;
  align-items: stretch;
}
.lp_main__copoany_infolist .wp-block-group.is-layout-flex h4 {
  width: 6em;
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  align-self: strech;
}

.no-form_cta_button {
  position: fixed;
  z-index: 100;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 600px;
  z-index: 100;
}
.no-form_cta_button picture,
.no-form_cta_button img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .no-form_cta_button {
    max-width: 400px;
  }
}

.no-form .lp__banner_sp {
  display: none !important;
}
.no-form .lp_form__inner {
  display: none !important;
}
.no-form .lp_footer {
  padding-bottom: 160px;
}
@media only screen and (max-width: 768px) {
  .no-form .lp_footer {
    padding-bottom: 30vw !important;
  }
}
