@charset "UTF-8";
.editor {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 1.5rem;
}
.editor bold {
  font-weight: 700;
}
.editor p > a {
  display: inline-block;
}
.editor h2 {
  font-size: 2.6rem;
  border-bottom: 1px solid #3039b1;
  color: #3039b1;
  font-weight: 700;
  padding-bottom: 15px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.editor h3 {
  font-size: 2.4rem;
  background: #f3f3fa;
  border-radius: 3px;
  overflow: hidden;
  padding: 15px 20px 14px 45px;
  line-height: 1.7;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
}
.editor h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #3039b1;
  width: 5px;
  height: calc(100% - 42px);
  border-radius: 90px;
}
.editor h3 span {
  font-weight: 700;
}
.editor h4 {
  font-size: 2rem;
  line-height: 1.7;
  padding-left: 23px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
}
.editor h4::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #3039b1;
  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: #3039b1;
  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("/e-vigorous/lib/cmn_img/icon_link_bl.png") no-repeat center right 5px/11px 11px;
}
.editor p {
  line-height: 2;
  font-size: 1.5rem;
}
.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: #f7f7f7;
  text-align: center;
  font-weight: 700;
}
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;
  border-radius: 3px;
  overflow: hidden;
}
.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;
}
.editor .template01, .editor .template02, .editor .template03, .editor .template04, .editor .template05, .editor .template06, .editor .template07 {
  margin-bottom: 80px;
}
.editor .template01 ul, .editor .template05 ul {
  font-size: 0;
}
.editor .template01 ul > li, .editor .template05 ul > li {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 4% 4% 0;
}
.editor .template01 ul > li:nth-child(2n), .editor .template05 ul > li:nth-child(2n) {
  margin-right: 0;
}
.editor .template05 ul > li {
  font-size: 1.6rem;
}
.editor .template05 ul > li .cmn_ofi {
  margin-bottom: 15px;
}
.editor .template05 ul > li .ttl {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 5px;
}
.editor .template02, .editor .template03, .editor .template04, .editor .template06, .editor .template07 {
  background: #f7f7f7;
  padding: 40px;
  font-size: 0;
  border-radius: 3px;
  overflow: hidden;
  overflow: hidden;
  zoom: 1;
}
.editor .template02 .flL, .editor .template03 .flL, .editor .template04 .flL, .editor .template06 .flL, .editor .template07 .flL {
  float: left;
}
.editor .template02 .flR, .editor .template03 .flR, .editor .template04 .flR, .editor .template06 .flR, .editor .template07 .flR {
  float: right;
}
.editor .template02 .imgBox, .editor .template03 .imgBox, .editor .template04 .imgBox, .editor .template06 .imgBox, .editor .template07 .imgBox {
  width: 35%;
  display: table;
}
.editor .template02 .imgBox > div, .editor .template03 .imgBox > div, .editor .template04 .imgBox > div, .editor .template06 .imgBox > div, .editor .template07 .imgBox > div {
  display: table-cell;
  vertical-align: middle;
}
.editor .template02 .txBox, .editor .template03 .txBox, .editor .template04 .txBox, .editor .template06 .txBox, .editor .template07 .txBox {
  width: 60%;
  font-size: 1.6rem;
  display: table;
}
.editor .template02 .txBox > div, .editor .template03 .txBox > div, .editor .template04 .txBox > div, .editor .template06 .txBox > div, .editor .template07 .txBox > div {
  display: table-cell;
  vertical-align: middle;
}
.editor .template02 .ttl, .editor .template03 .ttl, .editor .template04 .ttl, .editor .template06 .ttl, .editor .template07 .ttl {
  line-height: 1.7;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 2rem;
}
.editor .template06, .editor .template07 {
  padding: 0 !important;
  background: none;
}
.editor .template08 ul {
  list-style: none;
}
.editor .template08 ul > li {
  overflow: hidden;
  zoom: 1;
  margin: 15px auto;
}
.editor .template08 ul > li .thum {
  width: 120px;
  float: left;
  border-radius: 900px;
  display: table;
}
.editor .template08 ul > li .thum .cmn_ofi {
  border-radius: 900px;
}
.editor .template08 ul > li .thum .cmn_ofi::before {
  padding-top: 100%;
}
.editor .template08 ul > li .thum > div {
  display: table-cell;
  vertical-align: middle;
}
.editor .template08 ul > li .txArea {
  width: calc(100% - 150px);
  font-size: 1.6rem;
  float: right;
  position: relative;
  display: table;
}
.editor .template08 ul > li .txArea > div {
  display: table-cell;
  vertical-align: middle;
}
.editor .template08 ul > li .txArea p {
  display: block;
  background: #f3f3fa;
  padding: 25px;
  border-radius: 3px;
  overflow: hidden;
  overflow: inherit;
}
.editor .template08 ul > li .txArea p::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -14px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 15px 12.5px 0px;
  border-color: transparent #f3f3fa transparent transparent;
}
.editor .template08 ul > li:nth-child(2n) .thum {
  float: right;
}
.editor .template08 ul > li:nth-child(2n) .txArea {
  float: left;
}
.editor .template08 ul > li:nth-child(2n) .txArea p::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: auto;
  right: -14px;
  margin-top: -10px;
}
.editor .template08 ul > li.last {
  margin-bottom: 0;
}

