/*floatingButton*/
.guide_floatingButton {
  position: fixed;
  z-index: 111111111111111;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px -2px 6px 0px rgb(0 0 0 / 20%);
}

@media all and (min-width: 768px) {
  .guide_floatingButton a {
    width: 392px;
    min-width: 392px;
    max-width: 392px;
  }
}

@media all and (min-width: 1200px) {
  .guide_floatingButton {
    left: 180px;
  }
}

.btn-pageTop {
  bottom: 80px !important;
}

@media all and (max-width: 492px) {
  .btn-pageTop {
    bottom: 95px !important;
  }
}
.footerElem {
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  .footerElem {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 492px) {
  .footerElem {
    margin-bottom: 80px;
  }
}