@charset "UTF-8";
.editor {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 1.6rem; }
  .editor p > a {
    display: inline-block; }
  .editor h2 {
    position: relative;
    font-size: 2.6rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    line-height: 1.7;
    margin-bottom: 30px; }
    .editor h2::before {
      content: "";
      position: absolute;
      bottom: -2px;
      width: 60px;
      height: 3px;
      background: #476083; }
  .editor h3 {
    font-size: 2.4rem;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    padding: 14px 20px 12px 45px;
    line-height: 1.7;
    margin-bottom: 25px;
    position: relative; }
    .editor h3::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 22px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: #476083;
      width: 5px;
      height: calc(100% - 42px);
      border-radius: 90px; }
  .editor h4 {
    font-size: 2.0rem;
    line-height: 1.7;
    padding-left: 23px;
    display: block;
    margin-bottom: 5px;
    position: relative; }
    .editor h4::before {
      content: "";
      position: absolute;
      top: 11px;
      left: 0;
      width: 8px;
      height: 8px;
      background: #476083;
      border-radius: 90px; }
  .editor ul {
    list-style-type: disc !important; }
    .editor ul > li {
      margin-left: 1.5em;
      padding: 0;
      font-size: 1.6rem; }
  .editor ol {
    list-style-type: decimal !important;
    padding-left: 1.5em; }
  .editor a {
    color: #476083;
    text-decoration: underline; }
    .editor a:hover {
      text-decoration: none; }
    .editor a[target="_blank"] {
      display: inline-block;
      padding-right: 22px;
      background: url("/lib/cmn_img/icon_link_navy.png") no-repeat center right 6px/11px 11px; }
  .editor p {
    line-height: 2;
    font-size: 1.6rem; }
  .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: #dfe6f2;
      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 .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.3rem; }
    .editor h2 {
      font-size: 1.8rem; }
    .editor h3 {
      font-size: 1.6rem;
      padding: 10px 20px 9px 30px; }
      .editor h3::before {
        left: 15px;
        height: calc(100% - 29px);
        width: 3px; }
    .editor h4 {
      font-size: 1.5rem;
      padding-left: 20px; }
      .editor h4::before {
        width: 6px;
        height: 6px;
        top: 8px; }
    .editor ul li {
      font-size: 1.3rem; }
    .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; } }
