.lp-news main .inner li, .lp-news main .inner p, .lp-news main .inner a, .lp-news main .inner font {
  font-size: 14px;
  font-size: 3.7333333333vw;
}
@media (min-width: 768px) {
  .lp-news main .inner li, .lp-news main .inner p, .lp-news main .inner a, .lp-news main .inner font {
    font-size: 1.4rem;
  }
}
.lp-news .post__list {
  padding-bottom: 5.3333333333vw;
}
.lp-news .post__list--item {
  margin-bottom: 8vw;
}
.lp-news .post__list--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp-news .post__list--item .item__data {
  width: 66%;
}
.lp-news .post__list--item .item__data .date {
  display: block;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 700;
  color: #8A8A8A;
}
.lp-news .post__list--item .item__data .text {
  margin-top: 2.1333333333vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.lp-news .post__list--item .item__photo {
  width: 30%;
}
.lp-news .post__list--item .item__photo img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .lp-news .post__list {
    padding-bottom: 80px;
  }
  .lp-news .post__list--item {
    border-bottom: 2px dashed #B9B9B9;
    margin-bottom: 0;
  }
  .lp-news .post__list--item a {
    padding: 20px 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lp-news .post__list--item .item__data {
    width: 725px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-news .post__list--item .item__data .date {
    width: 140px;
    font-size: 1.6rem;
  }
  .lp-news .post__list--item .item__data .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    font-size: 1.6rem;
  }
  .lp-news .post__list--item .item__photo {
    width: 100px;
  }
  .lp-news .post__list--item .item__photo img {
    width: 100%;
    height: auto;
  }
}
