/*====================================================
section#news_area
====================================================*/
section#news_area .inner {
  padding-top: 10.4166666667vw;
  padding-bottom: 18.2291666667vw;
}
section#news_area .box-list li {
  border-bottom: solid 3px #F28585;
  padding-bottom: 4.6875vw;
  margin-bottom: 4.6875vw;
}
section#news_area .box-list a .list-img {
  width: 40%;
  height: 19.2708333333vw;
}
section#news_area .box-list a .list-txt {
  width: 60%;
  box-sizing: border-box;
  padding-left: 4.5%;
  margin-top: 2%;
}
section#news_area .box-list a .list-txt .cat {
  display: flex;
  align-items: center;
  gap: 3.5416666667vw;
  margin-bottom: 2.0833333333vw;
}
section#news_area .box-list a .list-txt .txt-d {
  font-size: clamp(18px, 1.5625vw, 30px);
  color: #50311B;
}
section#news_area .box-list a .list-txt .txt-c {
  color: #ffffff;
  background: #F28585;
  font-size: clamp(18px, 1.5625vw, 30px);
  width: 9.7395833333vw;
  height: 2.4479166667vw;
  min-width: 109px;
  min-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
section#news_area .box-list a .list-txt .txt-h3 {
  font-size: clamp(22px, 1.8229166667vw, 35px);
  color: #50311B;
}

@media screen and (max-width: 767px) {
  section#news_area .box-list li {
    border: none;
    padding-bottom: 0;
    margin-bottom: 70px;
  }
  section#news_area .box-list a .list-img {
    width: 100%;
    height: 54.6153846154vw;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: solid 1px #F28585;
  }
  section#news_area .box-list a .list-img img {
    border-radius: 10px;
  }
  section#news_area .box-list a .list-txt {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}
/*# sourceMappingURL=news.css.map */