@charset "UTF-8";
/* ===== @use ===== */
/* ===== common.scss ===== */
/* -- 変数 -- */
/* font */
/* color */
/* switching */
/* ===== @mixin ===== */
/* crm */
/* pagerArrow */
/* ===== news.css ===== */
/* -- news_box-inner-cnt -- */
.news_box-inner-cnt {
  border-bottom: 1px solid #E6E6E6;
}
.news_box-inner-cnt a {
  line-height: 1.5;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 1.9rem 7rem 2.9rem 3rem;
  border-top: 1px solid #E6E6E6;
}
.news_box-inner-cnt a::after {
  display: block;
  position: absolute;
  top: 0.2rem;
  bottom: 0;
  right: 3rem;
  margin: auto;
  width: 3rem;
  height: 1rem;
  background: url(../img/common/arrow_next.svg) no-repeat 0 0/100% auto;
  content: "";
}
.news_box-inner-cnt a > * {
  margin-top: 1rem;
}
.news_box-inner-cnt-day {
  width: 11rem;
}
.news_box-inner-cnt-tag {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 3rem;
  width: 16.4rem;
  height: 3rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10em;
}
.news_box-inner-cnt-tit {
  font-weight: bold;
  width: calc(100% - 30.4rem);
}
.news_box-inner .link {
  text-align: right;
  margin-top: 5.5rem;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .news_box-inner-cnt a {
    padding: 2.9rem 7rem 2.9rem 3rem;
  }
  .news_box-inner-cnt-day {
    margin-top: 15px;
    width: 100%;
    order: 2;
  }
  .news_box-inner-cnt-tag {
    font-size: 12px;
    margin: 0;
    width: 130px;
    height: 22px;
    order: 1;
  }
  .news_box-inner-cnt-tit {
    margin-top: 15px;
    width: 100%;
    order: 3;
  }
}

/* -- pager -- */
.pager {
  font-family: "ClashDisplay-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10.2rem;
}
.pager li {
  margin-right: 2.6rem;
}
.pager li.act a {
  color: rgb(0, 0, 0);
}
.pager li a {
  color: rgba(0, 0, 0, 0.3);
}
.pager li:first-child {
  margin: 0 3.5rem 0 0;
}
.pager li:first-child a::before {
  transform: scale(-1, 1);
}
.pager li:last-child {
  margin: 0 0 0 0.8rem;
}
.pager li:first-child a,
.pager li:last-child a {
  display: block;
}
.pager li:first-child a::before,
.pager li:last-child a::before {
  display: block;
  position: relative;
  top: -1px;
  width: 3rem;
  height: 1rem;
  background: url(../img/common/arrow_next.svg) no-repeat 0 0/100% auto;
  content: "";
}
@media screen and (max-width: 900px) {
  .pager {
    margin-top: 40px;
  }
}

/* -- news_detail_box -- */
.news_detail_box {
  margin-top: 11.1rem;
}
.news_detail_box > :not(:last-child) {
  margin-bottom: 7.2rem;
}
.news_detail_box .news_detail_box_tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news_detail_box .news_detail_box_tit .news_box-inner-cnt-tit {
  width: 100%;
  margin-top: 5.2rem;
}
@media screen and (max-width: 900px) {
  .news_detail_box {
    margin-top: 40px;
  }
  .news_detail_box > :not(:last-child) {
    margin-bottom: 60px;
  }
  .news_detail_box .news_detail_box_tit .news_box-inner-cnt-tit {
    margin-top: 20px;
  }
}/*# sourceMappingURL=news.css.map */