/* Scss Document */
.news-single__inner {
  max-width: 620px;
  margin: 0 auto;
  padding-bottom: 116px;
}

.news-header {
  margin-top: 68px;
}

.news-ttl {
  font-weight: 700;
  line-height: 1.25;
}

.news-option {
  margin-top: 12px;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-option__time {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #000;
}

.news-body {
  margin-top: 48px;
  font-size: 13px;
  line-height: 2;
}
.news-body p {
  margin-bottom: 50px;
}
.news-body a {
  color: #1888ff;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .news-body a:hover {
    text-decoration: none;
  }
}

.single-post-nav {
  margin-top: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
}
.single-post-nav a {
  font-size: 13px;
  letter-spacing: 0.075em;
}

.single-post-nav__item:nth-child(2) {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #000;
}

@media screen and (max-width: 750px) {
  .news-single__inner {
    padding: 0 23px 97px;
  }
  .news-header {
    margin-top: 48px;
  }
  .news-ttl {
    font-size: 16px;
  }
  .news-body {
    margin-top: 22px;
  }
  .news-body p {
    margin-bottom: 17px;
  }
  .single-post-nav {
    margin-top: 66px;
  }
  .single-post-nav__item {
    font-size: 13px;
  }
}