@charset "UTF-8";
em, small, strong {
  font-style: normal;
}

body {
  color: #000;
}
body h2 {
  color: #000;
}

.container {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .for_pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .for_sp {
    display: none !important;
  }
}

#page_price {
  padding-bottom: 83px;
}
@media screen and (max-width: 767px) {
  #page_price {
    padding-bottom: 9.4666666667vw;
  }
}
#page_price * {
  box-sizing: border-box;
}
#page_price #top {
  background-color: #000;
}
#page_price #top .container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  background-image: url(../img/bg_top.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  #page_price #top .container {
    min-height: 69.0666666667vw;
    background-image: url(../img/bg_top_sp.webp);
  }
}
#page_price #top h1 {
  text-align: center;
}
#page_price #top h1 em {
  display: block;
  font-weight: 700;
  font-size: 29px;
  color: #BBA171;
}
@media screen and (max-width: 767px) {
  #page_price #top h1 em {
    font-size: 4.8vw;
  }
}
#page_price #top h1 strong {
  display: block;
  margin-top: 12px;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #page_price #top h1 strong {
    margin-top: 1.8666666667vw;
    font-size: 5.8666666667vw;
  }
}

main {
  color: #000;
}

@media screen and (max-width: 767px) {
  #page_price .container {
    width: 92vw;
  }
}
@media screen and (max-width: 767px) {
  #page_price #top .container {
    width: 100%;
  }
}

