@charset "utf-8";

/* 共通
----------------------------------*/
.section-01 {
  margin-top: 180px;
}
.section-ttl {
  margin-bottom: 80px;
}
.section-ttl h2 {
  color: #dedede;
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.section-ttl p {
  font-size: 30px;
  line-height: 1.4;
  margin: 0;
}

/* SP */
@media only screen and (max-width: 640px) {
  .section-01 {
    margin-top: 100px;
  }
  .section-ttl {
    margin-bottom: 60px;
  }
  .section-ttl h2 {
    font-size: 80px;
  }
  .section-ttl p {
    font-size: 24px;
  }
}


/* NEWS ニュース
----------------------------------*/
#section-news {
  margin-top: 0;
  width: 100%;
  padding: 100px 0;
}
#section-news .inner-01 {
}
#section-news .list-nws {
  width: 100%;
}
#section-news .list-nws ul {
  border-top: 1px solid #111;
}
#section-news .list-nws ul li {
  font-size: 0;
  width: 100%;
  border-bottom: 1px solid #111;
}
#section-news .list-nws ul li a {
  display: block;
  padding: 25px 20px;
  position: relative;
}
#section-news .list-nws ul li a:after {
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  font-size: 24px;
  content: "arrow_forward";
  color: #111;
  vertical-align: middle;
  position: absolute;
  right: 20px;
}
#section-news .list-nws ul li .date {
  font-size: 18px;
  width: 110px;
  display: inline-block;
}
#section-news .list-nws ul li .tag {
  width: 100px;
  display: inline-block;
}
#section-news .list-nws ul li .tag span {
  font-size: 16px;
  font-weight: bold;
  min-width: 80px;
  background: #111;
  color: #fff;
  display: inline-block;
  padding: 5px 2px;
  text-align: center;
  line-height: 1.2;
}
#section-news .list-nws ul li .text {
  font-size: 18px;
  margin-top: -1em;
  display: inline-block;
}

/* SP */
@media only screen and (max-width: 640px) {
  #section-news {
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 0 0 0;
  }
  #section-news .inner-01 {
  }
  #section-news .section-ttl {
    width: 90%;
    float: none;
    margin: 0 auto 20px;
  }
  #section-news .section-ttl h2 {
    font-size: 60px;
  }
  #section-news .list-nws {
    width: 90%;
    float: none;
    margin: 0 auto 40px;
  }
  #section-news .list-nws ul {
  }
  #section-news .list-nws ul li a {
    padding: 20px 30px 20px 0;
  }
  #section-news .list-nws ul li a:after {
    right: 10px;
    bottom: 10px;
  }
  #section-news .list-nws ul li .date {
    font-size: 14px;
    width: auto;
    display: block;
  }
  #section-news .list-nws ul li .text {
    font-size: 14px;
    margin-top: 0;
    display: block;
  }
}


/* NEWS ニュース詳細
----------------------------------*/
#section-news-detail {
  margin-top: 0;
  width: 100%;
  padding: 100px 0 40px 0;
}
#section-news-detail .news-detail {
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1000px;
  padding: 60px 100px;
}
#section-news-detail .news-detail img {
  margin: 0 auto;
  padding: 0;
  width: 800px;
}


/* SP */
@media only screen and (max-width: 640px) {
  #section-news-detail {
    padding: 40px 0 0 0;
    margin-bottom: 0;s
  }
  #section-news-detail .news-detail {
    height: auto;
    width: 90%;
    padding: 20px 40px;
  }
  #section-news-detail .news-detail img {
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: auto;
    width: 100%;
    max-width: auto;
    right: 0;
    left: 0;
  }
}

