/*qa*/
.wrapper#store .mainArea #faq .contTitle{
margin-bottom:0;
}
.wrapper#store .mainArea #faq .title_txt{padding-top:0;}
.wrapper#store .mainArea #faq .itemList{
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}
.wrapper#store .mainArea #faq .itemList li{
    margin: 10px 10px 10px 10px;
}
@media (max-width: 500px){
.wrapper#store .mainArea #faq .itemList li {
    width:100%;
    padding-bottom:0;
    margin: 5px 10px 5px 10px;
}
}
.wrapper#store .mainArea #faq h2{
    padding-bottom:10px;
    border-bottom:1px solid #ccc; 
    margin-bottom:20px;
    font-size: 24px;
    line-height: 36px;
}
.wrapper#store .mainArea #faq dl{
}
.wrapper#store .mainArea #faq dl dt{
    position: relative;
    text-indent: -37px;
    padding-left: 37px;
    font-weight:normal;
    font-size:16px;
    font-weight:600;
}
.wrapper#store .mainArea #faq dl dt:before{
    content: 'Q';
    display: inline-block;
    margin-right: 8px;
    width: 28px;
    height: 28px;
    padding: 4px 4px 7px 6px;
    box-sizing: border-box;
    background-color: #ccc;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    vertical-align: middle;
    text-indent: -1px;
}

.wrapper#store .mainArea #faq dl dd{
    /*background-color: #eee;*/
    margin: 0 0 40px 0;
    padding: 10px 10px 20px 10px;
    border-radius: 0px;
    position:relative;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #eee;
    text-indent: -37px;
    padding-left: 37px;

}
.wrapper#store .mainArea #faq dl dd:before{
    content: 'A';
    font-size:16px;
    font-weight:600;
    display: inline-block;
    margin-right: 8px;
    width: 28px;
    height: 28px;
    padding: 3px 5px 5px 7px;
    box-sizing: border-box;
    background-color: var(--keyColor);
    text-align: center;
    border-radius: 20px;
    color: #fff;
    vertical-align: middle;
    text-indent: -1px;
}
.wrapper#store .mainArea #faq dl dd a{
margin:0 3px;
color:var(--keyColor);
}
@media (min-width: 768px){
.wrapper#store .mainArea #faq dl dt{
    pointer-events: none;
}}
@media (max-width: 767px){
.wrapper#store .mainArea #faq dl dt{
    width:100%;
    padding-right: 50px;
    font-size:14px;
    font-weight: normal;
}}
@media (max-width: 767px){
.wrapper#store .mainArea #faq dl dt:nth-child(n+2){
    margin-top:20px;
}}
@media (max-width: 767px){
.wrapper#store .mainArea #faq dl dt i{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}
.wrapper#store .mainArea #faq dl dt i:before{
    content: "";
    border-radius: 50%;
    /*border: 2px solid #484848;*/
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
.wrapper#store .mainArea #faq dl dt i:after{
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #484848;
    border-right: 2px solid #484848;
    transform: rotate(135deg);
    top: calc(50% - 6px);
    transition: all 0.2s 0s;
    position: absolute;
    right: 21px;
    margin: auto;
}
.wrapper#store .mainArea #faq dl dt.open i:after{
    transform: rotate(-45deg);
    top: calc(50% - 2px);
}
.wrapper#store .mainArea #faq dl dd{
    /* display:none; */
    width: calc(100% - 12px);
}
}
.wrapper#store .u_page_faq_aspx .guide_menu li{
background-color:#fff;

}
.wrapper#store .u_page_faq_aspx .guide_menu li a{
    background-color:#fff;
    color:#484848;
    border:1px solid #ccc;
    padding: 1.2em 1em 1.8em 1em;
position:relative;
}
.wrapper#store .u_page_faq_aspx .guide_menu li a:after{
content: "";
    width: 9px;
    height: 9px;
    border-top: solid 2px var(--keyColor);
    border-right: solid 2px var(--keyColor);
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 12px;
    margin: auto;
}
.wrapper#store .u_page_faq_aspx .guide_menu li a:hover{
    background-color:#fbfafa;
}
.wrapper#store .u_page_faq_aspx .guide_menu li a:hover:after{
    bottom: 9px;
}
@media screen and (max-width: 768px){
.wrapper#store .u_page_faq_aspx .guide_menu li a{
padding: 1.5em 32px 1.5em 1.2em;
    text-align: left;
}
}
@media screen and (max-width: 500px){
.wrapper#store .u_page_faq_aspx .guide_menu li a{
padding: 1.2em 32px 1.2em 1.2em;
}
}
@media screen and (max-width: 768px){
.wrapper#store .u_page_faq_aspx .guide_menu li a:after{
    right: 16px;
    left: initial;
    bottom: 0;
    top: 0;
    margin: auto;
}
.wrapper#store .u_page_faq_aspx .guide_menu li a:hover:after{
    top: 15px;
}
}