.plan_container {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .plan_container {
    padding-top: 9.0666666667vw;
  }
}
.plan_container h2 {
  font-weight: 900;
  font-size: 44px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan_container h2 {
    font-size: 5.3333333333vw;
  }
}
.plan_container h3 {
  font-size: 32px;
  margin-top: 17px;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .plan_container h3 {
    margin-top: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.plan_container .acc_close {
  padding-top: 53px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan_container .acc_close {
    padding-top: 5.6vw;
  }
}
.plan_container .acc_close span {
  display: inline-block;
  font-weight: 500;
  font-size: 30px;
  border-bottom: 2px solid #000;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .plan_container .acc_close span {
    font-size: 5.0666666667vw;
  }
}
.plan_container.acc_container h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 80px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .plan_container.acc_container h2 {
    height: 10.6666666667vw;
  }
}
.plan_container.acc_container h2:before {
  position: absolute;
  top: calc(50% - 3px);
  right: 34px;
  width: 40px;
  height: 6px;
  background-color: #fff;
  transform: rotate(0deg);
  content: "";
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .plan_container.acc_container h2:before {
    top: calc(50% - 0.4vw);
    right: 2.8vw;
    width: 5.3333333333vw;
    height: 0.8vw;
  }
}
.plan_container.acc_container h2:after {
  position: absolute;
  top: calc(50% - 3px);
  right: 34px;
  width: 40px;
  height: 6px;
  background-color: #fff;
  transform: rotate(90deg);
  content: "";
  pointer-events: none;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .plan_container.acc_container h2:after {
    top: calc(50% - 0.4vw);
    right: 2.8vw;
    width: 5.3333333333vw;
    height: 0.8vw;
  }
}
.plan_container.acc_container.js_active h2:after {
  transform: rotate(0deg);
}
.plan_container .plan_list {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .plan_container .plan_list {
    padding-top: 6.6666666667vw;
  }
}
.plan_container .plan_list .img {
  background-color: #F0F0F0;
}
.plan_container .plan_list dt {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 67px;
  background-color: #053650;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan_container .plan_list dt {
    min-height: 12vw;
  }
}
.plan_container .plan_list dt strong {
  display: block;
  font-weight: 700;
  font-size: 22px;
  color: #BAA171;
}
@media screen and (max-width: 767px) {
  .plan_container .plan_list dt strong {
    font-size: 3.7333333333vw;
  }
}
.plan_container .plan_list dt em {
  display: block;
  margin-top: 7px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .plan_container .plan_list dt em {
    margin-top: 0.9333333333vw;
    font-size: 2.1333333333vw;
  }
}
.plan_container .plan_list .course_price_wrapper {
  min-height: 82px;
  background-color: #053650;
}
@media screen and (max-width: 767px) {
  .plan_container .plan_list .course_price_wrapper {
    min-height: 14.8vw;
  }
}
.plan_container .plan_list .course_price_wrapper.row3 {
  min-height: 117px;
}
@media screen and (max-width: 767px) {
  .plan_container .plan_list .course_price_wrapper.row3 {
    min-height: 20.8vw;
  }
}
.plan_container .plan_list .course_price {
  padding-top: 8px;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .plan_container .plan_list .course_price {
    padding-top: 0.9333333333vw;
    padding-left: 3.0666666667vw;
  }
}
.plan_container .plan_list .course_price .flex {
  display: flex;
  align-items: center;
}
.plan_container .plan_list .course_price .flex + .flex {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .plan_container .plan_list .course_price .flex + .flex {
    margin-top: 0.2666666667vw;
  }
}
.plan_container .plan_list .course_price:has(.btn_square) {
  padding-left: 0;
}
.plan_container .plan_list .course_price:has(.btn_square) .flex {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .plan_container .plan_list .course_price:has(.btn_square) .flex {
    padding-left: 3.0666666667vw;
  }
}
.plan_container .plan_list .label_price {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69px;
  height: 19px;
  border-radius: 3px;
  background-color: #BAA171;
  font-weight: 700;
  font-size: 11px;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .plan_container .plan_list .label_price {
    width: 14.1333333333vw;
    height: 3.8666666667vw;
    border-radius: 0.4vw;
    font-size: 2.4vw;
  }
}
.plan_container .plan_list .label_price.txt_over {
  width: 85px;
}
@media screen and (max-width: 767px) {
  .plan_container .plan_list .label_price.txt_over {
    width: 17.3333333333vw;
  }
}
.plan_container .plan_list .txt_price {
  min-width: 124px;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  font-family: "din-2014";
  text-align: right;
}
@media screen and (max-width: 767px) {
  .plan_container .plan_list .txt_price {
    min-width: 24vw;
    font-size: 5.8666666667vw;
  }
}
.plan_container .plan_list .flex:has(.txt_over) .txt_price {
  min-width: 108px;
}
@media screen and (max-width: 767px) {
  .plan_container .plan_list .flex:has(.txt_over) .txt_price {
    min-width: 21.3333333333vw;
  }
}
.plan_container.col1 {
  width: 548px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .plan_container.col1 {
    width: 100%;
  }
}
.plan_container.col1 .plan_list .course_price_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
}
@media screen and (max-width: 767px) {
  .plan_container.col1 .plan_list .course_price_wrapper {
    min-height: 9.6vw;
  }
}
.plan_container.col1 .plan_list .course_price {
  padding-top: 0;
  padding-left: 0;
}
.plan_container.col1 .plan_list .label_price {
  width: 85px;
  height: 23px;
  border-radius: 4px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .plan_container.col1 .plan_list .label_price {
    width: 14.1333333333vw;
    height: 3.8666666667vw;
    border-radius: 0.4vw;
    font-size: 2.4vw;
  }
}
.plan_container.col1 .plan_list .txt_price {
  min-width: unset;
  margin-left: 5px;
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .plan_container.col1 .plan_list .txt_price {
    margin-left: 1.3333333333vw;
    font-size: 5.8666666667vw;
  }
}
.plan_container.col4 .plan_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .plan_container.col4 .plan_list {
    justify-content: space-between;
  }
}
.plan_container.col4 .plan_list li {
  width: 263px;
}
@media screen and (max-width: 767px) {
  .plan_container.col4 .plan_list li {
    width: 44vw;
  }
}
.plan_container.col4 .plan_list li:nth-child(4n+2), .plan_container.col4 .plan_list li:nth-child(4n+3), .plan_container.col4 .plan_list li:nth-child(4n+4) {
  margin-left: calc((100% - 1052px) / 3);
}
@media screen and (max-width: 767px) {
  .plan_container.col4 .plan_list li:nth-child(4n+2), .plan_container.col4 .plan_list li:nth-child(4n+3), .plan_container.col4 .plan_list li:nth-child(4n+4) {
    margin-left: 0;
  }
}
.plan_container.col4 .plan_list li:nth-child(n+5) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .plan_container.col4 .plan_list li:nth-child(n+5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .plan_container.col4 .plan_list li:nth-child(n+3) {
    margin-top: 5.8666666667vw;
  }
}
.plan_container.ttl_bg_bl .plan_list dt {
  background-color: #000;
}
.plan_container.ttl_bg_bl .plan_list .course_price_wrapper {
  background-color: #000;
}
.plan_container.plan_img h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 53px;
  background-color: #000;
  font-size: 26px;
  color: #fff;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .plan_container.plan_img h4 {
    min-height: 8.9333333333vw;
    font-size: 4.2666666667vw;
  }
}
.plan_container.plan_img .plan_list {
  padding-top: 46px;
}
@media screen and (max-width: 767px) {
  .plan_container.plan_img .plan_list {
    padding-top: 4.6666666667vw;
  }
}

