@charset "utf-8";
/*===================
エディタースタイル
===================*/
.editor {
  /* font-size: clamp(14px, 2.5vw, 16px);
  line-height: 1.875;
  letter-spacing: 0.07em; */
  /* margin: 20px auto; */
  line-height: 1.6666;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  overflow-wrap: break-word;
}
.editor {
  * {
    /* margin-top: 1.75em; */
  }
}
.editor:nth-child(1) {
  margin-top: 0;
}
.editor a {
  color: #0044ff;
  text-decoration: underline;
  /* display: inline; */
  display: inline-block;
  transition: 0.3s;
}
.editor a:hover {
  opacity: 0.3;
}
/* .editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  margin-top: 2em;
} */
/* .editor h1 {
  font-size: clamp(21px, 3.47vw, 26px);
} */
/* .editor h2 {
  font-size: clamp(20px, 3.33vw, 25px);
} */
.editor h2,
.editor h3 {
  padding: clamp(15px, 1.5625vw, 25px) 0;
  margin-bottom: clamp(15px, 1.875vw, 30px);
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.editor h2::before,
.editor h3::before {
  content: "";
  position: absolute;
  left: -9999px;
  right: -9999px;
  bottom: 0;
  height: 1px;
  background-color: #ccc;
  z-index: 1;
}
.editor h2::after,
.editor h3::after {
  content: "";
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: 0;
  height: 1px;
  background-color: #ccc;
  z-index: 1;
}
.column .editor h3,
.column .editor h2 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.column .editor h3::before,
.column .editor h3::after {
  display: none;
}
.column .editor h2::before,
.column .editor h2::after {
  display: none;
}
.blog .editor h3,
.blog .editor h2 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.blog .editor h3::before,
.blog .editor h3::after {
  display: none;
}
.blog .editor h2::before,
.blog .editor h2::after {
  display: none;
}
.news .editor h3,
.news .editor h2 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.news .editor h3::before,
.news .editor h3::after {
  display: none;
}
.news .editor h2::before,
.news .editor h2::after {
  display: none;
}
/* .editor h4 {
  font-size: clamp(18px, 3.07vw, 23px);
} */
/* .editor h5 {
  font-size: clamp(17px, 2.93vw, 22px);
} */
/* .editor h6 {
  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 {
  margin-top: 1em;
} */
/* .editor p:not(:last-child) {
  margin-bottom: 18px;
} */
/* .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: 40px;
} */
/* .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: none;
}
.editor ol {
  list-style-type: decimal;
}
.editor ul,
.editor ol {
  /* margin-top: -2em !important; */
  margin-bottom: clamp(30px, 4.6875vw, 75px);
  padding-left: 1em;
  text-indent: -1em;
  /* padding-left: 1.4em; */
}
.editor li {
  margin-bottom: 0.6em;
  /* line-height: 1.5; */
  position: relative;
}
.editor li::before {
  content: "●";
  font-size: clamp(14px, 1vw, 16px);
  color: #58a3ba;
}

.editor i {
}
.editor sup,
.editor sub {
  font-size: 10px !important;
}
.editor table {
  margin-top: 2em;
  width: 100% !important;
  height: auto !important;
  border-collapse: collapse;
}
.editor p:has(+ table) {
  margin-bottom: 0 !important;
}

.editor thead th,
.editor td {
  /* font-weight: bold; */
  /* text-align: center; */
}
.editor tr th,
.editor td {
  padding: clamp(8px, 1vw, 16px);
  border: #3c3c3c 1px solid;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}
.column .editor tr th,
.column .editor td {
  /* border: none; */
}
.editor tr th {
  width: 25%;
  font-weight: 400;
  /* text-align: center; */
  background: #e2e2e2;
}
.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;
}

pre {
  white-space: pre-wrap;
}
