.page-company-profile .profiletable {
  width: 100%;
  background-color: white;
  padding: 54px;
  padding-bottom: 1px;
}
@media screen and (max-width: 600px) {
  .page-company-profile .profiletable {
    padding: 3vw;
  }
}
.page-company-profile .profiletable table {
  width: 100%;
  margin-bottom: 90px;
}
.page-company-profile .profiletable table tr:first-child {
  border-top: 1px solid #ccc;
}
.page-company-profile .profiletable table tr td {
  font-size: 16px;
  line-height: 1.6;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  .page-company-profile .profiletable table tr td {
    font-size: 14px;
  }
}
.page-company-profile .profiletable table tr td:first-child {
  width: 15em;
  font-weight: 500;
  color: #27499d;
}
@media screen and (max-width: 800px) {
  .page-company-profile .profiletable table tr td:first-child {
    width: auto;
    padding-right: 1em;
  }
}
.page-company-profile .profiletable table tr td span {
  font-size: 20px;
  font-weight: bold;
  color: #27499d;
}/*# sourceMappingURL=company-profile.css.map */