@charset "utf-8";
/*===================
エディタースタイル
===================*/

pre {
  white-space: pre-wrap;
}
.editor {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.07em;
  overflow-wrap: break-word;
}
@media screen and (max-width: 750px) {
  .editor {
    font-size: 15px;
  }
}
.editor:nth-child(1) {
  margin-top: 0;
}
.editor a {
  color: #c09a61;
  text-decoration: underline;
  transition: 0.3s;
}
.editor a:hover {
  opacity: 0.3;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  font-weight: 700;
  margin-top: 20px;
}
.editor h1 {
  font-size: 36px;
}
.editor h2 {
  font-size: 32px;
}
.editor h3 {
  font-size: 24px;
}
.editor h4 {
  font-size: 20px;
}
.editor h5 {
  font-size: 18px;
}
.editor h6 {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .editor h1 {
    font-size: 20px;
  }
  .editor h2 {
    font-size: 19px;
  }
  .editor h3 {
    font-size: 18px;
  }
  .editor h4 {
    font-size: 17px;
  }
  .editor h5 {
    font-size: 16px;
  }
  .editor h6 {
    font-size: 16px;
  }
}
.editor h1 + h2,
.editor h2 + h3,
.editor h3 + h4,
.editor h4 + h5,
.editor h5 + h6 {
  margin-top: 6px;
}
.editor p {
  margin-top: 28px;
}
@media screen and (max-width: 750px) {
  .editor p {
    margin-top: 25px;
  }
}
.editor p:not(:last-child) {
  margin-bottom: 15px;
}
/* .editor p:last-child {
  margin-bottom: 50px;
} */
.editor p + h1,
.editor p + h2,
.editor p + h3,
.editor p + h4,
.editor p + h5,
.editor p + h6 {
  margin-top: 30px;
}
.editor h2:not(:last-child),
.editor h3:not(:last-child),
.editor h4:not(:last-child) {
  /* margin-bottom: 25px; */
}
.editor p span {
}
.editor p strong {
  font-weight: bold !important;
}
.editor p del {
}
.editor strong {
  font-weight: bold;
}
.editor strong span {
  font-weight: bold !important;
}
.editor em {
  font-style: italic;
}
.editor ul {
  list-style-type: disc;
}
.editor ol {
  list-style-type: decimal;
}
.editor ul,
.editor ol {
  margin-top: 10px;
  padding-left: 15px;
}
.editor li {
  margin-top: 20px;
  /* line-height: 1.5; */
}
@media screen and (max-width: 750px) {
  .editor li {
    margin-top: 15px;
    /* line-height: 1.5; */
  }
}
.editor i {
}
.editor sup,
.editor sub {
  font-size: 10px !important;
}
.editor table {
  margin-top: 50px;
  width: 100% !important;
  height: auto !important;
  border-collapse: collapse;
}
.editor thead th,
.editor td {
  text-align: center;
}
.editor tr th,
.editor td {
  padding: 15px 20px;
  border: #4c4c4c 1px solid;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}
.editor thead th,
.editor tr th {
  font-weight: 700;
}
.editor td {
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .editor tr th,
  .editor td {
    padding: 10px;
  }
}
.editor tr th {
  width: 25%;
  text-align: center;
}
.editor img {
  width: 100%;
  /* max-width: 100%; */
  max-width: 648px !important;
  height: auto;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .editor img {
    width: 100%;
    margin: 10px auto !important;
  }
}
.editor img.alignnone,
.editor .alignleft {
  margin-top: 20px;
}
.editor img.aligncenter {
  display: block;
  margin: 20px auto 0;
}
.editor img.alignright {
  display: block;
  margin: 20px 0 0 auto;
}
.editor blockquote {
  position: relative;
  border-left: 3px solid #1b93e6;
  padding-left: 10px;
}
.editor blockquote:before {
  position: absolute;
  content: "“";
  font-size: 20px;
  color: #71cafb;
}
.editor blockquote p {
  position: relative;
  padding-left: 30px;
}
.editor blockquote cite {
  display: block;
  font-size: 8px;
  /* color:#F8C8B2; */
  text-align: right;
}
.editor hr {
  margin: 10px 0;
}
.editor .wp-caption-text {
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.83;
}
