/*=====================================================
健康経営 common
=======================================================*/
#container:after, .content:after, .inner:after, dl:after{
    display: none;
}
section.cont-box h4{
    display: inline-block;
    margin: 0.5em 0 0.3em 0;
    padding: 0;
    font-size: 1.1em;
    line-height: 1.2;
    border-bottom: 1px solid #CCC;
}
section.cont-box h4::before{display: none;}
.indent{
    margin-bottom: 2em;
    margin-left: 1em;
}
.chart img{max-width: 100%;}

/*-- 736px 以下-----------------------------------*/
@media screen and (max-width:736px) {

}


