@charset "UTF-8";
/* ==========================
  フローティングバナー（追従バナー）
========================== */
#floting-bnr .banner {
  display: none;
  position: fixed;
  margin: 0;
  z-index: 99998;
  bottom: 20vh;
  right: 0;
  transition: all 0.25s;
}
#floting-bnr .banner.pc {
  bottom: 0;
}
#floting-bnr .banner.pc:hover {
  bottom: 10px;
}
#floting-bnr .banner.pc img {
  width: 181px;
}
#floting-bnr .banner img {
  width: 60px;
}
#floting-bnr .banner a {
  text-decoration: none;
}
#floting-bnr .banner-close {
  font-weight: bold;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 99999;
  padding: 4px 9px 3px 9px;
  border: none;
  background-color: #ffcd50;
  border-radius: 25px;
  font-size: 17px;
  color: #0b3f71;
  cursor: pointer;
  -webkit-box-shadow: 0 0 7px #0b3f71;
  box-shadow: 0 0 7px #0b3f71;
}
@media screen and (max-width: 1100px) {
  #floting-bnr .banner.pc {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  #floting-bnr .banner {
    bottom: 10vh;
  }
  #floting-bnr .banner img {
    width: 53px;
  }
  #floting-bnr .banner-close {
    font-weight: bold;
    position: absolute;
    top: -20px;
    left: -15px;
  }
}/*# sourceMappingURL=lp-floating.css.map */