@charset "UTF-8";
/*
	$weight:フォントの太さ
	@include f_hiragino(300); ※ W3
	@include f_hiragino(600); ※ W6
*/
/*
	$weight:フォントの太さ
	@include f_din(600);
*/
/*
	$weight:フォントの太さ
	@include f_din(600);
*/
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
.sec_newslist {
  background-color: #FFFFFF;
  border-top: 2rem solid #F2F2F2;
}
@media print, screen and (min-width: 992px) {
  .sec_newslist {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_newslist {
    padding-bottom: 4rem;
  }
}
.sec_newslist .content_block {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}
.sec_newslist .content_block .list .item {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #000000;
}
.sec_newslist .content_block .list .item .link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .sec_newslist .content_block .list .item .link {
    -ms-grid-columns: 128px 4rem 128px 4rem 1fr;
    grid-template-columns: 128px 128px 1fr;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
.sec_newslist .content_block .list .item .link .date {
  font-size: 1.4rem;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.sec_newslist .content_block .list .item .link .label {
  width: 100%;
  max-width: 128px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-align: center;
  color: #FFFFFF;
  background-color: #4D4D4D;
  border-radius: 9999px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 1.2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sec_newslist .content_block .list .item .link .title {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (min-width: 768px) {
  .sec_newslist .content_block .list .item .link .title {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.sec_newslist .content_block .list .item .link:hover .date {
  color: #4D4D4D;
}
.sec_newslist .content_block .list .item .link:hover .label {
  background-color: #E61F19;
}
.sec_newslist .content_block .list .item .link:hover .title {
  color: #4D4D4D;
}
.sec_newslist .content_block .link_box {
  margin-top: 4rem;
}

@media print, screen and (min-width: 992px) {
  .sec_news {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_news {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.sec_news .content_title {
  border-bottom: 1px solid #000000;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.sec_news .content_title .label_box {
  margin-top: 1rem;
}
.sec_news .content_title .label_box .label {
  width: 100%;
  max-width: 128px;
}
.sec_news .content_block .news_box {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 992px) {
  .sec_news .content_block .news_box {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_news .content_block .news_box {
    font-size: 1.4rem;
  }
}