@charset "UTF-8";
.modal-window-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  top: 0;
  left: 0;
  z-index: 1000;
}

.modal-window-content {
  display: inline-block;
  position: fixed;
  width: 30%;
  z-index: 1100;
  background: #ffffff;
  padding: 3%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
    text-align: center;
}

.modal-smartphone-window-content {
  display: inline-block;
  position: fixed;
  width: 80%;
  z-index: 1100;
  background: #ffffff;
  padding: 3%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
    text-align: center;
}