@charset "UTF-8";
/* wordpressのエディタスタイル
------------------------------------------------*/
html {
  font-size: 62.5%;
}

.wp__editor_style {
  color: #333;
  font-size: 1.4rem;
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  .wp__editor_style {
    line-height: 1.8;
  }
}

.wp__editor_style h1:first-child, .wp__editor_style h2:first-child, .wp__editor_style h3:first-child, .wp__editor_style h4:first-child, .wp__editor_style h5:first-child, .wp__editor_style h6:first-child, .wp__editor_style p:first-child, .wp__editor_style img:first-child, .wp__editor_style blockquote:first-child {
  padding-top: 0;
  margin-top: 0;
}

.wp__editor_style h1, .wp__editor_style h2, .wp__editor_style h3, .wp__editor_style h4, .wp__editor_style h5, .wp__editor_style h6 {
  clear: both;
}

.wp__editor_style h1, .wp__editor_style h2, .wp__editor_style h3, .wp__editor_style h4, .wp__editor_style h5, .wp__editor_style h6 {
  padding-top: 30px;
  font-weight: bold;
}

.wp__editor_style h1 + p, .wp__editor_style h2 + p, .wp__editor_style h3 + p, .wp__editor_style h4 + p, .wp__editor_style h5 + p, .wp__editor_style h6 + p {
  padding-top: 15px;
}

.wp__editor_style h1 + h2, .wp__editor_style h1 + h3, .wp__editor_style h1 + h4, .wp__editor_style h1 + h5, .wp__editor_style h1 + h6, .wp__editor_style h1 + p, .wp__editor_style h1 + ul, .wp__editor_style h1 + ol, .wp__editor_style h2 + h2, .wp__editor_style h2 + h3, .wp__editor_style h2 + h4, .wp__editor_style h2 + h5, .wp__editor_style h2 + h6, .wp__editor_style h2 + p, .wp__editor_style h2 + ul, .wp__editor_style h2 + ol, .wp__editor_style h3 + h2, .wp__editor_style h3 + h3, .wp__editor_style h3 + h4, .wp__editor_style h3 + h5, .wp__editor_style h3 + h6, .wp__editor_style h3 + p, .wp__editor_style h3 + ul, .wp__editor_style h3 + ol, .wp__editor_style h4 + h2, .wp__editor_style h4 + h3, .wp__editor_style h4 + h4, .wp__editor_style h4 + h5, .wp__editor_style h4 + h6, .wp__editor_style h4 + p, .wp__editor_style h4 + ul, .wp__editor_style h4 + ol, .wp__editor_style h5 + h2, .wp__editor_style h5 + h3, .wp__editor_style h5 + h4, .wp__editor_style h5 + h5, .wp__editor_style h5 + h6, .wp__editor_style h5 + p, .wp__editor_style h5 + ul, .wp__editor_style h5 + ol, .wp__editor_style h6 + h2, .wp__editor_style h6 + h3, .wp__editor_style h6 + h4, .wp__editor_style h6 + h5, .wp__editor_style h6 + h6, .wp__editor_style h6 + p, .wp__editor_style h6 + ul, .wp__editor_style h6 + ol {
  padding-top: 10px;
}

.wp__editor_style h1 + img, .wp__editor_style h2 + img, .wp__editor_style h3 + img, .wp__editor_style h4 + img, .wp__editor_style h5 + img, .wp__editor_style h6 + img {
  margin-top: 10px;
}

.wp__editor_style h1.deco__border, .wp__editor_style h2.deco__border, .wp__editor_style h3.deco__border, .wp__editor_style h4.deco__border, .wp__editor_style h5.deco__border, .wp__editor_style h6.deco__border {
  position: relative;
}

.wp__editor_style h1.deco__border::before, .wp__editor_style h2.deco__border::before, .wp__editor_style h3.deco__border::before, .wp__editor_style h4.deco__border::before, .wp__editor_style h5.deco__border::before, .wp__editor_style h6.deco__border::before {
  content: "";
  display: block;
  background-color: #333;
  width: 70px;
  height: 2px;
  position: absolute;
}

.wp__editor_style h1.deco__border--top, .wp__editor_style h2.deco__border--top, .wp__editor_style h3.deco__border--top, .wp__editor_style h4.deco__border--top, .wp__editor_style h5.deco__border--top, .wp__editor_style h6.deco__border--top {
  margin-top: 30px;
  padding-top: 20px;
}

.wp__editor_style h1.deco__border--top::before, .wp__editor_style h2.deco__border--top::before, .wp__editor_style h3.deco__border--top::before, .wp__editor_style h4.deco__border--top::before, .wp__editor_style h5.deco__border--top::before, .wp__editor_style h6.deco__border--top::before {
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .wp__editor_style h1, .wp__editor_style h2, .wp__editor_style h3, .wp__editor_style h4, .wp__editor_style h5, .wp__editor_style h6 {
    padding-top: 20px;
  }
  .wp__editor_style h1.deco__border--top, .wp__editor_style h2.deco__border--top, .wp__editor_style h3.deco__border--top, .wp__editor_style h4.deco__border--top, .wp__editor_style h5.deco__border--top, .wp__editor_style h6.deco__border--top {
    margin-top: 20px;
  }
}

.wp__editor_style h1 {
  font-size: 2.4rem;
}

.wp__editor_style h2 {
  font-size: 1.8rem;
}

.wp__editor_style h3 {
  font-size: 1.6rem;
}

.wp__editor_style h4 {
  font-size: 1.4rem;
}

.wp__editor_style h5, .wp__editor_style h6 {
  font-size: 1.2rem;
}

.wp__editor_style p {
  padding: 24px 0 0;
}
.wp__editor_style a {
  color: #6d91e0;
}
.wp__editor_style ol, .wp__editor_style ul {
  padding-left: 2em;
  padding-top: 15px;
}

.wp__editor_style ol li, .wp__editor_style ul li {
  padding-top: 0.5em;
}

.wp__editor_style ol li:first-child, .wp__editor_style ul li:first-child {
  padding-top: 0;
}

.wp__editor_style ol li {
  list-style: decimal;
}

.wp__editor_style ul li {
  list-style: disc;
}

.wp__editor_style img {
  vertical-align: bottom;
}

.wp__editor_style img.aligncenter {
  margin: 0 auto;
  display: block;
}

.wp__editor_style img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

.wp__editor_style img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}

@media screen and (max-width: 768px) {
  .wp__editor_style img {
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
  }
  .wp__editor_style img.alignleft, .wp__editor_style img.alignright {
    float: none;
    margin: 0;
  }
  .wp__editor_style iframe{
    max-width: 100%;
  }
}

.wp__editor_style .wp-caption img {
  margin-top: 10px;
}

.wp__editor_style .wp-caption.aligncenter {
  margin: 0 auto;
}

.wp__editor_style .wp-caption .wp-caption-text {
  font-size: 12px;
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .wp__editor_style .wp-caption.alignnone, .wp__editor_style .wp-caption.alignleft, .wp__editor_style .wp-caption.aligncenter, .wp__editor_style .wp-caption.alignright {
    width: auto !important;
  }
  .wp__editor_style .wp-caption img {
    width: 100%;
    height: auto;
  }
}

.wp__editor_style blockquote {
  background: #f2f3f7;
  margin: 10px 0 0;
  padding: 10px 20px;
  font-style: italic;
}

/*# sourceMappingURL=editor.css.map */