.new-detail .detail-title {
  text-align: center;
  position: relative;
}
.new-detail .detail-title::after {
  content: " ";
  display: block;
  height: 0;
  border-color: #D8D8D8;
  border-style: dashed;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.new-detail .detail-title .tit {
  color: #333;
  line-height: 1;
}
.new-detail .detail-title .tit-sub {
  color: #666;
}
.new-detail .detail-title .tit-sub span {
  margin-left: 1em;
}
.new-detail .detail-content {
  color: #666;
  text-indent: 2em;
}

.new-pages {
  display: flex;
}
.new-pages .pager-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F7F7;
  color: #9E9E9E;
}
.new-pages .pager-item.is-prev::before, .new-pages .pager-item.is-next::after {
  content: " ";
  display: block;
  background-image: url("../../img/common/icon-arrow-2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.new-pages .pager-item.is-prev::before {
  transform: rotate(180deg);
}

@media (min-width: 769px) {
  .new-detail {
    padding: 0.9625rem 3.5rem 0;
  }
  .new-detail .detail-title {
    padding-bottom: 0.175rem;
  }
  .new-detail .detail-title::after {
    border-width: 0.0125rem;
  }
  .new-detail .detail-title .tit {
    margin-bottom: 0.3375rem;
    font-size: 0.375rem;
    line-height: 1.2;
  }
  .new-detail .detail-title .tit-sub {
    font-size: 0.2rem;
    line-height: 0.375rem;
  }
  .new-detail .detail-content {
    padding: 0.4625rem 0;
    font-size: 0.225rem;
    line-height: 0.375rem;
  }
  .new-detail .detail-content img {
    max-width: 10rem;
    margin: 0 auto;
  }
  .new-detail .detail-content p {
    margin: 0.2rem 0;
  }
  .new-pages {
    margin-top: 0.45rem;
    margin-bottom: 1.8rem;
    padding: 0 3.9375rem;
  }
  .new-pages .pager-item {
    width: 7.125rem;
    height: 1.25rem;
    font-size: 0.45rem;
    line-height: 0.625rem;
  }
  .new-pages .pager-item.is-prev::before, .new-pages .pager-item.is-next::after {
    width: 0.5rem;
    height: 0.5rem;
  }
  .new-pages .pager-item.is-prev::before {
    margin-right: 0.6875rem;
  }
  .new-pages .pager-item.is-next::after {
    margin-left: 0.6875rem;
  }
  .new-pages .pager-item + .pager-item {
    margin-left: 1.875rem;
  }
}
@media (max-width: 768px) {
  .new-detail {
    padding: 1rem;
  }
  .new-detail .detail-title {
    padding-bottom: 0.5rem;
  }
  .new-detail .detail-title::after {
    border-width: 0.0625rem;
  }
  .new-detail .detail-title .tit {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .new-detail .detail-title .tit-sub {
    font-size: 0.875rem;
    line-height: 1.925rem;
  }
  .new-detail .detail-content {
    padding: 1rem 0;
    font-size: 1.025rem;
    line-height: 1.925rem;
  }
  .new-detail .detail-content p {
    margin: 0.5rem 0;
  }
  .new-pages {
    justify-content: space-between;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
    padding: 0 2rem;
  }
  .new-pages .pager-item {
    width: 8.9625rem;
    height: 3.8375rem;
    font-size: 1.15rem;
    line-height: 1.275rem;
  }
  .new-pages .pager-item.is-prev::before, .new-pages .pager-item.is-next::after {
    width: 1.5375rem;
    height: 1.5375rem;
  }
  .new-pages .pager-item.is-prev::before {
    margin-right: 0.7625rem;
  }
  .new-pages .pager-item.is-next::after {
    margin-left: 0.7625rem;
  }
}