/* ------------------------------
 width: all
------------------------------ */
main {
  background-color: rgba(158, 215, 227, 0.42);
}
main section.s01 {
  padding-bottom: 150px;
}
main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 38px;
  color: #1d738c;
}
main section.s01 .wrapper h2 {
  text-align: center;
  font-size: 20px;
  color: #1d738c;
}
main section.s01 .wrapper .newsbox {
  width: 1200px;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 55px;
  margin: 0 auto;
  margin-top: 40px;
}
main section.s01 .wrapper .newsbox .newslist li + li {
  border-top: 1px solid #cccccc;
}
main section.s01 .wrapper .newsbox .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 30px;
}
main section.s01 .wrapper .newsbox .newslist li a .date {
  width: 110px;
  font-size: 21px;
  color: #1d738c;
}
main section.s01 .wrapper .newsbox .newslist li a .cat {
  width: 130px;
}
main section.s01 .wrapper .newsbox .newslist li a .cat span {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  line-height: 100%;
  border: 1px solid #1d738c;
  padding: 5px 10px;
  color: #1d738c;
  vertical-align: top;
}
main section.s01 .wrapper .newsbox .newslist li a .txt {
  width: calc(100% - 240px);
  font-size: 14px;
  line-height: 100%;
  color: #000;
  padding-left: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

footer {
  background-color: rgba(158, 215, 227, 0.42);
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    padding: 0 20px 70px;
  }
  main section.s01 .wrapper .t01 {
    text-align: center;
    font-size: 24px;
    color: #1d738c;
  }
  main section.s01 .wrapper h2 {
    text-align: center;
    font-size: 14px;
    color: #1d738c;
  }
  main section.s01 .wrapper .newsbox {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    margin: 0 auto;
    margin-top: 25px;
  }
  main section.s01 .wrapper .newsbox .newslist li + li {
    border-top: 1px solid #cccccc;
  }
  main section.s01 .wrapper .newsbox .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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 0;
  }
  main section.s01 .wrapper .newsbox .newslist li a .date {
    width: 80px;
    font-size: 16px;
    line-height: 100%;
    color: #1d738c;
    margin-top: -2px;
  }
  main section.s01 .wrapper .newsbox .newslist li a .cat {
    width: 200px;
  }
  main section.s01 .wrapper .newsbox .newslist li a .cat span {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    line-height: 100%;
    border: 1px solid #1d738c;
    padding: 3px 6px;
    color: #1d738c;
    vertical-align: top;
  }
  main section.s01 .wrapper .newsbox .newslist li a .txt {
    width: 100%;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    padding-left: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 5px;
  }
}