.news #main .ttl_box .sub_ttl {
  font-family: "SST W20 Condensed Bd";
}

.news #main {
  margin: 7.5rem 0.9375rem 9.375rem;
  letter-spacing: 0.1em;
}
.news #main .ttl_box .ttl img {
  height: 3.125rem;
}
.news #main .ttl_box .sub_ttl {
  color: #8517e5;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.5rem;
}
.news #main .art {
  margin-top: 1.875rem;
}
.news #main .art .art_ttl {
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  font-family: "SSTJapanese W55 Bold";
  text-align: center;
  margin: 3.125rem 0 1.25rem;
  line-height: 1;
}
.news #main .art .art_date {
  text-align: center;
  font-size: 0.8125rem;
  margin-bottom: 1.25rem;
}
.news #main .art .news_ul .news_li {
  border-bottom: 1px solid #b5b5b5;
  padding: 0.625rem 0;
  margin-bottom: 2.1875rem;
}
.news #main .art .news_ul .news_li .news_date {
  display: block;
  font-family: "SSTJapanese W55 Bold";
}
.news #main .art .news_ul .news_li:last-child {
  border: none;
  margin-bottom: 7.5rem;
}
.news #main .art .pagiNation {
  margin-top: 80px;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.news #main .art .pagiNation .pagination {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  font-family: "SST W20 Bold";
}
.news #main .art .pagiNation .pagination .pager_li {
  font-size: 0.6875rem;
}
.news #main .art .pagiNation .pagination .pager_li a,.news #main .art .pagiNation .pagination .pager_li span{
padding: 0 1rem;
}
.news #main .art .pagiNation .pagination .pager_li .active {
  color: #fff;
  position: relative;
}
.news #main .art .pagiNation .pagination .pager_li .active::before {
  content: "";
  display: block;
  position: absolute;
  width: 2em;
  height: 2em;
  z-index: -1;
  top: 50%;
  left: 50%;
  background-color: #8517e5;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.news #main .art .pagiNation .pagination .prev {
  display: inline-block;
  position: relative;
  margin-right: 1.25rem;
  font-size: 0.8125rem;
  letter-spacing: 0;
}
.news #main .art .pagiNation .pagination .prev img {
    display: inline;
    width: 1em;
    margin-right: 0.5rem;
    margin-bottom: 0.5em;
  }
.news #main .art .pagiNation .pagination .next {
  display: inline-block;
  position: relative;
  margin-left: 1.25rem;
  font-size: 0.8125rem;
  letter-spacing: 0;
}
.news #main .art .pagiNation .pagination .next img {
    display: inline;
    width: 1em;
    margin-left: 0.5rem;
    transform: rotate(-180deg);
    margin-bottom: 0.5em;
  }
.news #main .art .img_box span {
  display: block;
  background-color: #c8c6c6;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  padding-top: 70%;
  border-radius: 15px;
}
.news #main .art .text {
  margin: 1.25rem 0 5rem;
  font-size: 0.8125rem;
}
.news #main .art .text .text_bold {
  font-family: "SSTJapanese W55 Bold";
}

@media screen and (min-width: 768px) {
  .news #main {
    margin: 11.875rem auto 18.75rem;
    width: 62.5%;
  }
  .news #main .ttl_box .ttl img {
    height: 6.25rem;
  }
  .news #main .ttl_box .sub_ttl {
    font-size: 1.625rem;
    margin-top: 1.5625rem;
    line-height: 1;
  }
  .news #main .art {
    margin-top: 6.25rem;
  }
  .news #main .art .art_ttl {
    font-size: 2.5rem;
    margin: 6.25rem 0 3.75rem;
  }
  .news #main .art .art_date {
    font-size: 1.625rem;
    margin-bottom: 3.125rem;
  }
  .news #main .art .news_ul .news_li {
    padding: 1.25rem 0;
    margin-bottom: 4.375rem;
    font-size: 1.7rem;
  }
  .news #main .art .news_ul .news_li a {
    display: block;
  }
  .news #main .art .news_ul .news_li .news_date {
    font-size: 1.7rem;
  }
  .news #main .art .news_ul .news_li:last-child {
    margin-bottom: 10rem;
  }
  .news #main .art .pagiNation {
    width: 57%;
    max-width: none;
  }
  .news #main .art .pagiNation .pagination .pager_li a,.news #main .art .pagiNation .pagination .pager_li span{
    padding: 0 1.5rem;
    }
  .news #main .art .pagiNation .pagination .pager_li {
    font-size: 1.375rem;
  }
  .news #main .art .pagiNation .pagination .prev {
    font-size: 1.5625rem;
  }
  .news #main .art .pagiNation .pagination .next {
    font-size: 1.5625rem;
  }
  .news #main .art .img_box {
    width: 65%;
    margin: 0 auto;
  }
  .news #main .art .img_box span {
    border-radius: 30px;
  }
  .news #main .art .text {
    margin: 3.75rem 0 10rem;
    font-size: 1.7rem;
  }
}