@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
.sec-news {
  position: relative;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .news_wrap__list {
    margin-bottom: 82px;
  }
}
.news_wrap__list .c-btn__01 {
  display: none;
}
.news_wrap__list.on .c-btn__01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_list .news-item {
  display: none;
  border-bottom: 1px solid #CCCCCC;
}
.news_list .news-item:first-child {
  border-top: 1px solid #CCCCCC;
}
.news_list .news-item .news-item-box {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
}
.news_list .news-item .news-item-box .detailText{
	font-weight: normal;
}
.news_list .news-item>a{
	position: relative;
	display: block;
}
.news_list .news_day {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  max-width: 170px;
  color: #B29828;
  font-weight: 400;
  margin-bottom: 7px;
}
.news_list .news_List_Title{
	line-height: 1.4;
}
.news_list .news-item>a #category {
  display: block;
  width: 80px;
}
.news_list .news-item .ani-arrow{
	display: none;
}
.news_list .news-item>a .ani-arrow {
	display: block;
  border: 1px solid #4BADE6;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news_list .news-item>a .ani-arrow::before {
  background: url(../img/layout/ar-blue.svg) center no-repeat;
  background-size: contain;
}
.news_list .news-item>a .news_new {
  color: #FF6200;
  font-size: 1.5rem;
}
@media (any-hover: hover) {
  .news_list .news-item a:hover {
    background: #F8F8ED;
    color: #4F4B3E;
  }
  .news_list .news-item a:hover .ani-arrow {
    background: #4BADE6;
  }
}
.news_list .news-item--noar a .ani-arrow {
  display: none;
}
.news_list .news-item .detailText a {
	font-weight: bold;
	text-decoration: underline;
  }
.news_list .news-item .detailText a:hover {
	color: #4BADE6;
	opacity: 1.0;
	background: none;
  }
.news_list .news-item .detailText ul li{
	list-style: disc;
}
.news_list .news-item .detailText ol li{
	list-style: decimal;
}

/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .sec-news {
    margin-top: -68px;
  }
  .sec-news .c-ttl__01 {
    margin-bottom: 40px;
  }
  .news_list {
    margin-bottom: 37px;
  }
  .news_list .news-item-box {
    padding: 17px 30px 20px 10px;
  }
  .news_list .ani-arrow {
    right: 0;
  }
  .news_list .news_new {
    margin-left: 7px;
  }
}
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .sec-news {
    margin-top: -75px;
    z-index: 1;
  }
  .sec-news::after {
    content: "";
    position: absolute;
    background: url(../img/index/news-bg.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 365px;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .sec-news .inner {
    max-width: 1140px;
  }
  .sec-news .c-ttl__01 {
    margin-bottom: 51px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .news_wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .news_wrap__list {
    width: 499px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .news_wrap__calender {
    width: 510px;
  }
}
@media print, screen and (min-width: 768px) {
  .news_list {
    margin-bottom: 35px;
  }
  .news_list .news-item .news-item-box {
    padding: 20px 30px 20px 200px;
  }
  .news_list .news_day {
    position: absolute;
    top: 14px;
    left: 10px;
  }
  .news_list .news-item>a .ani-arrow {
    right: 9px;
  }
}
