
.cvBox_side {
}
.cvBox_side a {
  background: var(--lightBlue);
  padding-top: 60px;
  font-size: 22px;
  line-height: 1.5;
}

.cvBox_side .icon {
  width: 30px;
  height: 30px;
  top: 30px;
}

.cvBox_side a[target="_blank"] {
}
.cvBox_side a[target="_blank"]:after {
}
.cvBox_side a[target="_blank"]:hover {
}

.lowerArea {}
.lowerArea .inner {
  max-width: 1440px;
  width: 100%;
  font-size: 18px;
}


.reasonBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.reasonBox .reason_04,
.reasonBox .reason_03,
.reasonBox .reason_02,
.reasonBox .reason_01 {
  width: 470px;
  height: 470px;
  border-radius: 235px;
  background: #fff;
  text-align: center;
  padding-top: 100px;
  margin-bottom: 50px;
  position: relative;
}
.reasonBox .reason_04:after,
.reasonBox .reason_04:before,
.reasonBox .reason_02:after,
.reasonBox .reason_02:before,
.reasonBox .reason_01:after,
.reasonBox .reason_01:before {
  content: "";
  position: absolute;
  display: block;
  background: var(--lightBlue);
  opacity: .1;
}
.reasonBox .reason_01:before {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  left: -70px;
  bottom: 30px;
}
.reasonBox .reason_01:after {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  left: -100px;
  bottom: -60px;
}
.reasonBox .reason_02:before {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  right: -40px;
  top: -10px;
}
.reasonBox .reason_02:after {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  left: -40px;
  bottom: -80px;
}
.reasonBox .reason_04:before {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  left: -30px;
  top: -10px;
}
.reasonBox .reason_04:after {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  right: 0;
  bottom: 50px;
}


.lowerArea.lowerArea_type02 .inner .reasonBox h3 {
  color: var(--blue);
  font-size: 22px;
  font-weight: 700;
  position: relative;
  margin-bottom: 5px;
}
.reasonBox h3 span.fukidashi {
  position: absolute;
  left: 0;
  right: 0;
  top: -65px;
  display: inline-block;
  background: var(--lightBlue);
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  padding: 10px 20px 16px;
  border-radius: 30px;
  margin: auto;
  max-width: 130px;
  letter-spacing: 3px;
}
.reasonBox h3 span.fukidashi > span {
  font-size: 26px;
  vertical-align: -1px;
}
.reasonBox h3 span.fukidashi:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid var(--lightBlue);
  border-bottom: 0;
}
.lowerArea.lowerArea_type02 .inner .reasonBox p {
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  width: 288px;
  margin: 0 auto;
}



.lowerArea .inner .courseBox {
  display: flex;
  margin-bottom: 100px;
}
.lowerArea .inner .courseBox.reverse {
  flex-direction: row-reverse;
}
.lowerArea .inner .courseBox .course_img {
  width: 560px;
}
.lowerArea .inner .courseBox .course_text {
  width: calc(100% - 560px);
  padding-left: 50px;
}
.lowerArea .inner .courseBox.reverse .course_text {
  padding-left: 0;
  padding-right: 50px;
}
.lowerArea .inner .courseBox .course_text h3 {
  font-size: 32px;
  font-weight: 900;
  color: var(--lightBlue);
  position: relative;
  display: inline-block;
  margin: 30px 0 60px;
}
.lowerArea .inner .courseBox .course_text h3 div {
  width: 120px;
  height: 120px;
  text-align: center;
  padding-top: 40px;
  position: absolute;
  right: -140px;
  top: -30px;
  font-size: 13px;
  background: rgba(0, 148, 255, 0.1);
  border-radius: 60px;
}
.lowerArea .inner .courseBox .course_text h3 div:after {
  content: "";
  width: 40px;
  height: 40px;
  background: var(--lightBlue);
  opacity: .1;
  border-radius: 20px;
  display: block;
  position: absolute;
  left: -10px;
  bottom: -10px;
}
.lowerArea .inner .courseBox.course02 .course_text h3 {
  color: var(--lightBlue);
}
.lowerArea .inner .courseBox.course02 .course_text h3 div {
  background: rgba(0, 148, 255, 0.1);
  padding-top: 40px;
}
.lowerArea .inner .courseBox.course02 .course_text h3 div:after {
  background: var(--lightBlue);
}

