.post_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post_time {
  width: 5.5em;
  margin-right: 1em;
}

.post_cat {
  width: 9em;
  font-size: .8em;
  text-align: center;
  border-radius: .4em;
  color: #fff;
}

.post_cat.-news {
  background-color: #ff8c92;
}

.post_cat.-blog {
  background-color: #67de50;
}

.post_cat.-active {
  background-color: #529bee;
}

.post_ttl {
  width: 100%;
  margin-top: 1.5rem;
}

.post_content__info {
  display: block;
  margin-bottom: 1.5rem;
}

.post_content__post_img {
  margin-bottom: 1rem;
}

.post_content__post_img img {
  margin-bottom: 1rem;
}
/*# sourceMappingURL=single.css.map */