@charset "UTF-8";
.system__card {
  padding: 30px;
}
@media all and (min-width: 640px) {
  .system__card {
    padding: 54px 58px;
  }
}

.system__card_heading img {
  width: auto;
}
@media all and (min-width: 640px) {
  .system__card_heading img {
    width: 300px;
  }
}
.system__card_heading:after {
  display: none;
}

.system__card_header {
  margin-top: 0px;
  margin-bottom: 27px;
  text-align: left;
}
@media all and (min-width: 640px) {
  .system__card_header {
    margin-top: 0px;
  }
}

.system__card_body {
  width: auto;
}
@media all and (min-width: 640px) {
  .system__card_body {
    width: 360px;
  }
}

.system__card_illust,
._card2 .system__card_illust {
  position: static;
  width: auto;
}
@media all and (min-width: 640px) {
  .system__card_illust,
  ._card2 .system__card_illust {
    width: calc(100% - 360px);
  }
}
.system__card_illust img,
._card2 .system__card_illust img {
  display: block;
  margin: 20px auto;
}

@media all and (min-width: 640px) {
  .system__card._card2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.system__card._card2 .system__card_body {
  text-align: left;
}

.system_cardname {
  font-size: 18px;
  line-height: 40px;
  width: auto;
  margin-bottom: 20px;
}
@media all and (min-width: 640px) {
  .system_cardname {
    width: 300px;
    font-size: 20px;
    line-height: 46px;
  }
}
.system_cardname span {
  font-size: 14px;
  line-height: 26px;
}
@media all and (min-width: 640px) {
  .system_cardname span {
    font-size: 15px;
    line-height: 28px;
  }
}

.system_cardpara {
  font-size: 14px;
  line-height: 26px;
  width: auto;
}
@media all and (min-width: 640px) {
  .system_cardpara {
    width: 300px;
    font-size: 15px;
    line-height: 28px;
  }
}

.add_table {
  border-top: 1px solid #000000;
  max-width: 940px;
  margin: 3px auto auto auto;
  padding-top: 3px;
}
.add_table .tuition_table td {
  color: #00c2fe;
}
.add_table .tuition_table td.table_blue {
  background: #00c2fe;
  color: #333333;
}

.tution_comm li.kome1 {
  padding-left: 25px;
}
.tution_comm li.kome1:before {
  content: "※1";
}

.tution_comm li.kome2 {
  padding-left: 25px;
}
.tution_comm li.kome2:before {
  content: "※2";
}

.tuition_table.tuition_table_mgn {
  margin-top: 40px;
}

.tution_box_add .tuition_blue_center {
  padding-bottom: 20px;
  line-height: 1.6;
}
.tution_box_add h3 {
  text-align: center;
  margin: 20px 0px;
}
.tution_box_add h4 {
  font-size: 16px;
  margin: 20px 0px;
}
.tution_box_add .tution_flow {
  display: block;
}
@media all and (min-width: 640px) {
  .tution_box_add .tution_flow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
.tution_box_add .tution_flow li {
  width: 100%;
}
@media all and (min-width: 640px) {
  .tution_box_add .tution_flow li {
    width: calc((100% - 80px) / 3);
    margin: 0px;
  }
}
.tution_box_add .tution_flow li:first-child {
  margin-bottom: 40px;
}
@media all and (min-width: 640px) {
  .tution_box_add .tution_flow li:first-child {
    margin-bottom: 0px;
  }
}
.tution_box_add .tution_flow li:first-child::after {
  content: "＋";
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  bottom: -33px;
}
@media all and (min-width: 640px) {
  .tution_box_add .tution_flow li:first-child::after {
    position: absolute;
    content: "＋";
    right: -22px;
    bottom: auto;
  }
}
.tution_box_add .tution_flow li:last-child {
  margin-top: 40px;
}
@media all and (min-width: 640px) {
  .tution_box_add .tution_flow li:last-child {
    margin-top: 0px;
  }
}
.tution_box_add .tution_flow li:last-child::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -33px;
  content: "||";
}
@media all and (min-width: 640px) {
  .tution_box_add .tution_flow li:last-child::before {
    position: absolute;
    left: -22px;
    top: auto;
    content: "=";
  }
}
.tution_box_add .tution_flow li span.large {
  font-weight: bold;
}
.tution_box_add .tution_flow li small {
  text-align: center;
  display: block;
  font-size: 11px;
  margin-top: 10px;
}
.tution_box_add .tution_add_list {
  margin-left: 10px;
  padding-left: 5px;
  font-size: 14px;
}
@media all and (min-width: 640px) {
  .tution_box_add .tution_add_list {
    font-size: 16px;
  }
}
.tution_box_add .tution_add_list li {
  margin: 10px 5px;
  list-style-type: disc;
  line-height: 1.4;
}
.tution_box_add .tution_add_list li a {
  color: #1a0dab;
}
.tution_box_add .tution_add_list li ol {
  margin-left: 15px;
  padding-left: 10px;
}
.tution_box_add .tution_add_list li ol li {
  list-style-type: decimal;
}/*# sourceMappingURL=add.css.map */