h1,.h1 {
        font-size:1.5rem;
        font-size: 2.6rem;
        border-bottom: 5px solid #ebebeb;
        color: #666;
        line-height: 1.3;
        padding: 0 0 10px 0;
        margin: 40px 0;
    }

h2,.h2 {
    font-size: 2rem;
    font-size: 2.1rem;
    font-weight: bold;
    color: #0e0e0e;
    line-height: 1.2;
    border-bottom: solid 4px #004386;
    padding: 5px 0 7px;
    margin: 50px 0 25px 0;
    background: url(/sites/default/files/2024-12/gears-aqua.svg) no-repeat left center;
    background-size: 31px 31px;
    padding-left: 40px;
}

h3,.h3 {
        font-size:1.75rem;
        background: url(/sites/default/files/2024-12/circle-right-blue.svg) no-repeat left 6px;
        background-size: 11px 11px;
        padding-left: 20px;
        margin: 3px 0;
        line-height: 1.5;
        Font-weight: normal;
        font-size: 15px;
    }

h5,.h5{
	background: url(/sites/default/files/2024-12/circle-right-aqua.svg) no-repeat left 3px;
    background-size: 11px 11px;
    margin-left: 40px;
    padding-left: 17px;
    font-size: 15px;
    Font-weight: normal;
}


article ul>li>ul>li {
    background: url(/sites/default/files/2024-12/circle-right-aqua.svg) no-repeat left 6px;
    background-size: 11px 11px
}

article ul>li {
    background: url(/sites/default/files/2024-12/circle-right-blue.svg) no-repeat left 6px;
    background-size: 11px 11px;
    padding-left: 20px;
    margin: 3px 0;
    line-height: 1.5
}
 article ul>li>ul {
    margin: 5px 0 15px 15px;
    padding-left: 0
}

p,h2 {
    font-family: 'Open Sans','Meiryo','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif
}

ul {
    list-style: none;
}