#renfort-HH-sup.offer-banner-HH {
  position: relative;
  font-size: 14px;
  line-height: 17px;
  min-height: 25px;
  text-align: center;
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 10px 10px;
  color: #ffffff;
  background: #b26336;
  border: 1px solid #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#renfort-HH-sup.offer-banner-HH-timer {
  border: 0;
  color:#fff;
  background-color: #F769E5;
  border: 1px solid #F769E5;
  order: 4;
}

#renfort-HH-sup.offer-banner-HH:not(.offer-banner-HH-fix) {
  bottom: 0 !important;
}

@media only screen and (max-width: 1024px) {
  #renfort-HH-sup.offer-banner-HH {
    padding: 5px 10px;
    font-size: 15px;
  }

  #renfort-HH-sup.offer-banner-HH:not(.offer-banner-HH-fix) {
    bottom: 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  #renfort-HH-sup.offer-banner-HH.offer-banner-HH-fix {
    padding: 5px 10px;
    position: fixed;
    z-index: 1001;
    width: calc(100% - 20px);
    left: 10px;
  }
}

.tips-without-sp {
  display: none;
}