@charset "UTF-8";
.training_phead .price:before {
  background: url(../img/training-lead-price-bg.svg) no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

.training_phead .price small {
  font-size: 16px;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .training_phead .price small {
      font-size: 3.1vw; } }

.price_sec .head {
  position: relative; }

.price_sec .head.ct {
  justify-content: center; }

.price_sec .head .caution_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .price_sec .head .caution_text {
      position: static; } }

.price_sec .tab {
  display: none; }
  @media screen and (max-width: 767px) {
    .price_sec .tab {
      display: flex;
      justify-content: center;
      gap: 1vw;
      margin-bottom: 6.7vw; } }
  .price_sec .tab span {
    font-size: 3.7vw;
    color: #fff;
    width: 49%;
    padding: 5.3vw 0;
    text-align: center;
    border-radius: 2vw;
    position: relative; }
    .price_sec .tab span.active::before {
      content: ''; }
    .price_sec .tab span::before {
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4.6vw 2.3vw 0 2.3vw;
      position: absolute;
      bottom: -3vw;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1; }
    .price_sec .tab span:nth-of-type(1) {
      background-color: #BFA97F; }
      .price_sec .tab span:nth-of-type(1)::before {
        border-color: #BFA97F transparent transparent transparent; }
    .price_sec .tab span:nth-of-type(2) {
      background-color: #410E0E; }
      .price_sec .tab span:nth-of-type(2)::before {
        border-color: #410E0E transparent transparent transparent; }

@media screen and (max-width: 767px) {
  .price_sec table.tbl_2.pc_block {
    display: none; } }

.price_sec table.tbl_2.sp_block {
  display: none; }
  @media screen and (max-width: 767px) {
    .price_sec table.tbl_2.sp_block {
      display: table; } }
  @media screen and (max-width: 767px) {
    .price_sec table.tbl_2.sp_block:nth-of-type(3) {
      display: none; } }

.price_sec table.tbl_2 {
  border-radius: 2rem 2rem 0 0;
  overflow: hidden; }
  .price_sec table.tbl_2 tr:nth-of-type(1) th {
    color: #fff; }
    .price_sec table.tbl_2 tr:nth-of-type(1) th:nth-of-type(1) {
      background-color: #C3B7A2; }
    .price_sec table.tbl_2 tr:nth-of-type(1) th:nth-of-type(2) {
      background-color: #BFA97F; }
      .price_sec table.tbl_2 tr:nth-of-type(1) th:nth-of-type(2).bg_1 {
        background-color: #410E0E; }
    .price_sec table.tbl_2 tr:nth-of-type(1) th:nth-of-type(3) {
      background-color: #410E0E; }
  .price_sec table.tbl_2 tr th, .price_sec table.tbl_2 tr td {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }
    .price_sec table.tbl_2 tr th small, .price_sec table.tbl_2 tr td small {
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .price_sec table.tbl_2 tr th small, .price_sec table.tbl_2 tr td small {
          font-size: 3.1vw; } }
  .price_sec table.tbl_2 tr th {
    background-color: #E9E0CE;
    color: #410E0E; }
  .price_sec table.tbl_2 tr td {
    border-bottom: 2px dotted #BFA97F; }
  .price_sec table.tbl_2 tr .gray {
    background-color: #E5E2DC;
    border-bottom: 2px solid #fff; }
  .price_sec table.tbl_2 tr .no-bb {
    border-bottom: none; }

.price_sec .recommend_block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 85px; }
  @media screen and (max-width: 767px) {
    .price_sec .recommend_block {
      flex-direction: column;
      padding: 2vw 7vw; } }
  .price_sec .recommend_block dt {
    width: 200px;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 700;
    background-color: #E5E2DC;
    padding: 22px 0; }
    @media screen and (max-width: 767px) {
      .price_sec .recommend_block dt {
        width: 100%;
        font-size: 3.1vw;
        margin-right: 0;
        padding: 2.7vw 0;
        margin-bottom: 4.6vw; } }
  .price_sec .recommend_block dd {
    width: calc(100% - 200px - 20px); }
    @media screen and (max-width: 767px) {
      .price_sec .recommend_block dd {
        width: 86%; } }
    .price_sec .recommend_block dd span {
      background-image: url(../img/ico_kira_1.png);
      background-size: 22px;
      padding-left: 32px;
      background-position: top 4px left;
      background-repeat: no-repeat;
      display: inline-block;
      width: 100%;
      font-size: 22px;
      line-height: 1.3;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .price_sec .recommend_block dd span {
          background-size: 4vw;
          padding-left: 5.6vw;
          background-position: top .7vw left;
          font-size: 4vw; } }
      .price_sec .recommend_block dd span + span {
        margin-top: 10px; }
        @media screen and (max-width: 767px) {
          .price_sec .recommend_block dd span + span {
            margin-top: 2vw; } }

.price_sec table.tbl_4 tr th + th,
.price_sec table.tbl_5 tr th + th,
.price_sec table.tbl_6 tr th + th,
.price_sec table.tbl_7 tr th + th,
.price_sec table.tbl_8 tr th + th {
  border-left: 2px solid #fff; }
.price_sec table.tbl_4 tr td small,
.price_sec table.tbl_5 tr td small,
.price_sec table.tbl_6 tr td small,
.price_sec table.tbl_7 tr td small,
.price_sec table.tbl_8 tr td small {
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .price_sec table.tbl_4 tr td small,
    .price_sec table.tbl_5 tr td small,
    .price_sec table.tbl_6 tr td small,
    .price_sec table.tbl_7 tr td small,
    .price_sec table.tbl_8 tr td small {
      font-size: 3.4vw;
      line-height: 1.5; } }
.price_sec table.tbl_4 tr td .ico,
.price_sec table.tbl_5 tr td .ico,
.price_sec table.tbl_6 tr td .ico,
.price_sec table.tbl_7 tr td .ico,
.price_sec table.tbl_8 tr td .ico {
  display: inline-block;
  max-width: 84px;
  max-height: 70px;
  margin: 12px 12px 12px 0; }
  @media screen and (max-width: 767px) {
    .price_sec table.tbl_4 tr td .ico,
    .price_sec table.tbl_5 tr td .ico,
    .price_sec table.tbl_6 tr td .ico,
    .price_sec table.tbl_7 tr td .ico,
    .price_sec table.tbl_8 tr td .ico {
      display: block;
      max-width: 18vw;
      max-height: 15vw;
      margin: 0 auto 2vw; } }

.price_sec table.tbl_3 + .notes {
  background-color: rgba(191, 20, 20, 0.1);
  margin-top: 21px; }
  @media screen and (max-width: 767px) {
    .price_sec table.tbl_3 + .notes {
      margin-top: 0; } }
  .price_sec table.tbl_3 + .notes li {
    color: #BF1414;
    background: none;
    position: relative; }
    .price_sec table.tbl_3 + .notes li::before {
      content: '※';
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
.price_sec table.tbl_3 tr th {
  background-color: #BF1414;
  color: #fff;
  font-size: 28px; }
  @media screen and (max-width: 767px) {
    .price_sec table.tbl_3 tr th {
      font-size: 5vw; } }
.price_sec table.tbl_3 tr td span {
  display: inline-block; }
.price_sec table.tbl_3 tr td .num {
  font-size: 50px;
  font-weight: 700;
  color: #BF1414; }
  @media screen and (max-width: 767px) {
    .price_sec table.tbl_3 tr td .num {
      font-size: 9.3vw; } }
.price_sec table.tbl_3 tr td .yen {
  font-size: 32px;
  font-weight: 700;
  color: #BF1414;
  margin-left: 3px; }
  @media screen and (max-width: 767px) {
    .price_sec table.tbl_3 tr td .yen {
      font-size: 6.5vw;
      margin-left: 1vw; } }
.price_sec table.tbl_3 tr td .desc {
  font-size: 20px;
  line-height: 1.5;
  margin: 20px 0 35px; }
  @media screen and (max-width: 767px) {
    .price_sec table.tbl_3 tr td .desc {
      font-size: 4vw;
      margin: 3vw 8vw 5vw; } }
.price_sec table.tbl_3 tr td .service_item {
  font-size: 22px;
  font-weight: 700;
  border: 2px solid #410E0E;
  border-radius: 20px;
  margin: 0 3px 10px 0;
  padding: 16px 10px; }
  @media screen and (max-width: 767px) {
    .price_sec table.tbl_3 tr td .service_item {
      width: 78vw;
      font-size: 4vw;
      border-radius: 2.3vw;
      margin: 0 0 2vw;
      padding: 2.2vw 0; } }

.price_sec table.tbl_4 tr th {
  background-color: #BFA97F;
  color: #fff;
  font-size: 28px; }
  @media screen and (max-width: 767px) {
    .price_sec table.tbl_4 tr th {
      font-size: 5vw; } }
.price_sec table.tbl_4 tr .md_th {
  color: #BFA97F;
  background-color: #E9E0CE;
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .price_sec table.tbl_4 tr .md_th {
      font-size: 3.7vw; } }
.price_sec table.tbl_4 tr td {
  border-bottom: 2px dotted #BFA97F; }
.price_sec table.tbl_4 tr .no-bb {
  border-bottom: none; }

.price_sec table.tbl_5 tr th {
  background-color: #410E0E;
  color: #fff;
  font-size: 28px; }
  @media screen and (max-width: 767px) {
    .price_sec table.tbl_5 tr th {
      font-size: 5vw; } }
.price_sec table.tbl_5 tr .md_th {
  color: #BFA97F;
  background-color: #E9E0CE;
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .price_sec table.tbl_5 tr .md_th {
      font-size: 3.7vw; } }

.price_sec .head {
  position: relative; }
  @media screen and (max-width: 767px) {
    .price_sec .head .plan_ttl.lg {
      width: 100%;
      padding: 0 1.4em; } }
  @media screen and (max-width: 767px) {
    .price_sec .head .caution_text.lg {
      transform: translateY(0); } }
  .price_sec .head .fukidashi {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 210px; }
    @media screen and (max-width: 767px) {
      .price_sec .head .fukidashi {
        width: 28vw;
        top: 14vw;
        left: -3vw; } }

.price_sec table.tbl_6 tr th {
  background-color: #5BAD74;
  color: #fff;
  font-size: 28px; }
  @media screen and (max-width: 767px) {
    .price_sec table.tbl_6 tr th {
      font-size: 5vw; } }
.price_sec table.tbl_6 tr .md_th {
  color: #207B3C;
  background-color: #CDE2D4;
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .price_sec table.tbl_6 tr .md_th {
      font-size: 3.7vw; } }

.price_sec table.tbl_7 tr th {
  color: #fff; }
  .price_sec table.tbl_7 tr th:nth-of-type(1) {
    background-color: #BFA97F; }
  .price_sec table.tbl_7 tr th:nth-of-type(2) {
    background-color: #410E0E; }
.price_sec table.tbl_7 tr td {
  border-bottom: 2px dotted #BFA97F; }
  .price_sec table.tbl_7 tr td small.mr {
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .price_sec table.tbl_7 tr td small.mr {
        margin-right: 2vw; } }
.price_sec table.tbl_7 tr .no-bb {
  border-bottom: none; }

.price_sec table.tbl_8 tr th {
  background-color: #9172AC;
  color: #fff;
  font-size: 28px; }
  @media screen and (max-width: 767px) {
    .price_sec table.tbl_8 tr th {
      font-size: 5vw; } }
.price_sec table.tbl_8 tr .md_th {
  color: #53376C;
  background-color: #DBCFE5;
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .price_sec table.tbl_8 tr .md_th {
      font-size: 3.7vw; } }

/*# sourceMappingURL=custom.css.map */
