@charset "UTF-8";

/* kobetsu */
#news .tag-row button {
  min-width: 85px;
  text-align: center;
}

.news_infolist {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.news_infolist .news_infoitem {
  width: 100%;
  border-bottom: 1px solid #bababa;
}

.news_infolist .news_infoitem:first-of-type {
  border-top: 1px solid #bababa;
}

.news_infolist .news_infoitem:last-of-type {
  border-bottom: none;
}

.news_infolist .news_infoitem a {
  padding: 50px 0;
}

.news_infolist .news_infoitem:last-of-type a {
  padding-bottom: 0;
}

.news_infolink {
  position: relative;
}

.news_infolink::after {
  content: "";
  display: block;
  background-image: url(../../common/img/readmore.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 50px;
  right: 0;
  transition: transform 0.3s ease;
}

.news_infolink:hover::after {
  transform: scale(1.2);
}

.news_infobody {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.news_datail {
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.news_datail .news_date {
  font-size: 20px;
  margin-right: 20px;
}

.news_datail .news_category {
  font-size: 14px;
  color: #808080;
  white-space: nowrap;
  border: 1px solid #808080;
  padding: 5px 12px;
}

.news-ttl {
  font-size: 22px;
  font-weight: 600;
}

.busi-item {
  margin-bottom: 60px;
}

/* ニュース詳細ページ */
#news.news-detail-page {
  background: #fff;
}

#news.news-detail-page .news_articleinner {
  border-top: 1px solid #bababa;
}

#news.news-detail-page .news_articletext {
  width: 90%;
  max-width: 1000px;
  padding: 40px 0 0 0;
  margin: 0 auto 0;
}

#news.news-detail-page .news-ttl {
  margin: 40px auto 20px;
}

#news.news-detail-page .news-txt {
  font-size: 16px;
  line-height: 1.8;
}

#news.news-detail-page .news_articleimage {
  width: 90%;
  max-width: 1100px;
  margin: 50px auto 0;
}

#news.news-detail-page .pro-outline {
  width: 90%;
  max-width: 1000px;
  padding: 60px 0 80px 0;
  margin: 0 auto;
}

#news.news-detail-page .outline-ttl {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

#news.news-detail-page .outline-txt {
  font-size: 16px;
}

/* tab */
@media (max-width: 1180px) {}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {

  #news .tag-row button {
    width: 48%;
  }

  .news_infolist .news_infoitem {
    width: 100%;
  }

  .news_infolist .news_infoitem a {
    padding: 25px 0;
  }

  .news_infolink::after {
    width: 21px;
    height: 21px;
    top: 26px;
  }

  .news_datail {
    width: 100%;
    margin-right: 0;
  }

  .news_datail .news_date {
    font-size: 16px;
  }

  .news_datail .news_category {
    font-size: 12px;
    padding: 2px 12px;
  }

  .news-ttl {
    font-size: 18px;
    margin-top: 10px;
  }

  .busi-item {
    margin-bottom: 0;
  }

  /* ニュース詳細ページ */
  #news.news-detail-page .news-ttl {
    margin-top: 20px;
  }

  #news.news-detail-page .news-txt {
    font-size: 14px;
    line-height: 1.5;
  }

  #news.news-detail-page .news_articleimage {
    margin: 30px auto 0;
  }

  #news.news-detail-page .btn_link.back_btn {
    margin: 30px auto 0;
  }

      #news.news-detail-page .pro-outline {
    padding: 30px 0 40px 0;
  }

}