@charset "UTF-8";
.editor {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 1.5rem; }
  .editor p > a {
    display: inline-block; }
  .editor h2 {
    font-size: 2.6rem;
    border-bottom: 1px solid #111;
    padding-bottom: 15px;
    line-height: 1.7;
    font-family: "Garamond" , "Times New Roman" ,"Noto Serif JP", serif;
    margin-bottom: 30px; }
  .editor h3 {
    font-size: 2.4rem;
    font-family: "Garamond" , "Times New Roman" ,"Noto Serif JP", serif;
    color: #fff;
    background: #003461;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px 20px 14px 45px;
    line-height: 1.7;
    margin-bottom: 30px;
    position: relative;
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      .editor h3 {
        border-radius: 3px; } }
    .editor h3::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 22px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: #fff;
      width: 5px;
      height: calc(100% - 42px);
      border-radius: 90px; }
  .editor h4 {
    font-size: 2.0rem;
    font-family: "Garamond" , "Times New Roman" ,"Noto Serif JP", serif;
    line-height: 1.7;
    padding-left: 23px;
    display: block;
    margin-bottom: 20px;
    position: relative; }
    .editor h4::before {
      content: "";
      position: absolute;
      top: 11px;
      left: 0;
      width: 8px;
      height: 8px;
      background: #003461;
      border-radius: 90px; }
  .editor ul {
    list-style-type: disc !important; }
    .editor ul > li {
      margin-left: 1.5em;
      padding: 0;
      font-size: 1.5rem; }
  .editor ol {
    list-style-type: decimal !important;
    padding-left: 1.5em; }
  .editor a {
    color: #003461;
    text-decoration: underline; }
    @media (hover: hover) and (pointer: fine) {
      .editor a:hover {
        text-decoration: none; } }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .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 4px/12px 12px; }
  .editor p {
    line-height: 2;
    font-size: 1.5rem; }
  .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 {
    border-radius: 5px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .editor .cmn_ofi {
        border-radius: 3px; } }
    .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; }
  .editor .template_01, .editor .template_02, .editor .template_03, .editor .template_04, .editor .template_05, .editor .template_06, .editor .template_08, .editor .template_09, .editor .template_09, .editor .template_10 {
    margin: 50px auto; }
  .editor .template_01 ul {
    font-size: 0; }
    .editor .template_01 ul > li {
      width: 47.5%;
      display: inline-block;
      vertical-align: top;
      margin: 0 5% 5% 0;
      border-radius: 5px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .editor .template_01 ul > li {
          border-radius: 3px; } }
      .editor .template_01 ul > li:nth-child(2n) {
        margin-right: 0; }
      .editor .template_01 ul > li:nth-last-child(1), .editor .template_01 ul > li:nth-last-child(2) {
        margin-bottom: 0; }
  .editor .template_02, .editor .template_03, .editor .template_04, .editor .template_05 {
    background: #f5f5f5;
    padding: 50px;
    overflow: hidden;
    zoom: 1; }
    .editor .template_02 .imgBox, .editor .template_03 .imgBox, .editor .template_04 .imgBox, .editor .template_05 .imgBox {
      float: left;
      width: 30%; }
    .editor .template_02 .txBox, .editor .template_03 .txBox, .editor .template_04 .txBox, .editor .template_05 .txBox {
      display: table;
      float: right;
      width: 65%; }
      .editor .template_02 .txBox > div, .editor .template_03 .txBox > div, .editor .template_04 .txBox > div, .editor .template_05 .txBox > div {
        display: table-cell;
        vertical-align: middle;
        font-size: 1.5rem; }
        .editor .template_02 .txBox > div .ttl, .editor .template_03 .txBox > div .ttl, .editor .template_04 .txBox > div .ttl, .editor .template_05 .txBox > div .ttl {
          font-size: 2.2rem;
          font-family: "Garamond" , "Times New Roman" ,"Noto Serif JP", serif;
          line-height: 1.7;
          margin-bottom: 10px; }
  .editor .template_03 .imgBox, .editor .template_05 .imgBox {
    float: right; }
  .editor .template_03 .txBox, .editor .template_05 .txBox {
    float: left; }
  .editor .template_04, .editor .template_05 {
    background: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* 上下中央揃え */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* （必要に応じて）中央寄せ */
    gap: 5%;
    /* 画像とテキストの間隔 */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .editor .template_04 .imgBox, .editor .template_05 .imgBox {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 47.5%;
      flex: 0 0 47.5%;
      display: table;
      height: auto !important; }
      .editor .template_04 .imgBox > p, .editor .template_05 .imgBox > p {
        display: table-cell;
        vertical-align: middle; }
    .editor .template_04 .txBox, .editor .template_05 .txBox {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .editor .template_04 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .editor .template_06 {
    padding: 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .editor .template_06 {
        border-radius: 3px; } }
    .editor .template_06 .ttl {
      font-size: 2.0rem;
      font-family: "Garamond" , "Times New Roman" ,"Noto Serif JP", serif;
      line-height: 1.7;
      padding-left: 23px;
      display: block;
      margin-bottom: 8px;
      position: relative; }
      .editor .template_06 .ttl::before {
        content: "";
        position: absolute;
        top: 11px;
        left: 0;
        width: 8px;
        height: 8px;
        background: #003461;
        border-radius: 90px; }
  .editor .template_08 > p {
    width: 50%;
    margin: 0 auto;
    display: block; }
  .editor .template_07 {
    margin-top: 140px;
    position: relative;
    padding: 100px 0; }
    .editor .template_07::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 5000px;
      height: 100%;
      background: #f5f5f5;
      z-index: 1; }
    .editor .template_07 .ttl {
      position: relative;
      z-index: 1;
      font-size: 1.4rem;
      padding-left: 20px;
      margin-bottom: 25px; }
      .editor .template_07 .ttl::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        width: 8px;
        height: 8px;
        background: #003461;
        border-radius: 90px; }
    .editor .template_07 ul {
      position: relative;
      z-index: 1;
      font-size: 0; }
      .editor .template_07 ul > li {
        width: 48.5%;
        display: inline-block;
        vertical-align: top;
        margin: 0 3% 3% 0;
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
        padding: 10px;
        font-size: 0; }
        @media screen and (max-width: 768px) {
          .editor .template_07 ul > li {
            border-radius: 3px; } }
        .editor .template_07 ul > li .thum {
          border-radius: 5px;
          overflow: hidden;
          width: 30%;
          margin-right: 5%;
          float: left;
          display: table;
          height: 100%; }
          @media screen and (max-width: 768px) {
            .editor .template_07 ul > li .thum {
              border-radius: 3px; } }
          .editor .template_07 ul > li .thum > p {
            display: table-cell;
            vertical-align: middle; }
          .editor .template_07 ul > li .thum .cmn_ofi::before {
            padding-top: 100%; }
        .editor .template_07 ul > li .txBox {
          width: 65%;
          padding: 10px 0;
          float: left;
          display: table;
          float: right;
          height: 100%; }
          .editor .template_07 ul > li .txBox > div {
            display: table-cell;
            vertical-align: middle; }
          .editor .template_07 ul > li .txBox .name {
            margin-bottom: 3px;
            line-height: 1.7; }
            .editor .template_07 ul > li .txBox .name > p {
              font-size: 2.0rem;
              display: inline-block;
              vertical-align: middle;
              margin-right: 15px; }
            .editor .template_07 ul > li .txBox .name span {
              font-size: 1.2rem;
              border-radius: 5px;
              overflow: hidden;
              background: #ebebeb;
              padding: 1px 10px;
              display: inline-block;
              vertical-align: middle; }
              @media screen and (max-width: 768px) {
                .editor .template_07 ul > li .txBox .name span {
                  border-radius: 3px; } }
          .editor .template_07 ul > li .txBox p {
            font-size: 1.3rem; }
        .editor .template_07 ul > li:nth-child(2n) {
          margin-right: 0; }

