@charset "UTF-8";
/* CSS Document */

/* ========================================
　　faq
======================================== */

/*** 共通 ***/
#f-page-faq h3.secTitle{
    padding: 8px 2px;
    border-bottom: 1px dotted #d9b770;
    color: #917236;
    font: bold 16px MolengoRegular;
    margin-bottom: 10px;
}
#f-page-faq .faqCont{
    margin-bottom: 40px;
}
#f-page-faq .acList{
    position: relative;
    border-bottom: 1px dashed #a7a7a7;
    margin: 0;
    padding: 0 0 15px;
    font-size: 14px;
}
#f-page-faq .acList:after {
    position: absolute;
    z-index: 2;
    display: block;
    top: 17px;
    right: 17px;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    transition: ease transform 0.3s;
    font-size: 15px;
}
#f-page-faq .acList.is-open:after {
    top: 20px;
    transform: rotate(-45deg);
}


#f-page-faq .acList dt{
    position: relative;
    display:block;
    cursor:pointer;
    color: #917236;
    text-decoration: underline;
    margin: 0;
    padding: 15px 45px 0 30px;
    color: #917236;
    font-weight: bold;
    text-decoration: none;
}
#f-page-faq .acList dt::before{
    content: "・";
    display: inline-block;	
}
#f-page-faq .acList dd{
    display: none;
    margin-left: 1em;
    padding: 20px;
    background: #f8f7f3;
    margin-bottom: 20px;
}
#f-page-faq .acList dt:before {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 0;
    content:"Q.";
    font-family: 'Optima',serif;
    color: #917236;
    font-weight: bold;
    font-size: 14px;
}
#f-page-faq .acList dd{
    position: relative;
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    background: none;
}
#f-page-faq .acList dd:before {
    position: absolute;
    top: 0;
    left: 1px;
    content:"A.";
    font-family: 'Optima',serif;
    color: #917236;
    font-weight: bold;
    font-size: 15px;
}
@media screen and (max-width: 767px){
    #f-page-faq .acList{
        margin: 0 -4vw;
        padding: 0 4vw 15px;
    }
}


/*** faqList ***/
#f-page-faq .faqList{
    margin: 30px 20px 50px;
}
#f-page-faq .faqList ol li {
    margin: 0.5em 0 0 0;
    font-size: 14px;
}
#f-page-faq .faqList ol li a {
    position: relative;
    padding-left: 15px;
    color: #917236;
}
#f-page-faq .faqList ol li a:before {
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 0;
    content:"";
    position: absolute;
    z-index: 2;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    border-top: 2px solid #917236;
    border-right: 2px solid #917236;
    content: "";
    transition: ease all 0.3s;
}
@media screen and (max-width: 767px){
    #f-page-faq .faqList{
        margin: 20px 0 25px;
    }
}


/*** お気に入りログインページのFAQ ***/
#fs_WishListLogin #f-page-faq .acList dd {
    margin-left: 0;
    max-width: 460px;
}