@charset "utf-8";
/* ===============================================
# cmn
=============================================== */
.cmn_sec_head::after {
  background: url(../../achievements/img/bg_news_top.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width :834px){
    .cmn_sec_head {
      background: url(../../achievements/img/bg_news_top.jpg) no-repeat center center;
      background-size: cover;
    }
    .cmn_sec_head::after {
      content: none;
    }
}
/* ===============================================
# top
=============================================== */
.sec_top_list .ttl_page {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.28;
  padding-bottom: 30px;
  border-bottom: 2px solid #c8c8c8;
  position: relative;
  margin-bottom: 80px;
}
.sec_top_list .ttl_page::before {
  content: "";
  display: block;
  width: 68px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.sec_top_list .cmn_tablist {
  margin: 0 auto 0 0;
  max-width: 600px;
}
.sec_top_list .cmn_tablist>li {
  width: 25%;
}
.sec_top_list .area_post {
  margin-top: 35px;
}
.sec_top_list .cmn_pagination {
  margin-top: 80px;
}

@media screen and (max-width :834px){
  .sec_top_list .inner .wrapper_contents {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .sec_top_list .ttl_page {
    font-size: 25px;
    font-size: 2.5rem;
    padding-bottom: 12px;
    border-bottom: 2px solid #c8c8c8;
    margin: 0 4% 50px;
  }
  .sec_top_list .cmn_tablist {
    width: 100%;
  }
  .sec_top_list .area_post {
    margin-top: 25px;
  }
  .sec_top_list .cmn_pagination {
    margin-top: 50px;
    padding: 0 4%;
  }
}