.lowerArea .inner .courseBox .course_text h4 {
  font-size: 24px;
  font-weight: 900;
  color: #FF72B1;
  position: relative;
}
.lowerArea .inner .courseBox .course_text h4 span {
  font-size: 18px;
}
.lowerArea .inner .courseBox .course_text p {
  margin-bottom: 30px;
}
.lowerArea .inner .courseBox.course02 .course_text h4 {
  color: #00C568;
}

.lowerArea .inner .timeBox {
  border: 3px dotted var(--lightBlue);
  border-radius: 40px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
  padding: 50px 40px;
}
.lowerArea .inner .timeBox dl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.lowerArea .inner .timeBox dl dt {
  width: calc(100% / 2);
  text-align: right;
  padding-right: 10px;
  color: var(--lightBlue);
}
.lowerArea .inner .timeBox dl dd {
  width: calc(100% / 2);
  text-align: left;
  padding-left: 10px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}
.lowerArea .inner .timeBox .flex {
  display: flex;
  justify-content: center;
}

.lowerArea .inner .timeBox .flex .btn a {
  display: inline-block;
  padding: 15px 50px;
  background: #FFFF00;
  border-radius: 30px;
  text-align: center;
  margin: 20px 10px 0;
  font-size: 16px;
}
.lowerArea .inner .timeBox .flex .btn a svg {
  width: 16px;
  fill: var(--blue);
  vertical-align: -2px;
}
.lowerArea .inner .timeBox .flex .btn a[target="_blank"] {
  position: relative;
  border-bottom: none;
}
.lowerArea .inner .timeBox .flex .btn a[target="_blank"]:after {
  content: none;
}
.lowerArea .inner .timeBox .flex .btn a[target="_blank"]:hover {
  outline: none;
  text-decoration: none;
  border-bottom: none;
}






