/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  padding-top: 100px;
}
main section.s01 .wrapper {
  width: 1080px;
  margin: 0 auto;
}
main section.s01 .wrapper .newslist li {
  border-bottom: 1px solid #707070;
}
main section.s01 .wrapper .newslist li:first-child {
  border-top: 1px solid #707070;
}
main section.s01 .wrapper .newslist li a {
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0 30px;
  color: #1D1D1D;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper .newslist li a .date {
  width: 130px;
  font-size: 21px;
  letter-spacing: 0;
}
main section.s01 .wrapper .newslist li a .cat {
  width: 170px;
  background-color: #1D1D1D;
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  padding: 10px 0;
  text-align: center;
}
main section.s01 .wrapper .newslist li a .txt {
  width: calc(100% - 300px);
  padding-left: 20px;
  font-size: 20px;
  line-height: 180%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
main section.s01 .wrapper .navigation {
  margin-top: 50px;
}
main section.s01 .wrapper .navigation * {
  font-size: 0 !important;
}
main section.s01 .wrapper .navigation .nav-links {
  text-align: center;
}
main section.s01 .wrapper .navigation .nav-links .page-numbers {
  margin: 0 10px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  border-radius: 50px;
}
main section.s01 .wrapper .navigation .nav-links .page-numbers.current {
  background-color: #817B7B;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    padding-top: 50px;
  }
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .newslist li {
    border-bottom: 1px solid #707070;
    margin-top: 0;
  }
  main section.s01 .wrapper .newslist li a {
    text-decoration: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 15px 0;
    color: #1D1D1D;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main section.s01 .wrapper .newslist li a .date {
    width: 80px;
    font-size: 12px;
    letter-spacing: 0;
  }
  main section.s01 .wrapper .newslist li a .cat {
    width: 100px;
    background-color: #1D1D1D;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    padding: 3px 0;
    text-align: center;
  }
  main section.s01 .wrapper .newslist li a .txt {
    margin-top: 5px;
    width: 100%;
    padding-left: 0;
    font-size: 15px;
    line-height: 160%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  main section.s01 .wrapper .navigation {
    margin-top: 30px;
  }
  main section.s01 .wrapper .navigation .nav-links {
    text-align: center;
  }
  main section.s01 .wrapper .navigation .nav-links .page-numbers {
    margin: 0 5px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border-radius: 50px;
  }
  main section.s01 .wrapper .navigation .nav-links .page-numbers.current {
    background-color: #817B7B;
  }
}