.render-canvas .sd.fixed {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.mobile-contact-bar {
  display: none;
}

.snapshot-pc-layout {
  min-height: 100vh;
  overflow-x: hidden;
  background: #fff;
}

.snapshot-sidebar-form {
  position: fixed;
  z-index: 100;
  top: 20px;
  right: 16px;
  width: 328px;
  max-height: calc(100vh - 40px);
  overflow: hidden auto;
  padding: 20px;
  background: #f2f6fc;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

.snapshot-sidebar-form__heading {
  margin-bottom: 14px;
  text-align: center;
}

.snapshot-sidebar-form__heading p {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
}

.snapshot-sidebar-form__heading a {
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}

.snapshot-sidebar-form__heading small {
  color: #666;
  font-size: 10px;
}

.snapshot-sidebar-form .form-embed {
  min-height: 650px;
  border: 0;
}

.snapshot-sidebar-form .form-embed iframe {
  height: 650px;
  background: #fff;
}

html.form-frame-active,
body.form-frame-active {
  overflow: hidden !important;
  overscroll-behavior: none;
}

@media (max-width: 840px) {
  .snapshot-sidebar-form {
    display: none;
  }
}

@media (max-width: 540px) {
  body:has(.mobile-contact-bar) {
    padding-bottom: 72px;
  }

  .mobile-contact-bar {
    align-items: stretch;
    background: #fff;
    bottom: 0;
    box-shadow: 0 -4px 18px rgb(0 0 0 / 16%);
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    left: 0;
    padding: 8px max(10px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    position: fixed;
    right: 0;
    z-index: 10000;
  }

  .mobile-contact-bar a {
    align-items: center;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.35;
    min-height: 52px;
    text-align: center;
    text-decoration: none;
  }

  .mobile-contact-bar__phone {
    background: #176c9c;
    flex-direction: column;
  }

  .mobile-contact-bar__phone small {
    font-size: 9px;
    font-weight: 500;
  }

  .mobile-contact-bar__form {
    background: #ee7f22;
  }
}
