.section.tuition {
  padding: 0 0 100px;
}
.section.tuition .btm15 {
  margin-bottom: 15px;
}
.section.tuition .top15 {
  margin-top: 15px;
}
.section.tuition .ind {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
}
.section.tuition .fs14 {
  font-size: 1.4rem;
}
.section.tuition .inner .ttl_bdr_add {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 40px;
}
.section.tuition .inner .inner_contents {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 60px;
}

.list_disc {
  margin-left: 2em;
}
.list_disc li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.list_num {
  list-style-type: none;
}
.list_num > li {
  position: relative;
  counter-increment: number;
  margin-bottom: 30px;
  padding-left: 0;
}
.list_num > li::before {
  content: "" counter(number) "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  margin-right: 0.5em;
}
.list_num > li span.deco-num {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #fff;
  text-indent: initial;
  background: #0054bb;
}
.list_num > li .list_num_second > li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
.list_num > li .list_num_second > li .list_disc {
  margin: 15px 0 30px 1.5em;
}
.list_ind{
  display: block;
  text-indent: -1.4em;
}
@media (max-width: 480px) {
  .list_ind{
    font-size: 13px;
    text-indent: -1.5em;
}
}
@media (max-width: 375px) {
  .list_ind{
    font-size: 12px;
}
}
@media (min-width: 769px) {
  .list_num > li .list_num_second > li .list_disc {
    margin: 15px 0 30px 2em;
  }
}
.list_num > li h3 {
  font-weight: bold;
  font-size: 1.8rem;
  display: inline-block;
  margin: 0 0 1em 40px;
}
@media (min-width: 769px) {
  .list_num > li p {
    margin-left: 2.5em;
  }
}
.list_num > li ul, .list_num > li ol {
  margin: 0 0 30px 1.5em;
}
@media (min-width: 769px) {
  .list_num > li ul, .list_num > li ol {
    margin: 0 0 30px 3.8em;
  }
}
.list_num.junior li::before {
  background: #3bc700;
}
.list_num.junior li .list_num_second::before {
  color: #3bc700;
  border: solid 2px #3bc700;
}
.list_num.senior li::before {
  background: #0054bb;
}
.list_num.senior li .list_num_second::before {
  color: #0054bb;
  border: solid 2px #0054bb;
}

.tuition_info {
  background: #f7f7f7;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .tuition_info {
    padding: 50px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.tuition_info p {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .tuition_info p {
    width: 60%;
    margin-bottom: 0;
    text-align: left;
    font-size: 1.8rem;
  }
}
.tuition_info p span {
  font-size: 2rem;
}
@media (min-width: 769px) {
  .tuition_info p span {
    font-size: 2.5rem;
  }
}
.tuition_info .btnArea {
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .tuition_info .btnArea {
    width: 40%;
  }
}