.p-news {
  padding: 70px 0 140px;
}
@media only screen and (max-width: 719px) {
  .p-news {
    padding: 35px 0 90px;
  }
}

.c-news_item {
  border: 1px solid #eae5da;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 0 15px;
}
@media only screen and (max-width: 719px) {
  .c-news_item {
    margin: 0 0 10px;
  }
}
.c-news_item:last-child {
  margin: 0;
}
.c-news_item__inner {
  width: 100%;
  padding: 35px 78px 35px 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: relative;
  border: none;
  height: 100%;
}
@media only screen and (max-width: 719px) {
  .c-news_item__inner {
    min-height: 0;
    min-height: initial;
    padding: 16px 55px 16px 20px;
    gap: 3px;
  }
}
.c-news_item__inner__date {
  color: #84654a;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (max-width: 719px) {
  .c-news_item__inner__date {
    font-size: 13px;
  }
}
.c-news_item__inner__title {
  padding: 0;
  margin: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 0.8px;
  font-weight: 500;
  line-height: 1.5;
  gap: 30px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 719px) {
  .c-news_item__inner__title {
    font-size: 14px;
  }
}
.c-news_item__inner::after {
  content: "";
  display: block;
  width: 19px;
  min-width: 19px;
  height: 14px;
  -webkit-mask-image: url("https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/common/ico_arrow.svg");
          mask-image: url("https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #84654a;
  position: relative;
  position: absolute;
  top: 54px;
  right: 4%;
}
@media only screen and (max-width: 719px) {
  .c-news_item__inner::after {
    width: 11px;
    min-width: 11px;
    height: 8px;
    top: 44px;
    right: 20px;
  }
}