<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.faqList .answerCnt .mt1{margin-top: 1rem;}
.faqList .answerCnt .mt2{margin-top: 2rem;}
.faqList .answerCnt .mt3{margin-top: 3rem;}
.faqList .answerCnt .mb1{margin-bottom: 1rem;}
.faqList .answerCnt .mb2{margin-bottom: 2rem;}
.faqList .answerCnt .mb3{margin-bottom: 3rem;}


.faqList .answerCnt .answerImgOuter{
  }
  .faqList .answerCnt .answerImgOuter.center{
    text-align: center;
  }
  .faqList .answerCnt .answerImgOuter.left{
    text-align: left;
  }
  .faqList .answerCnt .answerImgOuter.right{
    text-align: right;
  }

.faqList .answerCnt .answerImgOuter .answerImg{
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.faqList .ac_ttl::before,
.faqList .ac_ttl::after{
  content: '';
  display: block;
  background-color: #c0c0c0;
  position: absolute;
  opacity: 1;
  }
  .rika .faqList .ac_ttl::before,
  .science .faqList .ac_ttl::before,
  .rika .faqList .ac_ttl::after,
  .science .faqList .ac_ttl::after{
    background-color: #45b036;
  }
  .seikatsu .faqList .ac_ttl::before,
  .seikatsu .faqList .ac_ttl::after{
    background-color: #ee791d;
  }
  .sansu .faqList .ac_ttl::before,
  .math .faqList .ac_ttl::before,
  .sansu .faqList .ac_ttl::after,
  .math .faqList .ac_ttl::after{
    background-color: #0078b9;
  }
  .taiiku .faqList .ac_ttl::before,
  .pe .faqList .ac_ttl::before,
  .taiiku .faqList .ac_ttl::after,
  .pe .faqList .ac_ttl::after{
    background-color: #7d4798;
  }
  .faqList .ac_ttl.open::after{
    opacity: 0;
  }
  .rika .faqList .ac_ttl.open,
  .science .faqList .ac_ttl.open{
    color: #45b036;
  }
  .seikatsu .faqList .ac_ttl.open{
    color: #ee791d;
  }
  .sansu .faqList .ac_ttl.open,
  .math .faqList .ac_ttl.open{
    color: #0078b9;
  }
  .taiiku .faqList .ac_ttl.open,
  .pe .faqList .ac_ttl.open{
    color: #7d4798;
  }

.rika .faqList .answerOuter,
.science .faqList .answerOuter{
  background-color: #eeffee;
}
.seikatsu .faqList .answerOuter{
  background-color: #fceee4;
}
.sansu .faqList .answerOuter,
.math .faqList .answerOuter{
  background-color: #e8f7ff;
}
.taiiku .faqList .answerOuter,
.pe .faqList .answerOuter{
  background-color: #eeeeff;
}


.rika .faqList .answerOuter::before ,
.science .faqList .answerOuter::before {
  border-bottom: 15px solid #eeffee;
}
.seikatsu .faqList .answerOuter::before {
  border-bottom: 15px solid #fceee4;
}
.sansu .faqList .answerOuter::before ,
.math .faqList .answerOuter::before {
  border-bottom: 15px solid #e8f7ff;
}
.taiiku .faqList .answerOuter::before ,
.pe .faqList .answerOuter::before {
  border-bottom: 15px solid #eeeeff;
}


.rika .faqList .ac_ttl .heading,
.science .faqList .ac_ttl .heading{
  color: #45b036;
}
.seikatsu .faqList .ac_ttl .heading{
  color: #ee791d;
}
.sansu .faqList .ac_ttl .heading,
.math .faqList .ac_ttl .heading{
  color: #0078b9;
}
.taiiku .faqList .ac_ttl .heading,
.pe .faqList .ac_ttl .heading{
  color: #7d4798;
}


.faqList .answerCnt a{
  font-weight: 700;
  text-decoration: underline;
  }
  .rika .faqList .answerCnt a,
  .science .faqList .answerCnt a{
    color: #45B036;
  }
  .seikatsu .faqList .answerCnt a{
    color: #EE791D;
  }
  .sansu .faqList .answerCnt a,
  .math .faqList .answerCnt a{
    color: #0078B9;
  }
  .taiiku .faqList .answerCnt a,
  .pe .faqList .answerCnt a{
    color: #7D4798;
  }





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


  /* -------------------------------------------------------------------------------------------
  *
  * faq
  *
  * ----------------------------------------------------------------------------------------- */

  .faq_cnt{
    /*margin: 24px 0 0 0;*/
    padding: 24px 0 0 0;
  }

  .faqList{
    padding: 2rem 0 0 0;
    }
    .faqList:nth-of-type(n+2){
      margin: 4.875rem 0 0 0;
    }

  .faqList h3{
    margin: 0 0 2.5rem 0;
    font-size: 1.875rem;
    line-height: 1;
  }
  .faq_cnt h3 .border_L6 {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0 0 0 0.375rem;
  }

  .faqList &gt; ul{
    border-bottom: 1px solid #c0c0c0;
  }

  .faqList .ac_ttl,
  .faqList .answerOuter{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .faqList .ac_ttl{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .faqList .answerOuter{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .faqList .ac_ttl{
    padding: 1.4375rem 0 1.5rem 0;
    /*margin: 0 0 0.75rem 0;*/
    border-top: 1px solid #c0c0c0;
    cursor: pointer;
    position: relative;
    }

    .faqList .ac_ttl::before{
      width: 1.25rem;
      height: 0.125rem;
      top: 0; right: 0.5rem; bottom: 0;
      margin: auto;
    }
    .faqList .ac_ttl::after{
      width: 0.125rem;
      height: 1.25rem;
      top: 0; right: 1.0625rem; bottom: 0;
      margin: auto;
    }



  .faqList .ac_cnt{
    /*display: none;*/
    /*padding: 1rem 0 1.25rem 0;*/
    word-break: break-word;
  }


  .faqList .answerOuter{
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
    padding: 20px 0;
  }

  .faqList .answerOuter::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 8.5%;
    margin-left: -15px;
    border: 15px solid transparent;
    }

  .faqList .heading{
    width: 7%;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    position: relative;
    }
    .faqList .answerOuter .heading{
      margin: 0.25rem 0 0 0;
    }


  .faqList .question,
  .faqList .answerCnt{
    width: 92%;
    padding: 0 7% 0 0;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.75;
  }
  .faqList .question{
    font-weight: 700;
  }
  .faqList .answerCnt{
    font-weight: 400;
  }

  .faqList .answerCnt ul{
    margin: 0.5rem 0 0 0;
  }
  .faqList .answerCnt ul li{
    padding: 0 0 0 1.25rem;
    position: relative;
    line-height: 1.75;
    }
    .faqList .answerCnt ul li:nth-of-type(n+2){
      /*margin: 0.5rem 0 0 0;*/
    }
  .faqList .answerCnt ul li::before{
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 0.375rem;
    height: 0.375rem;
    border: 1px solid #3C3C43;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 0.75rem; left: 0.5rem;
  }


  .faqList .answerCnt dl{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .faqList .answerCnt dl dt{
    width: 14rem;
    line-height: 1.75;
  }
  .faqList .answerCnt dl dd{
    line-height: 1.75;
  }

  .faqList .answerCnt .tip_ttl{
    display: block;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
  }


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


  /* -------------------------------------------------------------------------------------------
  *
  * faq
  *
  * ----------------------------------------------------------------------------------------- */

  .faq_cnt{
    margin: 0 0 1rem 0;
  }

  .faq_cnt h3{
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .faq_cnt h3 .border_L6{
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    padding: 0 0 0 0.375rem;
  }

  .faqList{
    display: none;
    padding: 2rem 0 0 0;
    }
    .faqList.active{
      display: block;
    }

  .faqList h3{
    margin: 0 0 2rem 0;
  }
  .faqList h3 .border_L6{
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .faqList &gt; ul{
    border-top: 1px solid #c0c0c0;
  }

  .faqList .ac_ttl{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .faqList .answerOuter{
    overflow: hidden;
  }

  .faqList .ac_ttl{
    padding: 1.25rem 0 1rem 0;
    /*margin: 0 0 0.75rem 0;*/
    /*border-top: 1px solid #c0c0c0;*/
    cursor: pointer;
    position: relative;
    }
    .faqList .ac_ttl::before{
      width: 0.875rem;
      height: 0.125rem;
      top: 0; right: 0.3125rem; bottom: 0;
      margin: auto;
    }
    .faqList .ac_ttl::after{
      width: 0.125rem;
      height: 0.875rem;
      top: 0; right: 0.6875rem; bottom: 0;
      margin: auto;
    }


  .faqList .answerOuter{
    border-radius: 0.5rem;
    box-sizing: border-box;
    position: relative;
    padding: 0.875rem 1.25rem 0.875rem 0.875rem;
  }

  .faqList .answerOuter::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 12%;
    margin-left: -15px;
    border: 15px solid transparent;
  }

  .faqList .ac_cnt{
    /*display: none;*/
    /*padding: 1rem 0 1.25rem 0;*/
    word-break: break-word;
  }

  .faqList .heading{
    margin: 0 0.5rem 0 0;
    height: 2.25rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    position: relative;
    }
    .faqList .answerOuter .heading{
      margin: 0.25rem 0.5rem 0 0;
      float: left;
    }


  .faqList .question,
  .faqList .answerCnt{
    width: 100%;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.75;
  }
  .faqList .question{
    padding: 0 9% 0 0;
    font-weight: 700;
  }
  .faqList .answerCnt{
    font-weight: 400;
    text-align: justify;
  }

  .faqList .answerCnt ul{
    margin: 0.5rem 0 0 0;
  }
  .faqList .answerCnt ul li{
    padding: 0 0 0 1.25rem;
    position: relative;
    line-height: 1.75;
    }
    .faqList .answerCnt ul li:nth-of-type(n+2){
      /*margin: 0.5rem 0 0 0;*/
    }
  .faqList .answerCnt ul li::before{
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 0.375rem;
    height: 0.375rem;
    border: 1px solid #3C3C43;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 0.6375rem; left: 0.5rem;
  }

  .faqList .answerCnt dl dt{
    line-height: 1.75;
  }
  .faqList .answerCnt dl dd{
    line-height: 1.75;
  }

  .faqList .answerCnt .tip_ttl{
    display: block;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
  }

}

/* タブレット調整部分 */
@media screen and (min-width: 601px) and (max-width: 1024px){
}


/* 旧SE調整部分 */
@media screen and (max-width: 374px){
}
</pre></body></html>