.sc-news {
  padding: 35px 0 78px;
}

.pagination {
  margin-top: 105px;
}

@media screen and (min-width: 561px) {
  .tab-content {
    width: 870px;
    margin: 0 auto;
  }
  .sc-news__list dl {
    gap: 19px;
    padding: 0 0 35px;
    border-bottom: 1px solid #707070;
  }
  .sc-news__list dl:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sc-news__list dl dt span {
    font-size: 14px;
    line-height: 1.5;
  }
  .sc-news__list dl dt {
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .sc-news__list dl dd {
    width: 100%;
  }
  .sc-news__list dl + dl {
    margin-top: 38px;
  }
}
@media screen and (max-width: 560px) {
  .sc-news {
    padding: 55px 0 111px;
  }
  .pagination {
    margin-top: 45px;
  }
}
/* ---------------------------
sc news post id
------------------------------ */
.sc-news__post-id {
  padding: 63px 0 80px;
}

.sc-news__post-id__content {
  width: 960px;
  margin: 0 auto;
  max-width: 100%;
}
.sc-news__post-id__content h2 {
  position: relative;
  padding-left: 52px;
}
.sc-news__post-id__content h2::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 24px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
}
@media screen and (max-width: 560px) {
  .sc-news__post-id__content h2::before {
    top: 30px;
  }
}