/* jquery customize */
.ui-dialog .ui-dialog-title {
  width: 100%;
  border-radius: 20px;
  font-family: "M PLUS Rounded 1c", "メイリオ Regular", "ヒラギノ角ゴシック", sans-serif;
  /* text-align: center; */
}

.ui-draggable .ui-dialog-titlebar {
  border-radius: 18px 18px 0 0;
  text-align: center;
}

.ui-dialog .ui-dialog-content {
  text-align: center;
  min-height: 30vw !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
  display: flex;
  justify-content: center;
  box-shadow: 15px 0px 15px -10px rgb(0 0 0 / 5%) inset,
    -15px 0px 15px -10px rgb(0 0 0 / 5%) inset;
}

.ui-dialog .ui-dialog-buttonpane button {
  border-radius: 20px;
  margin: 0.5em !important;
  color: #111820;
  font-family: "游ゴシック Medium","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: left;
}

.ui-dialog {
  padding: 0em !important;
  border-radius: 22px;
  border: 1px solid #000 !important;
  box-shadow: 0 0 15px 0px rgb(0 0 0 / 5%) inset;
  position: fixed !important;
  top: 30% !important;
  left: 14% !important;
}

.ui-dialog .ui-dialog-buttonpane {
  padding: 0.3em !important;
  border-radius: 0 0 20px 20px;
}

.ui-dialog .ui-dialog-titlebar-close {
  border-radius: 30px;
  height: 23px;
  width: 23px;
  right: -0.4em;
  top: 2%;
  display: none;
}

.ui-widget-overlay {
  background: rgba(0, 0, 0, 1);
  opacity: 0.7;
}

.ui-widget-header {
  border: 1px solid #ffffff;
  background: #111820;
  color: #ffffff;
  font-weight: bold;
}

@media screen and (max-width: 400px) {
  .ui-dialog {
    left: 10% !important;
  }
}

@media screen and (max-width: 370px) {
  .ui-dialog {
    left: 9% !important;
  }
}