﻿html {
    scroll-padding-top: 20px;
}


#wrapper {
    background: #f9f9f9;
}

.faq .d-middle {
    display: none;
}

dl.qa-box dd {
    display: none;
    padding: 20px 20px 30px;
}

dl.qa-box {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #d8e5ec;
    box-shadow: 2px 1px 3px 1px #d5e8f1bd;
}

dl.qa-box dt {
    background: #f3f7f9;
    padding: 20px 80px 20px 20px;
    position: relative;
    cursor: pointer;
}

dl.qa-box dt h5 {
    font-weight: 600;
}

.faq h4 {
    cursor: pointer;
}

.faq h4:after,dl.qa-box dt:before {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    font-size: 30px;
    font-weight: 300;
    background: #183d5d;
    line-height: 0.9;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    color: #fff;
    transition: .3s;
}

.faq h4.active:after,dl.qa-box dt.active:before {
    transform: rotateZ(45deg);
    top: 29%;
}

dl.qa-box.important dt {
    background: #ffedee;
}

dl.qa-box.important {
    border: 1px solid #ffd6da;
    box-shadow: 2px 1px 3px 1px #ffeaea;
}

.link-list {
    max-width: 400px;
}


/**/
#sidebar.faq-side{
    display:none;
}

@media (max-width: 1699px) {


}

@media (max-width: 1499px) {
 

}
@media (max-width: 1399px) {

}

@media (max-width: 1200px) {
    div#sidebar.pc-1200 {
        display: none;
    }

     #sidebar.faq-side{
    display:block;
} 
    
header.is-animation #sidebar.faq-side {
    opacity: 1;
}

.faq-side .archive {
    width: 1441px;
    border-radius: 0;
    overflow: initial;
    height: auto;
}

.faq-side ul.arichive-inner li {
    width: auto;
    position: relative;
    border-right: 1px solid #758492;
}

.faq-side ul.arichive-inner li:last-child {
    border-right: none;
}

.faq-side ul.arichive-inner {
    display: flex;
    padding: 0;
    background: hsl(207.27deg 14.41% 55.1% / 98%);
}

#sidebar.faq-side {
    overflow-x: scroll;
    position: fixed;
    left: 0;
    right: 0;
    top: 87px;
    padding: 0;
    margin: 0;
    background: none;
    width: 100%;
    opacity: 0;
    transition: .3s;
    height: auto;
}


#sidebar.faq-side h5 {
    display: none;
}

.faq-side ul.archive li ul.arichive-inner a {
    color: #fff;
    padding: 25px 25px;
    background: none;
}

.faq-side ul.archive li ul.arichive-inner a:before {
    left: 5%;
    content: none;
}

    
}
@media (max-width: 1023px) {


}



@media (max-width: 991px) {
#sidebar.faq-side {
    top: 84px;
}

.faq-side ul.archive li ul.arichive-inner a {
    padding: 20px;
}

.side-wrp {
    display: block;
    width: 100%;
}

.faq-side .archive {
    width: 1323px;
}


}

@media (max-width: 767px) {
    dl.qa-box dt {
        padding: 15px 50px 15px 15px;
    }
    
    dl.qa-box dd {
        padding: 15px 15px 20px;
    }

    #sidebar.faq-side {
        top: 42px;
        height: auto;
    }
    
    .faq-side ul.archive li ul.arichive-inner a {
        padding: 15px 20px;
    }
    
    .faq-side .archive {
        width: 1320px;
    }

}


@media (max-width: 480px) {

  #wrapper{
      background:none;
  }

  #information {
    padding: 0;
    }

    .sub-inner {
        max-width: 90%;
        margin: auto;
    }
    
    .faq h4:after,dl.qa-box dt:before {
        width: 20px;
        height: 20px;
        font-size: 19px;
        right: 3%;
    }
    
    dl.qa-box dt.active:before {
        top: 37%;
    }
    .faq h4.active:after{
        top:20%;
    }
}
