@charset "utf-8";
/*===================
エディタースタイル
===================*/
.editor {
  /* font-size: clamp(14px, 2.5vw, 16px); */
  font-size: 13px;
  line-height: 1.875;
  letter-spacing: 0.07em;
  /* margin: 20px auto; */
  overflow-wrap: break-word;
}
.editor {
  * {
    /* margin-top: 1.75em; */
  }
}
pre {
	white-space: pre-wrap;
}
.editor:nth-child(1) {
  margin-top: 0;
}
.editor a {
  color: #0044ff;
  text-decoration: underline;
  transition: 0.3s;
}
.editor a:hover {
  opacity: 0.3;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  margin-top: 0.5em;
}
.editor h1 {
  font-size: clamp(21px, 3.47vw, 26px);
}
.editor h2 {
  font-size: clamp(20px, 3.33vw, 25px);
}
.editor h3 {
  font-size: 14px;
  /* font-size: clamp(19px, 3.2vw, 24px); */
}
.editor h4 {
  font-size: 13px;
  /* font-size: clamp(18px, 3.07vw, 23px); */
}
.editor h5 {
  font-size: 13px;
  /* font-size: clamp(17px, 2.93vw, 22px); */
}
.editor h6 {
  font-size: 13px;
  /* font-size: clamp(16px, 2.8vw, 21px); */
}
.editor h1 + h2,
.editor h2 + h3,
.editor h3 + h4,
.editor h4 + h5,
.editor h5 + h6 {
  margin-top: 0.5em;
}
.editor p {
  font-size: 14px;
  margin-top: 1em;
}
.editor p:not(:last-child) {
  margin-bottom: 18px;
}
.editor p:last-child {
  margin-bottom: 20px;
}
.editor p + h1,
.editor p + h2,
.editor p + h3,
.editor p + h4,
.editor p + h5,
.editor p + h6 {
  margin-top: 20px;
}
.editor h1:not(:last-child),
.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: 1em;
  padding-left: 1.4em;
}
.editor li {
  margin-top: 0.6em;
  /* line-height: 1.5; */
}
.editor i {
}
.editor sup,
.editor sub {
  font-size: 10px !important;
}
.editor table {
  margin-top: 3em;
  width: 100% !important;
  height: auto !important;
  border-collapse: collapse;
}
.editor thead th,
.editor td {
  font-weight: bold;
  text-align: center;
}
.editor tr th,
.editor td {
  padding: 15px 20px;
  border: #3c3c3c 1px solid;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}
.editor tr th {
  width: 25%;
  font-weight: 500;
  text-align: center;
}
.editor img {
  width: 100%;
  /* max-width: 100%; */
  max-width: 648px !important;
  height: auto;
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  .editor img {
    width: 100%;
    margin: 2em auto !important;
  }
}
.editor img.alignnone,
.editor .alignleft {
  margin-top: 2em;
}
.editor img.aligncenter {
  display: block;
  margin: 2em auto 0;
}
.editor img.alignright {
  display: block;
  margin: 2em 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: 0.8rem;
  /* color:#F8C8B2; */
  text-align: right;
}
.editor hr {
  margin: 10px 0;
}
.editor .wp-caption-text {
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.83;
}
