@charset "utf-8";

/* CSS Document */
.tick {
  font-size: 1rem;
  white-space: nowrap;
  font-family: arial, sans-serif;
}

.tick-flip,
.tick-text-inline {
  font-size: 2.5em;
}

.tick-label {
  margin-top: 1em;
  font-size: 1em;
}

.tick-char {
  width: 1.5em;
}

.tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 1em;
}

.tick-text-inline+.tick-text-inline {
  margin-left: -.325em;
}

.tick-group {
  margin: 0 .5em;
  text-align: center;
}

.tick-text-inline {
  color: rgb(90, 93, 99) !important;
}

.tick-label {
  color: #ffffff !important;
}

.tick-flip-panel {
  color: rgb(255, 255, 255) !important;
}

/* .tick-flip {
    font-family: !important;
 } */

.tick-flip-panel-text-wrapper {
  line-height: 1.45 !important;
}

.tick-flip-panel {
  background-color: rgb(59, 61, 59) !important;
}

.tick-flip {
  border-radius: 0.12em !important;
}

.countdown__wrap {
  background-color: #820d0d;
  padding: 10px;
  /* margin-top: 32px; */
}

.contdown__head {
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

@media all and (min-width:740px) {
  .countdown__wrap {
    padding: 20px 20px 32px 20px;
    /* margin-top: 64px; */
  }

  .contdown__head {
    font-size: 28px;
  }
}

/* 「MLB」及び「英語チーム名」斜体 */
.italic {
  font-style: italic !important;
}