.pre-bg {
  background: url("https://web-img.rensa.jp.net/rensa/images/web/RMR/input/inp_menu_bg.jpg") repeat-y;
  height: 77px;
  padding: 0 40px 10px;
  overflow: hidden;
}

.pre-bg img{
  width: 10%;
  margin-left: 50px;
}

.pre-bg p{
  float: right;
  width: 544px;
  font-size: 26px;
  margin: 0 50px 0 0;
  color: #a09;
  font-weight: bold;
}

.pre-teller-box {
  height: 390px;
  position: relative;
}

.pre-teller-image {
  position: absolute;
  left: 0%;
}

.pre-teller-message {
  position: absolute;
  color: white;
  font-size: 25px;
  top: 62px;
  right: -59px;
  width: 520px;
  margin: 0 80px 0 auto;
  padding: 20px;
}

.pre-teller-message span{
  color: #ff0;
}

.balloon {
  background: rgba(80,1,163,0.7);
  border-radius: 30px;
  box-shadow: 0 0 10px #2D0A60, 0 0 10px #2D0A60;
}

.pre-menu-list-bg {
  background: url("https://web-img.rensa.jp.net/rensa/images/web/RMR/input/inp_list_bg.jpg") repeat-y;
  overflow: hidden;
}

.text-white{
  color:white;
}
.text-center{
  text-align:center;
}
.position-relative{
  position: relative;
}
.nt-20px{
  top:-20px;
}