@charset "UTF-8";
.editor {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 1.4rem; }
  .editor p > a {
    display: inline-block; }
  .editor h2 {
    font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 25px;
    position: relative;
    font-weight: 700;
    line-height: 1.7; }
    .editor h2::before {
      content: "";
      position: absolute;
      top: 7px;
      left: 0;
      width: 6px;
      height: calc(100% - 22px);
      background: #009fe8;
      border-radius: 90px; }
  .editor h3 {
    font-size: 1.8rem;
    font-weight: normal;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#009fe8), to(#26b0ef));
    background: -webkit-linear-gradient(left, #009fe8, #26b0ef);
    background: -o-linear-gradient(left, #009fe8, #26b0ef);
    background: linear-gradient(90deg, #009fe8, #26b0ef);
    border-radius: 5px;
    overflow: hidden;
    padding: 8px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .editor h3 {
        border-radius: 4px; } }
    .editor h3::before {
      content: "●";
      position: relative;
      left: 0;
      top: 0;
      width: auto;
      height: auto;
      color: #fff;
      margin-right: 5px; }
  .editor h4 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #009fe8;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #009fe8;
    font-weight: 700; }
  .editor ul {
    list-style-type: disc !important; }
    .editor ul > li {
      margin-left: 1.5em;
      padding: 0; }
  .editor ol {
    list-style-type: decimal !important;
    padding-left: 1.5em; }
  .editor a {
    color: #009fe8;
    text-decoration: underline; }
    .editor a:hover {
      text-decoration: none; }
  .editor p {
    line-height: 1.7;
    font-size: 1.4rem; }
  .editor table {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px; }
    .editor table th, .editor table td {
      background-color: #FFF;
      border-right: 1px solid #CCC;
      border-bottom: 1px solid #CCC;
      line-height: 1.4;
      padding: 15px;
      text-align: left; }
    .editor table th {
      background-color: #e4e4e4;
      text-align: center; }
    td
.editor table:nth-child(1) {
      background-color: #e4e4e4;
      text-align: center; }
  .editor em {
    font-style: italic; }
  .editor iframe {
    display: block;
    margin: 0 auto; }
  .editor img {
    max-width: 100%;
    height: auto !important;
    text-align: center;
    display: block;
    margin: 0 auto; }
    .editor img.emojione {
      display: inline; }
  .editor .scrollTbl {
    overflow-x: auto;
    margin-bottom: 20px; }
    .editor .scrollTbl table {
      width: 100%;
      min-width: 600px;
      border-collapse: collapse;
      margin-bottom: 0; }

/*デバイスの横幅が768px以下の場合*/
@media only screen and (max-width: 768px) {
  .editor {
    font-size: 1.2rem; }
  .editor h2 {
    font-size: 1.6rem;
    padding-left: 15px; }
    .editor h2::before {
      width: 4px; }
  .editor h3 {
    font-size: 1.4rem;
    padding: 6px 10px; }
  .editor h4 {
    font-size: 1.4rem; }
  .editor p {
    font-size: 1.3rem; }
  .editor table {
    width: 100% !important;
    max-width: 100% !important; }
  .editor table td, .editor table th {
    padding: 2%; }
  .editor iframe {
    width: 100%;
    height: auto; } }
