@media all and (-ms-high-contrast:none)
 {
  /* ==
  IE10
  =============================================================================== */ 
    .main-brands .bar {
      position: absolute;
      top:50px!important;
      left:calc(50% /  -235px);
    } 

  /*------結束------*/




   *::-ms-backdrop, 
  /* ==
  IE11
  =============================================================================== */
    .main-brands .bar {
      position: absolute;
      top:50px!important;
      left:calc(50% /  -235px);    
    }  

  /*------結束------*/
     
 }