/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  width: 920px;
  margin: 0 auto;
  border-top: 1px solid #3D485F;
}
main section.s01 .wrapper h3 {
  color: #3D485F;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  padding-left: 65px;
  position: relative;
}
main section.s01 .wrapper h3::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #3D485F;
  position: absolute;
  top: 13px;
  left: 0;
}
main section.s01 .wrapper .newslist li {
  border-bottom: 1px solid #3D485F;
}
main section.s01 .wrapper .newslist li a {
  display: block;
  text-decoration: none;
  color: #1f1f1f;
  padding: 25px 0;
}
main section.s01 .wrapper .newslist li a .dl01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper .newslist li a .dl01 dt {
  width: 80px;
  font-size: 10px;
}
main section.s01 .wrapper .newslist li a .dl01 dd {
  width: calc(100% - 80px);
}
main section.s01 .wrapper .newslist li a .dl01 dd span {
  display: inline-block;
  background-color: #3D485F;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  padding: 5px 12px;
}
main section.s01 .wrapper .newslist li a .dl02 {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 10px;
}
main section.s01 .wrapper .newslist li a .dl02 dt {
  width: calc(100% - 95px);
  padding-right: 30px;
}
main section.s01 .wrapper .newslist li a .dl02 dt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
  color: #3D485F;
  line-height: 1.7;
}
main section.s01 .wrapper .newslist li a .dl02 dd {
  width: 95px;
  padding-bottom: 4px;
}
main section.s01 .wrapper .newslist li a .dl02 dd img {
  width: 100%;
  display: block;
}
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: 30px;
  height: 30px;
  display: inline-block;
  text-decoration: none;
  margin: 0 5px;
  font-size: 15px;
  line-height: 100%;
  padding-top: 8px;
  text-align: center;
  color: #1f1f1f;
  letter-spacing: 0;
}
main section.s01 .wrapper .pagination .page-numbers.dots {
  border: none;
}
main section.s01 .wrapper .pagination .page-numbers.current {
  color: #fff;
  background-color: #B79D86;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    padding: 0 20px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #3D485F;
  }
  main section.s01 .wrapper h3 {
    color: #3D485F;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 50px;
    position: relative;
  }
  main section.s01 .wrapper h3::before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #3D485F;
    position: absolute;
    top: 10px;
    left: 0;
  }
  main section.s01 .wrapper .newslist {
    margin-top: 10px;
  }
  main section.s01 .wrapper .newslist li {
    border-bottom: 1px solid #3D485F;
  }
  main section.s01 .wrapper .newslist li a {
    display: block;
    text-decoration: none;
    color: #1f1f1f;
    padding: 10px 0;
  }
  main section.s01 .wrapper .newslist li a .dl01 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s01 .wrapper .newslist li a .dl01 dt {
    width: 80px;
    font-size: 10px;
  }
  main section.s01 .wrapper .newslist li a .dl01 dd {
    width: calc(100% - 80px);
  }
  main section.s01 .wrapper .newslist li a .dl01 dd span {
    display: inline-block;
    background-color: #3D485F;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 5px 12px;
  }
  main section.s01 .wrapper .newslist li a .dl02 {
    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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 7px;
  }
  main section.s01 .wrapper .newslist li a .dl02 dt {
    width: calc(100% - 70px);
    padding-right: 20px;
  }
  main section.s01 .wrapper .newslist li a .dl02 dt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    color: #3D485F;
    line-height: 1.7;
  }
  main section.s01 .wrapper .newslist li a .dl02 dd {
    width: 70px;
    padding-bottom: 4px;
  }
  main section.s01 .wrapper .newslist li a .dl02 dd img {
    width: 100%;
    display: block;
  }
  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: 25px;
    height: 25px;
    display: inline-block;
    text-decoration: none;
    margin: 0 3px;
    font-size: 13px;
    line-height: 100%;
    padding-top: 6px;
    text-align: center;
    color: #1f1f1f;
    letter-spacing: 0;
  }
  main section.s01 .wrapper .pagination .page-numbers.dots {
    border: none;
  }
  main section.s01 .wrapper .pagination .page-numbers.current {
    color: #fff;
    background-color: #B79D86;
  }
}