/* ミッション */
@media screen and (min-width: 481px) {
  .servicecontent2 {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .servicecontent2 {
    text-align: center;
  }
}
/* 企業情報 */
#content table {
  border-collapse:collapse;
  border:none;
}
#content table tr {
  border-bottom: 1px solid #E8E8E8;
}
#content table th {
  background: #fff;
  width:30%;
  border-bottom: 1px solid #122c49;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  border-top: 0px solid #fff;
  padding:2.5%;
}
#content table td {
  border:none;
  padding:2.5%;
}