.news-list-container .data-list {
  padding: 48px 15px 1px;
}

.staff-blog h2,
.news-list-container h2 {
  font-size: 2.6rem !important;
  font-family: "UD Shin Maru Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}
.business-mineo {
  font-size: 2.6rem !important;
  font-family: "UD Shin Maru Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .staff-blog h2,
    .news-list-container h2 {
        font-size: 2.2rem !important;
        margin-bottom: 30px;
    }
    .business-mineo {
        font-size: 2.2rem !important;
        margin-bottom: 10px;
    }
}