@charset "UTF-8";

.editor{
    font-size: var(--f16);
}

.editor *:first-child{
  margin-top: 0 !important;
}


.editor *:last-child{
  margin-bottom: 0 !important;
}

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


.editor{
    letter-spacing: normal;
}


.editor h2{
    padding: 2.5rem 0 .24rem;
    position: relative;
    z-index: 1;
    font-size: var(--f28);
    margin-bottom: 3.8rem;
    margin-top: 8rem;
}

.editor h2:before{
    content: "";
    z-index: 1;
    position: absolute;
    width: 10rem;
    height: 3px;
    background: linear-gradient(130.21deg, #090E2A 30.49%, #326ADB 97.88%);
    top: 0;
    left: 0;
}
.editor h3{
  font-size: var(--f22);
  padding: 1.8rem 2rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
  background: #F2F5FA;
  border-radius: 4px;
}

.editor h4{
    font-size: var(--f20);
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid rgba(64, 80, 62, 0.15);
    padding-bottom: 2rem;
}

.editor h5{
  font-size: var(--f17);
  position: relative;
  z-index: 1;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
.editor h5:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: #333;
  width: .8rem;
  height: .8rem;
  top: 0.8rem;
  left: 0;
  border-radius: 100px;
}
.editor h6{}

.editor p{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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




.editor ul{
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  list-style: none;
  padding: 0;
  line-height: var(--line-height-sub);
}

.editor ul li{
  position: relative;
  z-index: 1;
  padding: 0 0 0 3.2rem;
}
.editor ul li:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: #333;
  width: 4px;
  height: 4px;
  top: 1.3rem;
  left: 1rem;
  border-radius: 100px;
}
.editor ul li:nth-child(n+2){
  margin-top: 1.2rem;
}

.editor table:has(+ ul.come) {
  margin-bottom: 0 !important;
}

.editor ul.come{
  font-size: var(--f14);
}
.editor ul.come li{
    padding: 0 0 0 1.8rem;  
}
.editor ul.come li:before{
  content: "※";
  z-index: 1;
  position: absolute;
  background: none;
  width: auto;
  height: auto;
  top: 0;
  left: 0rem;

}

.editor ol{
  padding-left: 0;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  list-style: none;
  counter-reset: li 0;
  line-height: var(--line-height-sub);
}
.editor ol li{
  position: relative;
  z-index: 1;
  padding: 0 0 0 3rem;
}
.editor ol li:nth-child(n+2){
  margin-top: 1.2rem;
}
.editor ol li:before{
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0px;
  opacity: 0.5;
 }

.editor table{
    width: 100%;
    border-top: 1px solid rgba(64, 80, 62, 0.15);
    border-left: 1px solid rgba(64, 80, 62, 0.15);
    margin-top: 5.6rem;
    margin-bottom: 5.6rem;
}
.editor td,
.editor th{
    padding: 3rem 2.3rem;
    border-bottom: 1px solid rgba(64, 80, 62, 0.15);
    border-right: 1px solid rgba(64, 80, 62, 0.15);
    line-height: var(--line-height-min);
  }

.editor .c-btn1{
  text-decoration: none;
}

.editor blockquote{
  padding: 4rem;
  background: rgba(19, 22, 45, 0.03);
    margin-top: 5.6rem;
    margin-bottom: 5.6rem;  
}


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


@media (hover: hover) and (pointer: fine) {
}


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

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



  .editor h1 + *,
  .editor h2 + *,
  .editor h3 + *,
  .editor h4 + *,
  .editor h5 + *,
  .editor h6 + *{}  


  .editor{
    font-size: 1.4rem;
}


  .editor h2{
    font-size: 1.8rem;
    padding: 2rem 0 .24rem;
    margin-bottom: 2.8rem;
    margin-top: 6rem;
}

  .editor h2:before{
    width: 5rem;
}
  .editor h3{
    font-size: 1.6rem;
    padding: 1.2rem 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}
  .editor h4{
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.4rem;
}
  .editor h4:before {}
  .editor h5{
    font-size: 1.4rem;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
  .editor h6{}



  .editor a{}

  .editor p{}
  .editor p:after {}



  .editor ul{}

  .editor ul li{}
  .editor ul li:before{}
  .editor ul li:nth-child(n+2){}


  .editor table:has(+ ul.come) {
    margin-bottom: 0 !important;
  }

  .editor ul.come{
    font-size: 1.2rem;
  }
  .editor ul.come li{}
  .editor ul.come li:before{
  }


  .editor ol{}
  .editor ol li{}
  .editor ol li:nth-child(n+2){}
  .editor ol li:before{}



  .editor table{
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
}
  .editor td,
  .editor th{
    padding: 1rem 1rem;
    font-size: 1.2rem;
}

  .editor .c-btn1{}

  .editor blockquote{
  padding: 2rem;
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;  
  }

}
