@charset "UTF-8";
body.mceContentBody {
  font-family: "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.12em;
  color: #707070;
  line-height: 2;
}
body.mceContentBody > p, body.mceContentBody > ul, body.mceContentBody > ol {
  margin: 0 0 30px;
}
body.mceContentBody p > a ,.post_single_content p > a {
  display: inline;
  font-weight: 700;
  text-decoration: underline;
  color: #AA0414;
}
body.mceContentBody p > a:hover  ,.post_single_content p > a:hover {
  text-decoration: none;
}
body.mceContentBody ul  ,.post_single_content ul {
  margin: 0;
  padding: 0;
}
body.mceContentBody ul li  ,.post_single_content ul li {
  position: relative;
  list-style: none;
  line-height: 1.8;
  padding-left: 20px;
  color: #AA0414;
}
body.mceContentBody ul li::before  ,.post_single_content ul li::before {
  content: "";
  background: #AA0414;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 35%;
  left: 0;
}
body.mceContentBody ol  ,.post_single_content ol {
  counter-reset: post_ol 0;
}
body.mceContentBody ol li ,.post_single_content ol li  {
  position: relative;
  list-style: none;
  line-height: 1.8;
  padding-left: 20px;
}
body.mceContentBody ol li::before  ,.post_single_content ol li::before {
  content: counter(post_ol) ".";
  counter-increment: post_ol 1;
  font-size: 120%;
  line-height: 1;
  color: #AA0414;
  position: absolute;
  top: 0.4rem;
  left: 0;
}

.editor_headline02 {
  background: #671117;
  padding: 10px 15px;
  margin: 50px 0 30px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .editor_headline02 {
    font-size: 20px;
  }
}

.editor_headline03 {
  padding: 10px;
  margin: 50px 0 30px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #671117;
  text-align: center;
  border: 2px solid #671117;
  border-left: none;
  border-right: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  .editor_headline03 {
    font-size: 18px;
  }
}
.editor_headline03::before{
  position: absolute;
  content: "";
  border: 10px solid transparent;
border-top: 10px solid #671117;
bottom: 0;
left: 50%;
transform: translate(-50%,100%);
}
.editor_headline03::after{
  position: absolute;
  content: "";
  border: 10px solid transparent;
border-top: 10px solid #FFF;
bottom: 3px;
left: 50%;
transform: translate(-50%,100%);
}
.editor_speech_bubble {
  position: relative;
  padding: 15px 0;
  margin: 0 0 30px !important;
  font-weight: 700;
  font-size: 22px !important;
  letter-spacing: 0.1em;
  line-height: 1.6 !important;
  color: #671117;
}
@media screen and (max-width: 767px) {
  .editor_speech_bubble {
    font-size: 18px !important;
  }
}
.editor_speech_bubble::before, .editor_speech_bubble::after {
  content: "";
  background: #671117;
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
}
.editor_speech_bubble::before {
  top: 0;
  transform: rotate(-20deg);
}
.editor_speech_bubble::after {
  bottom: 0;
  transform: rotate(20deg);
}

.editor_underline {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.24em;
  text-decoration: underline;
  text-decoration-color: #671117;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
  color: #671117;
}

.editor_bold {
  font-weight: 700;
}

.editor_color {
  font-weight: 700;
  color: #AA0414;
}

.editor_fsL {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

.yarpp-related a {
  text-decoration: none;
  display: inherit;
  color: inherit;
}
blockquote{
  border: 1px dotted #707070;
  color: #707070;
  padding: 20px;
  margin: 30px auto;
}