/***************************
 general
***************************/
.bg_green {
  background: #016d2e;
}
.bg_leaf {
  background: url("../../images/logo/yk_logo_mark.svg");
  background-size: 3800px auto;
  background-position: -1900px -1110px;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .bg_leaf {
    background: url("../../images/logo/yk_logo_mark.svg");
    background-size: 3600px auto;
    background-position: -1800px -1060px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1199px) {
  .bg_leaf {
    background: url("../../images/logo/yk_logo_mark.svg");
    background-size: 3200px auto;
    background-position: -1600px -950px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 991px) {
  .bg_leaf {
    background: url("../../images/logo/yk_logo_mark.svg");
    background-size: 2600px auto;
    background-position: -1300px -730px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .bg_leaf {
    background: url("../../images/logo/yk_logo_mark.svg");
    background-size: 2000px auto;
    background-position: -1000px -500px;
    background-repeat: no-repeat;
  }
}
/**************************
 archive-post
**************************/
#archive-post {
  padding-top: 250px;
  padding-bottom: 300px;
}
#archive-post h1 {
  font-size: 42px;
  font-weight: bold;
  color: #016d2e;
  border-bottom: 1px solid #005429;
  padding-bottom: 5px;
  margin-bottom: 80px;
}
#archive-post ul {
  padding: 0;
  margin-bottom: 80px;
  list-style: none;
}
#archive-post .flex {
  display: flex;
}
#archive-post .meta {
  color: #b8da58;
  font-size: 26px;
  width: 200px;
  font-weight: bold;
}
#archive-post .title {
  width: calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
}
#archive-post .title a {
  color: #fff;
  font-size: 20px;
}
#archive-post ul li:first-child {
  border-top: 1px solid #fff;
}
#archive-post ul li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
#archive-post .border-line {
  width: 100%;
  height: 1px;
  background: #00b701;
  margin-top: 150px;
}