.txt_notes {
  padding-top: 20px;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.6;
}

.btn_square {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #9F9592;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-decoration: none !important;
  outline: none;
  border: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn_square {
    width: 33.3333333333vw;
    height: 8.2666666667vw;
    margin-top: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.btn_square:visited {
  color: #fff;
  text-decoration: none !important;
  outline: none;
  border: none;
}
.btn_square:hover {
  opacity: 0.8;
}

#discount .img_discount {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  #discount .img_discount {
    margin-top: 6.6666666667vw;
  }
}
#discount .img_discount img {
  width: 100%;
}
#discount .btn_discount {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #discount .btn_discount {
    margin-top: 8vw;
  }
}
#discount .btn_discount a {
  display: inline-block;
  transition: 0.3s;
}
#discount .btn_discount a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #discount .btn_discount a img {
    width: 72vw;
  }
}

#anesthesia_fee p {
  margin-top: 12px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #anesthesia_fee p {
    margin-top: 2.9333333333vw;
    font-size: 3.2vw;
  }
}
#anesthesia_fee .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #anesthesia_fee .flex {
    display: block;
    margin-top: 2.1333333333vw;
  }
}
#anesthesia_fee .img_discount {
  width: 549px;
}
@media screen and (max-width: 767px) {
  #anesthesia_fee .img_discount {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #anesthesia_fee .for_sp + .img_discount {
    margin-top: 3.7333333333vw;
  }
}
#anesthesia_fee h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  background-color: #000;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #anesthesia_fee h4 {
    height: 12.5333333333vw;
    font-size: 4.5333333333vw;
  }
}

@media screen and (max-width: 767px) {
  #simulation.plan_container.acc_container h2 {
    font-size: 4vw;
  }
}
#simulation .ttl_simulation {
  margin-top: 42px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #simulation .ttl_simulation {
    margin-top: 5.3333333333vw;
  }
}
#simulation .ttl_simulation strong {
  display: block;
  font-weight: 900;
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  #simulation .ttl_simulation strong {
    font-size: 5.3333333333vw;
  }
}
#simulation .ttl_simulation strong span {
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px;
  font-size: 67px;
  color: #B23634;
}
@media screen and (max-width: 767px) {
  #simulation .ttl_simulation strong span {
    top: 0.6666666667vw;
    margin: 0 0.6666666667vw;
    font-size: 8vw;
  }
}
#simulation .ttl_simulation em {
  display: block;
  margin-top: 20px;
  font-weight: 900;
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  #simulation .ttl_simulation em {
    margin-top: 2.6666666667vw;
    font-size: 4.5333333333vw;
  }
}
#simulation .txt_simulation {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #simulation .txt_simulation {
    font-size: 2.4vw;
  }
}

