.post-list {
  padding-bottom: 4em;
}

.post-list .box-ttl {
  padding: 0;
}

.post-list .box-ttl a {
  text-align: left;
  display: block;
  padding: .5em 1em;
}

@media screen and (min-width: 768px) {
  .post-list .box-ttl a {
    font-size: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.post-list .box-ttl .post-date {
  display: block;
  color: #333;
  font-size: .7em;
}

@media screen and (min-width: 768px) {
  .post-list .box-ttl .post-date {
    width: 7.5em;
    margin-right: 2em;
  }
}

.post-list .post-content * {
  line-height: 2;
}

.post-list .default-btn {
  width: 8em;
  margin: 2em auto;
}
/*# sourceMappingURL=archive.css.map */