@charset "UTF-8";

#company {
  border-bottom: 1px solid #d7c7be;
}

#company .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#company .inner > .tbl {
  margin-bottom: 80px;
}

#company .inner > .tbl tr th,
#company .inner > .tbl tr td {
  padding: 20px 25px;
  border-bottom: 1px solid #5e3f32;
  box-sizing: border-box;
}

#company .inner > .tbl tr th {
  width: 180px;
  box-sizing: border-box;
  text-align: left;
  font-weight: 800;
  color: #5e3f32;
  background-color: #fff8ff;
  padding-right: 20px;
}

#company .inner > .tbl tr:nth-last-child(1) th,
#company .inner > .tbl tr:nth-last-child(1) td {
  border-bottom: none;
}

#company .inner > .btn {
  margin-bottom: 80px;
}

@media screen and (max-width:1000px) {
  #company .inner > .tbl tr th {
    width: 160px;
  }
}

@media screen and (max-width:767px) {
  #company .inner > .tbl tr th,
  #company .inner > .tbl tr td {
    padding: 15px 20px;
  }
  #company .inner > .tbl tr th {
    width: 140px;
  }
}

@media screen and (max-width:480px) {
  #company .inner > .tbl tr th,
  #company .inner > .tbl tr td {
    display: block;
    width: 100%;
  }
  #company .inner > .tbl tr th {
    border-bottom: none;
  }
}
