@charset "utf-8";
/*===========================================
	enjoy openClose.css
=============================================*/

#contents .opencloseArea dl.toggleList dt.Gray{
    font-size: 0;
    cursor: pointer;
}

#contents .opencloseArea dl.toggleList dt > span{
    font-size: 1.125rem;
    display: flex;
    padding: 1em 0 0.75em 0.75em;
}

#contents .opencloseArea dl.toggleList > dt:not(:first-child){
    margin: 10px 0 0 0;
}

#contents .opencloseArea dl.toggleList > dt:focus-visible{
    outline: thin dotted;
}

#contents .opencloseArea dl.toggleList dt > span:focus-visible{
    outline: thin dotted;
}

#contents .opencloseArea dl.toggleList > dt > span:before{
    content: "";
    background: url(/support/share/images/st_open.png) no-repeat;
    width: 25px;
    height: 18px;
}

#contents .opencloseArea dl.toggleList > dt.active{
}

#contents .opencloseArea dl.toggleList > dt.active > span:before{
    background: url(/support/share/images/st_close.png) no-repeat;
}


#contents .opencloseArea dl.toggleList > dd.detailArea{
    display: none;
}

