.news-list {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .news-list {
    padding-top: 40px;
  }
}
.news-list__ttl {
  background-color: var(--keycolor);
  color: #fff;
  font-size: 24px;
  margin-bottom: 60px;
  padding: 15px 30px;
}
@media (max-width: 767px) {
  .news-list__ttl {
    margin-bottom: 8vw;
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.news-list__pager {
  font-size: 1pc;
  margin-top: 60px;
}
.news-list__pager ol {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
}
.news-list__pager a {
  display: block;
  width: 1.5em;
  margin: 0 8px;
  border: 1px solid #333;
  text-align: center;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}
.news-list__pager a.cu {
  pointer-events: none;
  color: #fff;
  background: #333;
}

.news-detail {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .news-detail {
    padding-top: 63px;
  }
}
.news-detail__unit {
  display: flex;
  align-items: center;
  color: var(--keycolor);
}
@media (max-width: 767px) {
  .news-detail__unit {
    font-size: 13px;
  }
}
.news-detail__unit .lbl {
  background: var(--keycolor);
  color: #fff;
  font-size: 13px;
  padding: 8px 17px;
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .news-detail__unit .lbl {
    padding: 4px 10px;
    font-size: 10px;
    margin-right: 10px;
  }
}
.news-detail__unit .date {
  font-weight: 500;
}
.news-detail__ttl {
  border-top: 1px solid var(--keycolor);
  border-bottom: 1px solid var(--keycolor);
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  padding: 25px 0;
  margin-top: 17px;
}
@media (max-width: 767px) {
  .news-detail__ttl {
    font-size: 16px;
    padding: 10px 0;
    margin-top: 16px;
    line-height: 1.7;
  }
}
.news-detail__text:not(first-child) {
  margin-top: 5px;
}
.news-detail__text:not(last-child) {
  margin-bottom: 30px;
}
.news-detail__content {
  line-height: 2.3;
  padding-top: 19px;
  font-size: 18px;
  text-align: justify;
}
@media (max-width: 767px) {
  .news-detail__content {
    font-size: 13px;
    line-height: 1.85;
    padding-top: 10px;
  }
}
.news-detail__content p:not(:last-child) {
  margin-bottom: 15px;
}
.news-detail__content a {
  color: var(--keycolor);
  font-size: 18px;
  border-bottom: 1px solid var(--keycolor);
}
@media (max-width: 767px) {
  .news-detail__content a {
    font-size: 13px;
  }
}
.news-detail__content a:hover {
  border-bottom: 1px solid #2e2e2e;
  color: #2e2e2e;
}
.news-detail__back {
  margin-top: 54px;
}
@media (max-width: 767px) {
  .news-detail__back {
    margin-top: 30px;
  }
}
.news-detail__back .prev {
  display: inline-block;
  color: var(--keycolor);
  font-weight: 500;
  font-size: 13px;
  border: 1px solid var(--keycolor);
  border-radius: 5px;
  padding: 12px 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .news-detail__back .prev {
    font-size: 11px;
    padding: 6px 16px;
  }
}
.news-detail__back .prev:hover {
  color: #fff;
  background: var(--keycolor);
}

.news-items {
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1.7777777778;
}
@media (min-width: 768px) {
  .news-items {
    font-size: 18px;
  }
}
.news-items ul li {
  padding: 1.25em 0;
  border-bottom: solid 1px #a0a0a0;
}
.news-items ul li:first-child {
  padding-top: 0;
}
@media (min-width: 768px) {
  .news-items ul li {
    align-items: center;
    display: flex;
  }
}
.news-items-date {
  display: block;
  font-weight: 500;
  position: relative;
}
@media (min-width: 768px) {
  .news-items-date {
    width: 12em;
  }
}
.news-items-date em {
  position: absolute;
  right: 1.4em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
  border-radius: 4px;
  background-color: var(--keycolor);
  color: #FFF;
  padding: 0.2em 0.4em;
  line-height: 1;
}
@media (min-width: 768px) {
  .news-items-date {
    font-size: 13px;
    margin-bottom: 0;
  }
}
.news-items-link {
  position: relative;
  padding-right: 35px;
}
@media (min-width: 768px) {
  .news-items-link {
    flex: 1;
    padding-right: 40px;
  }
}
.news-items-link::after {
  position: absolute;
  content: "";
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}
.news-items-link.--detail::after {
  width: 20px;
  height: 20px;
  background: url(../img/common/ic_down.png) no-repeat top center;
  background-size: contain;
  transform: translateY(-50%) rotate(-90deg);
}
@media (min-width: 768px) {
  .news-items-link.--detail::after {
    width: 26px;
    height: 26px;
  }
}
.news-items-link.--pdf::after {
  width: 19px;
  height: 23px;
  background: url(../img/common/ic_pdf.png) no-repeat top center;
  background-size: contain;
}
@media (min-width: 768px) {
  .news-items-link.--pdf::after {
    width: 25px;
    height: 31px;
  }
}
.news-items-link.--link::after {
  width: 19px;
  height: 19px;
  background: url(../img/common/ic_link.svg) no-repeat top center;
  background-size: contain;
}
@media (min-width: 768px) {
  .news-items-link.--link::after {
    width: 25px;
    height: 25px;
  }
}
.news-items-link a {
  display: block;
  font-weight: 500;
  transition: color 0.15s ease;
}
@media (min-width: 768px) {
  .news-items-link a {
    font-size: 18px;
  }
  .news-items-link a:hover {
    color: var(--keycolor);
  }
}/*# sourceMappingURL=news.css.map */