
.p-page__mv {
  width: 100%;
  position: relative;
  margin-top: 60px;
}

.page-news-mv {
  background: url(../img/qr-line.png) no-repeat center center / cover;
}

.p-news-archive {
  padding-bottom: 100px;
}
@media screen and (min-width:768px) {
  .p-news-archive {
    padding-bottom: 160px;
  }
}

.p-page-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding-block: 50px;
}
@media screen and (min-width:880px) {
  .p-page-news__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            justify-content: space-between;
  }
}

.p-page-news__contents {
 flex-basis: 70%;
}
.p-news-details {
  padding-bottom: 50px;
}
@media screen and (min-width:768px) {
  .p-news-details {
    padding-bottom: 175px;
  }
}

.p-page-news-details-breadcrumb {
  margin-top: 14px;
}

.p-page-news-details-breadcrumb-separator {
  margin: 0 5px;
}

.p-news-details__contents-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-news-details__contents-name {
  color: #E61264;
  font-size: 12px;
  border: 1px solid currentColor;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-inline: 11px;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width:768px) {
  .p-news-details__contents-name {
    font-size: 14px;
    padding-block: 7px;
    padding-inline: 23px;
  }
}
.p-news-details__contents-name:hover {
  opacity: 0.5;
}

.p-news-details__contents-date {
  color: #888;
  font-size: 14px;
}
@media screen and (min-width:768px) {
  .p-news-details__contents-date {
    margin-top: 8px;
    padding-right: 10px;
  }
}

.p-news-details__contents-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width:768px) {
  .p-news-details__contents-title {
    margin-top: 22px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33333;
  }
}

.p-news-details__contents-img {
  margin-top: 24px;
}

.p-news-details__contents-img img {
  display: block;
  width: 100%;
  aspect-ratio: 335 / 209;
}

@media screen and (min-width:768px) {
  .p-news-details__contents-img {
    margin-top: 41px;
  }
}

.p-news-details__contents-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px;
  margin-top: 40px;
  padding-right: 1px;
}
@media screen and (min-width:768px) {
  .p-news-details__contents-details {
    margin-top: 41px;
    gap: 37px;
  }
}

.wp-container-core-group-is-layout-8cf370e7 {
  gap: 20px;
}

@media screen and (min-width:768px) {
.wp-container-core-group-is-layout-8cf370e7 {
  gap: 19px;
}
}

.p-news-details__contents--type1-heading {
  color: #023E78;
  font-size: 1.4285714286rem;
  font-weight: 700;
  padding-top: 7px;
  padding-bottom: 9px;
  padding-left: 20px;
  background: #F8F8F8;
  border-left: 6px solid #023E78;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .p-news-details__contents--type1-heading {
    margin-bottom: 18px;
  }
}

.p-news-details__contents--type1-text,
.p-news-details__contents--type2-text,
.p-news-details__contents--type3-text {
  line-height: 1.71429;
}

.p-news-details__contents--type2-heading {
  color: #023E78;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #023E78;
  margin-bottom: 18px;
  padding-bottom: 5px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .p-news-details__contents--type2-heading {
    padding-bottom: 6px;
  }
}

.p-news-details__contents--type3-heading {
  color: #023E78;
  font-size: 16px;
  font-weight: 700;
  /* margin-bottom: 18px; */
}
@media screen and (min-width:768px) {
  .p-news-details__contents--type3-heading {
    margin-bottom: 14px;
  }
}


.p-news-details__contents-lists {
  margin-top: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-left: 20px;
}
@media screen and (min-width:768px) {
  .p-news-details__contents-lists {
    margin-top: 0;
    width: 100%;
    max-width: 646px;
    margin-left: 40px;
    margin-right: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 16px;
  }
}

.p-news-details__contents-list {
  list-style: disc;
}

@media screen and (min-width:768px) {
  .p-news-details__contents-list {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

blockquote {
  margin: 0;
  padding: 0;
}
.p-news-details__contents-quote {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 23px;
  padding-right: 32px;
  padding-left: 27px;
  background: #F8F8F8;
  border-left: 4px solid #023E78;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-news-details__contents-quote {
    margin-top: 0;
    padding-bottom: 33px;
    padding-top: 34px;
    padding-left: 31px;
    padding-right: 35px;
    max-width: 646px;
    margin-left: 40px;
    margin-right: auto;
  }
}
.p-news-details__contents-quote::before {
  content: "“";
  position: absolute;
  top: -52px;
  left: 10px;
  width: 100%;
  height: 100%;
  color: #E8E8E8;
  font-family: "Yu Gothic", sans-serif;
  font-size: 163px;
  font-weight: 700;
  z-index: -1;
}

.p-news-details__contents-quote-text {
  line-height: 1.71429;
  position: relative;
  z-index: 1;
}

.p-news-details__contents-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 46px;
}
@media screen and (min-width:768px) {
  .p-news-details__contents-bottom {
    margin-top: 40px;
  }
}

.p-news-details__contents-prev,
.p-news-details__contents-next {
  padding-block: 8px;
  padding-inline: 13px;
  border-radius: 4px;
  border: 1px solid green;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}


.p-news-details__contents-prev:hover,
.p-news-details__contents-next:hover {
  background: green;

}

.p-news-details__contents-prev:hover a,
.p-news-details__contents-next:hover a {
    color: #fff;
}
@media screen and (min-width:768px) {
  .p-news-details__contents-prev,
  .p-news-details__contents-next {
    padding-block: 7px;
  }
}

