@charset "utf-8";
.footer_bnr_base {
  position: fixed;
  bottom: 70px;
  left: 40px;
  width: 302px;
  z-index: 1000;
  display: none;
}
.footer_bnr_base .footer_bnr_close {
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
}
.footer_bnr_close::before, .footer_bnr_close::after {
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 10px;
  left: 3px;
}
.footer_bnr_close::before {
  transform: rotate(45deg);
}
.footer_bnr_close::after {
  transform: rotate(-45deg);
}
.foooter_bnr {
  width: 300px;
}
.foooter_bnr img {
  width: 100%;
  height: auto;
  border: 1px solid #fff;
}
@media(max-width: 767px) {
  .footer_bnr_base {
    bottom: 15px;
    left: 15px;
    width: 50%;
  }
  .foooter_bnr {
    width: 100%;
  }
}