.table01{
  width: 100%;
  margin-bottom: 60px;
}

.table01 tbody tr th {
  width: 25%;
  padding: 10px;
  text-align: center;
  background-color: #fffef2;
  border: solid 1px #b8aeae;
  font-weight: bold;
  vertical-align: middle;
}


.table01 tbody tr td{
  padding: 10px;
  border: solid 1px #b8aeae;
  background-color: #fff;
}

.profile{
  width: 40%;
  margin-bottom: 30px;
}

.profile img{
  margin-bottom: 30px;
  width: 100%;
}

.inner-sub{
  display: flex;
  justify-content: space-between;
}

.company-tb{
  width: 57%;
}
.link-color{
  color: #3370ff;
}
