html,
body {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
div
header,
footer,
b,
strong,
ul,
li{
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
b,strong{
    font-weight: bold!important; 
  }

.content-box h2:after {
    margin-left:0;
    transform: translateX(-50%);
}
.faq h2:after,.contact-us .big-box h2:after,.contact-us .text-box h2:after{
    transform: translateX(0);
}
.about-win h2:after,.more-magazine h2:after {
    transform: translateX(0);
}
@media (min-width:992px){
.content-box h2.pull-left:after,.about-timeline .content-box h2:after {
    transform: translateX(0);
}
} 
@media (min-width: 992px) {
    .about-timeline .content-box h2 {
        position: absolute;
        top: 50px !important;
        left: 0;
    }
}