@charset "utf-8";
/*--京openinfo.css--*/
/* ##########PC########## */
ol.list_parentheses{
    counter-reset: cnt;
    list-style: none;
}

ol.list_parentheses li{
    counter-increment: cnt;
    position: relative;
}

ol.list_parentheses li::before{
    content: "(" counter(cnt) ") ";
    position: absolute;
    left: -1.8em;
}


@media screen and (min-width:1px) and (max-width:1400px) {
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){


}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:575px) {

}


/* ##########印刷用########## */
@media print{

}