/*デバイスの横幅が768px以下の場合*/
@media only screen and (max-width: 768px) {
  .editor {
    font-size: 1.3rem; }
    .editor h2 {
      font-size: 1.8rem;
      margin-bottom: 25px; }
    .editor h3 {
      font-size: 1.6rem;
      padding: 10px 20px 9px 30px;
      margin-top: 60px; }
      .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; }
    .editor .template_01, .editor .template_02, .editor .template_03, .editor .template_04, .editor .template_05, .editor .template_06, .editor .template_08, .editor .template_09, .editor .template_09, .editor .template_10 {
      margin: 30px auto; }
    .editor .template_01 ul > li {
      width: 100%;
      margin: 0 0 20px; }
      .editor .template_01 ul > li:nth-last-child(2) {
        margin-bottom: 20px; }
    .editor .template_02, .editor .template_03, .editor .template_04, .editor .template_05 {
      padding: 20px; }
      .editor .template_02 .imgBox, .editor .template_03 .imgBox, .editor .template_04 .imgBox, .editor .template_05 .imgBox {
        width: 100%; }
      .editor .template_02 .txBox, .editor .template_03 .txBox, .editor .template_04 .txBox, .editor .template_05 .txBox {
        width: 100%;
        margin-top: 20px; }
        .editor .template_02 .txBox > div .ttl, .editor .template_03 .txBox > div .ttl, .editor .template_04 .txBox > div .ttl, .editor .template_05 .txBox > div .ttl {
          font-size: 1.6rem;
          margin-bottom: 5px; }
    .editor .template_04, .editor .template_05 {
      display: block;
      padding: 0; }
      .editor .template_04 .imgBox, .editor .template_04 .txBox, .editor .template_05 .imgBox, .editor .template_05 .txBox {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; }
      .editor .template_04 .imgBox > p, .editor .template_05 .imgBox > p {
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
    .editor .template_06 {
      padding: 25px 20px; }
      .editor .template_06 .ttl {
        font-size: 1.5rem;
        padding-left: 20px; }
        .editor .template_06 .ttl::before {
          width: 6px;
          height: 6px;
          top: 8px; }
    .editor .template_08 > p {
      width: 100%; }
    .editor .template_07 {
      margin-top: 70px;
      padding: 60px 0; }
      .editor .template_07 .ttl {
        margin-bottom: 15px;
        font-size: 1.3rem; }
        .editor .template_07 .ttl::before {
          width: 6px;
          height: 6px; }
      .editor .template_07 ul > li {
        width: 100%;
        margin: 0 0 10px; }
        .editor .template_07 ul > li .thum {
          display: inline-block;
          vertical-align: middle;
          float: none; }
          .editor .template_07 ul > li .thum > p {
            display: block; }
            .editor .template_07 ul > li .thum > p > span {
              display: block; }
        .editor .template_07 ul > li .txBox {
          display: inline-block;
          vertical-align: middle;
          float: none;
          padding: 6px 0; }
          .editor .template_07 ul > li .txBox .name > p {
            font-size: 1.4rem;
            margin-right: 10px; }
          .editor .template_07 ul > li .txBox .name span {
            font-size: 1.0rem;
            padding: 1px 6px; }
          .editor .template_07 ul > li .txBox p {
            font-size: 1.1rem;
            line-height: 1.8; } }

.cmn_accordion dd .editor {
  position: relative; }
  .cmn_accordion dd .editor::before {
    content: "A";
    position: absolute;
    top: -5px;
    left: 0;
    background: #f5f5f5;
    width: 40px;
    height: 40px;
    border-radius: 90px;
    color: #111;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    font-size: 2.0rem; }
    @media only screen and (max-width: 768px) {
      .cmn_accordion dd .editor::before {
        width: 26px;
        height: 26px;
        font-size: 1.4rem;
        padding: 6px 0;
        top: -3px; } }
  .cmn_accordion dd .editor p::before {
    content: none; }
