/*--------------------------------------------------------------------------
   Company
---------------------------------------------------------------------------*/
#Company .ttl dt {
  max-width: 112px !important;
}
@media screen and (max-width: 960px) {
  #Company .ttl dt {
    max-width: 84px !important;
  }
}
#Company .sec1 dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #Company .sec1 dl {
    margin-bottom: 15px;
  }
}
#Company .sec1 dl dt {
  background-color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 5px;
}
@media screen and (max-width: 960px) {
  #Company .sec1 dl dt {
    margin-bottom: 5px;
  }
}
#Company .sec1 dl dd a {
  text-decoration: underline;
}
#Company .sec1 dl:last-child {
  margin-bottom: 0;
}
