@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : admission.css                          */
/* update : 2020                                      */
/* -------------------------------------------------- */
/* -------------------------*/
/* 定義 */
/* -------------------------*/
.color_game {
  color: #e50166;
}

.color_it {
  color: #119ba3;
}

.mt01 {
  margin-top: 30px;
}

/*~~~~~ form ~~~~~*/
.anchor_btn.down a:after {
  transform: rotate(135deg);
  left: 11px;
}
.anchor_btn a {
  display: block;
  width: 100%;
  color: #fff;
  background: #00abeb;
  padding: 9px 40px;
  box-sizing: border-box;
  position: relative;
  font-size: 18px;
}
.anchor_btn a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #fff;
  border-radius: 50%;
  background-size: 5px 8px;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.anchor_btn a::after {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #25a5ec;
  border-right: 2px solid #25a5ec;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

#form {
  margin-bottom: 40px;
}

.plus {
  position: relative;
}
.plus .img {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 20px auto;
}
.plus .img:before, .plus .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #b7b7b7;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.plus .img:before {
  transform: rotate(90deg);
}
.plus .img + p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35%;
}

/*~~~~~ follow ~~~~~*/
#follow > p {
  font-size: 18px;
  text-align: center;
}
#follow .anchor_btn {
  margin-bottom: 20px;
}

.bnr {
  margin: 40px auto 100px;
}
.bnr img {
  margin: 0 auto;
}

/*~~~~~ #tuition ~~~~~*/
.caption {
  margin-bottom: 10px;
}

.tuition_table .admission_table th {
  width: 10em;
}
.tuition_table .admission_table td {
  width: calc(100% - 10em);
}

/*~~~~~ #review ~~~~~*/
.accordion input[type=checkbox] {
  display: none;
}

.accordion input[type=checkbox]:checked ~ .exe_h4:after {
  content: none;
}

.accordion input[type=checkbox]#review_check:checked ~ .accordion_content,
.accordion input[type=checkbox]#license_check:checked ~ .accordion_content,
.accordion input[type=checkbox]#freshman_check:checked ~ .accordion_content,
.accordion input[type=checkbox]#long_check:checked ~ .accordion_content {
  display: block;
}

.accordion input[type=checkbox]#review_check:checked .exe_h4:after,
.accordion input[type=checkbox]#license_check:checked .exe_h4:after,
.accordion input[type=checkbox]#freshman_check:checked .exe_h4:after,
.accordion input[type=checkbox]#long_check:checked .exe_h4:after {
  content: none;
}

.exe_h4 {
  border: 1px solid #ccc;
  position: relative;
  background: #333;
  color: #fff;
  margin-bottom: 20px;
}
.exe_h4:before, .exe_h4:after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  background: #fff;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.exe_h4:after {
  transform: rotate(90deg);
}

.exe_h4 label {
  font-size: 18px;
  display: block;
  width: 100%;
  padding: 12px 13px 11px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.exe_h4 label:hover {
  cursor: pointer;
}

.accordion_content {
  border: 1px solid #ccc;
  border-top: 0;
  display: none;
  padding: 14px 20px;
  background: #edeeef;
  background-size: 100%;
  margin: -20px 0 20px;
}
.accordion_content .admission_table {
  margin-bottom: 30px;
}
.accordion_content .admission_table th {
  width: 35%;
  background: #fff;
}
.accordion_content .admission_table td {
  background: #fff;
}
.accordion_content .admission_table td .bold_txt {
  font-weight: 700;
}
.accordion_content .admission_table td .text {
  vertical-align: middle;
}
.accordion_content .admission_table th.blue {
  background: #777;
  color: #fff;
  box-sizing: border-box;
}
.accordion_content .admission_table.mb0 {
  margin-bottom: 0;
}

#scholarship .admission_table.table_sp th {
  width: 162px;
}
#scholarship .admission_table th {
  width: 8em;
}
#scholarship .admission_table td.num,
#scholarship .admission_table td.text {
  text-align: center;
  vertical-align: middle;
}
#scholarship .admission_table td.text02 {
  vertical-align: middle;
  font-size: 12px;
}
#scholarship .admission_table .dis_txt {
  font-size: 11px;
  margin-top: 5px;
}
#scholarship #long .admission_table th.blue {
  width: 7em;
}

a.link_btn {
  margin: 10px 0;
}
a.link_btn:before {
  transform: rotate(135deg);
}

/*---------------------------------*/
/* ハンバーガーメニューになるサイズのCSS */
/*---------------------------------*/
/*-------------------------------*/
/* SP用のCSS */
/*-------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  .caption {
    margin-bottom: 5px;
  }
  .plus .img {
    margin: 10px auto;
  }
  .plus .img + p {
    transform: translateY(-50%);
    right: 20%;
  }
  .anchor_btn a {
    font-size: 16px;
    padding: 9px 9px 9px 24px;
  }
  .anchor_btn a::before {
    width: 15px;
    height: 15px;
  }
  .anchor_btn a:after {
    left: 9px;
    top: 1px;
    width: 0.2em;
    height: 0.2em;
  }
  .anchor_btn.down a:after {
    left: 10px;
    top: 0;
  }
  .exe_h4:before, .exe_h4:after {
    height: 3px;
  }
  .exe_h4 label {
    font-size: 16px;
    padding: 8px 20px 8px 10px;
    line-height: 1.2;
  }
  .exe_h4 label span {
    font-size: 14px;
  }
  .accordion_content {
    padding: 14px 10px;
  }
  .accordion_content .admission_table {
    margin-bottom: 15px;
    width: 100%;
  }
  .accordion_content .admission_table th {
    width: 45%;
  }
  .accordion_content .admission_table .admission_table {
    width: 100%;
  }
  .bnr {
    margin: 20px auto 50px;
  }
  #scholarship .admission_table.table_sp th {
    width: 100%;
  }
  .tuition_table .admission_table th {
    width: 7em;
  }
  /*----------------sp end---------------*/
}/*# sourceMappingURL=exemption.css.map */