.Common {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', meiryo, sans-serif;
    color:black;
    background:white;
    margin: 0;
    line-height: 1.5em;
}

@media screen and (max-width: 600px) {
    .Common {
        line-height: 1.2em;
    }
}

.Title {
    font-size: 14.0pt;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0.5em;
}

.SubTitle {
    font-size: 10.5pt;
    font-weight: bold;
    text-align: left;
    margin: 0;
}

.Para {
    font-size: 10.5pt;
    font-weight: normal;
    text-align: left;
    text-indent: 2em;
    margin: 0;
}

ol {
    list-style-position: outside;
    font-size: 10.5pt;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding-left: 1.3em;

}

ol li {
    padding-left: 0.7em;
}

ol.list_parentheses {
    padding-left: 2.5em;
}
   
ol.list_parentheses li {
    list-style-type:none;
    counter-increment: cnt;
}

ol.list_parentheses li:before {
    content: "(" counter(cnt) ") ";
    margin-left: -0.5em;
    text-align: left;
    position: absolute;
    left: 3em;
    width: 3em;
}

a {
    font-family: "Century";
    color:blue;
    background:white;
    font-size: 10.5pt;
    margin: 0;
}


