@charset "UTF-8";
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	学生サポート
//////////////////////////////////////////////////*/
.information-unit {
  padding: 6rem 2rem 4rem;
  border-radius: 4rem;
}
.information-unit .c-leftline-title {
  margin-bottom: 4.6rem;
  font-size: 2rem;
}
.information-unit .information-headline {
  margin-bottom: 2rem;
}
.information-unit .c-infotable {
  margin-bottom: 3.6rem;
}
.information-unit .information-sub .information-sub-unit + .information-sub-unit {
  margin-top: 3rem;
}
.information-unit .information-subtitle {
  margin-bottom: 1rem;
  padding: 0.4em 1em;
  font-size: 1.8rem;
  color: #fff;
  background: #1F293B;
}
.information-unit .information-subtitle small {
  font-size: 0.9em;
}

.entry_flow .c-infotable-table th, .entry_flow .c-infotable-table td {
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
.entry_flow .c-infotable-table .icon-angle-bottom {
  font-size: 0.6em;
}

.c-button .btn.wide {
  width: auto;
  padding: 0 2em;
}

.contact-info {
  border: 1px solid #1F293B;
}
.contact-info .c-split__unit {
  gap: 0;
}
.contact-info .contact-info--title {
  padding: 1rem;
  text-align: center;
  background: #e4e9f1;
  border-bottom: 1px solid #1F293B;
}
.contact-info .contact-info--body {
  padding: 1rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .information-unit {
    padding: 6rem 4.8rem;
    border-radius: 7.4rem;
  }
  .information-unit .c-leftline-title {
    margin-bottom: 6rem;
    font-size: 2.4rem;
  }
  .information-unit .information-headline {
    margin-bottom: 3rem;
  }
  .information-unit .c-infotable {
    margin-bottom: 6rem;
  }
  .information-unit .information-sub .information-sub-unit + .information-sub-unit {
    margin-top: 4rem;
  }
  .contact-info .c-split__unit {
    gap: 0;
  }
  .contact-info .contact-info--title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.6rem;
    border-right: 1px solid #1F293B;
    border-bottom: none;
  }
  .contact-info .contact-info--body {
    padding: 1.6rem;
    font-size: 1.6rem;
  }
}
.c-highlight {
  padding: 0.8em;
  border: 1px solid #d2d2d2;
}
.c-highlight .c-highlight-title {
  margin-bottom: 1.5rem;
  color: #2DD4BF;
  line-height: 1.4;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.c-highlight .c-highlight-read {
  margin-bottom: 1.6rem;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.8rem;
  background: #2DD4BF;
}

@media screen and (min-width: 769px) {
  .c-highlight {
    padding: 1.2em;
  }
  .c-highlight .c-highlight-title {
    font-size: 3.2rem;
  }
  .c-highlight .c-highlight-read {
    line-height: 3.6rem;
    font-size: 2.4rem;
  }
}
#examination #section_03 .c-infotable {
  margin-bottom: 6rem;
}
#examination #section_03 .c-infotable tbody th + td {
  width: 85%;
}
#examination #section_03 .c-infotable-table--aligin-center th, #examination #section_03 .c-infotable-table--aligin-center td {
  vertical-align: middle;
}
/*# sourceMappingURL=style.css.map */
