@charset "UTF-8";
/*======================================================================
 * お知らせページ
======================================================================*/
.n-page-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 253px;
  background: -webkit-gradient(linear, left top, right top, from(#2ba7f5), to(#0055a0));
  background: linear-gradient(to right, #2ba7f5 0%, #0055a0 100%);
}
@media screen and (max-width: 768px) {
  .n-page-hero {
    height: 185px;
    position: relative;
  }
}
.n-page-hero img {
  opacity: 0.4;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 253px;
}
@media screen and (max-width: 768px) {
  .n-page-hero img {
    height: 185px;
  }
}
.n-page-hero h1 {
  margin: 0;
  padding-left: 6.25em;
}
.n-page-hero h1 span {
  display: block;
  color: #ffffff;
}
.n-page-hero h1 span.en {
  opacity: 0.2;
  font-family: 'Noto Serif JP', serif;
  font-size: 4.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .n-page-hero h1 span.en {
    font-size: 2.4rem;
  }
}
.n-page-hero h1 span.ja {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.n-page-hero h1 {
  width: 50%;
}
.n-page-hero picture {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .n-page-hero h1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    z-index: 1;
    position: absolute;
    top: 64%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .n-page-hero picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .n-page-hero picture img {
    width: 100%;
  }
}

.news-link {
  text-decoration: none;
}

.l-section-content.-news {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-section-content.-news {
    padding-bottom: 20px;
  }
}
.l-section-content.-news .inner .top-list {
  width: 100%;
  padding: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 30px;
}
.l-section-content.-news .inner .top-list .top-list-items {
  position: relative;
  background-color: #f8f8f8;
  width: 312px;
  height: 340px;
}
.l-section-content.-news .inner .top-list .top-list-items figure {
  margin: 0;
}
.l-section-content.-news .inner .top-list .top-list-items a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-section-content.-news .inner .top-list .top-list-items a:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-box-shadow: 0 16px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 18px rgba(0, 0, 0, 0.2);
}
.l-section-content.-news .inner .top-list .top-list-items .new {
  content: "";
  background-color: #f36d01;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 10;
}
.l-section-content.-news .inner .top-list .top-list-items .top-item-detail {
  margin: 15px;
  color: #111111;
}
.l-section-content.-news .inner .top-list .top-list-items .top-item-detail p.date-cat {
  font-size: 1.2rem;
}
.l-section-content.-news .inner .top-list .top-list-items .top-item-detail p.date-cat .cat {
  margin-left: 18px;
  color: #0073bb;
}
.l-section-content.-news .inner .top-list .top-list-items .top-item-detail p.title {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-section-content.-news .inner .top-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .l-section-content.-news .inner .top-list .top-list-items {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .l-section-content.-news .inner .top-list .top-list-items:not(:first-child) {
    margin-left: 0;
  }
  .l-section-content.-news .inner .top-list .top-list-items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-section-content.-news .inner .top-list .top-list-items figure {
    width: 50%;
  }
  .l-section-content.-news .inner .top-list .top-list-items .top-item-detail {
    width: 50%;
    padding: 10px;
    margin: 0;
  }
  .l-section-content.-news .inner .top-list .top-list-items .top-item-detail p .date-cat .date,
.l-section-content.-news .inner .top-list .top-list-items .top-item-detail p .date-cat .cat {
    font-size: 1rem;
  }
  .l-section-content.-news .inner .top-list .top-list-items .top-item-detail p .title {
    font-size: 1.4rem;
  }
}
.l-section-content.-news .inner .raw-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-section-content.-news .inner .raw-list .raw-list-items {
  width: 100%;
  margin-bottom: 30px;
  overflow: visible;
}
.l-section-content.-news .inner .raw-list .raw-list-items a.raw-news-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-section-content.-news .inner .raw-list .raw-list-items a.raw-news-link:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-box-shadow: 0 16px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 18px rgba(0, 0, 0, 0.2);
}
.l-section-content.-news .inner .raw-list .raw-list-items .raw-news-img {
  margin: 0;
  width: 30%;
  max-width: 180px;
  display: block;
}
.l-section-content.-news .inner .raw-list .raw-list-items .raw-list-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 70%;
  padding: 20px;
  color: #000;
}
.l-section-content.-news .inner .raw-list .raw-list-items .raw-list-detail p.date-cat {
  font-size: 1.2rem;
}
.l-section-content.-news .inner .raw-list .raw-list-items .raw-list-detail p.date-cat span.date {
  margin-right: 10px;
}
.l-section-content.-news .inner .raw-list .raw-list-items .raw-list-detail p.date-cat span.cat {
  color: #0073bb;
}
.l-section-content.-news .inner .raw-list .raw-list-items .raw-list-detail p.title {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-section-content.-news .inner .raw-list .raw-list-items {
    margin-bottom: 20px;
  }
  .l-section-content.-news .inner .raw-list .raw-list-items .raw-news-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .l-section-content.-news .inner .raw-list .raw-list-items .raw-news-img img {
    position: relative;
    overflow: hidden;
  }
  .l-section-content.-news .inner .raw-list .raw-list-items .raw-list-detail {
    padding: 10px;
  }
  .l-section-content.-news .inner .raw-list .raw-list-items .raw-list-detail p.date-cat {
    font-size: 1rem;
    margin: 0 0 6px;
  }
  .l-section-content.-news .inner .raw-list .raw-list-items .raw-list-detail p.title {
    font-size: 1.2rem;
    margin: 0;
  }
}

.l-section-content.-news-list {
  padding-bottom: 0;
}
.l-section-content.-news-list .inner .under-list {
  width: 100%;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-section-content.-news-list .inner .under-list .under-list-items {
  width: 100%;
  height: 133px;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  color: #111111;
}
.l-section-content.-news-list .inner .under-list .under-list-items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-section-content.-news-list .inner .under-list .under-list-items a:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-box-shadow: 0 16px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 18px rgba(0, 0, 0, 0.2);
}
.l-section-content.-news-list .inner .under-list .under-list-items figure {
  margin: 0;
}
.l-section-content.-news-list .inner .under-list .under-list-items figure.news-img {
  width: 180px;
  height: auto;
}
.l-section-content.-news-list .inner .under-list .under-list-items .under-list-item-detail {
  margin: 28px 0 0 20px;
}
.l-section-content.-news-list .inner .under-list .under-list-items .under-list-item-detail p {
  color: #111111;
}
.l-section-content.-news-list .inner .under-list .under-list-items .under-list-item-detail p.date-cat {
  font-size: 1.2rem;
}
.l-section-content.-news-list .inner .under-list .under-list-items .under-list-item-detail p.date-cat .cat {
  margin-left: 18px;
  color: #0073bb;
}
.l-section-content.-news-list .inner .under-list .under-list-items .under-list-item-detail p.title {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-section-content.-news-list .inner .under-list .under-list-items {
    height: 100px;
  }
  .l-section-content.-news-list .inner .under-list .under-list-items figure.news-img {
    width: 40%;
    min-height: 100px;
    overflow: hidden;
  }
  .l-section-content.-news-list .inner .under-list .under-list-items figure.news-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 150px;
  }
  .l-section-content.-news-list .inner .under-list .under-list-items .under-list-item-detail {
    width: 60%;
    margin: 14px 14px 0;
  }
  .l-section-content.-news-list .inner .under-list .under-list-items .under-list-item-detail .date-cat {
    margin: 0;
  }
  .l-section-content.-news-list .inner .under-list .under-list-items .under-list-item-detail .title {
    margin-top: 5px;
  }
}
.l-section-content.-news-list .inner .pagenate-wrapper {
  width: 100%;
}
.l-section-content.-news-list .inner .pagenate-wrapper .pagenate-box {
  color: #111111;
  height: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-section-content.-news-list .inner .pagenate-wrapper .pagenate-box .pagenate-item {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-section-content.-news-list .inner .pagenate-wrapper .pagenate-box .pagenate-item:not(:first-child) {
  margin-left: 1px;
}
.l-section-content.-news-list .inner .pagenate-wrapper .pagenate-box .pagenate-item.left-box {
  margin-right: 59px;
}
.l-section-content.-news-list .inner .pagenate-wrapper .pagenate-box .pagenate-item.right-box {
  margin-left: 59px;
}
.l-section-content.-news-list .inner .pagenate-wrapper .pagenate-box .pagenate-item.disable {
  background-color: #f5f5f5;
}
.l-section-content.-news-list .inner .pagenate-wrapper .pagenate-box .pagenate-item.disable span {
  color: #cccccc;
}
.l-section-content.-news-list .inner .pagenate-wrapper .pagenate-box .pagenate-item.current {
  background-color: #1a73bb;
}
.l-section-content.-news-list .inner .pagenate-wrapper .pagenate-box .pagenate-item.current span {
  color: #fff;
}
.l-section-content.-news-list .inner .pagenate-wrapper .pagenate-box .pagenate-item.normal {
  background-color: #e0edfa;
}
.l-section-content.-news-list .inner .pagenate-wrapper .pagenate-box .pagenate-item.normal span {
  color: #1a73bb;
}
.l-section-content.-news-list .inner .pagenate-wrapper-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-section-content.-news-list .inner .pagenate-wrapper {
    display: none;
  }
  .l-section-content.-news-list .inner .pagenate-wrapper-sp {
    color: #111111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    font-size: 1.4rem;
  }
  .l-section-content.-news-list .inner .pagenate-wrapper-sp .pagenate-no-sp {
    text-align: center;
    background-color: #e0edfa;
    padding: 10px auto;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1055a2;
  }
  .l-section-content.-news-list .inner .pagenate-wrapper-sp .pagenate-box-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2px;
  }
  .l-section-content.-news-list .inner .pagenate-wrapper-sp .pagenate-box-sp .left-arrow-sp,
.l-section-content.-news-list .inner .pagenate-wrapper-sp .pagenate-box-sp .right-arrow-sp,
.l-section-content.-news-list .inner .pagenate-wrapper-sp .pagenate-box-sp .prev-sp,
.l-section-content.-news-list .inner .pagenate-wrapper-sp .pagenate-box-sp .next-sp {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-section-content.-news-list .inner .pagenate-wrapper-sp .pagenate-box-sp .left-arrow-sp,
.l-section-content.-news-list .inner .pagenate-wrapper-sp .pagenate-box-sp .prev-sp {
    background-color: #f5f5f5;
    color: #cccccc;
  }
  .l-section-content.-news-list .inner .pagenate-wrapper-sp .pagenate-box-sp .right-arrow-sp,
.l-section-content.-news-list .inner .pagenate-wrapper-sp .pagenate-box-sp .next-sp {
    background-color: #e0edfa;
    color: #1055a2;
  }
  .l-section-content.-news-list .inner .pagenate-wrapper-sp .pagenate-box-sp .left-arrow-sp,
.l-section-content.-news-list .inner .pagenate-wrapper-sp .pagenate-box-sp .right-arrow-sp {
    width: 40px;
  }
  .l-section-content.-news-list .inner .pagenate-wrapper-sp .pagenate-box-sp .prev-sp,
.l-section-content.-news-list .inner .pagenate-wrapper-sp .pagenate-box-sp .next-sp {
    width: calc((100% - 86px) / 2);
  }
}

.l-section-content.-news-detail {
  margin: 60px 0 0;
  padding-bottom: 0;
}
.l-section-content.-news-detail .inner .news-title {
  font-size: 2.4rem;
  font-weight: bold;
}
.l-section-content.-news-detail .inner .news-date {
  font-size: 1.4rem;
  margin: 20px 0 40px;
}
.l-section-content.-news-detail .inner .news-date span.date {
  margin-right: 21px;
}
.l-section-content.-news-detail .inner .news-date span.cat {
  color: #0073bb;
}
.l-section-content.-news-detail .inner figure {
  margin: 1rem 0;
}
.l-section-content.-news-detail .inner .news-detail-body .news-col-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-section-content.-news-detail .inner .news-detail-body .news-col-images .news-detail-img {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-section-content.-news-detail .inner .news-detail-body .news-col-images .news-detail-img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.l-section-content.-news-detail .inner .news-detail-body .news-row-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.l-section-content.-news-detail .inner .news-detail-body .link-btn {
  height: 56px;
  max-width: 240px;
  font-size: 1.4rem;
  background-color: #1a73bb;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 5px 10px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.l-section-content.-news-detail .inner .news-detail-body .link-btn::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-section-content.-news-detail .inner .news-detail-body h2 {
  padding: 0;
  margin: 1.3em 0 1em;
  color: #0073bb;
  font-size: 22px;
  line-height: 1.5;
  background: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.l-section-content.-news-detail .inner .news-detail-body table {
  width: 100%;
}
.l-section-content.-news-detail .inner .news-detail-body table:not(.style-clear) th,
.l-section-content.-news-detail .inner .news-detail-body table:not(.style-clear) td {
  padding: 0.78em;
  background: #eff4f7;
  border: 1px solid #fff;
  line-height: 1.5;
}
.l-section-content.-news-detail .inner .news-detail-body table:not(.style-clear) th {
  background: #0055a2;
  color: #fff;
  text-align: center;
}
.l-section-content.-news-detail .inner .news-detail-body table th.no-bgc {
  background-color: #fff;
}
.l-section-content.-news-detail .inner .news-detail-body iframe {
  width: 100%;
  min-height: 450px;
}
.l-section-content.-news-detail .inner .news-detail-pager {
  width: 100%;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-section-content.-news-detail .inner .news-detail-pager .news-detail-prev {
  width: 240px;
}
.l-section-content.-news-detail .inner .news-detail-pager .news-detail-prev a {
  height: 56px;
  font-size: 1.4rem;
  background-color: #e0edfa;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 5px 10px;
  color: #1055a2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.l-section-content.-news-detail .inner .news-detail-pager .news-detail-prev a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #1055a2;
  border-right: 2px solid #1055a2;
  -webkit-transform: rotate(225deg) translateY(50%);
  transform: rotate(225deg) translateY(50%);
  position: absolute;
  top: 50%;
  left: 20px;
  border-radius: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-section-content.-news-detail .inner .news-detail-pager .news-detail-next {
  width: 240px;
}
.l-section-content.-news-detail .inner .news-detail-pager .news-detail-next a {
  height: 56px;
  font-size: 1.4rem;
  background-color: #e0edfa;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 5px 10px;
  color: #1055a2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.l-section-content.-news-detail .inner .news-detail-pager .news-detail-next a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #1055a2;
  border-right: 2px solid #1055a2;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-section-content.-news-detail .inner .news-detail-pager .news-detail-list {
  width: 240px;
}
.l-section-content.-news-detail .inner .news-detail-pager .news-detail-list a {
  height: 56px;
  font-size: 1.4rem;
  background-color: #1a73bb;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 5px 10px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.l-section-content.-news-detail .inner .news-detail-pager-sp,
.l-section-content.-news-detail .inner .news-detail-pager-single-sp {
  display: none;
}
.l-section-content.-news-detail .inner .news-detail-text a {
  color: #0073bb;
}
@media screen and (max-width: 768px) {
  .l-section-content.-news-detail .inner .news-title {
    font-size: 2.2rem;
  }
  .l-section-content.-news-detail .inner .news-date {
    font-size: 1.2rem;
    margin: 23px 0 21px;
  }
  .l-section-content.-news-detail .inner .news-date span.date {
    margin-right: 18px;
  }
  .l-section-content.-news-detail .inner .news-detail-body figure {
    margin: 0;
  }
  .l-section-content.-news-detail .inner .news-detail-body p.news-detail-text {
    font-size: 14px;
  }
  .l-section-content.-news-detail .inner .news-detail-body .news-col-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-section-content.-news-detail .inner .news-detail-pager {
    display: none;
  }
  .l-section-content.-news-detail .inner .news-detail-pager-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-section-content.-news-detail .inner .news-detail-pager-sp .news-detail-prev {
    width: 160px;
  }
  .l-section-content.-news-detail .inner .news-detail-pager-sp .news-detail-prev a {
    height: 56px;
    font-size: 1.4rem;
    background-color: #e0edfa;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 5px 10px;
    color: #1055a2;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 500;
  }
  .l-section-content.-news-detail .inner .news-detail-pager-sp .news-detail-prev a::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #1055a2;
    border-right: 2px solid #1055a2;
    -webkit-transform: rotate(225deg) translateY(50%);
    transform: rotate(225deg) translateY(50%);
    position: absolute;
    top: 50%;
    left: 20px;
    border-radius: 1px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .l-section-content.-news-detail .inner .news-detail-pager-sp .news-detail-next {
    width: 160px;
  }
  .l-section-content.-news-detail .inner .news-detail-pager-sp .news-detail-next a {
    height: 56px;
    font-size: 1.4rem;
    background-color: #e0edfa;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 5px 10px;
    color: #1055a2;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 500;
  }
  .l-section-content.-news-detail .inner .news-detail-pager-sp .news-detail-next a::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #1055a2;
    border-right: 2px solid #1055a2;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .l-section-content.-news-detail .inner .news-detail-pager-single-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-section-content.-news-detail .inner .news-detail-pager-single-sp .news-detail-list {
    width: 168px;
  }
  .l-section-content.-news-detail .inner .news-detail-pager-single-sp .news-detail-list a {
    height: 56px;
    font-size: 1.4rem;
    background-color: #1a73bb;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 5px 10px;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 500;
  }
}

.pc-only {
  display: block;
}

.pc-only-table {
  display: table;
}

.sp-only {
  display: none;
}

/*-- welfare SP --*/
@media only screen and (max-width: 960px) {
  .pc-only {
    display: none;
  }

  .pc-only-table {
    display: none;
  }

  .sp-only {
    display: block;
  }
}