.p-news__list-item {
  border-top: 1px solid #beb8a8;
  padding: 57px 20px;
}
@media screen and (max-width: 899px) {
  .p-news__list-item {
    padding: 28px 0px 36px;
  }
}
.p-news__list-item:last-child {
  border-bottom: 1px solid #beb8a8;
}
.p-news__list-head {
  margin-bottom: 25px;
}
@media screen and (max-width: 899px) {
  .p-news__list-head {
    margin-bottom: 18px;
  }
}
.p-news__list-head-date {
  font-family: "chapman-extended", sans-serif;
  font-weight: 900;
  color: #0082cd;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 899px) {
  .p-news__list-head-date {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.p-news__list-head-ttl {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 899px) {
  .p-news__list-head-ttl {
    line-height: 1.5;
    font-size: 15px;
  }
}
.p-news__list-content {
  line-height: 1.75;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 899px) {
  .p-news__list-content {
    line-height: 1.9;
    font-size: 12px;
  }
}
.p-news__list-content a {
  color: #0082cd;
}
@media (hover: hover) {
  .p-news__list-content a:hover {
    text-decoration: none;
  }
}
.p-news__list-content img {
  width: auto !important;
  height: auto !important;
}
.p-news__list-content iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 900px) {
  .p-news__list-content iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 899px) {
  .p-news__list-content iframe {
    height: 51.73vw !important;
  }
}