.big_title {
  font-size: 28px;
  text-align: left;
  padding: 40px 0 80px;
}
.talent .detail {
  padding-bottom: 124px;
  font-size: 16px;
  line-height: 43px;
}
.break img {
  max-width: 100%;
}
.table {
  padding: 125px 0;
}
td{
  border: solid #a0a0a0;
  border-width: 0px 1px 1px 0px;
  text-align: center;
}
tr:first-child {
  border: 1px solid #a0a0a0;
}
tr{
  border-left: 1px solid #a0a0a0;
}

table {
  border-collapse:collapse;
  border:none;
  margin-bottom: 120px;
}
.demand {
  display: flex;
  display: -webkit-box; 
  display: -moz-box; 
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.demand div{
  text-align: left;
}
