.newpost {
  padding: 30px;
  border: solid 3px #fff;
}
.newpost h5 {
  margin-bottom: 16px;
  color: #999;
}
.newpost li {
  padding: 0 0 8px;
  margin-bottom: 8px;
  border-bottom: dotted 1px #fff;
}
.newpost li a {
  display: flex;
  align-items: flex-start;
}
.newpost li img {
  aspect-ratio: 3/2;
  width: 180px;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
}
@media screen and (max-width: 480px) {
  .newpost li img {
    width: 80px;
  }
}
.newpost li .postinfo {
  display: flex;
  align-items: center;
  color: #999;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 8px;
}
.newpost li .postinfo::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 1em;
}
.newpost li .postinfo .postdate {
  margin-right: 5px;
  display: block;
}
.newpost li .postinfo .catname {
  display: block;
  background-color: #999;
  font-size: 10px;
  color: #fff;
  padding: 2px 5px 1px;
  line-height: 11px;
  text-decoration: none;
  border-radius: 2px;
}
.newpost li .posttitle {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5em;
  margin-left: 16px;
}
.newpost li .posttitle::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  margin-right: 6px;
}

.area_single_banner {
  margin-top: 40px;
  text-align: center;
}
.area_single_banner img {
  max-width: 410px;
}
.area_single_banner a + a {
  margin-top: 10px;
}