#payment .payment_wrapper {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #payment .payment_wrapper {
    padding-top: 4.4vw;
  }
}
#payment .payment_wrapper .payment_inner {
  display: flex;
  min-height: 240px;
  padding: 0 40px 40px 0;
  background-color: #F0F0F0;
}
@media screen and (max-width: 767px) {
  #payment .payment_wrapper .payment_inner {
    display: block;
    min-height: 57.4666666667vw;
    padding: 4.9333333333vw 4vw 6.9333333333vw;
  }
}
#payment .payment_wrapper .payment_inner + .payment_inner {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  #payment .payment_wrapper .payment_inner + .payment_inner {
    margin-top: 4vw;
  }
}
#payment .payment_wrapper .payment_img {
  flex: none;
  width: 260px;
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #payment .payment_wrapper .payment_img {
    width: 100%;
    padding-top: 0;
  }
}
#payment .payment_wrapper .payment_img h3 {
  margin-top: 10px;
  font-weight: 900;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  #payment .payment_wrapper .payment_img h3 {
    margin-top: 5.0666666667vw;
    font-size: 5.0666666667vw;
  }
}
#payment .payment_wrapper .payment_img img {
  display: block;
  width: 108px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #payment .payment_wrapper .payment_img img {
    width: 23.7333333333vw;
  }
}
#payment .payment_wrapper .payment_img + .payment_txt {
  padding-top: 34px;
}
@media screen and (max-width: 767px) {
  #payment .payment_wrapper .payment_img + .payment_txt {
    padding-top: 3.8666666667vw;
  }
}
#payment .payment_wrapper .payment_txt {
  font-size: 19px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #payment .payment_wrapper .payment_txt {
    font-size: 3.2vw;
  }
}
#payment .payment_wrapper .txt_red {
  color: #C1272D;
}
@media screen and (max-width: 767px) {
  #payment .payment_wrapper .txt_red {
    color: #000;
  }
}
#payment .payment_wrapper + h2 {
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  #payment .payment_wrapper + h2 {
    margin-top: 7.0666666667vw;
  }
}

#qa .qa_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #qa .qa_list {
    display: block;
    margin-top: 7.2vw;
  }
}
#qa .qa_list ul {
  display: flex;
}
#qa .qa_list li {
  width: 549px;
  padding: 37px 36px;
  background-color: #F0F0F0;
}
@media screen and (max-width: 767px) {
  #qa .qa_list li {
    display: block;
    width: 100%;
    padding: 7.0666666667vw 3.7333333333vw;
  }
}
#qa .qa_list li:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #qa .qa_list li:nth-child(n+3) {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  #qa .qa_list li:nth-child(n+2) {
    margin-top: 4vw;
  }
}
#qa .qa_list dt {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #qa .qa_list dt {
    min-height: 13.2vw;
    padding-bottom: 2.4vw;
  }
}
#qa .qa_list dt img {
  flex: none;
  width: 46px;
}
@media screen and (max-width: 767px) {
  #qa .qa_list dt img {
    width: 8.5333333333vw;
  }
}
#qa .qa_list dt div {
  margin-left: 13px;
  color: #BAA171;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #qa .qa_list dt div {
    margin-left: 2.5333333333vw;
    font-size: 3.7333333333vw;
  }
}
#qa .qa_list .ttl {
  display: flex;
  align-items: center;
  min-height: 70px;
  margin-top: 12px;
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  #qa .qa_list .ttl {
    min-height: 13.2vw;
    margin-top: 1.6vw;
    padding-left: 13.3333333333vw;
  }
}
#qa .qa_list .ttl img {
  flex: none;
  width: 46px;
}
@media screen and (max-width: 767px) {
  #qa .qa_list .ttl img {
    width: 8vw;
  }
}
#qa .qa_list .ttl div {
  margin-left: 14px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #qa .qa_list .ttl div {
    margin-left: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#qa .qa_list dd p {
  padding-top: 25px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #qa .qa_list dd p {
    padding-top: 5.0666666667vw;
    font-size: 3.2vw;
  }
}
#qa .btn_qa {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #qa .btn_qa {
    margin-top: 8vw;
  }
}
#qa .btn_qa a {
  display: inline-block;
  transition: 0.3s;
}
#qa .btn_qa a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #qa .btn_qa a img {
    width: 72vw;
    margin: 0 auto;
  }
}

