@charset "UTF-8";
/*
 * Article-body styles shared by the front end and Classic Editor.
 */
/*エディタースタイル*/
#tinymce {
  display: block;
  max-width: 910px;
  margin: 0 auto;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", sans-serif, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

/* #tinymce h2{
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  background: #000;
  color: #fff;
  font-size: 30px;
  line-height: 1.75;
} */
#tinymce h2 {
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  background: #ffe600;
  color: #000;
  font-size: 26px;
  line-height: 1.75;
}

#tinymce h3 {
  display: flex;
  height: 52px;
  margin: 0;
  color: #000;
  font-size: 28px;
  line-height: 52px;
}

#tinymce h3::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 52px;
  margin-right: 20px;
  background: #ffe600;
}

#tinymce h4 {
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  background: #ffe600;
  color: #000;
  font-size: 26px;
  line-height: 1.75;
}

#tinymce h5 {
  margin-top: 50px;
  margin-bottom: 25px;
  font-size: 24px;
}

#tinymce h5::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 28px;
  margin-right: 12px;
  background: #ffe600;
  transform: rotate(45deg);
}

#tinymce .photochaption {
  margin-top: -10px;
}

#tinymce .speech {
  display: table;
  width: 93.41%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 0;
}

#tinymce .speech::after {
  content: "";
  display: block;
  clear: both;
}

#tinymce .speech .speaker {
  position: relative;
  float: left;
  width: 85px;
  margin-right: 35px;
}

#tinymce .speech > .comment.right + .speaker {
  margin-right: 0;
  margin-left: 35px;
}

#tinymce .speech .speaker .photo {
  width: 100%;
}

#tinymce .speech .speaker.black .photo {
  border: solid 2px #000;
}

#tinymce .speech .speaker .photo img {
  width: 100%;
  height: auto;
}

#tinymce .speech .speaker p {
  position: relative;
  /* bottom: 8px; */
  width: 100%;
  min-height: 25px;
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  /* background: #ffe600; */
  padding: 5px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

#tinymce .speech .speaker.black p {
  background: #000;
  color: #fff;
}

#tinymce .speech > .comment {
  display: table;
  position: relative;
  float: left;
  width: calc(100% - 120px);
  min-height: 110px;
}

#tinymce .speech > .comment p {
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 36px;
}

#tinymce .speech > .comment.right p {
  text-align: right;
}

#tinymce .next-page {
  width: 100%;
  height: 70px;
  margin-top: 60px;
  background: #ffe600;
}

#tinymce .next-page .next {
  display: block;
  float: left;
  position: relative;
  max-width: 140px;
  margin: 0;
  padding-right: 20px;
  padding-left: 35px;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 70px;
}

#tinymce .next-page .next::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  display: block;
  float: right;
  width: 30px;
  height: 70px;
  background: url("../img/article/nextpage.png") no-repeat #ffe600;
}

#tinymce .next-page .title {
  display: block;
  float: right;
  width: calc(100% - 170px);
  margin: 0;
  padding-left: 16px;
  background: #ffe600;
  line-height: 70px;
}

#tinymce .next-page .title a {
  height: 70px;
}

#tinymce .chaption {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: -10px;
  color: #666;
  font-size: 15px;
  line-height: 28px;
}

#tinymce .photochaption {
  display: block;
  width: 86.81%;
  margin: 0 auto;
  margin-top: -10px;
  color: #666;
  font-size: 15px;
  line-height: 28px;
}

#tinymce blockquote {
  display: block;
  width: 93.41%;
  margin-bottom: 50px;
  padding: 50px 60px 40px;
  background: url("../img/article/point.png") no-repeat #f5f5f5;
  background-position: 20px 20px;
}

#tinymce blockquote p {
  width: 100%;
}

#tinymce ul {
  margin-bottom: 25px;
  padding: 0;
  font-size: 0;
  list-style: none;
}

#tinymce ul li {
  color: #000;
  font-size: 18px;
  list-style: none;
}

#tinymce ul li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: #000;
  border-radius: 50%;
}

#tinymce ol {
  margin-bottom: 25px;
  padding: 0;
  font-size: 0;
  list-style: none;
}

#tinymce ol li {
  color: #000;
  font-size: 18px;
  list-style: none;
  counter-increment: num alpha;
}

#tinymce ol li::before {
  content: counter(num) ".";
  display: inline-block;
}

#tinymce a {
  /*display: inline-block;*/
  position: relative;
  color: #000;
  text-decoration: underline;
}

/*
#tinymce a::before{
content: "";
display: block;
position: absolute;
right: 0;
bottom: 1px;
width: 100%;
height: 1px;
background: #3d3d3d;
}

#tinymce a:hover::before{
display: none;
}

#tinymce a::after{
content: "";
display: block;
position: absolute;
right: 0;
bottom: 0;
width: 100%;
height: 1px;
background: #b8b8b8;
}

#tinymce a:hover::after{
display: none;
}
*/
#tinymce p {
  width: 93.41%;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 50px;
  color: #000;
  font-size: 18px;
  line-height: 2;
}

#tinymce p > .alignnone {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  /*margin-bottom: 40px;*/
}

#tinymce .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#tinymce .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

#tinymce .alignleft::after {
  content: "";
  clear: both;
}

#tinymce .alignright {
  float: right;
  margin: 0.5em 1em 0.5em 0;
}

#tinymce .alignright::after {
  content: "";
  clear: both;
}

#tinymce .twitter-tweet-rendered {
  margin-right: auto;
  margin-left: auto;
}

