.post-elm .section-ttl {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .post-elm .section-ttl {
    padding-left: 1em;
  }
}

.post-elm .section-ttl .post-data {
  width: 6em;
  display: block;
}

@media screen and (min-width: 768px) {
  .post-elm .section-ttl .post-data {
    display: inline-block;
  }
}

.btn-box {
  text-align: center;
  margin: 5em auto;
}

.btn-box .dubble-btn {
  width: 8em;
  margin: 0 1em;
}
/*# sourceMappingURL=single.css.map */