@charset "utf-8";
.br-sp {
  display: none;
}
  .mTab {
        height: 55px !important;
    }
  .mTab__btn{
    display: flex;
    justify-content: center;
    align-items: center;
  }
.mTab__each {
    width: 25% !important;;
}

@media screen and (max-width: 767px) {
  .mTab {
        height: 70px !important;
    }
  .br-sp {
    display: inline; /* 改行を有効にする */
  }
}