@charset "UTF-8";
/*###################################################################
※※※※ 直接編集禁止 ※※※※
このCSSファイルはSassから生成されていますので直接編集しないようご注意ください。
  編集は拡張子「.scss」ファイルを編集して当ファイルにコンパイルしてください。もしくは別途cssファイルを作成して読み込ませてください。
###################################################################*/
/*###################################################################
  variables-css（setting）
###################################################################*/
:root {
  --base: #fff;
  --main: #4b8bd8;
  --main-l: #99cdfa;
  --text: #333;
}

.mce-content-body {
  display: flow-root;
  overflow: hidden;
  zoom: 1;
  color: var(--text-main);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.875;
  word-break: break-word;
}
.mce-content-body::after {
  content: "";
  display: block;
  clear: both;
}
.mce-content-body > *:first-child {
  margin-top: 0;
}
.mce-content-body.acf_content {
  overflow: auto;
}
.mce-content-body h1 {
  font-size: inherit;
  font-weight: normal;
}
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6 {
  font-weight: bold;
  line-height: 1.75;
  margin: 3em 0 1.5em;
}
.mce-content-body h2 {
  font-size: 1.375rem;
  border-left: 5px solid var(--main);
  padding-left: 10px;
  padding: 2px 0 2px 10px;
}
.mce-content-body h3 {
  font-size: 1.375rem;
}
.mce-content-body h4 {
  font-size: 1.25rem;
}
.mce-content-body h5 {
  font-size: 1.125rem;
}
.mce-content-body h6 {
  font-size: 1rem;
}
.mce-content-body pre {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 7px 12px;
  overflow: auto;
  margin-top: 1.5em;
}
.mce-content-body p {
  line-height: 1.8;
  margin-top: 1.5em;
}
.mce-content-body em {
  font-style: italic;
}
.mce-content-body blockquote {
  margin: 1.5em 0;
  border-left: 5px solid #ddd;
  padding: 0.5em 0 0.5em 10px;
  color: #777;
}
.mce-content-body blockquote > *:first-child {
  margin-top: 0;
}
.mce-content-body ul,
.mce-content-body ol {
  margin-top: 1.5em;
  padding-left: 0;
}
.mce-content-body ul ul,
.mce-content-body ul ol,
.mce-content-body ol ul,
.mce-content-body ol ol {
  margin-top: 0;
}
.mce-content-body ul {
  list-style-type: disc;
}
.mce-content-body ol {
  list-style-type: decimal;
}
.mce-content-body li {
  margin-left: 1.5em;
}
.mce-content-body a {
  color: #0000ee;
  text-decoration: underline;
}
.mce-content-body img {
  width: auto;
}
.mce-content-body hr {
  margin-top: 1.5em;
}
.mce-content-body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.mce-content-body .alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.mce-content-body .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.mce-content-body .wp-caption,
.mce-content-body [class*=wp-image] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
.mce-content-body .wp-caption-text {
  margin-top: 0;
}