@charset "UTF-8";
.p-editor__content {
  overflow: hidden;
}
.p-editor__content h1:not([class*=p-], [class*=c-]) {
  font-size: 2.5rem;
  font-weight: 700;
}
.p-editor__content h2:not([class*=p-], [class*=c-]) {
  font-size: 2rem;
}
.p-editor__content h3:not([class*=p-], [class*=c-]) {
  font-size: 1.75rem;
}
.p-editor__content h4:not([class*=p-], [class*=c-]) {
  font-size: 1.5rem;
}
.p-editor__content h5:not([class*=p-], [class*=c-]) {
  font-size: 1.3125rem;
}
.p-editor__content h6:not([class*=p-], [class*=c-]) {
  font-size: 1.125rem;
}
.p-editor__content p:not([class*=p-], [class*=c-]) {
  font-size: 1rem;
  line-height: normal;
  color: #333333;
}
.p-editor__content p:not([class*=p-], [class*=c-]).--lg {
  font-size: 1.125rem;
}
.p-editor__content p:not([class*=p-], [class*=c-]).--sm {
  font-size: 0.875rem;
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #049E20;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 6%; /* 1.08px */
  text-underline-offset: 14%; /* 2.52px */
  text-underline-position: from-font;
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-])[target=_blank]::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  align-self: center;
  position: relative;
  top: 2px;
  width: 1.5rem;
  height: 1.125rem;
  content: "";
  background-image: url("../images/common/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(37%) sepia(62%) saturate(5510%) hue-rotate(122deg) brightness(99%) contrast(97%);
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-])[href$=".pdf" i]::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  align-self: center;
  position: relative;
  top: 2px;
  width: 1.8125rem;
  height: 1.5rem;
  content: "";
  background-image: url("../images/common/icon_pdf.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (hover: hover) {
  .p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]) {
    transition: 0.3s linear opacity;
  }
  .p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]):hover {
    opacity: 0.7;
  }
}
.p-editor__content ul:not([class*=p-], [class*=c-]) li {
  position: relative;
  padding-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #333333;
}
.p-editor__content ul:not([class*=p-], [class*=c-]) li + li {
  margin-top: 0.5rem;
}
.p-editor__content ul:not([class*=p-], [class*=c-]) li::before {
  position: absolute;
  top: 0.625em;
  display: block;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  background: #049E20;
  border-radius: 0.625rem;
}
@media only screen and (max-width: 1280px) {
  .p-editor__content ul:not([class*=p-], [class*=c-]) li {
    font-size: 1rem;
  }
  .p-editor__content ul:not([class*=p-], [class*=c-]) li::before {
    top: 0.625em;
    width: 0.375rem;
    height: 0.375rem;
  }
}
.p-editor__content ol:not([class*=p-], [class*=c-]) {
  font-size: 1.125rem;
  line-height: 26px;
  list-style: decimal;
  list-style-position: inside;
}
@media only screen and (max-width: 1280px) {
  .p-editor__content ol:not([class*=p-], [class*=c-]) {
    font-size: 1rem;
  }
}
.p-editor__content ol:not([class*=p-], [class*=c-]) li + li {
  margin-top: 0.5rem;
}
.p-editor__content dl:not([class*=p-], [class*=c-]) dt {
  font-weight: bold;
}
.p-editor__content dl:not([class*=p-], [class*=c-]) dd {
  padding-left: 1em;
}
.p-editor__content table:not([class*=p-], [class*=c-]) {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: separate;
  border: 0.0625rem solid #AAC3AE;
}
.p-editor__content table:not([class*=p-], [class*=c-]) th {
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  background-color: #049E20;
  color: #FFFFFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  border-right: 1px solid #AAC3AE;
}
.p-editor__content table:not([class*=p-], [class*=c-]) th:not(:first-child) {
  border-top: 1px solid #AAC3AE;
}
.p-editor__content table:not([class*=p-], [class*=c-]) td {
  padding: 1rem 1.5rem;
  justify-content: center;
  padding: 1rem 1.5rem;
  gap: 0.625rem;
  color: #333333;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  border-right: 1px solid #AAC3AE;
  border-bottom: 1px solid #AAC3AE;
}
tr:last-child .p-editor__content table:not([class*=p-], [class*=c-]) td {
  border-bottom: none;
}
.p-editor__content table:not([class*=p-], [class*=c-]) tr:not(:last-child) th {
  border-bottom: 1px solid #AAC3AE;
}
@media only screen and (max-width: 1280px) and (max-width: 1280px) {
  .p-editor__content table:not([class*=p-], [class*=c-]) th {
    padding: 0.5rem 0.75rem;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 1280px) {
  .p-editor__content table:not([class*=p-], [class*=c-]) td {
    padding: 0.5rem 0.75rem;
  }
}
.p-editor__content .e-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11.875rem;
  min-height: 3.5rem;
  padding: 0 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #049E20;
  border: 1px solid #AAC3AE;
  border-radius: 2rem;
}
.p-editor__content .e-button[target=_blank]::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
  background-image: url("../images/common/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7494%) hue-rotate(118deg) brightness(97%) contrast(98%);
}
.p-editor__content .e-button[href$=".pdf" i]::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  width: 1.8125rem;
  height: 1.5rem;
  content: "";
  background-image: url("../images/common/icon_pdf.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (hover: hover) {
  .p-editor__content .e-button {
    transition: 0.3s linear opacity;
  }
  .p-editor__content .e-button:hover {
    opacity: 0.7;
  }
}
.p-editor__content .e-box {
  padding: 2rem 2.5rem;
  background-color: #ffffff;
  border-radius: 10px;
}
.p-editor__content .e-box.--bg-blue {
  background-color: #edf6f9;
}
.p-editor__content .e-box__title {
  font-size: 1.125rem;
  font-weight: bold;
}
.p-editor__content .e-box__text {
  margin-top: 0.5rem;
  font-size: 1rem;
}
.p-editor__content .e-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.p-editor__content .e-grid.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-editor__content .e-grid.--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-editor__content .e-grid__texts {
  margin-top: 1rem;
}
.p-editor__content .e-grid__col {
  /* CMSエディタ―のみで適応 */
  /* border: dashed 1px #c2c2c2; */
}