@charset "UTF-8";
.p-editor__content {
  overflow: hidden;
}
.p-editor__content h1:not([class*=p-], [class*=c-]) {
  font-size: 1.75rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.p-editor__content h2:not([class*=p-], [class*=c-]) {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.p-editor__content h3:not([class*=p-], [class*=c-]) {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.p-editor__content h4:not([class*=p-], [class*=c-]) {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.p-editor__content h5:not([class*=p-], [class*=c-]) {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.p-editor__content h6:not([class*=p-], [class*=c-]) {
  font-size: 1.125rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.p-editor__content p:not([class*=p-], [class*=c-]) {
  font-size: 1rem;
  line-height: 1.5;
  color: #3a3a3a;
}
.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-]) {
  position: relative;
  display: inline-block;
  color: #8b7355;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-editor__content a:not([class*=p-], [class*=c-]) {
    transition: 0.3s linear opacity;
  }
  .p-editor__content a:not([class*=p-], [class*=c-]):hover {
    opacity: 0.7;
  }
}
.p-editor__content ul:not([class*=p-], [class*=c-]) li {
  position: relative;
  padding-left: 1.5em;
  color: #3a3a3a;
}
.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.55em;
  left: 0.5em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  content: "";
  background: #3a3a3a;
  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%;
}
.p-editor__content table:not([class*=p-], [class*=c-]) th {
  padding: 0.75rem 1rem;
  font-weight: bold;
  vertical-align: middle;
  background-color: #ededed;
  border: 0.0625rem solid #ccc;
}
.p-editor__content table:not([class*=p-], [class*=c-]) td {
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #ccc;
}
@media only screen and (max-width: 767px) {
  .p-editor__content table:not([class*=p-], [class*=c-]) th {
    padding: 0.5rem 0.75rem;
  }
  .p-editor__content table:not([class*=p-], [class*=c-]) td {
    padding: 0.5rem 0.75rem;
  }
}
.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 {
    font-size: 0.875rem;
  }
  .p-editor__content p:not([class*=p-], [class*=c-]) {
    font-size: 0.875rem;
  }
}