.lowerArea .inner .entryFeeBox {
  max-width: 1000px;
  width: 100%;
  background: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  font-weight: 900;
  border-radius: 40px;
  margin: 0 auto 50px;
}
.lowerArea .inner .entryFeeBox h3 {
  font-size: 32px;
  color: var(--lightBlue);
  margin: 0 20px 0 0;
}
.lowerArea .inner .entryFeeBox div {
  font-size: 32px;
  margin-left: 20px;
}
.lowerArea .inner .entryFeeBox div span {
  font-size: 20px;
}
.lowerArea .inner .feeBox {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.lowerArea .inner .feeBox .course {
  width: calc((100% / 2) - 20px );
  background: #fff;
  border-radius: 40px;
  padding: 30px 0;
  font-weight: 900;
}
.lowerArea .inner .feeBox .course h3 {
  font-size: 32px;
  color: var(--lightBlue);
  margin: 0;
  text-align: center;
}
.lowerArea .inner .feeBox .course p {
  font-size: 32px;
  text-align: center;
  line-height: 1.4;
}
.lowerArea .inner .feeBox .course p span {
  font-size: 20px;
}
.lowerArea .inner .feeBox .course.course01 {
  margin-right: 20px;
}
.lowerArea .inner .feeBox .course.course02 {
  margin-left: 20px;
}



/* PC　狭めたとき
-----------------------------------------------*/
@media screen and (max-width:1440px) {

  .cvBox_side {
  }
  .cvBox_side a {
    background: var(--lightBlue);
    padding-top: 4vw;
    font-size: 1.46vw;
    line-height: 1.5;
  }
  .cvBox_side .icon {
    width: 2vw;
    height: 2vw;
    top: 2vw;
  }

  .cvBox_side a[target="_blank"] {
  }
  .cvBox_side a[target="_blank"]:after {
  }
  .cvBox_side a[target="_blank"]:hover {
  }

  .lowerArea {}
  .lowerArea .inner {
    max-width: 1440px;
    width: 100%;
    font-size: 1.3vw;
  }

  .reasonBox {
    display: flex;
    justify-content: space-around;
  }
  .reasonBox .reason_04,
  .reasonBox .reason_03,
  .reasonBox .reason_02,
  .reasonBox .reason_01 {
    width: 42vw;
    height: 42vw;
    border-radius: 21vw;
    background: #fff;
    text-align: center;
    padding-top: 9vw;
    margin-bottom: 3vw;
    position: relative;
  }
  .reasonBox .reason_04:after,
  .reasonBox .reason_04:before,
  .reasonBox .reason_02:after,
  .reasonBox .reason_02:before,
  .reasonBox .reason_01:after,
  .reasonBox .reason_01:before {
    content: "";
    position: absolute;
    display: block;
    background: var(--lightBlue);
    opacity: .1;
  }
  .reasonBox .reason_01:before {
    width: 10vw;
    height: 10vw;
    border-radius: 5vw;
    left: -4vw;
    bottom: 2vw;
  }
  .reasonBox .reason_01:after {
    width: 6vw;
    height: 6vw;
    border-radius: 3vw;
    left: -6vw;
    bottom: -1vw;
  }
  .reasonBox .reason_02:before {
    width: 12vw;
    height: 12vw;
    border-radius: 6vw;
    right: -3vw;
    top: -1vw;
  }
  .reasonBox .reason_02:after {
    width: 7vw;
    height: 7vw;
    border-radius: 3.5vw;
    left: -4vw;
    bottom: -8vw;
  }
  .reasonBox .reason_04:before {
    width: 12vw;
    height: 12vw;
    border-radius: 6vw;
    left: -2vw;
    top: -1vw;
  }
  .reasonBox .reason_04:after {
    width: 7vw;
    height: 7vw;
    border-radius: 3.5vw;
    right: 0;
    bottom: 5vw;
  }


  .lowerArea.lowerArea_type02 .inner .reasonBox h3 {
    color: var(--blue);
    font-size: 1.8vw;
    font-weight: 700;
    position: relative;
    margin-bottom: 5px;
  }
  .reasonBox h3 span.fukidashi {
    position: absolute;
    left: 0;
    right: 0;
    top: -5vw;
    display: inline-block;
    background: var(--lightBlue);
    color: #ffffff;
    font-size: 1.4vw;
    line-height: 1;
    padding: .7vw 1.4vw 1.1vw;
    border-radius: 2vw;
    margin: auto;
    max-width: 8.6vw;
    letter-spacing: 3px;
  }
  .reasonBox h3 span.fukidashi > span {
    font-size: 1.7vw;
    vertical-align: -1px;
  }
  .reasonBox h3 span.fukidashi:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.7vw;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-left: .5vw solid transparent;
    border-right: .5vw solid transparent;
    border-top: .7vw solid var(--lightBlue);
    border-bottom: 0;
  }
  .lowerArea.lowerArea_type02 .inner .reasonBox p {
    font-size: 1.3vw;
    font-weight: 700;
    text-align: left;
    width: 26vw;
    margin: 0 auto;
  }



  .lowerArea .inner .courseBox {
    display: flex;
    margin-bottom: 5.5vw;
  }
  .lowerArea .inner .courseBox.reverse {
    flex-direction: row-reverse;
  }
  .lowerArea .inner .courseBox .course_img {
    width: 40vw;
  }
  .lowerArea .inner .courseBox .course_text {
    width: calc(100% - 40vw);
    padding-left: 3.5vw;
  }
  .lowerArea .inner .courseBox.reverse .course_text {
    padding-left: 0;
    padding-right: 3.5vw;
  }
  .lowerArea .inner .courseBox .course_text h3 {
    font-size: 2.1vw;
    font-weight: 900;
    position: relative;
    display: inline-block;
    margin: 2vw 0 4vw;
  }
  .lowerArea .inner .courseBox .course_text h3 div {
    width: 8vw;
    height: 8vw;
    text-align: center;
    padding-top: 2.7vw;
    position: absolute;
    right: -9.3vw;
    top: -2vw;
    font-size: .86vw;
    border-radius: 4vw;
  }
  .lowerArea .inner .courseBox .course_text h3 div:after {
    content: "";
    width: 2.7vw;
    height: 2.7vw;
    border-radius: 1.4vw;
    display: block;
    position: absolute;
    left: -.7vw;
    bottom: -.7vw;
  }
  .lowerArea .inner .courseBox.course02 .course_text h3 {
  }
  .lowerArea .inner .courseBox.course02 .course_text h3 div {
    padding-top: 2.5vw;
  }
  .lowerArea .inner .courseBox.course02 .course_text h3 div:after {
  }

  .lowerArea .inner .courseBox .course_text h4 {
    font-size: 1.6vw;
    font-weight: 900;
    color: #FF72B1;
    position: relative;
  }
  .lowerArea .inner .courseBox .course_text h4 span {
    font-size: 1.2vw;
  }
  .lowerArea .inner .courseBox .course_text p {
    margin-bottom: 2vw;
  }
  .lowerArea .inner .courseBox.course02 .course_text h4 {
    color: #00C568;
  }


  .lowerArea .inner .timeBox {
    border: 3px dotted var(--lightBlue);
    border-radius: 40px;
    margin-bottom: 2vw;
    text-align: center;
    padding: 4vw 3vw;
  }
  .lowerArea .inner .timeBox .flex {
    display: flex;
  }


  .lowerArea .inner .timeBox .flex .btn a {
    display: inline-block;
    padding: 1vw 3.5vw;
    background: #FFFF00;
    border-radius: 2vw;
    text-align: center;
    margin-top: 1.4vw;
    font-size: 1.1vw;
  }
  .lowerArea .inner .timeBox .flex .btn a svg {
    width: 1.1vw;
    fill: var(--blue);
    vertical-align: -2px;
  }
  .lowerArea .inner .timeBox .flex .btn a[target="_blank"] {
    position: relative;
    border-bottom: none;
  }
  .lowerArea .inner .timeBox .flex .btn a[target="_blank"]:after {
    content: none;
  }
  .lowerArea .inner .timeBox .flex .btn a[target="_blank"]:hover {
    outline: none;
    text-decoration: none;
    border-bottom: none;
  }




  .lowerArea .inner .entryFeeBox {
    background: #fff;
    padding: 1.4vw;
    display: flex;
    justify-content: center;
    font-weight: 900;
    border-radius: 2.7vw;
    margin-bottom: 3.5vw;
  }
  .lowerArea .inner .entryFeeBox h3 {
    font-size: 2.1vw;
    color: var(--lightBlue);
    margin: 0 1.4vw 0 0;
  }
  .lowerArea .inner .entryFeeBox div {
    font-size: 2.1vw;
    margin-left: 1.4vw;
  }
  .lowerArea .inner .entryFeeBox div span {
    font-size: 1.4vw;
  }
  .lowerArea .inner .feeBox {
    display: flex;
    justify-content: center;
  }
  .lowerArea .inner .feeBox .course {
    width: calc((100% / 2) - 1.5vw );
    background: #fff;
    border-radius: 2.7vw;
    padding: 2vw 0;
    font-weight: 900;
  }
  .lowerArea .inner .feeBox .course h3 {
    font-size: 2.1vw;
    margin-bottom: 1.4vw;
  }
  .lowerArea .inner .feeBox .course h4 {
    font-size: 1.4vw;
    margin-bottom: .7vw;
  }


}






