#subpage .table_ttl {
  text-align: left;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
}
#subpage .table_ttl span {
  font-size: 1.4rem;
  float: right;
}
#subpage .tablebox {
  width: 100%;
  margin-bottom: 80px;
}
#subpage .price_table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto 80px;
  border: 2px solid #000000;
  table-layout: fixed;
}
#subpage .price_table thead tr th {
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  border-right: #000000 dotted 1px;
  border-bottom: #000000 solid 1px;
  white-space: nowrap;
  color: #000000;
  text-align: center;
  background: #f5f1ed;
}
#subpage .price_table thead tr th:nth-child(1) {
  width: 20%;
}
#subpage .price_table thead tr th:nth-child(2) {
  width: 28%;
}
#subpage .price_table thead tr th:nth-child(3) {
  width: 40%;
}
#subpage .price_table thead tr th:last-child {
  width: 12%;
}
#subpage .price_table.invisalign_tbl thead tr th:first-child {
  width: 25%;
}
#subpage .price_table.invisalign_tbl thead tr th:nth-child(2),
#subpage .price_table.invisalign_tbl thead tr th:nth-child(3),
#subpage .price_table.invisalign_tbl thead tr th:nth-child(4),
#subpage .price_table.invisalign_tbl thead tr th:nth-child(5) {
  width: 15%;
}
#subpage .price_table.invisalign_tbl thead tr th:last-child {
  width: 40%;
}
#subpage .price_table tbody tr th {
  padding: 15px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  border-right: #000000 dotted 1px;
  border-bottom: #000000 solid 1px;
  text-align: center;
  background: #fffefe;
}
#subpage .price_table tbody tr td {
  padding: 15px;
  border-right: #000000 dotted 1px;
  border-bottom: #000000 solid 1px;
  vertical-align: middle;
  line-height: 1.35;
  font-size: 1.4rem;
  background: #fff;
}
#subpage .price_table tbody tr td a {
  text-decoration: underline;
}
#subpage .price_table tbody tr td:last-child {
  white-space: nowrap;
  text-align: center;
  border-right: 0;
}
#subpage .price_table tbody tr:last-child th,
#subpage .price_table tbody tr:last-child td {
  border-bottom: none;
}
.txt-rtnrfees {
  margin-bottom: 80px;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  #subpage .table_ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  #subpage .table_ttl span {
    font-size: 1rem;
    float: right;
  }
  #subpage .tablebox {
    width: 100%;
    margin-bottom: 40px;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
  }
  #subpage .tablebox p.sp {
    color: #b58e06;
  }
  #subpage .tablebox p.sp i {
    margin-right: 10px;
    padding-bottom: 5px;
  }
  #subpage .price_table {
    margin: 0 auto;
  }
  #subpage .price_table.w600 {
    width: 600px;
  }
  #subpage .price_table.w400 {
    width: 400px;
  }
  #subpage .price_table thead tr th {
    padding: 5px;
    font-size: 1rem;
  }
  #subpage .price_table tbody tr th {
    padding: 5px;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  #subpage .price_table tbody tr td {
    padding: 5px;
    font-size: 1.1rem;
  }
  #subpage .price_table tbody tr:last-child th,
#subpage .price_table tbody tr:last-child td {
    border-bottom: none;
  }
  .txt-rtnrfees {
    margin-bottom: 40px;
  }
}
#subpage .payment {
  background: #f5f1ed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
#subpage .payment li + li {
  margin-left: 20px;
}
#subpage .formula {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #subpage .payment {
    display: block;
    padding: 20px;
  }
  #subpage .payment li + li {
    margin-left: 0px;
  }
  #subpage .formula {
    padding: 30px;
    text-align: center;
  }
  #subpage .formula img {
    max-width: 315px;
  }
  #subpage .price_table thead tr th:nth-child(3) {
    width: 35%;
  }
  #subpage .price_table thead tr th:last-child {
    width: 17%;
  }
}
