@charset "UTF-8";
.sec_heading, .sec_news {
  padding: 30px 0 45px;
}
.sec_heading .inner, .sec_news .inner {
  padding: 0 15px;
}

.news_post .inner {
  max-width: 1004px;
  margin: 0 auto;
}
.news_post .sec_heading .date {
  font-size: 1.4rem;
  color: #A5A4A3;
}
.news_post .sec_heading h1.h1_post {
  position: relative;
}
.news_post .sec_heading h1.h1_post::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #EC6C00;
  position: absolute;
  bottom: -24px;
  left: 0;
}

.sec_news {
  background-color: #F5F5F5;
}
.sec_news ul.news_list {
  margin: 16px auto 20px;
}
.sec_news ul.news_list li {
  background-color: #FFFFFF;
  margin-bottom: 8px;
  border-radius: 5px;
}
.sec_news ul.news_list li:last-child {
  margin-bottom: 0;
}
.sec_news ul.news_list li a {
  padding: 10px 32px 10px 10px;
  display: flex;
  position: relative;
}
.sec_news ul.news_list li a::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../img/common/arrow_rignt_circle.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.sec_news ul.news_list li a .date {
  font-size: 1.1rem;
  line-height: 2;
  color: #A5A4A3;
  margin-right: 10px;
}
.sec_news ul.news_list li a .title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.46;
  padding-left: 15px;
  position: relative;
}
.sec_news ul.news_list li a .title::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #EC6C00;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .sec_heading {
    padding: 140px 0 60px;
  }
  .sec_heading .inner {
    padding: 0 38px;
  }

  .news_post .inner {
    max-width: 1004px;
    margin: 0 auto;
  }
  .news_post .sec_heading h1.h1_post::after {
    width: 128px;
    bottom: -35px;
  }

  .sec_news {
    padding: 60px 0 120px;
  }
  .sec_news .inner {
    padding: 0 38px;
  }
  .sec_news ul.news_list {
    margin: 0 auto;
    max-width: 928px;
  }
  .sec_news ul.news_list li {
    margin-bottom: 20px;
  }
  .sec_news ul.news_list li a {
    padding: 14px 60px 14px 20px;
    ransition: .4s;
  }
  .sec_news ul.news_list li a:hover {
    color: #EC6C00;
  }
  .sec_news ul.news_list li a::after {
    width: 20px;
    height: 20px;
    right: 26px;
  }
  .sec_news ul.news_list li a .date {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-right: 20px;
  }
  .sec_news ul.news_list li a .title {
    font-size: 1.6rem;
  }
  .sec_news ul.news_list li a .title::before {
    top: 10px;
  }
}
.sec_news_post {
  padding-bottom: 70px;
}
.sec_news_post .inner {
  padding: 0 15px;
}
.sec_news_post p {
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 2;
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .sec_news_post {
    padding-bottom: 140px;
  }
  .sec_news_post .inner {
    padding: 0 38px;
  }
  .sec_news_post .sec_heading p {
    font-size: 1.6rem;
  }
}
/*
===================
	ページネーション
===================*/
.pagenation {
  font-family: "Barlow", sans-serif;
  margin-top: 50px;
  display: block;
}
.pagenation .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}
.pagenation .nav-links .page-numbers {
  color: rgba(51, 51, 51, 0.5);
  padding: .3em .6em;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.pagenation .nav-links .page-numbers.current {
  color: #EC6C00;
  font-weight: bold;
}
.pagenation .supplement {
  margin-top: 10px;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pagenation {
    margin-top: 100px;
  }
}

/*# sourceMappingURL=news.css.map */