/*デバイスの横幅が768px以下の場合*/
@media only screen and (max-width: 768px) {
  .editor {
    font-size: 1.4rem;
  }
  .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: 4px;
  }
  .editor h4 {
    font-size: 1.5rem;
    padding-left: 20px;
  }
  .editor h4::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
  .editor ul li {
    font-size: 1.4rem;
  }
  .editor p {
    font-size: 1.4rem;
  }
  .editor table {
    width: 100% !important;
    max-width: 100% !important;
  }
  .editor table td, .editor table th {
    padding: 2%;
  }
  .editor iframe {
    width: 100%;
    height: auto;
  }
  .editor .template01, .editor .template02, .editor .template03, .editor .template04, .editor .template05, .editor .template06, .editor .template07, .editor .template08, .editor .template09 {
    margin-bottom: 50px;
  }
  .editor .template01 ul > li, .editor .template05 ul > li {
    width: 100%;
    margin: 0 0 15px;
  }
  .editor .template05 ul > li {
    margin-bottom: 35px;
  }
  .editor .template05 ul > li.last {
    margin-bottom: 0;
  }
  .editor .template05 ul > li {
    font-size: 1.4rem;
  }
  .editor .template05 ul > li .ttl {
    font-size: 1.5rem;
  }
  .editor .template02, .editor .template03, .editor .template04, .editor .template06, .editor .template07 {
    padding: 20px;
  }
  .editor .template02 .flL, .editor .template03 .flL, .editor .template04 .flL, .editor .template06 .flL, .editor .template07 .flL {
    float: none;
  }
  .editor .template02 .flR, .editor .template03 .flR, .editor .template04 .flR, .editor .template06 .flR, .editor .template07 .flR {
    float: none;
  }
  .editor .template02 .imgBox > div, .editor .template02 .txBox > div, .editor .template03 .imgBox > div, .editor .template03 .txBox > div, .editor .template04 .imgBox > div, .editor .template04 .txBox > div, .editor .template06 .imgBox > div, .editor .template06 .txBox > div, .editor .template07 .imgBox > div, .editor .template07 .txBox > div {
    display: block;
  }
  .editor .template02 .imgBox, .editor .template03 .imgBox, .editor .template04 .imgBox, .editor .template06 .imgBox, .editor .template07 .imgBox {
    width: 100%;
    display: block;
  }
  .editor .template02 .txBox, .editor .template03 .txBox, .editor .template04 .txBox, .editor .template06 .txBox, .editor .template07 .txBox {
    width: 100%;
    display: block;
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .editor .template02 .ttl, .editor .template03 .ttl, .editor .template04 .ttl, .editor .template06 .ttl, .editor .template07 .ttl {
    font-size: 1.5rem;
  }
  .editor .template08 ul > li .thum {
    width: 70px;
  }
  .editor .template08 ul > li .txArea {
    width: calc(100% - 85px);
    font-size: 1.4rem;
  }
  .editor .template08 ul > li .txArea p {
    padding: 12px 15px;
    left: -12px;
  }
  .editor .template08 ul > li .txArea p::before {
    left: -8px;
  }
  .editor .template08 ul > li:nth-child(2n) .txArea p::before {
    right: -8px;
    margin-top: -10px;
  }
}