@charset "UTF-8";
/******************************************************
// その他の変数定義
*******************************************************/
/******************************************************
// mixin定義
*******************************************************/
.p-news-title__date {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-news-title__date {
    font-size: 3.2rem;
  }
}
.p-news-title__title {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1.4166666667;
  margin-top: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-news-title__title {
    font-size: 3.6rem;
    margin-top: 4rem;
  }
}

.p-sns-share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.9rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-sns-share {
    gap: 5.7rem;
    margin-top: 3rem;
  }
}
.p-sns-share__text {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1;
  padding-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-sns-share__text {
    font-size: 2.4rem;
  }
}
.p-sns-share__icon {
  width: 3.7rem;
  height: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-sns-share__icon {
    width: 6.9rem;
    height: 6.9rem;
  }
}
.p-sns-share__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-news-contents {
  margin-top: 3.4rem;
}
.p-news-contents section {
  margin-top: 6rem;
}
.p-news-contents section section {
  margin-top: 0;
}
.p-news-contents h2 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 2.125;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-news-contents h2 {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
}
.p-news-contents h2 + * {
  margin-top: 0 !important;
}
.p-news-contents h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 2.125;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-contents h3 {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
}
.p-news-contents h3 + * {
  margin-top: 0 !important;
}
.p-news-contents p {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-news-contents p {
    font-size: 3.2rem;
  }
}
.p-news-contents p:nth-child(n+3) {
  margin-top: 1.5rem;
}
.p-news-contents ul:nth-child(n+3) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-news-contents ul:nth-child(n+3) {
    margin-top: 4rem;
  }
}
.p-news-contents ul li {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-news-contents ul li {
    font-size: 3.2rem;
  }
}
.p-news-contents ul li::before {
  content: "・";
}
.p-news-contents ol:nth-child(n+3) {
  margin-top: 3rem;
  counter-reset: list;
}
@media screen and (max-width: 767px) {
  .p-news-contents ol:nth-child(n+3) {
    margin-top: 4rem;
  }
}
.p-news-contents ol li {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
  counter-increment: list;
  display: flex;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-news-contents ol li {
    font-size: 3.2rem;
  }
}
.p-news-contents ol li::before {
  content: counter(list);
}
.p-news-contents dl {
  display: grid;
  grid-template-columns: 20rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-news-contents dl {
    grid-template-columns: 1fr;
  }
}
.p-news-contents dl:nth-child(n+3) {
  margin-top: 3rem;
}
.p-news-contents dl:first-of-type dt,
.p-news-contents dl:first-of-type dd {
  border-top: 0.1rem solid #ccc;
}
.p-news-contents dl dt {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
  border-bottom: 0.1rem solid #ccc;
  padding-right: 3rem;
  padding-block: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-contents dl dt {
    font-size: 3.2rem;
    border-bottom: 0;
    border-top: 0.2rem solid #ccc;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news-contents dl dt:nth-of-type(n + 2) {
    border-top: 0;
  }
}
.p-news-contents dl dd {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
  border-bottom: 0.1rem solid #ccc;
  padding-block: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-contents dl dd {
    font-size: 3.2rem;
    border-bottom: 0.2rem solid #ccc;
    border-top: 0 !important;
    padding-top: 0;
    padding-bottom: 4rem;
  }
}

.p-news-img {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-news-img {
    margin-top: 7rem;
  }
}
.p-news-img img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-news-img img {
    width: 90%;
  }
}

.p-news-img-col2 {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-news-img-col2 {
    margin-top: 8rem;
  }
}
.p-news-img-col2 img {
  width: 100%;
}

.p-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-nav {
    margin-top: 12rem;
  }
}

.p-back {
  margin-top: 6rem;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-back {
    margin-top: 10rem;
  }
}

/*# sourceMappingURL=news-detail.css.map */
