.mt-l {
  margin-top: 90px;
}

.mt-m {
  margin-top: 40px;
}

.private__table {
  overflow-x: auto;
  margin-top: 2.6041666667vw;
}
.private__table table {
  width: 1200px;
}
.private__table caption {
  font-size: 20px;
  font-weight: bold;
  color: #0ea2aa;
  line-height: 1;
}
.private__table tr:first-of-type {
  background-color: #f4f4f4;
}
.private__table tr:nth-of-type(2n) {
  background-color: #e6f6f6;
}
.private__table th {
  text-align: center;
  width: 120px;
  border: 1px solid #0ea2aa;
  border-left: none;
  color: #0ea2aa;
}
.private__table th:first-of-type {
  background-color: #fff;
  border: none;
}
.private__table th:last-of-type {
  border-right: none;
}
.private__table td {
  text-align: center;
  border: 1px solid #0ea2aa;
  border-left: none;
}
.private__table td.posCenter {
  vertical-align: middle;
  background-color: #fff;
}
.private__table td.brNone {
  border-right: none;
}
.private__table + p {
  display: flex;
  justify-content: space-between;
}
.private__subTable {
  overflow-x: auto;
  margin-top: 22px;
}
.private__subTable table {
  width: 1200px;
}
.private__subTable th {
  border: 1px solid #0ea2aa;
  border-left: none;
  background-color: #f4f4f4;
  vertical-align: middle;
  text-align: center;
  width: 144px;
  color: #0ea2aa;
}
.private__subTable tr:nth-of-type(odd) {
  background-color: #e6f6f6;
}
.private__subTable tr:first-of-type th:first-of-type {
  width: 160px;
}
.private__subTable tr:first-of-type th:nth-of-type(2) {
  width: 270px;
}
.private__subTable tr:nth-of-type(2) th:nth-of-type(2) {
  width: 194px;
}
.private__subTable tr:nth-of-type(3) td:first-of-type {
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border-left: none;
}
.private__subTable tr:nth-of-type(3) td:nth-of-type(2) {
  text-align: left;
}
.private__subTable tr:nth-of-type(3) td:nth-of-type(3) {
  text-align: right;
}
.private__subTable tr:nth-of-type(3) td:nth-of-type(4), .private__subTable tr:nth-of-type(3) td:nth-of-type(5), .private__subTable tr:nth-of-type(3) td:nth-of-type(6), .private__subTable tr:nth-of-type(3) td:nth-of-type(7) {
  text-align: center;
}
.private__subTable td {
  border: 1px solid #0ea2aa;
}
.private__subTable td:nth-of-type(2) {
  text-align: right;
}
.private__subTable td:nth-of-type(3), .private__subTable td:nth-of-type(4), .private__subTable td:nth-of-type(5), .private__subTable td:nth-of-type(6), .private__subTable td:nth-of-type(7) {
  text-align: center;
}
.private__subTable td.pl {
  padding-left: 30px;
}
.private__subTable td.pr {
  padding-right: 25px;
}
.private__subTable + p {
  display: flex;
  justify-content: space-between;
}

.table-container._yen + p.left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .private__table {
    margin-top: 30px;
  }
  .private__table + p {
    display: block;
    font-size: 12px;
  }
  .private__table + p p:last-of-type {
    text-align: right;
  }
  .private__subTable + p {
    display: block;
    font-size: 12px;
  }
  .private__subTable + p p:last-of-type {
    text-align: right;
  }
}/*# sourceMappingURL=private.css.map */