.p-news {
  position: relative;
}

.p-news__loading {
  margin: 0 auto;
  width: 38px;
}

.p-news__list {
  margin: 0 auto;
  padding-bottom: 43px;
  width: 89.5%;
}

.p-news__item {
  position: relative;
  margin-bottom: 75px;
  text-align: left;
}

.p-news__item:last-child {
  margin-bottom: 0;
}

.p-news__item::after {
  position: absolute;
  bottom: -46px;
  left: 0;
  background: url(../img/common/line2_sp.png) no-repeat center center;
  background-size: 100% auto;
  width: 100%;
  height: 10px;
  content: "";
}

.p-news__link {
  display: none;
}

.p-news__head {
  position: relative;
  margin-bottom: 34px;
}

.p-news__head::after {
  position: absolute;
  bottom: -38px;
  left: 50%;
  -webkit-transform: translate(-124px, 0);
      -ms-transform: translate(-124px, 0);
          transform: translate(-124px, 0);
  background: url(../img/common/line_pc.png) no-repeat center center;
  width: 248px;
  height: 14px;
  content: "";
}

.p-news__date {
  font-size: 11px;
  letter-spacing: 0.13em;
  line-height: 1;
}

.p-news__title {
  margin-top: 6px;
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

.p-news__body {
  font-size: 13px;
  letter-spacing: normal;
  line-height: 1.7;
}

.p-news__body a {
  color: #fff69b;
  text-decoration: underline;
}

@media screen and (min-width: 751px) {
  .p-news__list {
    padding-bottom: 71px;
    width: 100%;
    max-width: 1000px;
  }
  .p-news__item {
    margin-bottom: 146px;
  }
  .p-news__item::after {
    bottom: -92px;
    background-image: url(../img/common/line2_pc.png);
  }
  .p-news__head {
    margin-bottom: 61px;
  }
  .p-news__date {
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 1.3;
  }
  .p-news__title {
    margin-top: 8px;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .p-news__body {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 2;
  }
}

@media screen and (max-width: 750px) {
  .p-news__head::after {
    bottom: -26px;
    -webkit-transform: translate(-64px, 0);
        -ms-transform: translate(-64px, 0);
            transform: translate(-64px, 0);
    width: 128px;
  }
}
