@charset "UTF-8";

.fixed-button {
  text-align: center;
  display: none;
  bottom: 0.5%;
  right: 0;
  transform: translate(0, 0);
  padding: 0 2.5%;
  position: fixed;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .fixed-button {
    padding: 0 10px 0 0;
    text-align: right;
    bottom: 90px;
  }
  .fixed-button img {
    width: 260px;
    height: auto;
  }
}
#foot-b {
  padding: 20px 0 30vw;
}
@media screen and (min-width: 768px) {
  #foot-b {
    padding: 20px 0;
  }
}
