@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Regular.woff);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Medium.woff);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Bold.woff);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Black.woff);
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-weight: 900;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Black.woff);
}
.block-section .block h2 {
  font-size: 32px;
  font-weight: bold;
  padding: 13px 32px;
  background-color: #f1f7e3;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .block-section .block h2 {
    font-size: 24px;
  }
}
.block-section .block h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #A9CE52;
}
.block-section .block h3 {
  font-size: 20px;
  font-weight: bold;
}
.block-section .block p {
  line-height: 1.8;
}
.block-section .block.images.align-center ul {
  display: flex;
  justify-content: center;
}
.block-section .block.align-left {
  text-align: left;
}
.block-section .block.align-center {
  text-align: center;
}
.block-section .block.align-right {
  text-align: right;
}
.block-section .block.editor a {
  color: #0077A6;
  text-decoration: underline;
}
.block-section .block.list.ul ul li {
  position: relative;
  padding-left: 1em;
}
.block-section .block.list.ul ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #A9CE52;
}
.block-section .block.list.ul ul li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ffffff;
}
.block-section .block.list.ul ul li.child-item {
  padding-left: 2em;
}
.block-section .block.list.ul ul li.child-item::before {
  left: 1em;
  width: 8px;
  height: 2px;
  border-radius: unset;
}
.block-section .block.list.ul ul li.child-item::after {
  content: none;
}
.block-section .block.list.ol ol li {
  list-style-type: none;
  counter-increment: cnt;
}
.block-section .block.list.ol ol li:nth-child(n+2) {
  margin-top: 28px;
}
.block-section .block.list.ol ol li::before {
  content: counter(cnt) ".";
}
.block-section .block.table table {
  width: 100%;
}
.block-section .block.table table tr th,
.block-section .block.table table tr td {
  height: 64px;
  border: 1px solid #cccccc;
  padding: 22px 24px;
}
.block-section .block.table table tr th {
  font-weight: bold;
  text-align: left;
  background-color: #f1f7e3;
  vertical-align: top;
  white-space: nowrap;
}
.block-section .block.table.scroll {
  overflow-x: auto;
}
.block-section .block.table.scroll table {
  min-width: 1000px;
}
.block-section .block.html a {
  color: #0077A6;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .block-section .block.html a {
    opacity: 1;
    transition: all 0.3s;
  }
}
@media only screen and (min-width: 768px) {
  .block-section .block.html a:hover {
    opacity: 0.7;
  }
}
.block-section .block.images ul {
  display: grid;
  gap: 32px;
}
.block-section .block.images.wrap-2 ul {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1023px) {
  .block-section .block.images.wrap-2 ul {
    grid-template-columns: 1fr;
  }
}
.block-section .block.images.wrap-3 ul {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1023px) {
  .block-section .block.images.wrap-3 ul {
    grid-template-columns: 1fr;
  }
}
.block-section .block.images.wrap-4 ul {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1023px) {
  .block-section .block.images.wrap-4 ul {
    grid-template-columns: 1fr;
  }
}
.block-section .block.images.wrap-5 ul {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1023px) {
  .block-section .block.images.wrap-5 ul {
    grid-template-columns: 1fr;
  }
}
.block-section .block.images.wrap-6 ul {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1023px) {
  .block-section .block.images.wrap-6 ul {
    grid-template-columns: 1fr;
  }
}
.block-section .block.text-image {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  .block-section .block.text-image {
    flex-direction: column-reverse;
  }
}
.block-section .block.text-image.layout-image-text.hukidashi .texts .body::before {
  transform: translate(-50%, 100%) rotateY(180deg);
}
@media only screen and (max-width: 1023px) {
  .block-section .block.text-image.layout-image-text.hukidashi .texts .body::before {
    transform: translate(-50%, 100%);
  }
}
.block-section .block.text-image.layout-text-image {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  .block-section .block.text-image.layout-text-image {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1023px) {
  .block-section .block.text-image .image img {
    width: 100%;
  }
}
.block-section .block.text-image .image.kadomaru {
  border-radius: 24px;
  overflow: hidden;
}
.block-section .block.text-image .texts {
  width: 100%;
  max-width: 600px;
}
@media only screen and (max-width: 1023px) {
  .block-section .block.text-image .texts {
    max-width: 100%;
  }
}
.block-section .block.text-image .texts .body {
  margin-top: 32px;
}
.block-section .block.text-image.hukidashi .texts .body {
  padding: 48px 32px 50px;
  border: 4px solid #A9CE52;
  border-radius: 24px;
  background: #ffffff;
  text-align: center;
  font-size: 18px;
  position: relative;
}
.block-section .block.text-image.hukidashi .texts .body::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 24px;
  background-image: url("../media/images/common/hukidashi.svg");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}/*# sourceMappingURL=block_editor.css.map */

/*20250402追記*/
.block-section .block.html a{
	word-wrap: break-word;
}