/****************************
 archive-post
*****************************/
#archive-post {
  background: #e8f2f1;
  padding-top: 80px;
  padding-bottom: 80px;
}
#archive-post .thumb {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  background: #fff;
}
#archive-post .thumb img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#archive-post .box {
  position: relative;
}
#archive-post .display_new {
  position: absolute;
  right: 0;
  top: -30px;
  color: red;
}
#archive-post h1 {
  text-align: center;
  margin-bottom: 80px;
}
#archive-post h1 span:nth-of-type(1) {
  font-size: 62px;
  display: block;
}
#archive-post h1 span:nth-of-type(2) {
  font-size: 28px;
  display: block;
}
#archive-post .mb {
  margin-bottom: 50px;
}
#archive-post .date {
  margin-bottom: 15px;
}
#archive-post .title a {
  color: #000;
  text-decoration: none;
}
