
html, body {
  height: 0;
}



 /*----- Xsrverコンタクトフォーム-----*/
.iframe-wrapper iframe {
  width: 100%;
  height: 1500px;
  border: none;
  display: block;
}

.iframe-wrapper {
  margin-bottom: 50px;
  padding: 2rem 4rem;
  border:none;
}
@media screen and (max-width: 62.5em) {
  .iframe-wrapper {
  padding: 0;
  }
  .iframe-wrapper iframe {
    height: 1600px;
  }
  .form-card {
    padding: 1.5rem;
  }
}
