body {
    background: #FFFFFF;
    font-family: "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", "Meiryo", "Osaka", "MS PGothic", "sans-serif";
    font-size: 2.0em;
    font-weight: 400;
    line-height: 1.5;
}

header {
    width: 100%;
}

h3 {
    font-style: normal;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

td {
    border: solid 1px;
    padding: 10px;
    vertical-align: top;
    word-break: break-all;
}


.container {
    width: 95%;
    padding: 5px 0;
    background-color: #FFF;
}

.content {
    width: 90%;
    line-height: 1.6;
    margin: 0 auto;
    padding: 0 8px;
}

.content p {
    margin-top: 6px;
    margin-bottom: 6px;
}

ol {
    margin-left: 0.1em;
    /* 繧ｵ繧､繝医↓蜷医○縺ｦ隱ｿ謨ｴ */
    counter-reset: section;
}

li {
    list-style: none;
}

ol li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
}

ol li:before {
    /* content: "(" counter(cnt) ")"; */
    content: counters(section, '-') '. ';
    counter-increment: section;
    display: inline-block;
    margin-left: -3.5em;
    width: 3em;
    text-align: right;
    /*    font-size:15px; */
    position: absolute;
    top: 0.2em;
    left: 0;
}

ol ol>li:before {
    /* content: counters(section, '-') '. ';
    counter-increment: section; */
    content: "(" counter(section) ")";
    counter-increment: section;
}

ol ol ol {
    margin: 1em 0;
    padding-inline-start: 30px;
}

ol ol ol li {
    text-indent: -1.5em;
}

ol ol ol li:before {
    content: none;
    margin-left: 0em;
}

ol p {
    margin-bottom: 0px;
}