/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
footer, main {
  background-color: #f1f1f1;
}

/*------------------------------*/
.news-list ul li {
  border-bottom: #d5d5d5 solid 1px;
}
.news-list ul li:first-child {
  border-top: #d5d5d5 solid 1px;
}
.news-list ul li a {
  padding-block: 2.5rem 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .news-list ul li a {
    padding-block: 2rem 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news-list ul li a:hover p {
    opacity: 0.6;
  }
}
.news-list ul li a .date {
  background-color: #1f2b56;
  color: #fff;
  font-weight: 600;
  padding: 0.6rem 1rem 0.4rem;
  border-radius: 100vmax;
  font-size: 1.2rem;
  margin-right: 1.5rem;
  white-space: nowrap;
  width: 10rem;
  text-align: center;
}
.news-list ul li a p {
  line-height: 1.5;
  margin-top: 1rem;
  transition: 0.1s;
}
@media screen and (max-width: 767px) {
  .news-list ul li a p {
    margin-top: 0.8rem;
  }
}
.news-list .pagination {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.news-list .pagination .number {
  padding: 0.5rem 0.8rem;
  font-weight: 600;
  color: #1f2b56;
}
.news-list .pagination .current {
  color: #a1a1a1;
}
.news-list .pagination .omission {
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .news-list .pagination a:hover {
    text-decoration: underline;
  }
}

/*------------------------------*/
.news-page .news-wrap {
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 4.5rem 6rem 4rem;
}
@media screen and (max-width: 767px) {
  .news-page .news-wrap {
    border-radius: 1.2rem;
    padding: 3rem 2rem;
  }
}
.news-page .news-wrap .date {
  background-color: #1f2b56;
  color: #fff;
  font-weight: 600;
  padding: 0.6rem 1rem 0.4rem;
  border-radius: 100vmax;
  font-size: 1.2rem;
  white-space: nowrap;
  width: 10rem;
  text-align: center;
}
.news-page .news-wrap .title {
  margin-top: 1.2rem;
  padding-bottom: 1rem;
  line-height: 1.5;
  font-size: 2.1rem;
  font-weight: 500;
  border-bottom: dotted 2px #424E6D;
}
.news-page .news-wrap .news-contents {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .news-page .news-wrap .news-contents {
    margin-top: 2.5rem;
  }
}
.news-page .news-wrap .news-contents p {
  line-height: 1.7;
}
.news-page .news-wrap .news-contents p + p {
  margin-top: 1lh;
}
.news-page .news-wrap .news-contents .wp-block-image img {
  margin: 1em 0;
}
.news-page .news-wrap .news-contents .wp-block-image.aligncenter img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.news-page .news-wrap .news-contents .wp-block-image.size-full {
  width: 100%;
}
.news-page .btn-wrap {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .news-page .btn-wrap {
    margin-top: 3rem;
  }
}
.news-page .btn-wrap a {
  width: 28rem;
  display: flex;
  background-color: #283760;
  padding: 2.5rem 2.3rem;
  border-radius: 0.8rem;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news-page .btn-wrap a {
    width: 20rem;
    padding: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news-page .btn-wrap a:hover {
    opacity: 0.6;
  }
}
.news-page .btn-wrap a img {
  width: 2.4rem;
}
@media screen and (max-width: 767px) {
  .news-page .btn-wrap a img {
    width: 2rem;
  }
}
/*# sourceMappingURL=news.css.map */