@charset "UTF-8";
div.container {
  margin: 20px;
}
h1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
h2 {
  font-size: 16px;
  font-weight: bold;
}
ol.list_parentheses {
    padding:0 0 0 2em;
    margin:0;
}
ol.list_parentheses li {
    list-style-type:none;
    list-style-position:inside;
    counter-increment: cnt;
    text-indent: -2.5em;
    padding-left: 2.5em;
}
ol.list_parentheses li:before {
    display: marker;
    content: "（" counter(cnt) "）";
}