.hb_plan_content {
  display: flex;
  justify-content: space-between;
  gap: unset;
  grid-template-columns: unset;
}
.hb_plan_content .hb_plan_block {
  width: calc((100% - 52px) / 3);
}

.hb_plan_sample_content {
  display: block !important;
}

.hb_plan_ttl {
  height: 47px;
  font-size: 16px;
}

.hb_plan_price_course {
  font-size: 13px;
}

.hb_plan_price_value {
  font-size: 33px;
}

.hb_plan_img:not(:last-child) {
  margin-bottom: 14px;
}

.hb_plan_lead {
  font-size: 11px;
}

.hb_plan_label {
  width: 223px;
  height: 40px;
  padding-top: 2px;
  font-size: 16px;
}

.hb_plan_course {
  font-size: 11px;
}

.hb_plan_txt {
  font-size: 11px;
}

.hb_plan_gallery_note {
  font-size: 12px;
}

.hb_plan_gallery_tab {
  height: 32px;
}

.hb_plan_content .hb_plan_block:nth-child(2) .hb_plan_gallery_tabs {
  grid-template-columns: repeat(4, 1fr);
}
.hb_plan_content .hb_plan_block:nth-child(2) .hb_plan_gallery_tab {
  font-size: 16px;
}
.hb_plan_content .hb_plan_block:nth-child(3) .hb_plan_gallery_tab {
  font-size: 12px;
}
.hb_plan_content .hb_plan_block:nth-child(3) .hb_plan_gallery_tab.txt_s {
  font-size: 11px;
}

.hb_plan_gallery:not(:last-child) {
  margin-bottom: 11px;
}

.hb_plan_recommend {
  padding: 0;
}

.hb_plan_recommend_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 31px;
  background-color: #000;
  color: #fff;
  font-size: 15px;
}

.hb_plan_recommend_list {
  padding: 7px 5px 16px 9px;
}

.hb_plan_recommend_item {
  font-size: 11px;
}

.hb_plan_content:not(:last-child) {
  margin-bottom: 72px;
}

@media screen and (max-width: 767px) {
  .hb_plan_content {
    display: block;
  }
  .hb_plan_content .hb_plan_block {
    width: 100%;
  }
  .hb_plan_sample_content {
    display: block !important;
  }
  .hb_plan_ttl {
    height: 12.1333vw;
    font-size: 4.2666vw;
  }
  .hb_plan_price_course {
    font-size: 3.3333vw;
  }
  .hb_plan_price_value {
    font-size: 8.5333vw;
  }
  .hb_plan_img:not(:last-child) {
    margin-bottom: 2.4vw;
  }
  .hb_plan_lead {
    font-size: 3.2vw;
  }
  .hb_plan_label:not(:last-child) {
    margin-bottom: 1.4666vw;
  }
  .hb_plan_label {
    width: 57.4666vw;
    height: 10.4vw;
    padding-top: 0.2666vw;
    font-size: 4.6666vw;
  }
  .hb_plan_course {
    font-size: 3.2vw;
  }
  .hb_plan_course:not(:last-child) {
    margin-bottom: 1.2vw;
  }
  .hb_plan_txt:not(:last-child) {
    margin-bottom: 3.2vw;
  }
  .hb_plan_txt {
    font-size: 3.2vw;
  }
  .hb_plan_gallery_note {
    font-size: 2.9333vw;
  }
  .hb_plan_gallery_tab {
    height: 9.4666vw;
  }
  .hb_plan_content {
    margin-top: 4.2666vw;
  }
  .hb_plan_content .hb_plan_block:nth-child(2) .hb_plan_gallery_tabs {
    grid-template-columns: repeat(4, 1fr);
  }
  .hb_plan_content .hb_plan_block:nth-child(2) .hb_plan_gallery_tab {
    font-size: 4.8vw;
  }
  .hb_plan_content .hb_plan_block:nth-child(3) .hb_plan_gallery_tab {
    font-size: 3.2vw;
  }
  .hb_plan_content .hb_plan_block:nth-child(3) .hb_plan_gallery_tab.txt_s {
    font-size: 3.2vw;
  }
  .hb_plan_gallery:not(:last-child) {
    margin-bottom: 4.5333vw;
  }
  .hb_plan_recommend {
    margin-top: 0;
    padding: 0;
  }
  .hb_plan_recommend_ttl:not(:last-child) {
    margin-bottom: 0;
  }
  .hb_plan_recommend_ttl {
    height: 7.8666vw;
    font-size: 4vw;
    padding-bottom: 0.2666vw;
  }
  .hb_plan_recommend_list {
    padding: 1.8666vw 0.6666vw 2.8vw 2.4vw;
  }
  .hb_plan_recommend_item {
    font-size: 3.0666vw;
  }
  .hb_plan_content:not(:last-child) {
    margin-bottom: 9.7333vw;
  }
  .hb_plan_block + .hb_plan_block {
    margin-top: 10.6666vw;
  }
}/*# sourceMappingURL=new-index2.css.map */