@charset "utf-8";

/* ------------------------------------
 * sofybe ECモーダル
 * --------------------------------- */

html[data-script-enabled="true"] .uc-js-modal-inline-content {
  max-width: none;
}

.uc-mod-modal-ec-02 {
  position: fixed !important;
  top: 50% !important;
  bottom: auto !important;
  left: 50% !important;
  z-index: 99999999;
  justify-content: center;
  width: 90%;
  max-height: 90vh !important;
  padding: 80px 20px 40px;
  overflow: hidden;
  list-style-type: none;
  background: #fff;
  border-radius: unset;
  border-radius: 20px;
  transform: translate(-50%, -50%) !important;
}

#ec-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: black;
  opacity: 0.7;
}