@charset "UTF-8";

.n-news__container {
  width: 100%;
  height: auto;
  background-color: #F2F2F2;
  padding: 40px 0 60px 0;
}

@media screen and (max-width: 767px) {
  .n-news__container {
    padding: 30px 0 50px 0;
  }
}

.n-news {
  width: 760px;
  margin: 0 auto 0 auto;
  padding: 60px 110px 60px 110px;
  background-color: #fff;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .n-news {
    width: 92%;
    margin: 0 auto 0 auto;
    padding: 30px 30px 18px 30px;;
  
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
  }
}

.n-news li {
  width: 80px;
  border: 1px solid #5A5A5A;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .n-news li {
    margin: 0 12px 12px 0;;
  }
}

.n-news li a {
  display: block;
  color: #5A5A5A;
  font-size: 15px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 4px 0;
  transition: .3s;
}
.n-news li a:hover {
  display: block;
  color: #fff;
  background-color: #5A5A5A;
  transition: .3s;
}

.n-news li a.active {
  display: block;
  color: #fff;
  background-color: #5A5A5A;
  font-size: 15px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 4px 0;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .n-news li a {
    font-size: 14px;
  }
  .n-news li a.active {
    font-size: 14px;
  }
}

.n-news-block {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .n-news-block {
    width: 92%;
    margin: 0 auto;
  }  
}

.n-news-block-list {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #F2F2F2;
  padding: 30px 0 30px 0;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .n-news-block-list {
    padding: 24px 0 24px 0;
  }
}

.n-news-block-list time {
  color: #333333;
  font-size: 13px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  font-style: normal;
  padding: 0 0 0 75px;
}

.n-news-block-link {
  color: #333333;
  font-size: 15px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .n-news-block-list time {
    padding: 0 0 0 0px;
  }
  .n-news-block-link {
    width: 100%;
    display: block;
    font-size: 13px;
  }
}

.n-news-block-list::before{
  content: '';
  position: absolute;
  bottom: -2px;
  width: 80px;
  height: 2px;
  background: #D70D1F;
}

.n-news-block-list:hover {
  opacity: 0.7;
  transition: .3s;
}

.cat.info {
  background-color: #D70C1F;
  padding: 4px 10px;
}
.cat.event {
  background-color: #0086CD;
  padding: 4px 10px;
}
.cat.seminar {
  background-color: #159B65;
  padding: 4px 10px;
}
.cat.gentei {
  background-color: #EFAE37;
  padding: 4px 10px;
}

.n-news__catbox {
  width: 200px;
  padding: 0 0 0 60px;
}

@media screen and (max-width: 767px) {
  .n-news__catbox {
    width: 200px;
    padding: 0 0 0 15px;
  }
}

.n-news__catbox span {
  display: inline-block;
  font-size: 13px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #fff;
}

.n-news-content {
  padding: 100px 0 120px 0;
}


.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 0 0;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #5A5A5A;
  color: #fff;
  margin: 0 8px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    margin: 0 3px;
    width: 32px;
    height: 32px;
  }
}

.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #D70D1F !important;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .current {
    width: 32px;
    height: 32px;
  }
}

.dots {
  background-color: transparent !important;
  color: #333333;
  padding: 5px 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}

.next {
  width: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #D70D1F !important;
  color: #fff;
  padding: 5px 24px 7px 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .next {
    font-size: 14px;
    padding: 4px 20px 5px 12px;
  }
}
.next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 9px;
  top: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .next::before {
    width: 8px;
    height: 8px;
    top: 12.5px;
  }
}

.prev {
  width: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #5A5A5A !important;
  color: #fff;
  padding: 5px 14px 7px 24px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .prev {
    font-size: 14px;
    padding: 4px 12px 5px 20px;
  }
}
.prev::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  left: 9px;
  top: 14px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .prev::before {
    width: 8px;
    height: 8px;
    top: 12.5px;
  }
}

.newscontent p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}