@media (min-width: 768px) {
  .p-news {
    margin-top: var(--hHeader, 0);
  }
}
.p-news__lst {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .p-news__lst {
    margin-top: 2.2rem;
  }
}
.p-news__lst .new-item {
  border-bottom: 1px solid #a0a0a0;
  width: 100%;
  position: relative;
  font-weight: 500;
  color: #2e2e2e;
  padding: 1.6rem 3.5rem 1.6rem 0;
  display: block;
}
@media (min-width: 768px) {
  .p-news__lst .new-item {
    padding: 2.5rem 0;
    column-gap: 4.8rem;
    display: flex;
    align-items: center;
  }
}
.p-news__lst .new-item .date {
  font-size: 2.4vw;
  display: block;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.3rem;
}
@media (min-width: 576px) {
  .p-news__lst .new-item .date {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .p-news__lst .new-item .date {
    font-size: 2.1333333333vw;
  }
}
@media (min-width: 768px) {
  .p-news__lst .new-item .date {
    margin-bottom: 0;
    font-size: 1.3rem;
  }
}
.p-news__lst .new-item .ttl {
  font-size: 2.9333333333vw;
}
@media (min-width: 576px) and (max-width: 767px) {
  .p-news__lst .new-item .ttl {
    font-size: 2.4vw;
  }
}
@media (min-width: 768px) {
  .p-news__lst .new-item .ttl {
    font-size: 1.8rem;
  }
}
.p-news__lst .new-item:after {
  position: absolute;
  content: "";
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}
.p-news__lst .new-item.--detail:after {
  width: 2rem;
  height: 2rem;
  background: url(../images/common/ic_down.png) no-repeat top center;
  background-size: contain;
  transform: translateY(-50%) rotate(-90deg);
}
@media (min-width: 768px) {
  .p-news__lst .new-item.--detail:after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-news__lst .new-item.--link:after {
  width: 1.9rem;
  height: 1.9rem;
  background: url(../images/common/ic_link.svg) no-repeat top center;
  background-size: contain;
}
@media (min-width: 768px) {
  .p-news__lst .new-item.--link:after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-news__lst .new-item.--pdf:after {
  width: 1.9rem;
  height: 2.3rem;
  background: url(../images/common/ic_pdf.png) no-repeat top center;
  background-size: contain;
}
@media (min-width: 768px) {
  .p-news__lst .new-item.--pdf:after {
    width: 2.5rem;
    height: 3.1rem;
  }
}
.p-news-detail {
  margin-top: 6.5rem;
}
@media (max-width: 767px) {
  .p-news-detail {
    margin-top: 4rem;
  }
}
.p-news-detail__ttl {
  border-top: 1px solid var(--keycolor);
  border-bottom: 1px solid var(--keycolor);
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 2.5rem 0;
  margin-top: 1.7rem;
}
@media (max-width: 767px) {
  .p-news-detail__ttl {
    font-size: 1.6rem;
    padding: 1rem 0;
    margin-top: 1.6rem;
    line-height: 1.7;
  }
}
.p-news-detail__des {
  line-height: 2.3;
  padding-top: 1.9rem;
  font-size: 1.8rem;
  text-align: justify;
}
@media (max-width: 767px) {
  .p-news-detail__des {
    font-size: 1.3rem;
    line-height: 1.85;
    padding-top: 1rem;
  }
}
.p-news-detail__des p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-news-detail__des a {
  color: var(--keycolor);
  font-size: 1.8rem;
  border-bottom: 1px solid var(--keycolor);
}
@media (max-width: 767px) {
  .p-news-detail__des a {
    font-size: 1.3rem;
  }
}
.p-news-detail__des a:hover {
  border-bottom: 1px solid #2e2e2e;
  color: #2e2e2e;
}
.p-news-detail__unit {
  display: flex;
  align-items: center;
  color: var(--keycolor);
}
@media (max-width: 767px) {
  .p-news-detail__unit {
    font-size: 1.3rem;
  }
}
.p-news-detail__unit span {
  background: var(--keycolor);
  color: #fff;
  font-size: 1.3rem;
  padding: 0.8rem 1.7rem;
  display: inline-block;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .p-news-detail__unit span {
    padding: 0.4rem 1rem;
    font-size: 1rem;
    margin-right: 1rem;
  }
}
.p-news-detail .btn-back {
  margin-top: 5.4rem;
}
@media (max-width: 767px) {
  .p-news-detail .btn-back {
    margin-top: 3rem;
  }
}
.p-news-detail .btn-back .prev {
  display: inline-block;
  color: var(--keycolor);
  font-weight: 500;
  font-size: 1.3rem;
  border: 1px solid var(--keycolor);
  border-radius: 5px;
  padding: 1.2rem 2rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-news-detail .btn-back .prev {
    font-size: 1.1rem;
    padding: 0.6rem 1.6rem;
  }
}
.p-news-detail .btn-back .prev:hover {
  color: #fff;
  background: var(--keycolor);
}/*# sourceMappingURL=news.css.map */