.Result-CompanyInfo .inner-block {
  margin-bottom: 32px;
}
.Result-CompanyInfo table{
  margin-bottom: 0; 
}
{# カテゴリふたつ以上ある場合の区切り、距離の開け方を指定 #}
.Result-CompanyInfo table tbody td a.normal{
  display: block;
  margin-bottom: 0;
}
.Result-CompanyInfo .media-box {
  width: 50%;
  margin: 0 auto 48px;
}
.Result-CompanyInfo .media-box img {
  max-height: 150px;
}

@media only screen and (max-width: 768px) {
  .Result-CompanyInfo .media-box{
    width: 100%;
    margin: 0 0 24px;
  }
  .Result-CompanyInfo .media-box img {
    max-height: initial;
  }
}