@charset "UTF-8";
.editor {
  word-wrap: break-word;
  overflow-wrap: break-word; }
  .editor h2 {
    font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: 15px;
    border-left: 6px solid #5a96ff;
    border-bottom: 1px solid #333;
    padding: 0 0 5px 15px; }
  .editor h3 {
    font-size: 1.8rem;
    font-weight: normal;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    background-color: #5a96ff;
    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; }
    .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: #5a96ff;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #5a96ff; }
  .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: #5a96ff;
    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;
      width: 50%; }
    .editor table td {
      width: 50%; }
  .editor .scrollTbl {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
  .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_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 h2 {
    font-size: 1.6rem; }
  .editor h3 {
    font-size: 1.4rem; }
  .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; } }
