.siteWrap::after {
  background-image: url(../img/news/bg_right_news.jpg);
}

#news .contentsWrap {
  padding-bottom: 7.5rem;
}
#news .contetns {
  padding: 5.5rem 2.5rem 0;
  margin-bottom: 8.5rem;
}
#news .contetns .ttl_h2 {
  font-size: 2.2rem;
  font-family: 'Noto Sans JP', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
  color: #4a4a4a;
  text-align: left;
  line-height: 1;
}
#news .newsList {
  padding-right: 1.2rem;
  margin-top: 1.3rem;
  max-height: 24rem;
  overflow-y: scroll;
}
#news .newsList::-webkit-scrollbar{
  width: 0.5rem;
}
#news .newsList::-webkit-scrollbar-track{
  background-color: none;
}
#news .newsList::-webkit-scrollbar-thumb{
  background-color: #fcc800;
}
#news .newsList .item {
  border-bottom: 1px solid #b4b4b4;
}
#news .newsList .item a {
  display: block;
  padding: 1rem 1rem 2rem;
}
#news .newsList .item a p {
  margin-top: -0.2rem;
  line-height: 1.2;
}
#news .newsList .item time {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #6a6a6a;
}
#news .newsList .item p {
  font-weight: 700;
  font-size: 1.8rem;
  color: #000;
}

#news .article a {
	color: #00AAE9;
}

#news .article {
  margin: 6.2rem 2.5rem 0;
  padding-bottom: 9.5rem;
  border-bottom: 1px solid #b4b4b4;
}
#news .article_ttl {
  margin-bottom: 3.1rem;
  padding-left: 1.8rem;
  border-left: 0.5rem solid #a07f0a;
}
#news .article_ttl time {
  font-size: 1.6rem;
  color: #6a6a6a;
}
#news .article_ttl p {
  margin-top: -1rem;
  font-size: 2.2rem;
  font-weight: 700;
}
#news .article .in {
  padding-left: 2.3rem;
}
#news .article .in .txt {
  margin-bottom: 3.5rem;
  font-size: 1.7rem;
  line-height: 1.94;
}
#news .article .in figure {
  margin-top: 2rem;
}
#news .article .in figcaption {
  margin: 0.8rem auto 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #a07f0a;
  line-height: 1.37;
}
#news .article .imgList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3.6rem auto -2.6rem;
}
#news .article .imgList li {
  position: relative;
  width: 20rem;
  height: 13rem;
  margin-bottom: 2.6rem;
}
#news .article .imgList li a {
  display: block;
  width: 100%;
  height: 100%;
}
#news .article .imgList li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .article .sec {
  margin-top: 4.4rem;
}
#news .article .sec_ttl {
  margin-bottom: 1.2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #a07f0a;
  line-height: 1.1;
}
#news .article .mt_4 {
  margin-top: 4rem !important;
}
#news .article .mb_0 {
  margin-bottom: 0 !important;
}
.non {
	display: none !important;
}

strong {
	color: #d8020f;
	font:bold;
}

strong.ttl {
	font-size: 2rem;
	font-weight: 700;
}
