@charset "UTF-8";
/* CSS Document */

.content h3{ font-weight: bold; color: #003794;}
.content h3 + *{ margin-top: 1.0em !important;}
.content ol{ margin-top: 0; }
.content ol li{ list-style-type:decimal !important; margin: 0 0 0 1.5em;}
.content ol>li>ol>li{ list-style-type: none !important; counter-increment: number; margin: 0 0 0 0;}
.content ol>li>ol>li::before{ content: "（" counter(number) "）"; }
.content ul { margin: 0;}
.content ul>li{ list-style-type:disc !important; margin: 0 0 0 1.5em;}