@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
.back-title h2 {
  margin-top: -3%;
}

.co-table {
  width: 60%;
  margin: 0 auto;
  margin-top: -12%;
  margin-bottom: 5%;
}

table {
  border: 1px solid #d7d7d7;
  border-collapse: collapse;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.3vw;
  position: relative;
  z-index: 100;
  background-color: white;
}
table th,
table td {
  border: 1px solid #d7d7d7;
  padding: 3% 3%;
}
table th {
  text-align: left;
  width: 30%;
}

@media (max-width: 700px) {
  .co-table {
    width: 80%;
    margin-top: -5%;
    margin-bottom: 20%;
  }
  .co-table table {
    font-size: 13px;
  }
  .co-table table th,
  .co-table table td {
    padding: 5% 5%;
  }
}/*# sourceMappingURL=company.css.map */