/* CONTENTS===================================================
フォント用

Editors : Oda,Orita,...
Last Editor : Orita
Date : 2009-10-22

=========================================================== */

/* -----------------------------------------------------------文字サイズ */
span.op_large {
        text-decoration: inherit;
        font-style: inherit;
        font-weight: inherit;
        color: inherit;
        font-size: 1.125rem;
      }
      @media all and (min-width: 768px) {
        span.op_large {
          font-size: 1.25rem;
        }
      }
      
      span.op_large02 {
        text-decoration: inherit;
        font-style: inherit;
        font-weight: inherit;
        color: inherit;
        font-size: 1.0625rem;
      }
      @media all and (min-width: 768px) {
        span.op_large02 {
          font-size: 1.125rem;
        }
      }
      
      span.op_mideamu {
        text-decoration: inherit;
        font-style: inherit;
        font-weight: inherit;
        color: inherit;
        font-size: 0.875rem;
      }
      
      span.op_small {
        /* display: inline-block; */
        line-height: 1.8;
        text-decoration: inherit;
        font-style: inherit;
        font-weight: inherit;
        color: inherit;
        font-size: 0.75rem;
      }
      
      /* ----------------------------------------------------------- リスト */
      .edit-area ol,
      .edit-area ul,
      .l-content__thank ol,
      .l-content__thank ul,
      .l-content__intro ol,
      .l-content__intro ul,
      .cke_editable ol,
      .cke_editable ul {
        position: relative;
      }
      
      .edit-area ol,
      .l-content__thank ol,
      .l-content__intro ol,
      .cke_editable ol {
        margin-left: 30px;
      }
      .edit-area ol li,
      .l-content__thank ol li,
      .l-content__intro ol li,
      .cke_editable ol li {
        list-style-type: decimal;
        margin-bottom: 4px;
      }
      
      .edit-area ul,
      .l-content__thank ul,
      .l-content__intro ul,
      .cke_editable ul {
        list-style: none !important;
        padding: 0 !important;
        margin-left: 0 !important;
      }
      .edit-area ul li,
      .l-content__thank ul li,
      .l-content__intro ul li,
      .cke_editable ul li {
        position: relative;
        text-indent: -1em;
        padding-left: 1em;
        margin-bottom: 6px;
        list-style: none !important;
      }
      .edit-area ul li:before,
      .l-content__thank ul li:before,
      .l-content__intro ul li:before,
      .cke_editable ul li:before {
        content: "";
        width: 5px;
        height: 5px;
        display: inline-block;
        background: #333;
        border-radius: 50%;
        position: relative;
        top: -4px !important;
        margin-left: 3px;
        margin-right: 9px;
      }