.clamp_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-table {
  width: 100%;
}
.c-table th, .c-table td {
  border: solid 1px #f0f0f0;
  line-height: 1.8rem;
}
.c-table th {
  padding: 1rem 2rem;
  font-weight: bold;
  text-align: left;
  width: 0;
  white-space: nowrap;
  background: rgba(229, 242, 236, 0.5);
}
.c-table td {
  padding: 1rem 2rem;
  text-align: left;
}
.c-table td a {
  color: #323232;
  transition: 0.3s;
}
.c-table td a:visited, .c-table td a:active {
  color: #323232;
}
.c-table td a:hover {
  color: #028442;
}
.c-table td .sub-text {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.8em;
}
.c-table a.link-text {
  text-decoration: underline;
}
.c-table a.arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  transition: 0.3s;
}
.c-table a.arrow:before {
  content: "";
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5em 0 0;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center center;
  background-color: #323232;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  border-radius: 50%;
  transition: 0.3s;
}
.c-table__headline {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.c-table__head th, .c-table__head td {
  padding: 0.5rem 1rem;
  background: #E5F2EC;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c-table th, .c-table td {
    display: block;
    width: 100% !important;
    text-align: left;
  }
}

.t-salary th, .t-salary td {
  padding: 0.4em 2em;
  font-size: 0.9rem;
  text-align: center;
  vertical-align: middle;
}
.t-salary th {
  background: rgba(240, 240, 240, 0.5);
  font-weight: 500;
}
.t-salary__head td {
  background: rgba(240, 240, 240, 0.5);
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .t-salary {
    position: relative;
    width: 100%;
  }
  .t-salary tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .t-salary th {
    display: block;
    width: 100%;
    text-align: left;
  }
  .t-salary td {
    display: table;
    width: 50%;
    text-align: left;
  }
  .t-salary ._hidden {
    display: none;
  }
}/*# sourceMappingURL=table.css.map */