.wages__table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.wages__table--container {
  padding-block: 44px 138px !important;
}
@media screen and (max-width: 767px) {
  .wages__table--container {
    padding-block: 24px 80px !important;
  }
}
.wages__table--notice {
  font-size: 11px;
  line-height: 1.63;
  margin-top: 20px;
  padding-left: 1.2em;
}
.wages__table--notice li {
  text-indent: -1.2em;
}
.wages__table--notice li:before {
  content: "※";
  margin-right: 5px;
}
.wages__table tr:not(:last-child) th, .wages__table tr:not(:last-child) td {
  border-bottom: 1px solid #fff;
}
.wages__table th, .wages__table td {
  padding: 14px 8px;
  font-size: 13px;
  line-height: 1.23;
}
.wages__table th {
  width: 22%;
  background: #FF7974;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
}
.wages__table td {
  background: #FFF0EF;
}