/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  width: 1080px;
  margin: 80px auto 0;
}
main section.s01 .wrapper .news_ttl_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #1D1D1D;
  padding-bottom: 15px;
}
main section.s01 .wrapper .news_ttl_box .date {
  font-size: 17px;
  width: 110px;
}
main section.s01 .wrapper .news_ttl_box .cat {
  font-size: 17px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px;
  background-color: #19254A;
  color: #fff;
}
main section.s01 .wrapper .news_ttl_box .txt {
  width: 100%;
  font-size: 24px;
  line-height: 160%;
  margin-top: 15px;
  font-weight: bold;
}
main section.s01 .wrapper #news-post {
  border-bottom: 1px solid #1D1D1D;
  padding-bottom: 80px;
}
main section.s01 .wrapper #news-post h1,
main section.s01 .wrapper #news-post h2,
main section.s01 .wrapper #news-post h3,
main section.s01 .wrapper #news-post h4 {
  font-size: 20px;
  line-height: 160%;
  font-weight: bold;
  margin-top: 35px;
}
main section.s01 .wrapper #news-post img {
  max-width: 100%;
  display: block;
  margin: 40px auto;
}
main section.s01 .wrapper #news-post p {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 200%;
}
main section.s01 .wrapper .btn_more {
  width: 280px;
  display: block;
  border: 1px solid #1D1D1D;
  text-decoration: none;
  color: #1D1D1D;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  padding: 20px 0;
  margin: 50px auto 0;
}
main section.s02 .wrapper {
  width: 1080px;
  margin: 0 auto;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 40px auto 0;
  }
  main section.s01 .wrapper .news_ttl_box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #1D1D1D;
    padding-bottom: 15px;
    flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main section.s01 .wrapper .news_ttl_box .date {
    font-size: 12px;
    width: 90px;
  }
  main section.s01 .wrapper .news_ttl_box .cat {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px;
  }
  main section.s01 .wrapper .news_ttl_box .txt {
    width: 100%;
    font-size: 16px;
    line-height: 160%;
    margin-top: 10px;
    font-weight: bold;
  }
  main section.s01 .wrapper #news-post {
    border-bottom: 1px solid #1D1D1D;
    padding-bottom: 20px;
  }
  main section.s01 .wrapper #news-post h1,
  main section.s01 .wrapper #news-post h2,
  main section.s01 .wrapper #news-post h3,
  main section.s01 .wrapper #news-post h4 {
    font-size: 16px;
    line-height: 160%;
    font-weight: bold;
    margin-top: 15px;
  }
  main section.s01 .wrapper #news-post img {
    max-width: 100%;
    display: block;
    margin: 30px auto;
  }
  main section.s01 .wrapper #news-post p {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 200%;
  }
  main section.s01 .wrapper .btn_more {
    width: 152px;
    display: block;
    border: 1px solid #1D1D1D;
    text-decoration: none;
    color: #1D1D1D;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    padding: 16px 0;
    margin: 30px auto 0;
  }
  main section.s02 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}