@charset "utf-8";

#tinymce,
#content_txt {
  color: #261c0b;
  /* font-size: 14px; */
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#content_txt h2,
#content_txt h3,
#content_txt h4,
#content_txt h5 {
  margin: 0;
}

#tinymce .cnt,
#content_txt .cnt,
#tinymce p,
#content_txt p {
  margin: 0;
  line-height: 2;
  overflow-wrap: break-word;
}

#tinymce a,
#content_txt a {
  color: #261c0b;
  text-decoration: none;
  border-bottom: dotted 1px #000;
}

@media screen and (max-width: 480px) {

  #tinymce,
  #content_txt {
    font-size: 16px;
  }

  #tinymce p,
  #content_txt p {
    line-height: 1.8;
  }

}
