@charset "UTF-8";
/*                Gutenberg
======================================================= */
.gutenberg figure,
.gutenberg .wp-block-columns {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .gutenberg .wp-block-image img {
    width: 100%;
  }
}
.gutenberg .wp-block-image .alignleft {
  float: none;
  margin: 0 auto 0 0;
}
.gutenberg .wp-block-image .alignright {
  float: none;
  margin: 0 0 0 auto;
}
.gutenberg .wp-element-caption {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}
.gutenberg p + p {
  margin-top: 0.5em;
}
.gutenberg h2 + p,
.gutenberg h3 + p,
.gutenberg h4 + p,
.gutenberg figure + p,
.gutenberg ul + p,
.gutenberg ol + p,
.gutenberg .wp-block-image + p,
.gutenberg .wp-block-columns + p,
.gutenberg .wp-block-quote + p {
  margin-top: 40px;
}
.gutenberg p + figure,
.gutenberg p + ul,
.gutenberg p + ol,
.gutenberg p + .wp-block-image,
.gutenberg p + .wp-block-columns,
.gutenberg p + .wp-block-quote,
.gutenberg h2 + figure,
.gutenberg h2 + ul,
.gutenberg h2 + ol,
.gutenberg h2 + .wp-block-image,
.gutenberg h2 + .wp-block-columns,
.gutenberg h2 + .wp-block-quote,
.gutenberg h3 + figure,
.gutenberg h3 + ul,
.gutenberg h3 + ol,
.gutenberg h3 + .wp-block-image,
.gutenberg h3 + .wp-block-columns,
.gutenberg h3 + .wp-block-quote,
.gutenberg h4 + figure,
.gutenberg h4 + ul,
.gutenberg h4 + ol,
.gutenberg h4 + .wp-block-image,
.gutenberg h4 + .wp-block-columns,
.gutenberg h4 + .wp-block-quote,
.gutenberg figure + figure,
.gutenberg figure + ul,
.gutenberg figure + ol,
.gutenberg figure + .wp-block-image,
.gutenberg figure + .wp-block-columns,
.gutenberg figure + .wp-block-quote,
.gutenberg ul + figure,
.gutenberg ul + ul,
.gutenberg ul + ol,
.gutenberg ul + .wp-block-image,
.gutenberg ul + .wp-block-columns,
.gutenberg ul + .wp-block-quote,
.gutenberg ol + figure,
.gutenberg ol + ul,
.gutenberg ol + ol,
.gutenberg ol + .wp-block-image,
.gutenberg ol + .wp-block-columns,
.gutenberg ol + .wp-block-quote,
.gutenberg .wp-block-image + figure,
.gutenberg .wp-block-image + ul,
.gutenberg .wp-block-image + ol,
.gutenberg .wp-block-image + .wp-block-image,
.gutenberg .wp-block-image + .wp-block-columns,
.gutenberg .wp-block-image + .wp-block-quote,
.gutenberg .wp-block-columns + figure,
.gutenberg .wp-block-columns + ul,
.gutenberg .wp-block-columns + ol,
.gutenberg .wp-block-columns + .wp-block-image,
.gutenberg .wp-block-columns + .wp-block-columns,
.gutenberg .wp-block-columns + .wp-block-quote,
.gutenberg .wp-block-quote + figure,
.gutenberg .wp-block-quote + ul,
.gutenberg .wp-block-quote + ol,
.gutenberg .wp-block-quote + .wp-block-image,
.gutenberg .wp-block-quote + .wp-block-columns,
.gutenberg .wp-block-quote + .wp-block-quote {
  margin-top: 40px;
}
.gutenberg p + h2,
.gutenberg p + h3,
.gutenberg p + h4,
.gutenberg h2 + h2,
.gutenberg h2 + h3,
.gutenberg h2 + h4,
.gutenberg h3 + h2,
.gutenberg h3 + h3,
.gutenberg h3 + h4,
.gutenberg h4 + h2,
.gutenberg h4 + h3,
.gutenberg h4 + h4,
.gutenberg figure + h2,
.gutenberg figure + h3,
.gutenberg figure + h4,
.gutenberg ul + h2,
.gutenberg ul + h3,
.gutenberg ul + h4,
.gutenberg ol + h2,
.gutenberg ol + h3,
.gutenberg ol + h4,
.gutenberg .wp-block-image + h2,
.gutenberg .wp-block-image + h3,
.gutenberg .wp-block-image + h4,
.gutenberg .wp-block-columns + h2,
.gutenberg .wp-block-columns + h3,
.gutenberg .wp-block-columns + h4,
.gutenberg .wp-block-quote + h2,
.gutenberg .wp-block-quote + h3,
.gutenberg .wp-block-quote + h4 {
  margin-top: 40px;
}
.gutenberg p {
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .gutenberg p {
    font-size: 15px;
    line-height: 25px;
  }
}
.gutenberg p a {
  color: #003442;
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .gutenberg p a {
    transition: 0.5s;
  }
  .gutenberg p a:hover {
    opacity: 0.6;
  }
}
.gutenberg h1 {
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: 22px;
}
.gutenberg h2 {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  padding-left: 17px;
  padding-top: 0.15em;
}
.gutenberg h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 1.4em;
  background-color: yellow;
}
.gutenberg h3 {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding-left: 17px;
  padding-top: 0.15em;
}
.gutenberg h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 1.4em;
  background-color: yellow;
}
.gutenberg h4 {
  font-size: 22px;
  font-weight: 700;
}
.gutenberg ul > li {
  position: relative;
  padding-left: 2em;
  font-size: 17px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .gutenberg ul > li {
    font-size: 15px;
  }
}
.gutenberg ul > li::before {
  position: absolute;
  content: "";
  background: #202020;
  width: 10px;
  height: 10px;
  top: 8.6px;
  left: 3.5px;
}
@media only screen and (max-width: 767px) {
  .gutenberg ul > li::before {
    top: 7px;
    left: 2.5px;
  }
}
.gutenberg ol {
  counter-reset: my-counter; /* カウンターをリセット */
}
.gutenberg ol > li {
  counter-increment: my-counter; /* カウンターをインクリメント */
  position: relative;
  padding-left: 1.5em;
  font-size: 17px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .gutenberg ol > li {
    font-size: 16px;
  }
}
.gutenberg ol > li::before {
  position: absolute;
  content: counter(my-counter) ". "; /* カウンターの表示内容 */
  top: 0;
  left: 0.25em;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .gutenberg .wp-block-table tr {
    display: flex;
    flex-direction: column;
  }
}
.gutenberg .wp-block-table td {
  border: 1px solid #cecece;
  background-color: #fff;
  padding: 15px 20px 13px 0;
  border-left: none;
  border-right: none;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .gutenberg .wp-block-table td {
    font-size: 16px;
    border-top: none;
    padding: 15px 0px 13px 0;
  }
}
.gutenberg .wp-block-table td:first-child {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .gutenberg .wp-block-table td:first-child {
    border: none;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .gutenberg .wp-block-table td:last-child {
    padding: 3px 0px 13px 0;
  }
}
.blog .gutenberg .wp-block-columns {
  flex-wrap: nowrap !important;
}
.blog .gutenberg .wp-block-columns.is-layout-flex {
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .blog .gutenberg .wp-block-columns.is-layout-flex {
    gap: 5px;
  }
}

.wp-block-quote p {
  padding-left: 1.25em;
  position: relative;
  font-size: 17px;
  line-height: 32px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .wp-block-quote p {
    font-size: 15px;
    line-height: 25px;
  }
}
.wp-block-quote p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-quote p + p {
  margin-top: 0;
}

.p-pagination {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-pagination {
    margin-top: 60px;
  }
}
.p-pagination__item a {
  color: blue;
}
.p-pagination__item.--prev a {
  padding-left: 1em;
  position: relative;
}
.p-pagination__item.--prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: url("/pre/wp-content/themes/edopon-theme/edopon-assets/images/single/arrow-right.svg") center/contain no-repeat;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .p-pagination__item.--prev a:hover::before {
    left: -5px;
  }
}
.p-pagination__item.--next a {
  padding-right: 1em;
  position: relative;
}
.p-pagination__item.--next a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  transform: translateY(-50%);
  background: url("/pre/wp-content/themes/edopon-theme/edopon-assets/images/single/arrow-right.svg") center/contain no-repeat;
  width: 10px;
  height: 10px;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .p-pagination__item.--next a:hover::before {
    right: -5px;
  }
}
.p-pagination__item.--center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}