/*!------------------------------------*\
    Reset
\*!------------------------------------*/
#faqSection{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#faqSection {
    font-family: -apple-system, '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 62.5% !important;
    font-size: 1.2rem !important;
    letter-spacing: 3px !important;
    line-height: 1.6 !important;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 0.9rem !important; 
    }
}

#faqSection p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.dispSP{
    display: none;
}
@media screen and (max-width: 767px) {
    .dispPc{
        display: none;
    }
    .dispSP{
        display: block;
    }
}
/* ----- IE only ----- */
_:lang(x)::-ms-backdrop, .selector {
    font-family: "Segoe UI", Meiryo, sans-serif;
}

#faqSection{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1100px;
}
@media only screen and (max-width: 768px){
    #faqSection{
        display: block;
        margin: 0 auto;
        padding: 0;
        width: 99%
    }
}

/*!------------------------------------*\
    faqList
\*!------------------------------------*/
#faqSection .faqList{
    padding: 0 0 30px 0;
    width: 25%;
}
@media only screen and (max-width: 768px){
    #faqSection .faqList{
        margin: 20px 0 30px 0;
        width: 100%;
    }
}

#faqSection .faqList ul{
    position: sticky;
    top: 10px;
   background-color: #f6f3f1;
}
@media only screen and (max-width: 768px){
    #faqSection .faqList ul{
        position:static;
    }
}

#faqSection .faqList li + li{
        border-top: 1px dotted #ededed;
    }

#faqSection .faqList li a{
    display: block;
    padding: 20px 10px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
}
#faqSection .faqList li a:hover{
    background-color: #f8f5ec;
}

#faqSection .faqList li a:before {
  content: '\e5cc';
  font-family: 'Material Icons';
}

/*!------------------------------------*\
    faqBox
\*!------------------------------------*/
#faqSection #faqBox{
    width: 70%;
}
@media only screen and (max-width: 768px){
    #faqSection #faqBox{
        width: 100%;
    }
}

#faqSection #faqBox h3{
    margin: 0 0 20px 0;
    padding: 19px 30px;
    background-color: #f6f3f1;
    color: #3a2a11;
    position: relative;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 160%;
}

#faqSection #faqBox h3:before{
content: "";
    display: block;
    width: 10px;
    height: 100%;
    background-color: #d1c5b9;
    position: absolute;
    left: 0;
    top: 0;
}

#faqSection #faqBox dl{
    margin: 0 0 60px 0;
    padding: 0 28px;
}

#faqSection #faqBox dt{
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 16px;
}

#faqSection #faqBox dd{
    margin: 0 0 30px 0; 
    padding: 0 0 30px 0;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}
