/* タイマーの表示　CSS　*/

/* センタリング　*/
#it-seminar-countdown {
  text-align: center;
  background-color: red;
  color: white;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .it_time_meg_time_meg_title {
    font-size: 15px !important;
  }

  .it_time_meg_time_meg_time {
    font-size: 15px !important;
  }

  .it_time_meg_time_meg_time_desu {
    font-size: 15px !important;
  }
}

/* タブレットとパソコン */
@media screen and (min-width: 768px) {
  #it-seminar-countdown {
    font-size: medium;
  }
}
