@charset "UTF-8";

.slider02 .slick-track {
    align-items: flex-start!important;
}






#main .faq {
    gap: 24px;
    flex-direction: column;
  }
  .faq .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #231815;
    line-height: 1.4;
  }
  .faq .box > * {
    min-width: 0;
  }
  .faq .box::before {
    margin-right: 16px;
    display: block;
    width: 32px;
    height: 32px;
    color: #fff;
    line-height: 1.4;
    font-size: 2rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .faq .box:first-child::before {
    content: "Q";
    color: #fff;
    background-color: #1e50a2;
  }
  .faq .box:first-child > div {
    font-weight: 700;
  }
  .faq .box:last-child {
    /* margin-top: 16px; */
  }
  .faq .box:last-child::before {
    content: "A";
    color: #fff;
    background-color: #f37121;
  }
  .faq .box div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }


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

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

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

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