@charset "UTF-8";
/* CSS Document */
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap";
@import "https://fonts.googleapis.com/earlyaccess/hannari.css";
@import "https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap";
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pageTtl {
  height: 170px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .pageTtl .txt {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .pageTtl {
    width: 94%;
    height: 100px;
    margin: 0 3%;
    background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgb(201, 221, 241) 100%);
    border-radius: 20px;
  }
}

.newsIndex,
.newsDetail {
  position: relative;
}

.sdTxt {
  bottom: auto;
  top: 0;
}

/* ------------------------------
	newsList
------------------------------ */
.newsList {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 40px;
}
@media screen and (max-width: 767px) {
  .newsList {
    position: relative;
    display: block;
    width: 90%;
    margin: 50px auto 0;
  }
}
.newsList li {
  margin-top: 30px;
  margin-bottom: 40px;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .newsList li {
    width: 100%;
    margin: 0 0 30px;
    padding: 0 10% 50px;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}
.newsList li:nth-child(3n) {
  margin-right: 0;
  border-right: none;
}
.newsList li:nth-child(3n) a {
  margin-right: 0;
}
.newsList li:nth-child(1) a, .newsList li:nth-child(3n+1) a {
  margin-left: 0;
}
.newsList li:nth-child(3n+1) {
  position: relative;
}
.newsList li:nth-child(3n+1):after {
  position: absolute;
  top: -30px;
  left: 0;
  display: block;
  width: 980px;
  height: 1px;
  background: #ddd;
  content: "";
}
@media screen and (max-width: 767px) {
  .newsList li:nth-child(3n+1):after {
    content: none;
  }
}
.newsList li:nth-child(1):after {
  content: none;
}
.newsList li a {
  display: block;
  width: 250px;
  margin: 0 57px;
}
@media screen and (max-width: 767px) {
  .newsList li a {
    width: 100%;
    margin: 0;
  }
}
.newsList li .date {
  margin-bottom: 10px;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .newsList li .date {
    font-size: 4.1vw;
  }
}
.newsList li img {
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}
.newsList li .imgbk {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.newsList li .imgbk img {
  width: 100%;
  height: auto;
}
.newsList li .ttl {
  margin: 14px 0 10px;
  color: #231815;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .newsList li .ttl {
    margin-bottom: 5px;
    font-size: 4.5vw;
  }
}
.newsList li p.detail {
  font-size: 1.6rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .newsList li p.detail {
    font-size: 3.9vw;
  }
}

/* pager */
.pager,
.wp-pagenavi {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 80px;
}

.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi span.current {
  border: 1px solid #898989;
  border-radius: 100px;
  background: #2972b0;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  padding: 2px 6px 1px 5px;
  height: 19px;
  width: 19px;
  pointer-events: none;
  transition: 0.3s;
}
.wp-pagenavi a {
  color: #006455;
  margin: 0 4px;
  border: 1px solid #898989;
  border-radius: 100px;
  color: #898989;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  padding: 2px 6px 1px 5px;
  height: 19px;
  width: 19px;
  transition: 0.3s;
}
.wp-pagenavi a:hover {
  background: #ddd;
  text-decoration: none;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  color: transparent;
  position: relative;
}
.wp-pagenavi a.nextpostslink:after, .wp-pagenavi a.previouspostslink:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 6px;
  margin: 0 auto;
}
.wp-pagenavi a.previouspostslink:after {
  border-width: 3px 4px 3px 0;
  border-color: transparent #898989 transparent transparent;
  left: 6px;
}
.wp-pagenavi a.nextpostslink:after {
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #898989;
  right: 6px;
}

.pager li {
  color: #006455;
  margin: 0 4px;
}
.pager li.prev a, .pager li.next a {
  color: transparent;
  position: relative;
}
.pager li.prev a:after, .pager li.next a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 6px;
  margin: 0 auto;
}
.pager li.prev a:after {
  border-width: 3px 4px 3px 0;
  border-color: transparent #898989 transparent transparent;
  left: 6px;
}
.pager li.next a:after {
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #898989;
  right: 6px;
}
.pager li.back {
  margin: 0 10px;
}
.pager li.back a {
  border-radius: 15px 0 15px 0;
  font-size: 1.6rem;
  height: auto;
  width: auto;
  padding: 10px 20px 11px;
}
.pager a {
  border: 1px solid #898989;
  border-radius: 100px;
  color: #898989;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  padding: 2px 6px 1px 5px;
  height: 19px;
  width: 19px;
  transition: 0.3s;
}
.pager a:hover {
  background: #ddd;
  text-decoration: none;
}
.pager a.current {
  background: #2972b0;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pager {
    margin: 20px 0;
  }
  .pager a {
    font-size: 16px;
    padding: 3px 0 0 0;
    text-align: center;
  }
  .pager .prev img,
  .pager .next img {
    height: 12px;
    width: 14px;
    display: inline-block;
  }
}

/* ------------------------------
	newsDetail
------------------------------ */
.newsDetail .eyeCatch {
  margin-bottom: 70px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .newsDetail .eyeCatch {
    margin-bottom: 20px;
  }
}
.newsDetail .post .wrap {
  max-width: 500px;
  margin: 0 auto 80px;
}

/* post */
.postTtl {
  color: #595757;
  font-size: 2.7rem;
  margin-bottom: 50px;
  text-align: center;
}
.postTtl .en {
  color: #2972b0;
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .postTtl {
    font-size: 5.5vw;
    font-weight: bold;
    margin: 30px 0;
  }
  .postTtl .en {
    font-size: 4.1vw;
    font-weight: bold;
  }
}

.post p {
  font-size: 1.5rem;
  line-height: 1.9;
  margin-bottom: 30px;
}
.post a {
  color: #2972b0;
  text-decoration: underline;
}
.post h1 {
  color: #2972b0;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 30px 0;
}
.post h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 30px 0;
}
.post h3 {
  font-weight: bold;
}
.post ul {
  bottom: 30px;
}
.post ul li {
  font-size: 1.5rem;
  position: relative;
  padding-left: 20px;
  margin: 0 0 10px;
}
.post ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 2px;
}
.post ol {
  counter-reset: num;
  margin: 30px 0;
}
.post ol li {
  font-size: 1.5rem;
  position: relative;
  padding-left: 20px;
  margin: 0 0 10px;
}
.post ol li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
.post table {
  border-collapse: collapse;
  border: 1px solid #707070;
  margin: 30px auto;
  width: 100%;
}
.post table th,
.post table td {
  border: 1px solid #707070;
  font-size: 1.5rem;
  padding: 10px 20px;
}
.post table th {
  background: #f2f7f6;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .post {
    margin: 30px 0;
  }
  .post p {
    font-size: 3.9vw;
    line-height: 1.7;
    margin: 20px 0;
  }
  .post p a {
    font-size: 3.9vw;
  }
  .post a {
    font-size: 3.9vw;
  }
  .post h1 {
    font-size: 5.5vw;
  }
  .post h2 {
    font-size: 4.5vw;
  }
  .post h3 {
    font-size: 4.3vw;
  }
  .post ul li {
    font-size: 3.9vw;
    margin-bottom: 5px;
    padding-left: 12px;
  }
  .post ol li {
    font-size: 3.9vw;
  }
  .post table th,
  .post table td {
    font-size: 3.9vw;
    padding: 15px 12px;
  }
}/*# sourceMappingURL=news.css.map */