
/* Latest List */

.latest-list article .entry_thumb > a {
  display: block;
  position: relative;
}

.latest-list article .entry_thumb > a::before {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  filter: drop-shadow(1px 1px 1px #666);
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
}
