@charset "UTF-8";
.p-editor__content {
  overflow: auto;
}
.p-editor__content h1:not([class*=p-], [class*=c-]) {
  display: inline-block;
  font-size: 2.25rem;
  font-weight: 700;
}
.p-editor__content h1:not([class*=p-], [class*=c-])::after {
  display: block;
  width: 100%;
  height: 0.125rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  content: "";
  background: #415e7c;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h1:not([class*=p-], [class*=c-]) {
    font-size: 2rem;
  }
}
.p-editor__content h2:not([class*=p-], [class*=c-]) {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h2:not([class*=p-], [class*=c-]) {
    font-size: 1.75rem;
  }
}
.p-editor__content h3:not([class*=p-], [class*=c-]) {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h3:not([class*=p-], [class*=c-]) {
    font-size: 1.5rem;
  }
}
.p-editor__content h4:not([class*=p-], [class*=c-]) {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h4:not([class*=p-], [class*=c-]) {
    font-size: 1.3125rem;
  }
}
.p-editor__content h5:not([class*=p-], [class*=c-]) {
  display: inline-block;
  font-size: 1.3125rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h5:not([class*=p-], [class*=c-]) {
    font-size: 1.125rem;
  }
}
.p-editor__content h6:not([class*=p-], [class*=c-]) {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h6:not([class*=p-], [class*=c-]) {
    font-size: 1rem;
  }
}
.p-editor__content p:not([class*=p-], [class*=c-]) {
  font-size: 1rem;
  color: #222;
}
.p-editor__content p:not([class*=p-], [class*=c-]).--xsm {
  font-size: 0.75rem;
}
.p-editor__content p:not([class*=p-], [class*=c-]).--sm {
  font-size: 0.875rem;
}
.p-editor__content p:not([class*=p-], [class*=c-]).--lg {
  font-size: 1.125rem;
  line-height: 26px;
}
.p-editor__content p:not([class*=p-], [class*=c-]).--xlg {
  font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .p-editor__content p:not([class*=p-], [class*=c-]) {
    font-size: 0.875rem;
  }
  .p-editor__content p:not([class*=p-], [class*=c-]).--xsm {
    font-size: 0.625rem;
  }
  .p-editor__content p:not([class*=p-], [class*=c-]).--sm {
    font-size: 0.75rem;
  }
  .p-editor__content p:not([class*=p-], [class*=c-]).--lg {
    font-size: 1rem;
  }
  .p-editor__content p:not([class*=p-], [class*=c-]).--xlg {
    font-size: 1.125rem;
  }
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]) {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 1rem;
  color: #1558d6;
  text-decoration: underline;
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-])[target=_blank]::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-image: url("../images/common/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-])[href$=".pdf" i]::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.8125rem;
  content: "";
  background-image: url("../images/common/icon_pdf.png");
  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: 0.75em;
  font-size: 1.125rem;
  line-height: 26px;
  color: #000;
}
.p-editor__content ul:not([class*=p-], [class*=c-]) li + li {
  margin-top: 0.4375rem;
}
.p-editor__content ul:not([class*=p-], [class*=c-]) li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  content: "";
  background: #415e7c;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .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.375em;
    height: 0.375em;
  }
}
.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: 767px) {
  .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.4375rem;
}
.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-]) {
  width: 100%;
  min-width: 45.6875rem;
  overflow: scroll;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #bababa;
}
.p-editor__content table:not([class*=p-], [class*=c-]) th {
  width: 21.25rem;
  padding: 2.0625rem 1.5rem;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  background-color: #415e7c;
  border: none;
}
@media only screen and (max-width: 767px) {
  .p-editor__content table:not([class*=p-], [class*=c-]) th {
    padding: 1.25rem 0.875rem;
    font-size: 1.0625rem;
  }
}
.p-editor__content table:not([class*=p-], [class*=c-]) td {
  width: 46.25rem;
  padding: 1.125rem 1.5rem;
  font-size: 1.125rem;
  line-height: 26px;
  vertical-align: middle;
  background-color: #fff;
  border: none;
}
@media only screen and (max-width: 767px) {
  .p-editor__content table:not([class*=p-], [class*=c-]) td {
    padding: 1.25rem 0.875rem;
    font-size: 0.875rem;
  }
}
.p-editor__content table:not([class*=p-], [class*=c-]) th:not(:last-child),
.p-editor__content table:not([class*=p-], [class*=c-]) td:not(:last-child) {
  border-right: 1px solid #bababa;
}
.p-editor__content table:not([class*=p-], [class*=c-]) tr:not(:last-child) th,
.p-editor__content table:not([class*=p-], [class*=c-]) tr:not(:last-child) td {
  border-bottom: 1px solid #bababa;
}
.p-editor__content table:not([class*=p-], [class*=c-]) tr:not(:last-child) th,
.p-editor__content table:not([class*=p-], [class*=c-]) tr:not(:last-child) td {
  border-bottom: 1px solid #bababa;
}
.p-editor__content .e-button {
  position: relative;
  min-width: 18.75rem;
  min-height: 4rem;
  padding: 0 2.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
  background-color: #415e7c;
  border: 1px solid #415e7c;
  border-radius: 0.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-editor__content .e-button::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 1.125rem;
  content: "";
  background-image: url("../images/common/icon-button-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-editor__content .e-button.--arrow-left {
  padding-right: 3.375rem;
}
.p-editor__content .e-button.--arrow-left::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1.125rem;
  content: "";
  background-image: url("../images/common/icon-button-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (hover: hover) {
  .p-editor__content .e-button.--arrow-left:hover::before {
    background-image: url("../images/common/icon-button-arrow-left-hover.svg");
  }
}
.p-editor__content .e-button.--arrow-left::after {
  content: none;
}
.p-editor__content .e-button[target=_blank]::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/common/icon_blank.svg");
  filter: brightness(0) invert(1);
}
.p-editor__content .e-button[href$=".pdf" i]::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-image: url("../images/common/icon_pdf.png");
}
@media (hover: hover) {
  .p-editor__content .e-button {
    transition: 0.3s linear opacity;
    transition-property: color, background-color;
  }
  .p-editor__content .e-button:hover {
    color: #415e7c;
    background-color: #fff;
  }
  .p-editor__content .e-button:hover:not(.p-editor__content .e-button:hover[target=_blank]):not(.p-editor__content .e-button:hover[href$=".pdf" i])::after {
    background-image: url("../images/common/icon-button-arrow-hover.svg");
  }
  .p-editor__content .e-button:hover[target=_blank]::after {
    filter: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-editor__content .e-button {
    padding: 0 1.3125rem;
    font-size: 1rem;
    border-radius: 0.1875rem;
  }
  .p-editor__content .e-button::after {
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 2rem;
  }
}
.p-editor__content .e-box {
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 34, 34, 0.25);
}
.p-editor__content .e-box.--bg-blue {
  background-color: #edf6f9;
}
.p-editor__content .e-box__title {
  font-size: 1rem;
  font-weight: bold;
}
.p-editor__content .e-box__text {
  margin-top: 2rem;
  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; */
}