@charset "UTF-8";
/* line 5, /app/app/assets/stylesheets/entrance.scss */
#logo {
  width: 300px;
}

/* line 9, /app/app/assets/stylesheets/entrance.scss */
#login_title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

/* line 15, /app/app/assets/stylesheets/entrance.scss */
#inc {
  position: absolute;
  bottom: 10px;
  text-align: center;
  font-size: 12px;
  padding-top: 20px;
  width: 100%;
  margin-top: 10px;
  color: #fff;
}

/* line 28, /app/app/assets/stylesheets/entrance.scss */
#main_entrance {
  position: absolute;
  top: 50%;
  /* 親要素の縦中央 */
  left: 50%;
  /* 横中央 */
  transform: translate(-50%, -50%);
  /* 自分自身の幅・高さの半分ずらして中央に */
  width: 100%;
  /* 横幅いっぱい */
  text-align: center;
}

/* line 41, /app/app/assets/stylesheets/entrance.scss */
#main_entrance_inner {
  margin-top: 5%;
}

/* line 45, /app/app/assets/stylesheets/entrance.scss */
.button_menu8 {
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
  background-color: #007a88 !important;
  border-radius: 12px;
  border: none;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), -2px -2px 5px rgba(255, 255, 255, 0.5);
  transition: 0.2s;
  width: 20px;
  height: 80px;
  margin: 10px;
}

/* line 61, /app/app/assets/stylesheets/entrance.scss */
.button_menu8:hover {
  color: #FFF;
  background-color: #177e89 !important;
  border-radius: 12px;
  border: none;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), -2px -2px 5px rgba(255, 255, 255, 0.5);
  transition: 0.2s;
}

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

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

/* line 89, /app/app/assets/stylesheets/entrance.scss */
#login_modal.modal1 #login_modal_div {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 96, /app/app/assets/stylesheets/entrance.scss */
#login_modal.modal1 .modal__content {
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 540px;
  border-radius: 10px;
}

/* line 107, /app/app/assets/stylesheets/entrance.scss */
#login_modal.js-modal {
  text-align: center;
}

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

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

/* line 130, /app/app/assets/stylesheets/entrance.scss */
#login_hogosya_modal.modal1 #login_hogosya_modal_div {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 138, /app/app/assets/stylesheets/entrance.scss */
#login_hogosya_modal.modal1 .modal__content {
  background: #fff;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 100px;
  transform: translate(-50%, 0%);
  width: 540px;
  border-radius: 10px;
}

/* line 149, /app/app/assets/stylesheets/entrance.scss */
#login_hogosya_modal.js-modal {
  text-align: center;
}
