.anchorIcon a::after {
    position: absolute;
    top: 50%;
    right: 5%;
    background-image: url(https://www.au.com/etc.clientlibs/settings/wcm/designs/au-com/clientlib-site/resources/images/icon/icon_sprite.png);
    background-position: -25px -62px;
    width: 16px;
    height: 10px;
    background-size: 121px 118px;
    }
.anchorIcon a>div {
    padding-right: 5%;
}


/*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: 830px) {
  .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: 100px;
}
@media all and (max-width: 492px) {
  .footerElem {
    margin-bottom: 170px;
  }

/*
.footerElem {
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  .footerElem {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 492px) {
  .footerElem {
    margin-bottom: 80px;
  }
}
*/