/* line 4, /app/app/assets/stylesheets/hattyu.scss */
#hattyu_rinji_modal.modal1 {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
}

/* line 12, /app/app/assets/stylesheets/hattyu.scss */
#hattyu_rinji_modal.modal1 .modal__bg {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  position: absolute;
  width: 100%;
}

/* line 19, /app/app/assets/stylesheets/hattyu.scss */
#hattyu_rinji_modal.modal1 .modal__content {
  background: #fff;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 160px;
  transform: translate(-50%, 0%);
  width: 440px;
  border-radius: 10px;
}

/* line 29, /app/app/assets/stylesheets/hattyu.scss */
#hattyu_rinji_modal.js-modal {
  text-align: center;
}
