header nav ul li.news {
  border-bottom: 2px solid #fff;
}

.titleArea {
  background-image: url(../images/mainimg.jpg);
}

.listArea {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .listArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.listArea {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .listArea {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.listArea > article {
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}
@media screen and (max-width: 1200px) {
  .listArea > article {
    padding: 20px 0;
  }
}
.listArea > article .date, .listArea > article .cate {
  display: inline-block;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px;
}
.listArea > article .date {
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .listArea > article .date {
    font-size: clamp(14px, 1.3333333333vw, 100px);
  }
}
.listArea > article .date {
  margin-right: 15px;
}
.listArea > article .cate {
  font-size: 1.2rem;
  background-color: #aaa;
  color: #fff;
  padding: 3px;
  width: 70px;
  letter-spacing: 2px;
}