.post_elm .post_ttl {
  color: #ad5392;
  font-size: 1.2em;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 1rem;
}

.post_elm .post_ttl:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 100%;
  background-color: #ad5392;
  left: 0;
}

.post_elm .post_first_img {
  margin-bottom: 0.2rem;
}

.post_elm img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 960px) {
  .post_elm .post_ttl {
    font-size: 2em;
  }
}
/*# sourceMappingURL=single.css.map */