@charset "utf-8";
/* 燃油ページ・カウントダウンタイマー */
.is-countdown-now #mvArea {
  margin-bottom: 0;
}
#fuel_countdown {
  margin-bottom: min((40vw / 7.5), 30px);
  background: #ffff00;
  color: #fe0000;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  padding: min((25vw / 7.5), 15px) .5em;
}
.fuel_countdown_title {
  font-size: min((28vw / 7.5), 16px);
  margin-bottom: .5em;
}
.fuel_countdown_items {
  font-size: min((48vw / 7.5), 30px);
  display: flex;
  justify-content: center;
  gap: .25em;
}
#fuel_countdown {
  div, p, span, b {
    font-weight: inherit; /*サプライス対策*/
  }
}