#flcc-discount-advices span#additional-info {
  color: #416689;
  display: inline-block;
  font-size: 1.1em;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #flcc-discount-advices span#additional-info {
    font-size: 0.9em;
  }
}
#flcc-rental-business-hours {
  background-color: #FFEDE9;
  border: 1px solid #ffbaa7;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  padding: 10px 0;
}
#flcc-rental-business-hours #shop-closing-notice {
  font-size: 0.9em;
  margin-bottom: 1.8em;
}
#flcc-rental-business-hours .msg {
  padding: 0 5px;
}
#flcc-rental-business-hours .date {
  font-weight: bold;
  white-space: nowrap;
}
#flcc-rental-business-hours h3 {
  color: #D8512C;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 5px;
  text-align: center;
}
#flcc-rental-business-hours p {
  color: #C14827;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: unset !important;
  overflow-wrap: normal;
  padding: unset;
  text-align: center;
  word-break: normal;
}
@media screen and (min-width: 768px) {
  #flcc-rental-business-hours {
    float: left;
    width: 56%;
  }
}
@media screen and (min-width: 769px) {
  #flcc-rental-business-hours {
    float: unset;
    width: unset;
  }
}