/*
/// tablet
*/
@media screen and (max-width: 1060px) {
  /* #tinymce h2{
    font-size: 28px;
  } */
  #tinymce h2 {
    font-size: 24px;
  }
  #tinymce h3 {
    font-size: 26px;
  }
  #tinymce h4 {
    font-size: 24px;
  }
  #tinymce h5 {
    font-size: 22px;
  }
}
/*
/// smartphone
*/
@media screen and (max-width: 720px) {
  #article-detail #tinymce {
    font-size: 0.26rem;
    line-height: 1.4;
  }
  /* #article-detail #tinymce h2{
    margin-bottom: 0.4rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-size: 0.28rem;
  } */
  #article-detail #tinymce h2 {
    width: 100%;
    margin-top: 0.5rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-size: 0.24rem;
    line-height: 0.6rem;
    line-height: 1.75;
  }
  #article-detail #tinymce h3 {
    height: 0.46rem;
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  #article-detail #tinymce h3::before {
    width: 0.1rem;
    height: 0.46rem;
    margin-right: 0.1rem;
  }
  #article-detail #tinymce h4 {
    width: 100%;
    margin-top: 0.5rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-size: 0.24rem;
    line-height: 0.6rem;
    line-height: 1.75;
  }
  #article-detail #tinymce h5 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.24rem;
  }
  #article-detail #tinymce h5::before {
    content: "";
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    margin-left: 0.2rem;
    margin-right: 0.13rem;
    background: #ffe600;
    transform: rotate(45deg);
  }
  #article-detail #tinymce .photochaption {
    margin-top: -10px;
  }
  #article-detail #tinymce .speech {
    display: table;
    width: 93.41%;
    margin: 0 auto;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    font-size: 0;
  }
  #article-detail #tinymce .speech::after {
    content: "";
    display: block;
    clear: both;
  }
  #article-detail #tinymce .speech .speaker {
    position: relative;
    float: left;
    width: 0.9rem;
    margin-right: 0.4rem;
  }
  #article-detail #tinymce .speech > .comment.right + .speaker {
    margin-right: 0;
    margin-left: 0.4rem;
  }
  #article-detail #tinymce .speech .speaker .photo {
    width: 100%;
  }
  #article-detail #tinymce .speech .speaker.black .photo {
    border: solid 2px #000;
  }
  #article-detail #tinymce .speech .speaker .photo img {
    width: 100%;
    height: auto;
  }
  #article-detail #tinymce .speech > .comment {
    display: table;
    position: relative;
    float: left;
    width: calc(100% - 1.3rem);
    min-height: 1.07rem;
  }
  #article-detail #tinymce .speech > .comment p {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  #article-detail #tinymce .speech > .comment.right p {
    text-align: right;
  }
  #article-detail #tinymce .next-page {
    display: table;
    width: 100%;
    height: 0.5rem;
    margin-top: 0.5rem;
    background: #ffe600;
  }
  #article-detail #tinymce .next-page > p {
    display: inline-block;
  }
  #article-detail #tinymce .next-page .next {
    display: block;
    float: none;
    position: relative;
    width: 1.64rem;
    margin: 0;
    padding: 0;
    background: #000;
    color: #fff;
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.7rem;
  }
  #article-detail #tinymce .next-page .next::after {
    display: none;
  }
  #article-detail #tinymce .next-page .title {
    display: block;
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: 100%;
    height: 1.7rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    background: #ffe600;
    font-size: 0.28rem;
    line-height: 1.64;
  }
  #article-detail #tinymce .next-page .title a {
    display: inline;
    position: relative;
    height: auto;
    text-decoration: none;
  }
  #article-detail #tinymce .next-page .title a::after {
    display: none;
  }
  #article-detail #tinymce .next-page .title a::before {
    display: none;
  }
  #article-detail #tinymce .next-page .title a span {
    background: linear-gradient(transparent 97%, #000 0%);
  }
  #tinymce .chaption {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: -0.1rem;
    color: #666;
    font-size: 0.22rem;
    line-height: 0.34rem;
  }
  #article-detail #tinymce .photochaption {
    font-size: 0.22rem;
    line-height: 0.34rem;
  }
  #article-detail #tinymce .photochaption p {
    width: 86.81%;
    margin: 0 auto;
    color: #666;
    font-size: 0.22rem;
    line-height: 0.34rem;
  }
  #article-detail #tinymce blockquote {
    display: block;
    width: 93.41%;
    padding: 0.6rem 0.4rem;
    background: url("../img/article/point.png") no-repeat #f5f5f5;
    background-size: 0.65rem 0.54rem;
    background-position: 0.2rem 0.2rem;
  }
  #article-detail #tinymce blockquote p {
    width: 100%;
  }
  #article-detail #tinymce ul {
    padding: 0;
    font-size: 0;
    list-style: none;
  }
  #article-detail #tinymce ul li {
    color: #000;
    font-size: 0.26rem;
    list-style: none;
  }
  #article-detail #tinymce ul li::before {
    content: "";
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
    border-radius: 50%;
  }
  #article-detail #tinymce a {
    position: relative;
    text-decoration: underline;
  }
  /*
    #article-detail #tinymce a::before{
    content: "";
    display: none;
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: #3d3d3d;
  }

    #article-detail #tinymce a:hover::before{
    display: none;
  }

    #article-detail #tinymce a::after{
    content: "";
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #b8b8b8;
  }
    */
  #article-detail #tinymce a:hover::after {
    display: none;
  }
  #article-detail #tinymce p {
    width: 93.41%;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 0.5rem;
    color: #000;
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  #article-detail #tinymce p > .alignnone {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  #article-detail #tinymce img {
    max-width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=legacy-entry-content.css.map */
