@charset "utf-8";
.makerList #company_pc {
  margin: 0 auto;
}
.makerList .companySearchTitle {
  width: 768px;
  margin: 0 auto;
}
.makerList .companyListSearch {
  display: none;
}
@media screen and (max-width:768px) {
  .makerList .companySearchTitle {
    width: auto;
  }
  .makerList .companyListSearch {
    display: block;
    margin: 0 -20px;
  }
}