#conts .lead {
  font-size: 2.9333333333vw;
  text-align: center;
  line-height: 1.8;
}

.sec07 .midashi {
  font-size: 6.6666666667vw;
  font-weight: bold;
  text-align: center;
}

.sec07 .midashi .big {
  color: #C1272D;
  font-size: 9.3333333333vw;
}

.sec07 .ttl_aco:before {
  right: 2.8vw;
}

.sec07 .ttl_aco:after {
  right: 5.0666666667vw;
}

.sec07 h2 {
  font-size: 4.1333333333vw;
  justify-content: flex-start;
  background: #C1272D;
  padding-left: 5.3333333333vw;
  margin-top: 4vw;
}

.sec07 .subTitle {
  padding-bottom: 4vw !important;
  border-bottom: 1px solid #000;
}

.sec07 .minor a {
  font-size: 2.9333333333vw;
  text-decoration: none;
  width: 50.9333333333vw;
  height: 7.3333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  margin: 4.5333333333vw auto 0;
}

.sec07 .selectBox {
  margin-top: 5.8666666667vw;
}

.sec07 .selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sec07 .selectBox .selectWrap {
  position: relative;
}

.sec07 .selectBox .selectWrap::after {
  content: "â–¼";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 0;
}

.sec07 #course_select {
  font-size: 4vw;
  width: 100%;
  height: 13.3333333333vw;
  border: 4px solid #000;
  padding-left: 4vw;
}

.sec07 .rateText {
  font-size: 4vw;
  text-align: center;
  padding: 4vw 0;
  border: 1px solid #000;
  margin: 2.6666666667vw 0;
}

.sec07 #period_select {
  font-size: 4vw;
  width: 100%;
  height: 13.3333333333vw;
  border: 4px solid #000;
  padding-left: 4vw;
}

.sec07 .price {
  text-align: center;
  margin-top: 7.6vw;
}

.sec07 .price p {
  font-size: 4.8vw;
}

.sec07 .price p #monthly_price {
  color: #C1272D;
  font-size: 10vw;
}

.sec07 .cmnBtn01 {
  text-align: center;
  padding-top: 7.2vw;
  border-top: 1px solid #000;
  margin-top: 2.4vw;
}

.sec07 .cmnBtn01 a {
  font-size: 2.9333333333vw !important;
  font-weight: normal !important;
  background: #000 !important;
  border-radius: 0 !important;
  width: 50.9333333333vw !important;
  height: 7.3333333333vw !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.sec07 .caption {
  font-size: 2.9333333333vw;
  line-height: 1.8;
  margin-top: 7.6vw;
}

.sec07 .price {
  text-align: center;
}

.sec07 .price p #monthly_price {
  color: #C1272D;
  font-weight: 700;
}

.sec07 .cmnBtn01 {
  text-align: center;
  border-top: 1px solid #000;
}

.sec07 .cmnBtn01 a {
  font-weight: normal !important;
  background: #000 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  text-decoration: unset;
  transition: 0.3s;
}
.sec07 .cmnBtn01 a:hover {
  opacity: 0.8;
}

.sec07 .caption {
  line-height: 1.8;
}

.midashi {
  font-weight: 700;
  text-align: center;
}
.midashi span {
  font-weight: 700;
  color: #B23634;
}

