@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho+B1&display=swap");
.p-editor__text {
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}

.p-editor__image-col1 {
  width: 100%;
  text-align: center;
}
.p-editor__image-col1 img {
  margin-inline: auto;
}

.p-editor__subtitle1 {
  font-weight: 700;
  font-size: 2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  line-height: 1.4;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #1a1a1a !important;
  padding-bottom: 0.5em;
}
.block-editor-iframe__body .p-editor__subtitle1 {
  font-size: 1.25rem !important;
}

.p-editor__subtitle1:after {
  border-bottom: none !important;
  content: "";
}

.p-editor__subtitle2 {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  line-height: 1.4;
  color: #145f8c;
  border-bottom: none !important;
  margin-bottom: 0.5em;
}
.block-editor-iframe__body .p-editor__subtitle2 {
  font-size: 1.125rem !important;
}

.p-editor__subtitle2:after {
  border-bottom: none !important;
  content: "";
}

h4.p-editor__subtitle2 {
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  background: rgba(0, 0, 0, 0.07);
  padding-block: 0.2em;
}

.p-editor__steplists {
  list-style: none;
  counter-reset: number;
  display: grid;
  row-gap: 0.5em;
  justify-content: start;
}
.p-editor__steplists > li {
  position: relative;
  display: flex;
  gap: 0.5em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  text-align: left;
  width: 100%;
}
.p-editor__steplists > li:before {
  counter-increment: number;
  content: "STEP" counter(number) ".";
  flex-shrink: 0;
  color: #145f8c;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
}

.p-editor__list {
  padding-left: 1em;
}
.p-editor__list li {
  list-style-type: disc;
  line-height: 1.4;
}

.p-editor__bracketlist {
  padding-left: 1em;
  list-style-type: none;
  counter-reset: bracketcnt 0;
}
.p-editor__bracketlist li {
  line-height: 1.4;
  counter-increment: bracketcnt;
  display: flex;
  gap: 0.2em;
}
.p-editor__bracketlist li:before {
  content: "(" counter(bracketcnt) ") ";
  flex-shrink: 0;
}

.p-editor__circlelist {
  padding-left: 1em;
  list-style-type: none;
  counter-reset: circlecnt 0;
}
.p-editor__circlelist li {
  line-height: 1.4;
  counter-increment: circlecnt;
  display: flex;
  align-items: flex-start;
  gap: 0.2em;
}
.p-editor__circlelist li:before {
  content: counter(circlecnt);
  flex-shrink: 0;
  margin-top: 0.25em;
  display: flex;
  border: 1px solid;
  border-radius: 50%;
  width: 16px;
  aspect-ratio: 1/1;
  text-align: center;
  height: 16px;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}

.p-editor__pdf {
  display: flex;
  gap: 0.5em;
}
.p-editor__pdf a {
  display: flex;
  gap: 0.5em;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  line-height: 1.4;
  font-size: 1.6rem;
}
.block-editor-iframe__body .p-editor__pdf a {
  font-size: 1.125rem !important;
}

.p-editor__fileinfo {
  color: #a51414;
  font-size: 1.6rem;
  display: inline-block;
  padding-top: 0.1em;
}

.p-editor__filetype {
  display: inline-block;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4em 0.4em;
  font-weight: 500;
  font-size: 1.2rem;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  background: #a51414;
  text-decoration: none;
}

.p-editor__file_dl a {
  display: block;
  background: rgba(20, 95, 140, 0.1);
  border-radius: 2em;
  font-size: 1.6rem;
  padding: 1em 4em;
  width: -moz-fit-content;
  width: fit-content;
  color: #145f8c;
}
.block-editor-iframe__body .p-editor__file_dl a {
  font-size: 1.125rem !important;
}

.p-editor__file_dl a:hover {
  text-decoration: none;
}

.p-editor-contents__inner {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 3.2rem;
  line-height: 1.6;
}
@media (max-width: 1023px) {
  .p-editor-contents__inner {
    padding-inline: 5vw;
  }
}
.p-editor p:empty {
  display: none;
}
.p-editor strong {
  font-weight: 700 !important;
}
.p-editor ol {
  list-style-type: decimal;
}
.p-editor ol li {
  list-style-type: decimal;
}
.p-editor .is-layout-flex {
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}