/* スマートフォン
-----------------------------------------------*/
@media only screen and (max-width: 767px) {

  .cvBox_side {
    display: none;
  }


  .lowerArea {}
  .lowerArea .inner {
    max-width: 1440px;
    width: 100%;
    font-size: 3.6vw;
  }

  .reasonBox {
    display: block;
    justify-content: space-around;
  }
  .reasonBox .reason_04,
  .reasonBox .reason_03,
  .reasonBox .reason_02,
  .reasonBox .reason_01 {
    width: 92vw;
    height: 92vw;
    border-radius: 46vw;
    background: #fff;
    text-align: center;
    margin: 0 auto 6vw;
    padding-top: 14vw;
    position: relative;
  }
  .reasonBox p {
    font-size: 3.8vw;
  }

  .reasonBox .reason_04:after,
  .reasonBox .reason_04:before,
  .reasonBox .reason_03:after,
  .reasonBox .reason_03:before,
  .reasonBox .reason_02:after,
  .reasonBox .reason_02:before,
  .reasonBox .reason_01:after,
  .reasonBox .reason_01:before {
    content: "";
    position: absolute;
    display: block;
    background: var(--lightBlue);
    opacity: .1;
  }
  .reasonBox .reason_01:before {
    width: 20vw;
    height: 20vw;
    border-radius: 10vw;
    left: unset;
    right: 2vw;
    bottom: unset;
    top: -14vw;
  }
  .reasonBox .reason_01:after {
    width: 10vw;
    height: 10vw;
    border-radius: 5vw;
    left: unset;
    right: -2vw;
    bottom: unset;
    top: -17vw;
  }
  .reasonBox .reason_02:before {
    width: 20vw;
    height: 20vw;
    border-radius: 10vw;
    right: unset;
    left: 2vw;
    top: -2vw;
  }
  .reasonBox .reason_02:after {
    width: 10vw;
    height: 10vw;
    border-radius: 5vw;
    left: 0vw;
    bottom: unset;
    top: -5vw;
  }
  .reasonBox .reason_03:before {
    width: 20vw;
    height: 20vw;
    border-radius: 10vw;
    left: unset;
    right: 2vw;
    bottom: unset;
    top: -2vw;
  }
  .reasonBox .reason_03:after {
    width: 10vw;
    height: 10vw;
    border-radius: 5vw;
    left: 2vw;
    bottom: -15vw;
  }
  .reasonBox .reason_04:before {
    width: 20vw;
    height: 20vw;
    border-radius: 10vw;
    left: unset;
    top: unset;
    right: 6vw;
    bottom: -4vw;
  }
  .reasonBox .reason_04:after {
    width: 10vw;
    height: 10vw;
    border-radius: 5vw;
    right: 2vw;
    bottom: -7vw;
  }


  .lowerArea.lowerArea_type02 .inner .reasonBox h3 {
    color: var(--blue);
    font-size: 5.4vw;
    font-weight: 700;
    position: relative;
    margin-bottom: 1vw;
  }
  .reasonBox h3 span.fukidashi {
    position: absolute;
    left: 0;
    right: 0;
    top: -13vw;
    display: inline-block;
    background: var(--lightBlue);
    color: #ffffff;
    font-size: 4.6vw;
    line-height: 1;
    padding: 2vw 4vw 2.8vw;
    border-radius: 6vw;
    margin: auto;
    max-width: 26vw;
    letter-spacing: 3px;
  }
  .reasonBox h3 span.fukidashi > span {
    font-size: 5vw;
    vertical-align: -1px;
  }
  .reasonBox h3 span.fukidashi:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2vw;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-left: 1.6vw solid transparent;
    border-right: 1.6vw solid transparent;
    border-top: 2vw solid var(--lightBlue);
    border-bottom: 0;
  }
  .lowerArea.lowerArea_type02 .inner .reasonBox p {
    font-size: 3.8vw;
    font-weight: 700;
    text-align: left;
    width: 80vw;
    margin: 0 auto;
  }



  .lowerArea .inner .courseBox {
    display: block;
    margin-bottom: 20vw;
  }
  .lowerArea .inner .courseBox.reverse {
    flex-direction: row-reverse;
    margin-bottom: 10vw;
  }
  .lowerArea .inner .courseBox .course_img {
    width: 100%;
    margin-bottom: 6vw;
  }
  .lowerArea .inner .courseBox .course_text {
    width: 100%;
    padding-left: 0;
  }
  .lowerArea .inner .courseBox.reverse .course_text {
    padding-left: 0;
    padding-right: 0;
  }
  .lowerArea .inner .courseBox .course_text h3 {
    font-size: 6.4vw; /* 32px -> 6.4vw */
    font-weight: 900;
    position: relative;
    display: inline-block;
    margin: 6vw 0 12vw; /* 30px 0 60px -> 6vw 0 12vw */
  }
  .lowerArea .inner .courseBox .course_text h3 div {
    width: 32vw;
    height: 32vw;
    text-align: center;
    padding-top: 10vw;
    position: absolute;
    right: -40vw;
    top: -12vw;
    font-size: 3.2vw;
    border-radius: 16vw;
  }
  .lowerArea .inner .courseBox .course_text h3 div:after {
    content: "";
    width: 10vw;
    height: 10vw;
    border-radius: 5vw;
    display: block;
    position: absolute;
    left: -4vw;
    bottom: 2vw;
  }
  .lowerArea .inner .courseBox.course02 .course_text h3 {
  }
  .lowerArea .inner .courseBox.course02 .course_text h3 div {
    padding-top: 10vw;
  }
  .lowerArea .inner .courseBox.course02 .course_text h3 div:after {
  }



  .lowerArea .inner .timeBox {
    border: 3px dotted var(--lightBlue);
    border-radius: 8vw;
    margin-bottom: 6vw;
    text-align: center;
    padding: 8vw 4vw;
  }
  .lowerArea .inner .timeBox dl {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .lowerArea .inner .timeBox dl dt {
    width: calc(100% / 2);
    text-align: right;
    padding-right: 2vw;
    color: var(--lightBlue);
  }
  .lowerArea .inner .timeBox dl dd {
    width: calc(100% / 2);
    text-align: left;
    padding-left: 2vw;
    font-size: 4.8vw;
    font-weight: 900;
    line-height: 1.2;
  }
  .lowerArea .inner .timeBox .flex {
    display: block;
    justify-content: center;
  }


  .lowerArea .inner .timeBox .flex .btn a {
    display: block;
    padding: 4.5vw 10vw;
    background: #FFFF00;
    border-radius: 8vw;
    text-align: center;
    margin: 5vw auto 0;
    font-size: 4.2vw;
    width: 80vw;
  }
  .lowerArea .inner .timeBox .flex .btn a svg {
    width: 5vw;
    fill: var(--blue);
    vertical-align: -0.8vw;
  }
  .lowerArea .inner .timeBox .flex .btn a[target="_blank"] {
    position: relative;
    border-bottom: none;
  }
  .lowerArea .inner .timeBox .flex .btn a[target="_blank"]:after {
    content: none;
  }
  .lowerArea .inner .timeBox .flex .btn a[target="_blank"]:hover {
    outline: none;
    text-decoration: none;
    border-bottom: none;
  }



  .lowerArea .inner .entryFeeBox {
    background: #fff;
    padding: 4vw;
    display: flex;
    justify-content: center;
    font-weight: 900;
    border-radius: 8vw;
    margin-bottom: 10vw;
  }
  .lowerArea .inner .entryFeeBox h3 {
    font-size: 6.4vw;
    color: var(--lightBlue);
    margin-right: 2vw;
  }
  .lowerArea .inner .entryFeeBox div {
    font-size: 7.5vw;
    margin-left: 2vw;
    line-height: 1.5;
  }
  .lowerArea .inner .entryFeeBox div span {
    font-size: 5vw;
  }
  .lowerArea .inner .feeBox {
    display: block;
  }
  .lowerArea .inner .feeBox .course {
    width: 100%;
    background: #fff;
    border-radius: 8vw;
    padding: 6vw 0;
    font-weight: 900;
    margin-bottom: 8vw;
    display: flex;
    justify-content: center;
  }
  .lowerArea .inner .feeBox .course h3 {
    font-size: 6.4vw;
    margin-bottom: 0;
    margin-right: 2vw;
  }

  .lowerArea .inner .feeBox .course p {
    font-size: 7.5vw;
    margin-left: 2vw;
    text-align: center;
    line-height: 1.4;
  }
  .lowerArea .inner .feeBox .course p span {
    font-size: 4vw;
  }
  .lowerArea .inner .feeBox .course.course01 {
    margin-right: 0;
  }
  .lowerArea .inner .feeBox .course.course02 {
    margin-left: 0;
  }


}