#conts .subTitle {
  color: #000;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.39;
  background: none;
  padding: 0;
  margin: 0 0 3.0666666667vw;
}

.selectWrap {
  position: relative;
}

.sec07 .selectBox select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sec07 .selectBox .selectWrap::after {
  content: "▼";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .sec07 .midashi {
    font-size: 50px;
  }
  .sec07 .midashi .big {
    font-size: 70px;
  }
  .sec07 .ttl_aco:before {
    right: 44px;
  }
  .sec07 .ttl_aco:after {
    right: 61px;
  }
  .sec07 h2 {
    font-size: 36px;
    justify-content: center;
    padding-left: 0;
    margin-top: 30px;
  }
  .sec07 .body_aco {
    padding-top: 15px;
  }
  .sec07 .subTitle {
    padding-bottom: 16px !important;
  }
  .sec07 .minor a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    font-size: 18px;
    width: 269px;
    height: 39px;
    margin: 21px auto 0;
    text-decoration: unset;
  }
  .sec07 .selectBox {
    width: 800px;
    margin: 66px auto 0;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .sec07 .rateText {
    text-align: center;
    border: 1px solid #000;
  }
  .sec07 .rateText {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -92px;
  }
  .sec07 #course_select {
    font-size: 20px;
    width: 389px;
    height: 64px;
    border: 4px solid #000;
    padding-left: 18px;
  }
  .sec07 .rateText {
    font-size: 26px;
    padding: 17px 0;
    margin: 0;
  }
  .sec07 #period_select {
    font-size: 20px;
    width: 389px;
    height: 64px;
    border: 4px solid #000;
    padding-left: 18px;
  }
  .sec07 .price {
    margin-top: 134px;
  }
  .sec07 .price p {
    font-size: 36px;
  }
  .sec07 .price p #monthly_price {
    font-size: 73px;
    vertical-align: sub;
  }
  .sec07 .cmnBtn01 {
    padding-top: 32px;
    margin-top: 11px;
  }
  .sec07 .cmnBtn01 a {
    font-size: 18px !important;
    width: 330px !important;
    height: 53px !important;
  }
  .sec07 .caption {
    font-size: 17px;
    margin-top: 32px;
  }
  #conts {
    padding-top: 25px;
  }
  #conts .lead {
    font-size: 22px;
    text-align: center;
    line-height: 1.8;
  }
  #conts .subTitle {
    font-size: 30px;
    margin: 0 0 21px;
  }
}
#conts .subTitle {
  color: #000;
  text-align: center;
  background-color: transparent;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  #conts {
    padding-bottom: 4vw;
  }
}

.hb_cv {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.hb_cv_box {
  text-align: center;
  margin: 0 18px;
}

.hb_cv_btn {
  opacity: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #BAA171;
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-image: url(../img/arw03_wh_r.svg);
  background-size: 44px;
  width: 460px;
  height: 100px;
  border-radius: 18px;
  font-size: 22px;
  transition: 0.3s;
}
.hb_cv_btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .hb_cv {
    display: block;
    margin: 30px auto 0;
    width: 72%;
  }
  .hb_cv_box {
    margin: 20px 0 0;
  }
  .hb_cv_btn {
    width: 100%;
    height: 55px;
    border-radius: 9px;
    font-size: 13px;
    background-size: 20px;
    opacity: 1;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none !important;
    color: #FFF !important;
    background-color: #BAA171;
    background-repeat: no-repeat;
    background-position: 97% 50%;
  }
}
#bnr_area {
  padding-top: 50px;
}

#bnr_area img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #bnr_area {
    padding-top: 6.6666666667vw;
  }
}
.plan_list .img {
  position: relative;
}

.icon_off {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .icon_off {
    top: 1.3333333333vw;
    left: 1.3333333333vw;
  }
}/*# sourceMappingURL=price.css.map */