/* Wysiwyg editor
**************************************** */
  .mce-content-body {
    word-break: break-word;
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
    font-weight: 600;
  }
  .mce-content-body ul {
    margin: 1em 0;
  }
  .mce-content-body ul li {
    position: relative;
    padding-left: 1.4em;
    line-height: 1.65;
    font-size: 88%;
  }
  .mce-content-body ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  .mce-content-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .47em;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background-color: #29b8b4;
  }
  .mce-content-body img {
    margin: 20px 0;
    max-width: 100%;
    height: auto;
  }
  .mce-content-body hr {
    background: transparent;
  }
  .mce-content-body .alignleft {
    float: left;
    clear: left;
    margin: 0 30px 30px 0;
  }
  .mce-content-body .alignright {
    float: right;
    clear: right;
    margin: 0 0 30px 30px;
  }
  .mce-content-body .aligncenter {
    display: block;
    margin: 0 auto 30px;
  }
  .mce-content-body * + .aligncenter {
    margin: 30px auto;
  }
  .mce-content-body table {
    border: 1px solid #ccc;
    margin: 20px 0;
    line-height: 1.6;
  }
  .mce-content-body table th,
  .mce-content-body table td {
    padding: 8px 16px;
    border: 1px solid #ccc;
    font-size: 93%;
    vertical-align: middle;
  }
  .mce-content-body table th {
    white-space: nowrap;
    background: #eee;
  }
  .mce-content-body h1,
  .mce-content-body h2,
  .mce-content-body h3 {
    position: relative;
    margin-bottom: 1.5em;
  }
  .mce-content-body h1 {
    font-size: 153%;
    line-height: 1.35;
  }
  .mce-content-body h2 {
    position: relative;
    padding-left: 16px;
    font-size: 138%;
    line-height: 1.4;
  }
  .mce-content-body h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 80%;
    background: #29B8B4;
    transform: translateY(-50%);
  }
  .mce-content-body h3 {
    padding-bottom: 10px;
    border-bottom: 2px solid #D6D6D6;
    font-size: 113%;
    line-height: 1.45;
  }
  .mce-content-body p {
    margin-bottom: 2em;
  }
  .mce-content-body blockquote {
    margin: 1em 0;
    padding: 15px 40px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    font-style: oblique;
    color: #666;
    background-color: #f8f8f8;
  }
  .mce-content-body blockquote p {
    margin-bottom: 0;
  }
  .mce-content-body blockquote::before,
  .mce-content-body blockquote::after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    opacity: .25;
  }
  .mce-content-body blockquote::before {
    background-image: url('../images/common/icon-quote_left.svg');
    top: 13px;
    left: 10px;
  }
  .mce-content-body blockquote::after {
    background-image: url('../images/common/icon-quote_right.svg');
    bottom: 13px;
    right: 10px;
  }
  .mce-content-body a {
    color: #29B8B4;
    text-decoration: underline;
  }

  .mce-content-body .profile {
    position: relative;
    padding: 24px;
    border: 1px solid #DEDEDE;
    margin-top: 54px;
    font-size: 93%;
  }
  .mce-content-body .profile::before {
    content: "プロフィール";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-108%);
    font-size: 134%;
  }

  /* --- wp-caption --- */
  .wp-caption {
    max-width: 100% !important;
  }
  .wp-caption img {
    margin-bottom: 4px;
  }
  .wp-caption-text {
    margin-top: 1em;
    margin-bottom: 1em !important;
    color: #AAAAAA;
  }

  /* --- table scroll --- */
  .scroll {
    overflow-x: scroll;
    margin: 0 0 24px;
  }
  .scroll table {
    margin: 0;
  }
  .scroll--cap {
    text-align: right;
    margin: 24px 0 0 !important;
    opacity: .25;
    font-size: 93%;
  }

  .mce-content-body .syndicated_link {
    margin-top: 32px;
  }

  @media (max-width: 767px) {
    .mce-content-body {
      font-size: 100%;
    }
    .mce-content-body .alignright,
    .mce-content-body .alignleft  {
      float: none;
      margin: 20px auto;
      display: block;
    }
    .mce-content-body blockquote {
      padding: 15px;
    }
    .mce-content-body blockquote::before {
      top: 0;
      left: 0;
    }
    .mce-content-body blockquote::after {
      bottom: 0;
      right: 0;
    }
    .mce-content-body ul li,
    .mce-content-body ol li {
      margin-left: 1em;
    }
    .mce-content-body ul li {
      padding-left: 0;
    }
    .mce-content-body ul li::before {
      left: -14px;
      padding-top: 6px;
      font-size: 12px;
    }
    .mce-content-body table tr *:first-child:nth-last-child(2),
    .mce-content-body table tr *:first-child:nth-last-child(2) ~ * {
      display: block;
      width: 100% !important;
    }

    .mce-content-body .profile {
      padding: 24px;
      margin-top: 54px;
      font-size: 100%;
    }
    .mce-content-body .profile::before {
      transform: translateY(-108%);
      font-size: 123%;
    }


  }


/* 管理画面エディタ用
*************************************************** */
  .mce-content-body.wp-editor {
    padding: 32px !important;
  }

  @media (max-width: 767px) {
    .mce-content-body.wp-editor table tr *:first-child:nth-last-child(2),
    .mce-content-body.wp-editor table tr *:first-child:nth-last-child(2) ~ * {
      display: table-cell;
      width: auto !important;
    }
  }