@charset "utf-8";
.hero-kaiso.company {
  background-image: url(../images/company.svg);
  background-position: -780px;
  background-size: cover;
  background-repeat: no-repeat;
}
.company_container {
  width: 100%;
  height: auto;
  background-color: #fafafa;
  padding: 100px 0;
}
.company_container h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
table {
  width: 70%;
  height: auto;
  max-width: 800px;
  margin: 50px auto;
}
tr {
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
}
tr:first-child {
  border-top: 1px solid #d0d0d0;
}
th {
  width: 30%;
  padding: 30px 0;
  text-align: center;
}
td {
  width: 70%;
  padding: 30px 0 30px 20px;
  line-height: 1.8;
}
br.tb {
  display: none;
}

@media screen and (max-width: 768px) {
  tr {
    font-size: 0.8rem;
  }
  br.tb {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  table {
    width: 90%;
  }
}
