@charset "utf-8";

.c-white{
  color: white!important;
}

.bgc-lp-10g{
  background-color: var(--lp-10g-color)!important;
}
.bgc-lp-yellow{
  background-color: #fff9d9!important;
  text-align: center;
}
.fs-price {
  font-size: 3.3rem;
}
.fwb{
  font-weight: bold!important;
}
.alc{
  text-align: center!important;
}

.bdn{
  border: none!important;
}
.lh0{
  line-height: 0!important;
}

@media only screen and (max-width: 767px) {
  .bgc-lp-yellow{
    text-align: left;
  }
  .fs-price {
    font-size: 2.2rem;
  }
}