@charset "UTF-8";

/* SP表示設定 */
@media screen and (max-width: 959px) {

/* コンテンツここから */


/* KV */

#kv {
  width: 90%;
  margin: 50px auto;
}

#kv h1 {
  font-size: 30px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 1.2px;
}

.kv_cap {
  width: 100%;
  height: 30px;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
}


/* コンテンツ */

#content {
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
}

#content .content_inner {
  width: 90%;
  max-width: 1080px;
  margin: auto;
}

/* ナビ */

#content .content_inner .news_nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #BEC5D0;
  padding-bottom: 40px;
}

#content .content_inner .news_nav li {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 1.28px;
  padding: 10px 16px;
  border-radius: 40px;
  border: 1px solid #131626;
  margin-right: 5px;
  cursor: pointer;
  margin-bottom: 5px;
}

#content .content_inner .news_nav li.active {
  color: #fff;
  background-color: #131626;
}


/* ニュース本体 */

#content .content_inner .news_year {
  margin-top: 40px;
}

#content .content_inner .news_year h2 {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 0.96px;
  margin-bottom: 40px;
}


#content .content_inner .news_year ul {
  border-top: 1px solid #BEC5D0;
}

#content .content_inner .news_year ul li {
  border-bottom: 1px solid #BEC5D0;
  padding: 25px 0;
}

#content .content_inner .news_year ul li .news_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .content_inner .news_year ul li .news_title img {
  width: 32px;
  height: 32px;
  margin-left: 10px;
}

#content .content_inner .news_year ul li .news_title dl dd{
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  margin-top: 10px;
}

#content .content_inner .news_year ul li .news_title dl dt {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.64px;
  position: relative;
}
#content .content_inner .news_year ul li .news_title dl dt::after {
  content: "";
  display: inline-block;
  width: 8.421px;
  height: 20px;
  background-image: url(/assets/img/top/news_line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 100px;
  margin-top: -12px;
}

#content .content_inner .news_year ul li .news_title .news_icon {
  width: 32px;
  height: 32px;
  margin-left: 10px;
  background-image: url(/assets/img/news/icon_news_open.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
  flex-shrink: 0;
}
#content .content_inner .news_year ul li .news_title .news_icon_close {
  background-image: url(/assets/img/news/icon_news_close.svg);
}

#content .content_inner .news_year ul li .news_text {
  margin-top: 25px;
  margin-left: 20px;
  font-size: 12px;
  font-family: "Noto Sans JP";
  font-weight: 300;
}
#content .content_inner .news_year ul li .news_text img {
  width: 80%;
  margin-bottom: 10px;
  margin-left: 10%;
}



  /* コンテンツここまで */

}