h2.chapter-title {
    font-size: 2.4rem;
    color: #000;
    letter-spacing: 0.17em;
    padding: 30px 0px 30px 20px;
    position: relative;
    line-height: normal;
}

@media (max-width: 768px){
    h2.chapter-title {
        font-size:1.8rem;
        letter-spacing: 0.1em;
    }
}

h2.chapter-title:before {
    content: "";
    display: block;
    background:#3869b2;
    width: 5px;
    margin: 0px;
    height: 2em;
    position: absolute;
    left: 0px;
}

.page-title {
    color:#FFF;
    font-size:2.8rem;
	padding: 0;
    margin-bottom: 0;
}

.maintitle {
    background: url(../images/maintitle_background.jpg) no-repeat right bottom #64b3f8;
    font-size:1.8rem;
    font-weight: bold;
    padding: 20px 0;
}
