.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.73vw;
}
@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.33vw;
}
.lp-news .post__list--item {
  margin-bottom: 9.07vw;
  display: flex;
  flex-direction: row-reverse;
  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.13vw;
  font-size: 14px;
  font-size: 3.73vw;
  font-weight: 700;
}
.lp-news .post__list--item .item__data .tag {
  margin-top: 3.2vw;
  display: inline-block;
  padding: 0 2.13vw;
  font-size: 12px;
  font-size: 3.2vw;
  color: #8A8A8A;
  line-height: 6.13vw;
  border: 1px solid #B9B9B9;
  background-color: #F0F0F0;
  border-radius: 0.53vw;
}
.lp-news .post__list--item .item__photo {
  width: 26.67vw;
  height: 26.67vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.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;
    padding: 20px 12px;
    flex-direction: row;
  }
  .lp-news .post__list--item .item__data {
    width: 725px;
    display: flex;
    align-items: center;
  }
  .lp-news .post__list--item .item__data > div {
    flex: 1;
  }
  .lp-news .post__list--item .item__data .date {
    width: 140px;
    font-size: 1.6rem;
  }
  .lp-news .post__list--item .item__data .text {
    flex: 1;
    margin-top: 0;
    font-size: 1.6rem;
  }
  .lp-news .post__list--item .item__data .tag {
    margin-top: 16px;
    padding: 0 8px;
    font-size: 1.2rem;
    line-height: 25px;
    border-radius: 2px;
  }
  .lp-news .post__list--item .item__photo {
    width: 100px;
    height: 100px;
  }
}
/*# sourceMappingURL=news.css.map */
