@charset "UTF-8";
/*----------------------------------
    index styles
    created: 2026.04.27
    last updated: 
----------------------------------*/

.topics h3 { font-size: 1em; font-weight: bold;}
.topics p { padding-left: 1.0em; }

.main.fence { margin-top: 30px; font-size: 0.9em; }

.btnCenter { text-align: center; }

.indent { margin-left: 1em; }

ul.doubleCircle {
    list-style: none;
    color: #0A3530;
    font-size: 13px;
    padding-left: 0;
}

ul.doubleCircle li { 
    line-height: 1.3;
    padding-left: 1em;
    text-indent: -1em;
}

ul.doubleCircle li::before {  content: "◎";   }

ol.roundNum {
    list-style: none;
    color: #0A3530;
    font-size: 13px;
    position: relative;
}

ol.roundNum li  {
    line-height: 1.3;
    margin-left: -1em;
}

ol.roundNum li span {
    position: absolute;
    left: 1em;
}