/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  width: 920px;
  margin: 0 auto;
}
main section.s01 .wrapper .t01 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
  line-height: 170%;
}
main section.s01 .wrapper .catlist {
  font-size: 0;
  letter-spacing: 0;
  margin-top: 20px;
}
main section.s01 .wrapper .catlist li {
  display: inline-block;
  vertical-align: top;
  margin: 40px 40px 0 0;
}
main section.s01 .wrapper .catlist li a {
  background-color: #009F18;
  border-radius: 5px;
  min-width: 136px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  text-align: center;
  padding: 13px 20px;
  text-decoration: none;
}
main section.s01 .wrapper .newslist {
  margin-top: 30px;
}
main section.s01 .wrapper .newslist li {
  border-bottom: 1px solid #1D1D1D;
}
main section.s01 .wrapper .newslist li a {
  text-decoration: none;
  color: #1D1D1D;
  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: 25px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper .newslist li a .date {
  width: 115px;
  font-size: 15px;
}
main section.s01 .wrapper .newslist li a .cat {
  width: 140px;
  padding-right: 10px;
}
main section.s01 .wrapper .newslist li a .cat span {
  display: inline-block;
  border: 1px solid #009F17;
  font-size: 15px;
  line-height: 18px;
  padding: 7px 5px;
  border-radius: 3px;
  min-width: 110px;
  text-align: center;
  color: #009F18;
  font-weight: bold;
}
main section.s01 .wrapper .newslist li a .txt {
  width: calc(100% - 255px);
  font-size: 15px;
  line-height: 170%;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
main section.s01 .wrapper .pagination {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 40px;
}
main section.s01 .wrapper .pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-decoration: none;
  margin: 0 5px;
  font-size: 18px;
  line-height: 100%;
  padding-top: 13px;
  text-align: center;
  color: #1D1D1D;
  border-radius: 5px;
}
main section.s01 .wrapper .pagination .page-numbers.dots {
  background-color: #fff;
}
main section.s01 .wrapper .pagination .page-numbers.current {
  color: #fff;
  background-color: #1D1D1D;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .t01 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
  }
  main section.s01 .wrapper .catlist {
    font-size: 0;
    letter-spacing: 0;
    margin-top: 0px;
  }
  main section.s01 .wrapper .catlist li {
    display: inline-block;
    vertical-align: top;
    margin: 15px 15px 0 0;
  }
  main section.s01 .wrapper .catlist li a {
    background-color: #009F18;
    border-radius: 3px;
    min-width: 80px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    text-decoration: none;
  }
  main section.s01 .wrapper .newslist {
    margin-top: 20px;
  }
  main section.s01 .wrapper .newslist li {
    border-bottom: 2px dashed #aaa;
  }
  main section.s01 .wrapper .newslist li a {
    text-decoration: none;
    color: #1D1D1D;
    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;
    -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: 90px;
    font-size: 10px;
  }
  main section.s01 .wrapper .newslist li a .cat {
    width: 140px;
    padding-right: 10px;
  }
  main section.s01 .wrapper .newslist li a .cat span {
    display: inline-block;
    border: 1px solid #009F17;
    font-size: 10px;
    line-height: 14px;
    padding: 4px 5px;
    border-radius: 3px;
    min-width: 66px;
    text-align: center;
    color: #009F18;
    font-weight: bold;
  }
  main section.s01 .wrapper .newslist li a .txt {
    width: 100%;
    font-size: 15px;
    line-height: 170%;
    font-weight: bold;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  main section.s01 .wrapper .pagination {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    margin-top: 20px;
  }
  main section.s01 .wrapper .pagination .page-numbers {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-decoration: none;
    margin: 0 3px;
    font-size: 14px;
    line-height: 100%;
    padding-top: 8px;
    text-align: center;
    color: #1D1D1D;
    border-radius: 3px;
  }
  main section.s01 .wrapper .pagination .page-numbers.dots {
    background-color: #fff;
  }
  main section.s01 .wrapper .pagination .page-numbers.current {
    color: #fff;
    background-color: #1D1D1D;
  }
}