@charset "utf-8";

.l_siteWrap.bg-trp{
	background-color: #f5f8f8;
}
	
#faq a {
    color: #10A4B2;
    text-decoration: underline;
}


#faq {
    color: #212121;
    background-color: #fff;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 14px;
}

#faq .title {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#faq .title h1 {
    font-size: 28px;
    text-align: center;
    line-height: 1.35em;
}

#faq .title .bar {
    margin-top: 10px;
    width: 50px;
    height: 5px;
    background-color: #4EBBC0;
    margin-left: auto;
    margin-right: auto;
}

#faq .inputarea {
    margin-top: 60px;
}

#faq .inputarea input {
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    width: 650px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    background-image: url(/shinsotsu-faq/images/ico_search.png);
    background-size: 20.731px 19.25px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
    box-sizing: border-box;
}

#faq .inputarea input::placeholder {
    color: #a1a1a1;
}

#faq .menus {
    margin-top: 60px;
    width: 840px;
    margin-left: -20px;
}


#faq .menus .box {
    margin-bottom: 40px;

}

#faq .menus .box h2 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5em;
}

#faq .menus .box ul {
    display: flex;
    flex-wrap: wrap;

}

#faq .menus .box ul li {
    width: 250px;
    margin-right: 30px;
    margin-bottom: 30px;
}

#faq .menus .box ul li a {
    display: block;
    border-radius: 3px;
    border: 1px solid #10A4B2;
    
    line-height: 1.35em;
    color: #10A4B2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
}

#faq .menus .box ul li a.active,
    #faq .menus .box ul li a:hover {
    background-color: #10A4B2;
    color: #fff;
}

#faq .sitemap {
    
}




#faq .result {
    margin-top: 50px;
    width: 840px;
    margin-left: -20px;
    display: none;
}


#faq.openResult .result {
   display: block;
}

#faq .result .tit {
    font-size: 16px;
    font-weight: bold;
    display: none;
}

#faq.openResultCategory .result .tit {
   display: block;
}




#faq .result .items {
    margin-top: 30px;
    margin-left: 1em;
    display: none;
}
#faq.openResult .result .items {
    display: block;
}

#faq .result dl {
    line-height: 2em;
}

#faq .result dt {
  
    text-indent: -2em;
    padding-left: 2em;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 0px;
    width: fit-content;
    cursor: pointer;
        font-weight: bold;

}
#faq .result dt span {
    display: inline-block;
    background-image: url(/shinsotsu-faq/images/arrow.svg);
    background-size: 100% 100%;
    width: calc(13px * 0.75);
    height: calc(13px * 0.75);
    margin-left: 10px;
}

#faq .result dl.open dt span {
    background-image: url(/shinsotsu-faq/images/arrow2.svg);
}

#faq .result dd {
    text-indent: -2em;
    padding-left: 2em;
    display: block;

    

    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    white-space:pre-wrap;
}

#faq .noitem {
    
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
    line-height: 2em;
    display: none;
}


#faq.openResultNoitem .result .items {
    display: none;
}
#faq.openResultNoitem .noitem {
    display: block;
}






@media screen and (min-width: 768px),
print {



    .l_siteContentsMainInner {
        width: 1000px;
        max-width: inherit;
        margin-left: auto;
        margin-right: auto;
    }



}




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

    .l_siteWrap {
        position: relative;
        overflow: hidden;
    }

    #faq {
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #F7F9F9;
        font-size: 12px;
    }



    #faq .title h1 {
        font-size: 20px;
    }

 
    

    #faq .inputarea {
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
    
    #faq .inputarea input {
        width: 100%;
    }
    
    #faq .result{
        margin-top: 0px;
        background-color: #fff;
        padding: 40px 20px;
        padding-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }




    #faq .menus {
        background-color: #fff;
        margin-top: 0px;
        width: auto;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 40px;
    }


 

    #faq .menus .box h2 {
        font-size: 14px;
    }

    #faq .menus .box ul {
        display: block;

    }

    #faq .menus .box ul li {
        width: auto;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    #faq .menus .box ul li a {
        display: block;
        border-radius: 3px;
        border: 1px solid #10A4B2;
        
        line-height: 1.35em;
        color: #10A4B2;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
    }



    #faq .noitem {
    
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    #faq .result .items {
        margin-top: 0;
        margin-left: 0;
    }
    


}