@charset "UTF-8";



.wysiwyg .wysiwyg_box>*:first-child,
.wysiwyg blockquote>*:first-child,
.wysiwyg>*:first-child {
  margin-top: 0 !important;
}

.wysiwyg .wysiwyg_box>*:last-child,
.wysiwyg blockquote>*:last-child,
.wysiwyg>*:last-child {
  margin-bottom: 0 !important;
}

.wysiwyg h1+*,
.wysiwyg h2+*,
.wysiwyg h3+*,
.wysiwyg h4+*,
.wysiwyg h5+*,
.wysiwyg h6+* {
  margin-top: 0 !important;
}

.wysiwyg {}

.wysiwyg h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: var(--line-height2);
  color: var(--key-color);
  position: relative;
  z-index: 1;
  padding-top: 40px;
  margin-bottom: 41px;
  margin-top: 91px;
}

.wysiwyg h2:before {
  content: "";
  z-index: 1;
  position: absolute;
  background: var(--sub-color3);
  height: 2px;
  top: 0;
  right: 0;
  left: 20px;
}

.wysiwyg h2:after {
  content: "";
  z-index: 1;
  position: absolute;
  background: var(--key-color);
  height: 2px;
  width: 16px;
  top: 0;
  left: 0;
}

.wysiwyg h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: var(--line-height2);
  padding: 0 0 0 24px;
  margin-top: 65px;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}

.wysiwyg h3:before {
  content: "";
  z-index: 1;
  position: absolute;
  background: var(--key-color);
  /* height: 2px; */
  width: 4px;
  top: 7px;
  bottom: 7px;
  left: 0;
}

.wysiwyg h3:after {
  content: "";
  z-index: 1;
  position: absolute;
  border-bottom: var(--line-color1);
  bottom: -15px;
  left: 0;
  right: 0;
}



.wysiwyg a {}

.wysiwyg a[target="_blank"]:after {}

.wysiwyg p {
  margin-bottom: 38px;
}

.wysiwyg p:after {
  display: block;
  content: "";
  clear: both;
}

.wysiwyg_table {
  overflow-x: auto;
}

.wysiwyg table {
  min-width: 100%;
  border-top: var(--line-color1);
  border-left: var(--line-color1);
}

.wysiwyg table th,
.wysiwyg table td {
  /*    width: auto !important;*/
  padding: 15px 39px;
  /* text-align: left; */
  border-right: var(--line-color1);
  border-bottom: var(--line-color1);
  vertical-align: middle;
}

.wysiwyg table td {
  background: #fff;
}


.wysiwyg table th {
  text-align: center;
  /* vertical-align: middle; */
  background: var(--sub-color3);
  font-weight: 600;
  color: var(--key-color);
}

.wysiwyg .c-slide {
  margin-bottom: 100px;
}

.wysiwyg .c-noList,
.wysiwyg .c-keyWord,
.wysiwyg .c-card,
.wysiwyg_table,
.wysiwyg .c-link1_list,
.wysiwyg .c-panel,
.wysiwyg .c-faq,
.wysiwyg .c-board,
.wysiwyg .c-annotation,
.wysiwyg .c-pickup {
  margin-bottom: 38px;
}


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




/* hover --------------------------------------- */


@media screen and (min-width: 768px) {}


/* sp --------------------------------------- */

@media screen and (max-width: 767px) {



  .wysiwyg {}

  .wysiwyg h2 {
    font-size: 32px;
    padding-top: 33px;
    margin-bottom: 32px;
  }

  .wysiwyg h2:before {}

  .wysiwyg h2:after {}

  .wysiwyg h3 {
    font-size: 24px;
    margin-bottom: 42px;
  }

  .wysiwyg h3:before {
    top: 3px;
    bottom: 3px;
  }

  .wysiwyg h3:after {}



  .wysiwyg a {}

  .wysiwyg a[target="_blank"]:after {}

  .wysiwyg p {
    margin-bottom: 25px;
  }

  .wysiwyg p:after {}

  .wysiwyg_table {}

  .wysiwyg table {
    width: 600px;
  }

  .wysiwyg table th,
  .wysiwyg table td {
    padding: 15px 15px;
  }

  .wysiwyg table td {}


  .wysiwyg table th {}

  .wysiwyg .c-slide {
    margin-bottom: 95px;
  }

  .wysiwyg .c-noList,
  .wysiwyg .c-keyWord,
  .wysiwyg .c-card,
  .wysiwyg_table,
  .wysiwyg .c-link1_list,
  .wysiwyg .c-panel,
  .wysiwyg .c-faq,
  .wysiwyg .c-board,
  .wysiwyg .c-annotation,
  .wysiwyg .c-pickup {
    margin-bottom: 25px;
  }


  .wysiwyg .c-link1_list {
    display: block;
  }

  .wysiwyg .c-link1_list.-col3 .c-link1 {
    width: auto;
    margin: 0;
  }

}