.active__post_list {
  margin: 1.5rem 0;
}

.active__post_list li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #c7c7c7;
}

.active__post_img {
  display: block;
  text-align: center;
  margin-bottom: .5rem;
}

.active__post_text .post_ttl {
  font-size: 1.2em;
  color: #d1323b;
  text-decoration: underline;
  text-align: center;
}

.active__post_text .post_time {
  font-size: .8em;
  color: #8d8d8d;
  font-weight: 700;
}

.active__post_text .post_content {
  line-height: 1.5;
  font-size: .8em;
}

@media screen and (min-width: 768px) {
  .active__post_list {
    max-width: 50rem;
    margin: 2rem auto;
  }
  .active__post_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .active__post_img {
    width: min(20%, 180px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .active__post_text {
    padding-left: 2rem;
  }
  .active__post_text .post_ttl {
    text-align: left;
  }
}
/*# sourceMappingURL=active.css.map */