@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  入試情報

---------------------------------*/
#mainContainer {
  padding-bottom: 0;
}
section {
  position: relative;
}
section:nth-child(even)::after {
  background: #f7f8f8;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% + 25vw);
  height: 100%;
  z-index: -1;
}
section h4 {
  margin: 2rem 0 1rem;
}
section table {
  background: #fff;
  font-size: 1.6rem;
  width: 100%;
}
section table th, section table td {
  border: 1px solid #ccc;
  font-size: .95em;
  padding: 1rem;
  vertical-align: middle;
}
section table thead th {
  background: var(--co-main);
  color: #fff;
}
section table thead th._dh {
  background: var(--co-dh);
}
section table thead th._dt {
  background: var(--co-dt);
}
section table tbody th {
  background: #E1EDEF;
  color: #666;
  text-align: left;
  padding: 1.5rem 2rem;
}
section table td {
  padding: 1.5rem 2rem;
}
section ._aside {
  font-size: .8em;
  margin-top: 1.5rem;
}
section table td h4:first-child, section ._aside h4 {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  section table th, section table td {
    padding: 0.4rem;
  }
  section table tbody th {
    padding: 0.5rem 1rem;
  }
  section table td {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .priceTable {
    width: 100%;
    overflow-x: scroll;
  }
  .priceTable table {
    width: 100rem;
  }
  section table td h4 {
    margin-bottom: 0.5rem;
  }
}
/*---------------------------------

  出願までの流れ

---------------------------------*/
#flow .wrap ._flowWrap {
  max-width: 75rem;
}
#flow .wrap ._flowWrap .fBox {
  background: #f7f8f8;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  padding: 1rem;
  position: relative;
}
#flow .wrap ._flowWrap .fBox + .fBox {
  margin-top: 3rem;
}
#flow .wrap ._flowWrap .fBox span {
  background: var(--co-main);
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 4rem;
  height: 4rem;
}
#flow .wrap ._flowWrap .fBox p {
  line-height: 1.5;
  margin: 0 0 0 2rem;
}
#flow .wrap ._flowWrap .fBox p a {
  color: var(--co-main);
  text-decoration: underline;
}
#flow .wrap ._flowWrap .fBox:not(:last-child)::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #aaa;
  line-height: 1;
  width: .6em;
  height: .6em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin: auto;
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------

  定員・募集要項

---------------------------------*/
#recruiting table th, #recruiting table td {
  text-align: center;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------

  入学試験案内

---------------------------------*/
#exam-info table.schedule tbody th, #exam-info table.schedule td {
  text-align: center;
}
#exam-info table.certification td p {
  text-indent: -1.3em;
  margin-left: 1.3em;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------

  入学試験内容

---------------------------------*/
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #exam-content .priceTable table {
    width: 60rem;
  }
}
/*---------------------------------

  出願書類

---------------------------------*/
#application table th span {
  margin-right: .5em;
}
#application .txt._contact {
  background: #f3f3f3;
  display: flex;
  align-items: flex-start;
  margin-top: 2rem;
  padding: 2rem;
}
#application .txt._contact h4 {
  margin-top: 0;
  margin-right: 3rem;
}
#application .txt._contact p {
  line-height: 1.5;
}
#application .txt._contact p strong {
  font-size: 1.1em;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #application table th span {
    display: block;
    margin: 0;
  }
  #application .txt._contact {
    display: block;
  }
}
/*---------------------------------

  学費

---------------------------------*/
#tuition ._inner table + h4 {
  margin-top: 3rem;
}
#tuition ._inner table td:not(:last-child) {
  text-align: right;
}
#tuition ._inner table tbody tr:last-child th {
  text-align: center;
}
#tuition ._inner .total {
  margin-top: 2rem;
}
#tuition ._inner .total th:not(:first-child) {
  text-align: right;
}
#tuition .btn {
  margin-top: 3rem;
  max-width: none;
}
#tuition .btn a {
  background-size: 2rem;
  padding: 1rem 3rem;
}
/*---------------------------------
歯科衛生士
---------------------------------*/
#tuition ._inner h3 {
  margin-bottom: 1rem;
}
#tuition ._dh h3::before {
  background: var(--co-dh);
}
#tuition ._dh h4 {
  background: #F0A472;
}
#tuition ._dh table thead th {
  background: var(--co-dh);
}
#tuition ._dh table tbody th {
  background: #FBF0F3;
}
/* 幅調整 */
#tuition ._dh table th {
  width: calc(100%/5 - 40.5rem);
}
#tuition ._dh table th:nth-child(1) {
  width: 17%;
}
#tuition ._dh table th:nth-child(2) {
  width: 10%;
}
#tuition ._dh table th:nth-child(3) {
  width: 10%;
}
#tuition ._dh table th:nth-child(4) {
  width: 10%;
}
#tuition ._dh table th:nth-child(5) {
  width: 10%;
}
#tuition ._dh table th:nth-child(6) {
  width: 10%;
}
#tuition ._dh table th:nth-child(7) {
  width: 17%;
}
/*---------------------------------
歯科技工士
---------------------------------*/
#tuition ._dt {
  margin-top: 5rem;
}
#tuition ._dt h3::before {
  background: var(--co-dt);
}
#tuition ._dt h4 {
  background: #A6C068;
}
#tuition ._dt table thead th {
  background: var(--co-dt);
}
#tuition ._dt table tbody th {
  background: #E9EDF0;
}
/* 幅調整 */
#tuition ._dt table th {
  width: calc(100%/4 - 40.5rem);
}
#tuition ._dt table th:nth-child(1) {
  width: 17%;
}
#tuition ._dt table th:nth-child(2) {
  width: 10%;
}
#tuition ._dt table th:nth-child(3) {
  width: 10%;
}
#tuition ._dt table th:nth-child(4) {
  width: 10%;
}
#tuition ._dt table th:nth-child(5) {
  width: 10%;
}
#tuition ._dt table th:nth-child(6) {
  width: 17%;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------

  諸手続きの注意事項

---------------------------------*/
#important::after {}
#important .wrap ul + h3 {
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}