@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,500;1,600&family=Noto+Sans+JP:wght@300;400;500&display=swap");
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
.u-news-wrap {
  margin-top: 70px;
  /* single page */
}

@media print, screen and (min-width: 768px) {
  .u-news-wrap {
    margin-top: 115px;
  }
}

.u-news-wrap .m-list-news > li:first-child {
  border-top: solid 1px #dde3e9;
}

.u-news-wrap .m-list-news > li:last-child {
  border-bottom: solid 1px #dde3e9;
}

.u-news-wrap .m-list-news > li:hover:last-child:before {
  width: 100% !important;
}

.u-news-wrap .list-pager {
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 35px;
}

@media print, screen and (min-width: 768px) {
  .u-news-wrap .list-pager {
    margin-top: 90px;
    margin-bottom: 30px;
  }
}

.u-news-wrap .list-pager .pager-prev, .u-news-wrap .list-pager .pager-next, .u-news-wrap .list-pager .pager-number {
  display: inline-block;
}

.u-news-wrap .list-pager .pager-prev a, .u-news-wrap .list-pager .pager-next a, .u-news-wrap .list-pager .pager-number a {
  display: block;
}

.u-news-wrap .list-pager .pager-prev, .u-news-wrap .list-pager .pager-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

@media print, screen and (min-width: 768px) {
  .u-news-wrap .list-pager .pager-prev, .u-news-wrap .list-pager .pager-next {
    width: 30px;
    height: 30px;
  }
}

.u-news-wrap .list-pager .pager-prev a, .u-news-wrap .list-pager .pager-next a {
  position: relative;
  z-index: 0;
  height: 100%;
}

.u-news-wrap .list-pager .pager-prev a img, .u-news-wrap .list-pager .pager-next a img {
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 5px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-news-wrap .list-pager .pager-prev {
  margin-right: 10px;
}

@media print, screen and (min-width: 768px) {
  .u-news-wrap .list-pager .pager-prev {
    margin-right: 35px;
  }
}

.u-news-wrap .list-pager .pager-number {
  text-align: center;
}

.u-news-wrap .list-pager .pager-number li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 27px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  margin: 0 5px;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.07em;
}

@media print, screen and (min-width: 768px) {
  .u-news-wrap .list-pager .pager-number li {
    width: 40px;
    height: 40px;
    line-height: 37px;
    margin: 0 10px;
    font-size: 1.4rem;
  }
}

.u-news-wrap .list-pager .pager-number li:first-child {
  margin: 0 5px 0 0;
}

@media print, screen and (min-width: 768px) {
  .u-news-wrap .list-pager .pager-number li:first-child {
    margin: 0 10px 0 0;
  }
}

.u-news-wrap .list-pager .pager-number li:last-child {
  margin: 0 0 0 5px;
}

@media print, screen and (min-width: 768px) {
  .u-news-wrap .list-pager .pager-number li:last-child {
    margin: 0 0 0 10px;
  }
}

.u-news-wrap .list-pager .pager-number li:hover {
  background-color: #003894;
}

.u-news-wrap .list-pager .pager-number li:hover a {
  color: #fff;
  text-decoration: none;
}

.u-news-wrap .list-pager .pager-number li.number-block {
  background-color: #003894;
  color: #fff;
}

.u-news-wrap .list-pager .pager-number li.number-block:hover {
  background-color: #003894;
  color: #fff;
}

.u-news-wrap .list-pager .pager-number li.number-empty {
  border: 1px solid #fff;
}

.u-news-wrap .list-pager .pager-number li.number-empty:hover {
  background-color: transparent;
}

.u-news-wrap .list-pager .pager-next {
  margin-left: 10px;
}

@media print, screen and (min-width: 768px) {
  .u-news-wrap .list-pager .pager-next {
    margin-left: 35px;
  }
}

.u-news-wrap .wrap-detail .detail-head {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
  .u-news-wrap .wrap-detail .detail-head {
    margin-bottom: 45px;
  }
}

.u-news-wrap .wrap-detail .detail-head .head-ttl {
  line-height: 1.77;
  margin-bottom: 10px;
  color: #003894;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  .u-news-wrap .wrap-detail .detail-head .head-ttl {
    line-height: 1.78;
    font-size: 2.8rem;
  }
}

.u-news-wrap .wrap-detail .detail-head .head-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.u-news-wrap .wrap-detail .detail-head .head-detail .detail-update {
  display: block;
  line-height: 1;
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .u-news-wrap .wrap-detail .detail-head .head-detail .detail-update {
    margin-top: 7px;
    font-size: 1.4rem;
  }
}

.u-news-wrap .wrap-detail .detail-head .head-detail .news-cat {
  display: inline-block;
  line-height: 1.6;
  margin-left: 12px;
  padding: 0 10px 2px;
  border-radius: 3px;
  background-color: #003894;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .u-news-wrap .wrap-detail .detail-head .head-detail .news-cat {
    margin-left: 40px;
    border-radius: 3px;
    padding: 2px 10px 4px 10px;
    text-align: center;
    font-size: 1.4rem;
  }
}

.u-news-wrap .m-btn-circle-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}

@media print, screen and (min-width: 768px) {
  .u-news-wrap .m-btn-circle-center {
    margin-top: 80px;
  }
}
