/* Sass Document */
.p-information {
  background-color: #ebf8fd;
  padding-block: 4rem 8rem;
}
.p-information.p-post-page {
  padding-bottom: 5.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-information {
    padding-block: 5rem;
  }
}

.p-information__content {
  background-color: #fff;
  box-shadow: 0px 0px 8px -5px #000;
  max-width: 108rem;
  margin-inline: auto;
  padding: 6rem 6rem 11.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-information__content {
    padding: 3rem 1.5rem;
  }
}

.p-information__item {
  border-bottom: 1px solid #f5f4f4;
}
.p-information__item a {
  color: currentColor;
  text-decoration: none;
  display: block;
}
@media (any-hover) {
  .p-information__item a {
    transition: 0.3s opacity;
  }
  .p-information__item a:hover {
    opacity: 0.7;
  }
}

.p-information__inner {
  display: flex;
  font-size: 1.8rem;
  padding: 1.5rem 0;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-information__inner {
    display: block;
    font-size: 1.6rem;
  }
}
.p-information__inner time {
  flex-shrink: 0;
  position: relative;
  top: 0.8rem;
  display: block;
  width: 7em;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .p-information__inner time {
    width: auto;
    top: 0;
    margin-bottom: 1rem;
  }
}
.p-information__inner p {
  color: #00458d;
  font-size: 1.8rem;
  flex-grow: 1;
}
@media screen and (max-width: 767.98px) {
  .p-information__inner p {
    font-size: 1.6rem;
  }
}

.p-category__item {
  font-size: 1.4rem;
  background-color: #00458d;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 0.4rem 1rem 0.5rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .p-category__item {
    font-size: 1rem;
  }
}
.p-category__item:last-of-type {
  margin-right: 1.5rem;
}

.p-time-catgory__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1.8rem;
}
.p-time-catgory__wrapper time {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.2rem;
  position: relative;
  padding-left: 2.2rem;
  display: inline-block;
  margin-top: 0.7rem;
}
.p-time-catgory__wrapper time::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.35rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/icn_time.png) no-repeat center center/contain;
}

.p-post {
  padding-top: 7rem;
  padding-bottom: 13rem;
}
@media screen and (max-width: 767.98px) {
  .p-post {
    padding-block: 3rem;
  }
}

.p-post__ttl {
  font-size: 3rem;
  font-weight: 700;
  color: #00458d;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .p-post__ttl {
    font-size: 2.4rem;
  }
}

.p-post__content {
  max-width: 80rem;
  margin-inline: auto;
}

.p-post__heading {
  border-bottom: 2px solid #808080;
  padding-bottom: 2rem;
}

.p-post__body {
  margin-top: 5.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__body {
    margin-top: 3rem;
  }
}
.p-post__body > *:first-child {
  margin-top: 0;
}
.p-post__body * {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.875;
}
.p-post__body p {
  letter-spacing: 0;
  margin: 2em 0;
}
.p-post__body h1,
.p-post__body h2,
.p-post__body h3,
.p-post__body h4,
.p-post__body h5,
.p-post__body h6 {
  margin-block: 2em 1em;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.p-post__body h1 {
  font-size: 2.4rem;
  background-color: #f5f4f4;
  border-left: 0.5rem solid #00458d;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__body h1 {
    font-size: 2rem;
  }
}
.p-post__body h2 {
  font-size: 2rem;
  border-bottom: 0.4rem solid #00458d;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__body h2 {
    font-size: 1.8rem;
  }
}
.p-post__body h3 {
  font-size: 1.9rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__body h3 {
    font-size: 1.7rem;
  }
}
.p-post__body h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__body h4 {
    font-size: 1.6rem;
  }
}
.p-post__body h5 {
  font-size: 1.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__body h5 {
    font-size: 1.5rem;
  }
}
.p-post__body h6 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-post__body h6 {
    font-size: 1.4rem;
  }
}
.p-post__body a {
  color: #00458d;
}
@media (any-hover) {
  .p-post__body a {
    transition: 0.3s opacity;
  }
  .p-post__body a:hover {
    opacity: 0.7;
  }
}
.p-post__body blockquote {
  background-color: #f5f4f4;
  padding: 1rem 2rem;
  margin: 2em 0;
}
.p-post__body ul,
.p-post__body ol {
  margin: 2em 0;
  padding-left: 1em;
}
@media screen and (max-width: 767.98px) {
  .p-post__body ul,
.p-post__body ol {
    padding-left: 1.5em;
  }
}
.p-post__body li + li {
  margin-top: 0.5em;
}
.p-post__body ul li {
  list-style: disc;
}
.p-post__body ol li {
  list-style: decimal;
}
.p-post__body .wp-block-image a:hover {
  opacity: 0.7;
}
.p-post__body .wp-block-group {
  margin-block: 2em;
}
.p-post__body iframe {
  margin: 8rem 0;
  width: 100% !important;
}
.p-post__body .wp-block-embed.is-provider-youtube {
  margin: 2em 0;
}
.p-post__body .wp-block-embed.is-provider-youtube .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
}
.p-post__body .wp-block-embed.is-provider-youtube iframe {
  margin: 0;
  width: 100% !important;
  height: 100% !important;
}
.p-post__body .wp-embed-aspect-16-9 {
  aspect-ratio: 16/9;
}
.p-post__body .wp-block-image .alignleft,
.p-post__body .wp-block-image .alignright,
.p-post__body .wp-block-image .aligncenter {
  float: none;
  margin-inline: auto;
}
.p-post__body .wp-block-image:has(.alignleft),
.p-post__body .wp-block-image:has(.alignright),
.p-post__body .wp-block-image:has(.aligncenter) {
  margin-block: 2em;
}

.p-eyecatch {
  text-align: center;
  margin-top: 0;
  margin-bottom: 3em;
}

.p-post-pager {
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  align-items: flex-start;
  margin-top: 16rem;
}
@media screen and (max-width: 767.98px) {
  .p-post-pager {
    display: block;
    font-size: 1.4rem;
    margin-top: 5rem;
  }
}

.p-post-pager__prev,
.p-post-pager__next {
  color: currentColor;
  text-decoration: none;
  max-width: 45%;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media (any-hover) {
  .p-post-pager__prev,
.p-post-pager__next {
    transition: 0.3s opacity;
  }
  .p-post-pager__prev:hover,
.p-post-pager__next:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .p-post-pager__prev,
.p-post-pager__next {
    max-width: inherit;
  }
}
.p-post-pager__prev.is-hide,
.p-post-pager__next.is-hide {
  visibility: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-post-pager__prev.is-hide,
.p-post-pager__next.is-hide {
    display: none;
  }
}
.p-post-pager__prev .c-link-txt,
.p-post-pager__next .c-link-txt {
  color: #00458d;
}
.p-post-pager__prev .c-ttl-txt,
.p-post-pager__next .c-ttl-txt {
  display: block;
  color: currentColor;
  margin-top: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .p-post-pager__prev .c-ttl-txt,
.p-post-pager__next .c-ttl-txt {
    margin-top: 0.5em;
  }
}

.p-post-pager__next {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767.98px) {
  .p-post-pager__next {
    margin-top: 3rem;
  }
}
/*# sourceMappingURL=information.css.map */