/* =====================================================================
pageInfo
===================================================================== */
.pageInfo_time::before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(../images/icon-clock.svg) left center/contain no-repeat;
  margin-right: 0.3em;
  position: relative;
  top: 0.1em;
}

.pageInfo_time.is-clock_icon::before {
  display: none;
}

.pageInfo_title {
  font-size: 24px;
  font-weight: bold;
  color: #e65300;
}
@media screen and (max-width: 768px) {
  .pageInfo_title {
    font-size: 18px;
  }
}/*# sourceMappingURL=news-info.css.map */