@media screen and (min-width: 901px), print {
  #news .section-article {
    padding-top: 3.6603221083vw;
    padding-bottom: 7.9795021962vw;
  }
}
@media screen and (max-width: 900px) {
  #news .section-article {
    padding-top: 10.6666666667vw;
    padding-bottom: 24vw;
  }
}
@media screen and (min-width: 901px), print {
  #news .section-article .item {
    display: flex;
    justify-content: space-between;
    padding-top: 3.6603221083vw;
    padding-bottom: 3.6603221083vw;
    padding-left: 5.710102489vw;
    padding-right: 5.710102489vw;
    border-bottom: 0.1464128843vw solid #EEEEEE;
  }
  #news .section-article .item:first-child {
    border-top: 0.1464128843vw solid #EEEEEE;
  }
}
@media screen and (max-width: 900px) {
  #news .section-article .item {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    border-bottom: 0.5333333333vw solid #EEEEEE;
  }
  #news .section-article .item:first-child {
    border-top: 0.5333333333vw solid #EEEEEE;
  }
}
#news .section-article .item .img {
  background: url(../img/news/img-blank.jpg) no-repeat center/cover;
}
@media screen and (min-width: 901px), print {
  #news .section-article .item .img {
    width: 20.7906295754vw;
    height: 11.7130307467vw;
    border-radius: 1.4641288433vw;
  }
}
@media screen and (max-width: 900px) {
  #news .section-article .item .img {
    height: 51.7333333333vw;
    border-radius: 5.3333333333vw;
  }
}
#news .section-article .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 901px), print {
  #news .section-article .item .txt {
    width: 45.3879941435vw;
  }
}
@media screen and (max-width: 900px) {
  #news .section-article .item .txt {
    margin-top: 10.6666666667vw;
  }
}
#news .section-article .item .date {
  font-family: brandon-grotesque, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 901px), print {
  #news .section-article .item .date {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 900px) {
  #news .section-article .item .date {
    font-size: 4.2666666667vw;
  }
}
#news .section-article .item .lead {
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (min-width: 901px), print {
  #news .section-article .item .lead {
    margin-top: 1.0980966325vw;
    font-size: 1.317715959vw;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 900px) {
  #news .section-article .item .lead {
    margin-top: 6.6666666667vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
#news .section-article .item .body {
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (min-width: 901px), print {
  #news .section-article .item .body {
    margin-top: 1.0980966325vw;
    font-size: 1.0248901903vw;
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 900px) {
  #news .section-article .item .body {
    margin-top: 6.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.8571428571;
  }
}