.p-news {
  margin-block: 6.7708333333vw;
}

.p-news-item + .p-news-item {
  margin-top: 2.6041666667vw;
  border-top: 1px dashed #A5A4A4;
  padding-top: 2.6041666667vw;
}

.p-news-title {
  font-size: 3rem;
  line-height: 1.1666666667;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 1.875vw;
  color: #FF7600;
  border-bottom: 1px solid #FF7600;
  padding-bottom: 1.0416666667vw;
  margin-bottom: 2.8645833333vw;
}

.p-news-item-date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5625vw;
  margin-bottom: 1.3020833333vw;
}

.p-news-item-date-text {
  font-size: 1.7rem;
  line-height: 1.1764705882;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 1.0416666667vw;
  width: 5.9895833333vw;
}

.p-news-item-title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 1.25vw;
  flex: 1;
}

.p-news-item-content {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 0.9375vw;
}
.p-news-item-content strong {
  font-weight: 700;
}
.p-news-item-content a {
  color: #FF7600;
  text-decoration: underline;
}
.p-news-item-content a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-news {
    margin: 0 6.6666666667vw;
  }
  .p-news-item + .p-news-item {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
  .p-news-title {
    font-size: 7.4666666667vw;
    line-height: 1.25;
    letter-spacing: 0.01em;
    font-weight: 500;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 8vw;
  }
  .p-news-item-date {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 1.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-news-item-date-text {
    font-size: 3.2vw;
    line-height: 1.6666666667;
    letter-spacing: 0.01em;
    font-weight: 500;
    width: 100%;
  }
  .p-news-item-title {
    font-size: 4.5333333333vw;
    line-height: 1.4705882353;
    letter-spacing: 0.01em;
    font-weight: 500;
  }
  .p-news-item-content {
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    letter-spacing: 0.01em;
    font-weight: 500;
  }
}
