div.timer_obi {
  width: 100%;
  text-align: center;
  background: #000;
}
div.timer_obi.top_obi {
  padding-top: 72px;
}
@media (max-width: 640px) {
  div.timer_obi.top_obi {
    padding-top: 64px;
  }
}
div.timer_obi h2 {
  margin: 0;
  padding: 0;
}
div.timer_obi h2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  padding: 12px 0;
  background: #fff;
}
@media (max-width: 640px) {
  div.timer_obi h2 a {
    font-size: 16px;
  }
}
div.timer_obi h2 a span.countdown {
  color: #c00000;
  font-size: 120%;
}

div.header_under {
  height: 80px;
  width: 100%;
  background: #000;
}
@media (max-width: 640px) {
  div.header_under {
    height: 64px;
  }
}/*# sourceMappingURL=obi_2023.css.map */