@charset "UTF-8";
/*PC・SP共通*/
.wp-editor {
  min-width: 0;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  padding: 1.4285714286em 0 0;
  /* 画像や要素の右寄せ */
  /* 画像や要素の左寄せ */
  /* 画像や要素の中央寄せ */
  /* キャプション付き画像 */
  /* 一般的なテキスト */
  /* 見出し */
  /* リスト */
  /* 引用 */
  /* 強調 (strong, b) */
  /* 強調 (em, i) */
  /* リンク */
  /* 画像 */
  /* 水平線 */
  /* テーブル (非常に基本的な例) */
  /* 整形済テキスト */
}
.wp-editor + p {
  margin-top: 0;
}
.wp-editor .alignright {
  margin: 0 0 1em 1em; /* 周囲のテキストとのスペース */
  float: right;
}
.wp-editor .alignleft {
  margin: 0 1em 1em 0; /* 周囲のテキストとのスペース */
  float: left;
}
.wp-editor .aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.wp-editor .size-full {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
}
.wp-editor .wp-caption {
  margin-bottom: 1em;
  border: 1px solid #ccc;
  max-width: 100%; /* 親要素に合わせて最大幅を設定 */
}
.wp-editor .wp-caption img {
  margin: 0 auto; /* 画像を中央寄せ */
  display: block;
  max-width: 98%; /* キャプションとのスペースを確保 */
  height: auto;
}
.wp-editor .wp-caption-text {
  padding: 0.5em 0;
  display: block;
  color: #555;
  font-size: 0.8em;
  text-align: center;
}
.wp-editor p {
  margin-top: 0.375em;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
.wp-editor p:first-of-type {
  margin-top: 0;
}
.wp-editor h1, .wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5, .wp-editor h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.2;
}
.wp-editor h1 ~ ol, .wp-editor h1 ~ dl, .wp-editor h1 ~ table, .wp-editor h1 ~ blockquote, .wp-editor h1 ~ hr, .wp-editor h1 ~ pre, .wp-editor h2 ~ ol, .wp-editor h2 ~ dl, .wp-editor h2 ~ table, .wp-editor h2 ~ blockquote, .wp-editor h2 ~ hr, .wp-editor h2 ~ pre, .wp-editor h3 ~ ol, .wp-editor h3 ~ dl, .wp-editor h3 ~ table, .wp-editor h3 ~ blockquote, .wp-editor h3 ~ hr, .wp-editor h3 ~ pre, .wp-editor h4 ~ ol, .wp-editor h4 ~ dl, .wp-editor h4 ~ table, .wp-editor h4 ~ blockquote, .wp-editor h4 ~ hr, .wp-editor h4 ~ pre, .wp-editor h5 ~ ol, .wp-editor h5 ~ dl, .wp-editor h5 ~ table, .wp-editor h5 ~ blockquote, .wp-editor h5 ~ hr, .wp-editor h5 ~ pre, .wp-editor h6 ~ ol, .wp-editor h6 ~ dl, .wp-editor h6 ~ table, .wp-editor h6 ~ blockquote, .wp-editor h6 ~ hr, .wp-editor h6 ~ pre {
  padding: 0 1em;
}
.wp-editor h1 {
  font-size: 2.5em;
}
.wp-editor h2 {
  margin: 1.2222222222em 0 0;
  padding: 0;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #0e8660;
  font-size: 18px;
  font-size: 4.8vw;
}
.wp-editor h2:first-of-type {
  margin: 0.8333333333em 0 0;
}
.wp-editor h3 {
  padding: 0.4em 0 0;
  position: relative;
}
.wp-editor h3:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #860e34 0%, #860e34 10%, #0e8660 10%, #0e8660 100%);
  content: "";
}
.wp-editor ul, .wp-editor ol {
  margin-top: 1.7857142857em;
  padding: 0;
}
.wp-editor ul li {
  line-height: 1.25;
  letter-spacing: 0.05em;
  list-style-type: none;
}
.wp-editor ul li + li {
  margin-top: 0.5em;
}
.wp-editor ul li a {
  color: #333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.wp-editor ul li a:before {
  margin-right: 0.4642857143rem;
  display: block;
  position: relative;
  width: 1.8928571429rem;
  height: 1.8928571429rem;
  background: url(../images/common/arrow-green.svg) no-repeat;
  background-size: contain;
  content: "";
}
.wp-editor blockquote {
  margin: 1.5em 0;
  padding: 1em 2em;
  border-left: 5px solid #ccc;
  color: #777;
  font-style: italic;
}
.wp-editor strong, .wp-editor b {
  font-weight: bold;
}
.wp-editor em, .wp-editor i {
  font-style: italic;
}
.wp-editor a {
  color: #0e8660; /* テーマのアクセントカラーなど */
  text-decoration: underline;
  text-underline-offset: 0.2em;
  cursor: pointer;
  transition: opacity 0.3s;
}
.wp-editor a:hover {
  opacity: 0.7;
}
.wp-editor a[target=_blank]:after {
  margin-left: 0.7142857143em;
  display: inline-block;
  position: static;
  width: 1.2142857143em;
  height: 0.9642857143em;
  transform: none;
  background: url(../images/common/icon-external.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.wp-editor img {
  max-width: 100%;
  height: auto;
}
.wp-editor hr {
  margin: 2em 0;
  border: 0;
  border-top: 1px solid #ccc;
}
.wp-editor table {
  margin-bottom: 1.5em;
  width: 100%;
  border-collapse: collapse;
}
.wp-editor th, .wp-editor td {
  padding: 0.5em;
  border: 1px solid #ddd;
  text-align: left;
}
.wp-editor th {
  background-color: #f2f2f2;
  font-weight: bold;
}
.wp-editor pre {
  margin-bottom: 1em;
}

/*PCのみ*/
@media only screen and (min-width: 751px) {
  .wp-editor {
    padding-top: 40px;
    /* 一般的なテキスト */
    /* リスト */
    /* リンク */
  }
  .wp-editor p {
    margin-top: 23px;
    font-size: 18px;
  }
  .wp-editor h2 {
    margin: 34px 0 0;
    line-height: 1;
    font-size: 28px;
  }
  .wp-editor h2:first-of-type {
    margin: 38px 0 0;
  }
  .wp-editor ul, .wp-editor ol {
    margin-top: 55px;
  }
  .wp-editor ul li {
    line-height: 1.6875;
    letter-spacing: 0.1em;
    font-size: 16px;
  }
  .wp-editor ul li + li {
    margin-top: 4px;
  }
  .wp-editor ul li a:before {
    margin-right: 14px;
    top: 2px;
    left: 6px;
    width: 30px;
    height: 30px;
  }
  .wp-editor a[target=_blank]:after {
    margin-left: 7px;
    transform: translateY(2px);
    width: 14px;
    height: 12px;
  }
}
