@media only screen and (min-width: 0) {
    div.content_title_L>p, div.content_title_M>p {
        margin-bottom: 0;
        font-weight: bold;
    }
    div.content_title_L>p {
        font-size: 1.4em;
    }
    div.content_title_M>p {
        font-size: 1.2em;
    }
}
