.p-news_in {
  margin-top: 5.9rem;
}
@media screen and (max-width: 750px) {
  .p-news_in {
    margin-top: 2.9rem;
  }
}
.p-news_in__list-item:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .p-news_in__list-item:nth-child(n+2) {
    margin-top: 2.7rem;
  }
}
.p-news_in__more {
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .p-news_in__more {
    margin-top: 3rem;
  }
}
.p-news_in__more-btn {
  width: 28rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-news_in__more-btn {
    width: 19.6rem;
  }
}
.p-news_in__pagination {
  margin-top: 8.1rem;
}
@media screen and (max-width: 750px) {
  .p-news_in__pagination {
    margin-top: 4.1rem;
  }
}
.p-news_in__back {
  margin-top: 7.8rem;
}
.p-news_in__back-btn {
  width: 28rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-news_in__back-btn {
    width: 19.6rem;
  }
}

.p-news_in_item__link {
  display: block;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid var(--color-black);
  text-decoration: none;
  color: var(--color-black);
}
@media screen and (max-width: 750px) {
  .p-news_in_item__link {
    padding-bottom: 1.7rem;
  }
}
@media (hover: hover) {
  .p-news_in_item__link:hover {
    text-decoration: underline;
  }
}
.p-news_in_item__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p-news_in_item__inner {
    display: block;
  }
}
.p-news_in_item__date {
  display: block;
  width: 15.2rem;
  font-family: var(--font-eng);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-news_in_item__date {
    width: 100%;
    font-size: 1.2rem;
  }
}
.p-news_in_item__title {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  margin-top: 0.1rem;
  line-height: 1.5882352941;
}

@media screen and (max-width: 750px) {
  .p-news_in_article {
    padding-top: 0.4rem;
  }
}
.p-news_in_article__date {
  font-family: var(--font-eng);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-news_in_article__date {
    font-size: 1.3rem;
  }
}
.p-news_in_article__title {
  margin-top: 0.9rem;
  line-height: 1.5882352941;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .p-news_in_article__title {
    margin-top: 0.6rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-news_in_article__body {
  margin-top: 5.1rem;
}
.p-news_in_article__content {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2;

}
@media screen and (max-width: 750px) {
  .p-news_in_article__content {
    font-size: 1.3rem;
    line-height: 1.7142857143;
  }
}
.p-news_in_article__content a {
  display: inline-block;
  position: relative;
  color: var(--color-black);
}
@media (hover: hover) {
  .p-news_in_article__content a:hover {
    text-decoration: none;
  }
}
.p-news_in_article__content a[target=_blank] {
  padding-right: 1.7rem;
}
@media screen and (max-width: 750px) {
  .p-news_in_article__content a[target=_blank] {
    padding-right: 1.4rem;
  }
}
.p-news_in_article__content a[target=_blank]::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background: url(../img/icon_link_blank_b.svg) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-news_in_article__content a[target=_blank]::before {
    width: 1rem;
    height: 1rem;
  }
}
.p-news_in_article__content img {
  max-width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-news_in_article__content img {
    max-width: 100%;
  }
}

.p-news_in_article__content iframe {
  display: block;
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-news_in_article__content iframe {
    width: 100%;
  }
}