/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  padding: 0 40px 0 234px;
}
main section.s01 .wrapper {
  max-width: 955px;
  margin: 0 auto;
}
main section.s01 .wrapper .newslist li {
  border-top: 1px solid rgba(0, 49, 73, 0.3);
}
main section.s01 .wrapper .newslist li:last-child {
  border-bottom: 1px solid rgba(0, 49, 73, 0.3);
}
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;
  position: relative;
  padding: 25px 0;
}
main section.s01 .wrapper .newslist li a .arrow {
  width: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.5px;
}
main section.s01 .wrapper .newslist li a .date {
  width: 150px;
  font-size: 15px;
  line-height: 170%;
  color: #003149;
}
main section.s01 .wrapper .newslist li a .txt {
  width: calc(100% - 150px);
  max-width: 660px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
  line-height: 170%;
  color: #003149;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    padding: 0 20px;
  }
  main section.s01 .wrapper {
    max-width: 955px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .newslist li {
    border-top: 1px solid rgba(0, 49, 73, 0.3);
  }
  main section.s01 .wrapper .newslist li:last-child {
    border-bottom: 1px solid rgba(0, 49, 73, 0.3);
  }
  main section.s01 .wrapper .newslist li a {
    text-decoration: none;
    display: block;
    padding: 15px 0;
  }
  main section.s01 .wrapper .newslist li a .arrow {
    width: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.5px;
  }
  main section.s01 .wrapper .newslist li a .date {
    width: 100%;
    font-size: 14px;
    line-height: 170%;
    color: #003149;
  }
  main section.s01 .wrapper .newslist li a .txt {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
    padding-right: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 170%;
    color: #003149;
  }
}