@charset "UTF-8";
.p-editor__content {
  overflow: hidden;
}
.p-editor__content h1:not([class*=p-], [class*=c-]) {
  font-size: 2rem;
}
.p-editor__content h2:not([class*=p-], [class*=c-]) {
  font-weight: 700;
  color: #005bab;
  font-size: 2.5rem;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h2:not([class*=p-], [class*=c-]) {
    font-size: 1.25rem;
  }
}
.p-editor__content h3:not([class*=p-], [class*=c-]) {
  font-size: 1.5625rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h3:not([class*=p-], [class*=c-]) {
    font-size: 1.125rem;
  }
}
.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.25rem;
}
.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: 1.5;
  color: #000;
}
.p-editor__content p:not([class*=p-], [class*=c-]).--xlg {
  font-size: 1.25rem;
  line-height: 3.1;
}
.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;
}
@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-]).--xlg {
    font-size: 0.875rem;
  }
  .p-editor__content p:not([class*=p-], [class*=c-]).--lg {
    font-size: 1rem;
  }
}
.p-editor__content a:not([class*=p-], [class*=c-], [class*=e-]) {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #1558d6;
  text-decoration: underline;
}
@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: 1em;
  color: #000;
}
.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;
  left: 0.5em;
  display: block;
  width: 0.25em;
  height: 0.25em;
  content: "";
  background: #000;
  border-radius: 50%;
}
.p-editor__content ol:not([class*=p-], [class*=c-]) {
  list-style: decimal;
  list-style-position: inside;
}
.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-]) {
  width: 100%;
  max-width: 57.1875rem;
  margin: 0 auto;
  background-color: #fff;
  border-top: 0.125rem solid #005bab;
  border-bottom: 0.125rem solid #005bab;
}
.p-editor__content table:not([class*=p-], [class*=c-]) tr:last-child > th, .p-editor__content table:not([class*=p-], [class*=c-]) tr:last-child > td {
  border-bottom: none;
}
.p-editor__content table:not([class*=p-], [class*=c-]) th,
.p-editor__content table:not([class*=p-], [class*=c-]) td {
  padding: 1.6875rem 3.125rem;
  font-size: 1.125rem;
  vertical-align: middle;
  border-bottom: 0.0625rem solid #ccc;
}
.p-editor__content table:not([class*=p-], [class*=c-]) th {
  width: 15.75rem;
  font-weight: 700;
  color: #005bab;
  text-align: center;
}
.p-editor__content table:not([class*=p-], [class*=c-]) td {
  border-left: 0.0625rem solid #ccc;
}
.p-editor__content table:not([class*=p-], [class*=c-]).--form .p-table__th {
  padding: 1rem 1.25rem 1rem 1.875rem;
  text-align: left;
  vertical-align: middle;
}
.p-editor__content table:not([class*=p-], [class*=c-]).--form .p-table__th .c-input__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-editor__content table:not([class*=p-], [class*=c-]).--form .p-table__td {
  padding: 1.25rem 3.125rem;
}
@media only screen and (max-width: 767px) {
  .p-editor__content table:not([class*=p-], [class*=c-]) th,
  .p-editor__content table:not([class*=p-], [class*=c-]) td {
    padding: 0.875rem 1.25rem;
  }
  .p-editor__content table:not([class*=p-], [class*=c-]) th {
    width: auto;
    font-size: 0.875rem;
    white-space: nowrap;
  }
  .p-editor__content table:not([class*=p-], [class*=c-]) td {
    font-size: 0.875rem;
  }
  .p-editor__content table:not([class*=p-], [class*=c-]).--form .p-table__th, .p-editor__content table:not([class*=p-], [class*=c-]).--form .p-table__td {
    display: block;
    width: 100%;
    padding: 1rem 0.9375rem;
  }
  .p-editor__content table:not([class*=p-], [class*=c-]).--form .p-table__th {
    padding-bottom: 0;
    border-bottom: none;
  }
  .p-editor__content table:not([class*=p-], [class*=c-]).--form .p-table__td {
    padding-top: 0;
    border-left: none;
  }
}
.p-editor__content .e-box {
  padding: 2rem 2.5rem;
  background-color: #ededed;
  border-radius: 10px;
}
.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: 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; */
}
.p-editor__content blockquote {
  padding: 1.5rem 2rem;
  border: 1px solid #ccc;
}
.p-editor__content .alignleft {
  display: block;
  margin-right: auto;
}
.p-editor__content .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.p-editor__content .alignright {
  display: block;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .p-editor__content ul, .p-editor__content ol {
    font-size: 0.875rem;
  }
}