@charset "utf-8";
/*他言語用*/

.l-menu__in {
  background-repeat: no-repeat;
  background-size: cover;
}

.l-menu__in__list {
  width: 1080px;
  margin: 0 auto;
}

.l-menu__in__list__item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 18px;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
}

.p-features-jpt__in__box__item__tit {
  padding: 12px;
}

.p-difference-jlpt__in__box2__tbl > tbody > tr > th {
  padding: 12px 13px;
}

.p-difference-jlpt__in__box2__tbl > tbody > tr > td {
  padding: 12px;
  vertical-align: middle;
}

.p-features-jpt__in__box__item__tit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-problem__in__box2__tbl > thead > tr > th {
  padding: 13px 5px;
}

.p-problem__in__box2__tbl > tbody > tr > th {
  padding: 14px 5px;
  line-height: 2;
}

.p-problem__in__box2__tbl > tbody > tr > td {
  line-height: 2;
}

.p-exam-schedule__in__box__tbl > thead > tr > th {
  padding: 11px 5px;
}

.p-exam-schedule__in__box__tbl > tbody > tr > td {
  padding: 12px 20px;
}

.p-examination-flow__in__box1__item {
  display: flex;
  flex-direction: column;
}

.p-examination-flow__in__box1__item__tit {
  margin-bottom: 40px;
}

.p-examination-flow__in__box1__item__mov {
  margin-top: auto;
}

.p-examination-flow__in2__box2__flow__con__foot__in__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-examination-flow__in2__box2__flow__con__foot__in__item__tit {
  margin-bottom: 6px;
}

.p-examination-flow__in2__box2__flow__con__foot__in__item__img {
  margin: auto auto 0;
}

.c-btnlink--2 {
  padding: 20px 60px;
}

@media (max-width: 1079px){
  .p-exam-schedule__in__box__tbl > thead > tr > th:nth-child(1) {
    width: 15%;
  }

  .p-exam-schedule__in__box__tbl > thead > tr > th:nth-child(2) {
    width: 28%;
  }

  .p-exam-schedule__in__box__tbl > thead > tr > th:nth-child(3) {
    width: 20%;
  }

  .p-exam-schedule__in__box__tbl > thead > tr > th:nth-child(4) {
    width: 37%;
  }

  .p-exam-schedule__in__box__tbl.lng-chn > thead > tr > th:nth-child(1) {
    width: 14%;
  }

  .p-exam-schedule__in__box__tbl.lng-chn > thead > tr > th:nth-child(2) {
    width: 28%;
  }

  .p-exam-schedule__in__box__tbl.lng-chn > thead > tr > th:nth-child(3) {
    width: 24%;
  }

  .p-exam-schedule__in__box__tbl.lng-chn > thead > tr > th:nth-child(4) {
    width: 34%;
  }
  
  .p-examination-flow__in__box1__item__tit {
    margin-bottom: calc(38 * (100vw / 1080));
  }

  .p-examination-flow__in2__btn__link {
    width: calc(650 * (100vw / 1080));
  }

  .c-btnlink--2 {
    padding: calc(30 * (100vw / 1080)) calc(80 * (100vw / 1080));
  }

}

@media (max-width: 767px){
  .l-gnav__container__contents__link__item__in {
    line-height: 1.2;
  }

  .p-examination-flow__in2__btn__link {
    width: calc(650 * (100vw / 750));
  }

  .p-examination-flow__in__box1__item__tit {
    margin-bottom: calc(38 * (100vw / 750));
  }

  .c-btnlink--2 {
    padding: calc(30 * (100vw / 750)) calc(80 * (100vw / 750));
  }

}