h1.blue {
    padding-left: 1.2em;
    color: #b78c40;
    background-image: url(../image/h1.gif);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 26px auto;
    font-size: 24px;
    margin-bottom: 10px;
}

h2.blue {
    color: #b78c40;
    margin-top: 2em;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.5;
}

h2.blue a:hover {
    text-decoration: none;
}

.mainContent{
    margin-top: 5%;
}

.mainContent p {
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
}
.mainContent p.bold{
    font-weight: bold;
}
.mainContent div.pb-100{
    padding-bottom: 2%;
}

.indent_list {
    padding-left: 2em;
    padding-bottom: 1em;
}

.indent_list li {
    display: block;
    padding-left: 1em;
    text-indent: -2.5em;
}

.indent_list>li {
    padding-bottom: 0.5em;
    color: #000;
}

.indent_list>li ul li {
    text-indent: -1em;
    padding-bottom: 0.25em;
}

.indent_list span {
    width: 2.5em;
    display: inline-block;
    text-align: right;

}