/**********************
  archive-post
**********************/
#archive-post .bg-img {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 300px;
  background: url("../../images/top/rebuild.jpg");
  background-position: center;
  background-size: cover;
  z-index: 80;
}
#archive-post .bg-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-color: rgb(0, 0, 0, 0.4);
  background-image: radial-gradient(black 20%, transparent 20%),
    radial-gradient(black 20%, transparent 20%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 80;
}
#archive-post .bg-img .bg-black {
  width: 420px;
  height: 50vh;
  min-height: 300px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 81;
}
#archive-post .main-title {
  position: absolute;
  top: 150px;
  left: 50px;
  z-index: 82;
  color: #fff;
}
#archive-post .main-title .label {
  font-size: 20px;
  margin-bottom: 30px;
  color: #edc64f;
}
#archive-post .main-title h1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 30px;
}
#archive-post .main-title .en-catch {
  color: #ccc;
}
@media (max-width: 991px) {
  #archive-post .bg-img .bg-black {
    display: none;
  }
}
@media (max-width: 767px) {
  #archive-post .main-title {
    position: absolute;
    top: 200px;
    left: 30px;
    transform: translate(0%, -50%);
    z-index: 82;
    color: #fff;
  }
  #archive-post .main-title h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 2em;
  }
  #archive-post .main-title .label {
    margin-bottom: 0;
  }
}
/*************************
 archie-post
  ul
*************************/
#archive-post ul {
  padding: 0;
  max-width: 600px;
  margin: 80px auto 80px;
}
#archive-post ul li {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
#archive-post ul li:first-child {
  border-top: 1px solid #eee;
}
#archive-post ul li span:nth-of-type(1) {
  color: orange;
  margin-right: 30px;
}
#archive-post ul li span:nth-of-type(2) a {
  color: #000;
  text-decoration: none;
}
