@charset "UTF-8";
.editor {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 1.4rem;
  background: #f5f4f0;
  font-family: "Shippori Mincho", serif; }
  .editor p > a {
    display: inline-block; }
  .editor h2 {
    font-size: 2.2rem;
    padding: 13px 35px 13px 40px;
    margin-bottom: 25px;
    background: #fff;
    line-height: 1.7;
    position: relative;
    font-weight: 400; }
    .editor h2::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 3px;
      background: #111;
      height: calc(100% - 38px); }
  .editor h3 {
    font-size: 2.0rem;
    padding-bottom: 12px;
    line-height: 1.7;
    border-bottom: 1px solid #111;
    margin-bottom: 20px;
    font-weight: 400; }
  .editor h4 {
    font-size: 1.8rem;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 400; }
    .editor h4::before {
      content: "";
      position: absolute;
      top: 15px;
      left: 0;
      width: 6px;
      height: 6px;
      background: #111; }
  .editor ul {
    list-style-type: disc !important; }
    .editor ul > li {
      margin-left: 1.5em;
      padding: 0;
      font-size: 1.4rem; }
  .editor ol {
    list-style-type: decimal !important;
    padding-left: 1.5em; }
  .editor a {
    text-decoration: underline;
    color: #111; }
    .editor a:hover {
      text-decoration: none; }
    .editor a[target="_blank"] {
      display: inline-block;
      padding-right: 22px;
      background: url("/lib/cmn_img/icon_link.png") no-repeat center right 4px/12px 12px; }
  .editor p {
    line-height: 2;
    font-size: 1.4rem; }
  .editor table {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px; }
    .editor table th, .editor table td {
      background-color: #FFF;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      line-height: 1.4;
      padding: 15px;
      text-align: left; }
    .editor table th {
      background-color: #edece6;
      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 .cmn_ofi img {
    height: 100% !important; }
  .editor .cmn_ofi {
    position: relative;
    overflow: hidden;
    display: block; }
    .editor .cmn_ofi::before {
      content: "";
      display: block;
      padding-top: 66.66%; }
    .editor .cmn_ofi img, .editor .cmn_ofi .cke_widget_wrapper {
      position: absolute;
      width: 100% !important;
      height: 100% !important;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      font-family: 'object-fit: cover; object-position: bottom;';
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .editor .cmn_ofi.square::before {
      padding-top: 100%; }
  .editor .scrollTbl {
    overflow-x: auto;
    margin-bottom: 20px; }
    .editor .scrollTbl table {
      width: 100%;
      min-width: 600px;
      border-collapse: collapse;
      margin-bottom: 0; }
  .editor .btn a {
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 25px 15px;
    text-align: center;
    background: #111;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none; }
    .editor .btn a:hover {
      background-color: #fff;
      color: #111; }
  .editor .template_01 ul {
    list-style: none;
    font-size: 0; }
    .editor .template_01 ul > li {
      list-style: none;
      width: 49%;
      margin: 0 2% 2% 0;
      display: inline-block;
      vertical-align: top; }
      .editor .template_01 ul > li:nth-child(2n) {
        margin-right: 0; }
  .editor .youtubeWrap iframe {
    width: 100% !important;
    height: 100% !important; }

/*デバイスの横幅が768px以下の場合*/
@media only screen and (max-width: 768px) {
  .editor {
    font-size: 1.2rem; }
    .editor h2 {
      padding: 10px 20px 12px 30px;
      font-size: 1.5rem; }
      .editor h2::before {
        left: 17px;
        height: calc(100% - 33px); }
    .editor h3 {
      font-size: 1.4rem;
      margin-bottom: 15px;
      padding-bottom: 10px; }
    .editor h4 {
      font-size: 1.3rem;
      padding-left: 16px; }
      .editor h4::before {
        width: 5px;
        height: 5px;
        top: 10px; }
    .editor ul li {
      font-size: 1.2rem; }
    .editor p {
      font-size: 1.2rem; }
    .editor table {
      width: 100% !important;
      max-width: 100% !important; }
      .editor table td, .editor table th {
        padding: 2%; }
    .editor iframe {
      width: 100%;
      height: auto; }
    .editor .btn a {
      max-width: 280px;
      width: 100%;
      padding: 18px 10px;
      font-size: 1.2rem; }
    .editor .template_01 ul > li {
      width: 100%;
      margin: 0 0 20px; } }
