/* bootstrap4デザイン向けおまじない */
body {
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    -webkit-text-size-adjust: none;
    margin: 0;
}
a:hover img {
    filter: brightness(105%);
}
h2{
    font-weight: 900!important;
    font-size:1.5rem!important;
    padding-bottom: 2px;
    border-bottom: 2px solid #0168b7;
}
h2 em {
    font-style: normal;
}
h5{
    font-weight: 900!important;
}
.w-x11 {
    font-size:1.1rem;
}
.article-content a {
    color: #0068b7!important;
}
.article-content a:hover {
    color: #0091ff!important;
}
.articleNav a {
    font-size: 16px;
}
div.article-text img {
    max-width:100%;
}

@media (min-width:768px){
    h2{
        padding-bottom: 0px;
        border-bottom: 1px solid #efefef;
        clear: both;
    }
    em {
        line-height:1.2;
        display: inline-block;
        border-bottom: 2px solid #0168b7;
    }
}