#about .wrap .contents table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px;
}
#about .wrap .contents table tbody th, #about .wrap .contents table tbody td {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 1em;
}
#about .wrap .contents table tbody th {
  background-color: #EFEFEF;
  text-align: center;
  vertical-align: middle;
  width: 15em;
}
#about .wrap .contents table tbody td {
  background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  #about .wrap .contents table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
  }
  #about .wrap .contents table tbody th, #about .wrap .contents table tbody td {
    font-size: 1.4rem;
    padding: 1em;
    display: block;
    width: 100%;
  }
  #about .wrap .contents table tbody th {
    width: 100%;
    padding: 0.66em inherit1em;
  }
}
