.p-news_in {
  padding-bottom: 144px;
}
@media screen and (max-width: 899px) {
  .p-news_in {
    padding-bottom: 92px;
  }
}

.p-news_in__title {
  width: 273px;
  margin: 0 auto 33px;
}
@media screen and (max-width: 899px) {
  .p-news_in__title {
    width: 138px;
    margin: 0 auto 46px;
  }
}

.p-news_in__contents {
  width: 81.6%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-news_in__contents {
    width: 100%;
  }
}
.p-news_in__contents-list-item-link {
  background: linear-gradient(to right, rgba(116, 63, 60, 0.2) 14px, transparent 14px) repeat-x left bottom/20px 3px;
}
.p-news_detail__title {
  width: 273px;
  margin: 0 auto 33px;
}
@media screen and (max-width: 899px) {
  .p-news_detail__title {
    width: 138px;
    margin: 0 auto 46px;
  }
}

.p-news_detail__contents {
  width: 81.5%;
  margin: 93px auto 0;
  padding-bottom: 153px;
}
@media screen and (max-width: 899px) {
  .p-news_detail__contents {
    width: 100%;
    margin: 60px auto 0;
    padding-bottom: 123px;
  }
}
.p-news_detail__contents-title {
  padding-bottom: 26px;
  background: linear-gradient(to right, rgba(116, 63, 60, 0.2) 14px, transparent 14px) repeat-x left bottom/20px 3px;
}
@media screen and (max-width: 899px) {
  .p-news_detail__contents-title {
    padding-bottom: 22px;
    background: linear-gradient(to right, rgba(116, 63, 60, 0.2) 12px, transparent 12px) repeat-x left bottom/18px 2px;
  }
}
.p-news_detail__contents-title .p-in-title {
  margin-bottom: 19px;
  color: var(--color-text);
  line-height: 1.5;
  font-size: 4rem;
  font-weight: 800;
}
@media screen and (max-width: 899px) {
  .p-news_detail__contents-title .p-in-title {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.p-news_detail__contents-title .p-in-date {
  font-size: 3rem;
}
@media screen and (max-width: 899px) {
  .p-news_detail__contents-title .p-in-date {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
.p-news_detail__contents-text {
  width: 89.7%;
  margin: 0 auto;
  padding: 59px 0;
  background: linear-gradient(to right, rgba(87, 69, 19, 0.2) 14px, transparent 14px) repeat-x left bottom/20px 3px;
}
@media screen and (max-width: 899px) {
  .p-news_detail__contents-text {
    width: 100%;
    margin: 0 auto;
    padding: 37px 0 62px;
    background: linear-gradient(to right, rgba(87, 69, 19, 0.2) 12px, transparent 12px) repeat-x left bottom/18px 2px;
  }
}
.p-news_detail__contents-text img {
  width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-news_detail__contents-text p {
  font-weight: 800;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 899px) {
  .p-news_detail__contents-text p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.p-news_detail__contents-text a {
  font-weight: 800;
  font-size: 2rem;
  color: var(--color-text);
  -webkit-text-decoration: underline 1px var(--color-text);
  text-decoration: underline 1px var(--color-text);
}
@media screen and (max-width: 899px) {
  .p-news_detail__contents-text a {
    font-size: 1.5rem;
  }
}
.p-news_detail__contents-text h2 {
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 2.2rem;
  color: var(--color-blue);
}
@media screen and (max-width: 899px) {
  .p-news_detail__contents-text h2 {
    margin-bottom: 8px;
    font-size: 1.7rem;
  }
}