.page-title {
  background: url("../img/pbc-news/mv-img.jpg") no-repeat top center/cover;
}
@media only screen and (max-width: 767px) {
  .page-title {
    background: url("../img/pbc-news/sp/mv-img.jpg") no-repeat top center/cover;
  }
}

.news {
  margin-bottom: 15rem;
}
.news--list {
  width: 100rem;
  margin: 0 auto 5rem;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .news--list {
    width: 68.7rem;
    margin-bottom: 7rem;
  }
}
.news--list .single {
  border-top: 1px solid #ccc;
  padding: 2.5rem 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .news--list .single {
    padding: 3rem 0 3.4rem;
  }
}
.news--list .single::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #ff0014;
  border-right: 2px solid #ff0014;
  transform: rotate(45deg);
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .news--list .single::after {
    width: 1.5rem;
    height: 1.5rem;
    right: 0.3rem;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}
.news--list .single .post-info {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .news--list .single .post-info {
    margin-bottom: 1.6rem;
  }
}
.news--list .single .post-info time {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .news--list .single .post-info time {
    font-size: 2.8rem;
  }
}
.news--list .single .post-info .category {
  line-height: 2rem;
  width: 12rem;
  color: #fff;
  text-align: center;
  background: #ff0014;
  font-size: 1.3rem;
  font-weight: 400;
  margin-left: 4rem;
}
@media only screen and (max-width: 767px) {
  .news--list .single .post-info .category {
    width: 17rem;
    line-height: 3.4rem;
    font-size: 2rem;
    margin-left: 5.2rem;
  }
}
.news--list .single .post-title {
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .news--list .single .post-title {
    font-size: 2.8rem;
  }
}
.news--list .single .post-title a {
  letter-spacing: 0.04em;
  display: block;
  padding-right: 5rem;
}
.news .pager {
  margin-bottom: 16.8rem;
}
.news .pager ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.news .pager ul li {
  width: 7rem;
  height: 7rem;
  border-radius: 7rem;
  background: url("../img/common/pager-bg.svg") no-repeat center/cover;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #999999;
  margin: 0 0.7rem;
}
@media only screen and (max-width: 767px) {
  .news .pager ul li {
    width: 10.4rem;
    height: 10.4rem;
    font-size: 3rem;
    margin: 0 1.1rem;
  }
}
.news .pager ul li.dots {
  width: auto;
  background: none;
  border: none;
}
.news .pager ul li.active {
  background: #000;
  color: #fff;
}
.news .pager ul li.prev, .news .pager ul li.next {
  background: none;
  border: none;
  width: auto;
  margin: 0 3.5rem;
}
.news .pager ul li.prev a::before, .news .pager ul li.next a::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .news .pager ul li.prev a::before, .news .pager ul li.next a::before {
    width: 2rem;
    height: 2rem;
  }
}
.news .pager ul li.prev a, .news .pager ul li.next a {
  width: auto;
  height: auto;
}
.news .pager ul li.prev a::before {
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  transform: rotate(-45deg);
}
.news .pager ul li.next a::before {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
.news .pager ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}