@charset "Shift_JIS";
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
/* pc */
@media (min-width: 769px) {
  .main {
    padding: 60px 0;
  }
  .main-item {
    max-width: 915px;
    margin: 0 auto;
  }
  .cont:nth-child(1) {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
  }
  .cont:nth-child(2) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
  }
  .cont.is-load {
    height: 600px;
    box-sizing: border-box;
  }
  .form {
    width: 650px;
    margin: 0 auto;
  }
  .form__item {
    display: flex;
    justify-content: space-between;
  }
  .form__item-wrap {
    margin-bottom: 40px;
  }
  .form__item:not(:last-child) {
    margin-bottom: 24px;
  }
  .pulldown__txt-wrap {
    display: flex;
    align-items: baseline;
  }
  .pulldown__txt {
    margin-bottom: 4px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
  }
  .td-toolTip {
    position: relative;
  }
  .td-toolTip {
    cursor: pointer;
  }
  .td-toolTip__item {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100%);
    top: -20px;
    padding: 20px;
    white-space: nowrap;
    background: #fff;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(217, 223, 227, 1);
    transition: 0.3s ease-in;
  }
  .td-toolTip__txt-wrap::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 100%);
    background-color: #fff;
    width: 22px;
    height: 18px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    box-shadow: 0 6px 20px rgba(217, 223, 227, 1);
  }
  .td-toolTip:hover .td-toolTip__item {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .pulldown {
    width: 312px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #e7eeec;
    padding: 10px 24px 11px;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../img/student-information_arr_pulldown.svg);
    background-position: right 24px center;
    background-repeat: no-repeat;
    background-size: 12px 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    color: #999999;
    background-color: #f8f8f8;
    outline-color: inherit;
  }
  .pulldown:focus {
    outline-color: #60b8ef;
    background-color: #fff;
  }
  .pulldown.is-select {
    color: #3A414D;
    background-color: #fff;
  }
  .pulldown option {
    color: #3A414D;
  }
  .pulldown option:first-child {
    color: #999999;
  }
  .g-btn {
    border: none;
  }
  .g-btn:hover {
    cursor: pointer;
  }
  .reset-btn {
    background: #fff;
    color: #10a3ff;
    border: solid 1px #60b8ef;
  }
  .link {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #10a3ff;
    border-bottom: 1px solid;
  }
  .link::after {
    margin-left: 2px;
    content: "";
    background-image: url(../img/student-information_icon_link.svg);
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .cont__head {
    background-color: #fff;
  }
  .cont__head.js-cont__head.is-fixed {
    position: fixed;
    top: 0;
  }
  .result-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pager-wrap {
    display: flex;
    margin-bottom: 10px;
  }
  .pager__txt {
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 12px;
    line-height: 18px;
    margin-right: 18px;
  }
  .paginationjs-pages ul {
    display: flex;
  }
  .paginationjs-pages li:not(:last-child) {
    margin-right: 2px;
  }
  .paginationjs-pages li:hover {
    cursor: pointer;
  }
  .paginationjs-prev,
  .paginationjs-next {
    background: #ffffff;
    border: 1px solid #60b8ef;
    border-radius: 14.5px;
    font-weight: 300;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: -0.15em;
    color: #10a3ff;
    width: 45px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 5px;
  }
  .paginationjs-prev::before {
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(180deg);
    content: "";
    background-image: url(../img/student-information_arr_pagination.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .paginationjs-next::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    content: "";
    background-image: url(../img/student-information_arr_pagination.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .paginationjs-page {
    background: #ffffff;
    border: 1px solid #60b8ef;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.15em;
    color: #10a3ff;
    box-sizing: border-box;
  }
  .paginationjs-page.active {
    background: #60b8ef;
    color: #fff;
  }
  table,
  thead,
  tbody {
    width: 100%;
  }
  .width-id {
    width: 80px;
  }
  .width-classNum {
    width: 110px;
  }
  .width-name {
    width: 140px;
  }
  .width-status {
    width: 150px;
  }
  .width-system {
    width: 100px;
  }
  .width-level {
    width: 80px;
  }
  .width-evaluation {
    width: 100px;
  }
  .width-answer {
    width: 100px;
  }
  .table__head-wrap {
    display: flex;
  }
  .table__head {
    position: relative;
    display: block;
    height: 30px;
    padding: 5px 12px 6px 12px;
    background: #e7eeec;
    border-radius: 14.5px;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    box-sizing: border-box;
    text-align: left;
    flex-shrink: 0;
  }
  .table__head:first-child::before{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url(../img/student-information_arr_thead.svg);
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .table__head:not(:last-child),
  .table__td-wrap td:not(:last-child) {
    margin-right: 4px;
  }
  .table__td-wrap {
    border-bottom: #e7eeec solid 1px;
    display: flex;
    padding: 12px 0;
  }
  .table__td-wrap:nth-child(2n + 1) {
    background: #fff;
  }
  .table__td-wrap:nth-child(2n) {
    background: #f8f8f8;
  }
  .table__td-wrap td {
    padding: 0;
    display: block;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    padding: 0 12px;
  }
  .load {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .load.is-load {
    display: flex;
  }
  .circle-line {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: linear-gradient(
      135deg,
      #547bcf 0%,
      #66c9e5 15%,
      #62c193 50%,
      #95d079 75%,
      #f7fb94 100%
    );
    box-sizing: border-box;
    animation: circle 1s linear infinite;
  }
  .circle-line::before {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
  }
  @keyframes circle {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
}
/* tablet */
@media print, screen and (max-width: 1200px) {
  .cont-wrap {
    margin: 0 15px;
  }
  .cont:nth-child(2) {
    overflow-x: scroll;
  }
}
/* sp */
@media (max-width: 768px) {
  .main {
    padding: 60px 0;
  }
  .cont-wrap {
    margin: 0 15px;
  }
  .cont:nth-child(1) {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
  }
  .cont:nth-child(2) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    overflow-x: scroll;
  }
  .form {
    margin: 0 auto;
  }
  .form__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .form__item-wrap {
    margin-bottom: 40px;
  }
  .form__item:not(:last-child) {
    margin-bottom: 24px;
  }
  .pulldown-wrap {
    width: 100%;
  }
  .pulldown-wrap:not(:last-child) {
    margin-bottom: 10px;
  }
  .pulldown__txt-wrap {
    display: flex;
    align-items: baseline;
  }
  .pulldown__txt {
    margin-bottom: 4px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
  }
  .td-toolTip {
    position: relative;
  }
  .td-toolTip {
    cursor: pointer;
  }
  .td-toolTip__item {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translate(-35%, -100%);
    top: -20px;
    padding: 20px;
    white-space: nowrap;
    background: #fff;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(217, 223, 227, 1);
    transition: 0.3s ease-in;
  }
  .td-toolTip:hover .td-toolTip__item {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .pulldown {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #e7eeec;
    padding: 10px 24px 11px;
    -webkit-appearance: none;
    appearance: none;
    background-position: right 24px center;
    background-repeat: no-repeat;
    background-size: 12px 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    color: #999999;
    background-color: #f8f8f8;
  }
  .pulldown:focus {
    outline-color: #60b8ef;
    background-color: #fff;
  }
  .pulldown.pulldown.is-select {
    color: #3A414D;
    background-color: #fff;
  }
  .pulldown option {
    color: #3A414D;
  }
  .pulldown option:first-child {
    color: #999999;
  }
  .g-btn {
    border: none;
    width: 100%;
  }

  .link {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #10a3ff;
    border-bottom: 1px solid;
  }
  .link::after {
    margin-left: 2px;
    content: "";
    background-image: url(../img/student-information_icon_link.svg);
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .cont__head {
    background-color: #fff;
  }
  .result-wrap {
    margin-bottom: 10px;
  }
  .pager-wrap {
    margin-bottom: 10px;
  }
  .pager__txt {
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .paginationjs-pages ul {
    display: flex;
  }
  .paginationjs-pages li:not(:last-child) {
    margin-right: 2px;
  }
  .paginationjs-pages li:hover {
    cursor: pointer;
  }
  .paginationjs-prev,
  .paginationjs-next {
    background: #ffffff;
    border: 1px solid #60b8ef;
    border-radius: 14.5px;
    font-weight: 300;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: -0.15em;
    color: #10a3ff;
    width: 45px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 5px;
  }
  .paginationjs-prev::before {
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(180deg);
    content: "";
    background-image: url(../img/student-information_arr_pagination.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .paginationjs-next::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    content: "";
    background-image: url(../img/student-information_arr_pagination.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .paginationjs-page {
    background: #ffffff;
    border: 1px solid #60b8ef;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.15em;
    color: #10a3ff;
    box-sizing: border-box;
  }
  .paginationjs-page.active {
    background: #60b8ef;
    color: #fff;
  }
  table,
  thead,
  tbody {
    width: 100%;
  }
  .width-id {
    width: 80px;
  }
  .width-classNum {
    width: 110px;
  }
  .width-name {
    width: 140px;
  }
  .width-status {
    width: 150px;
  }
  .width-system {
    width: 100px;
  }
  .width-level {
    width: 80px;
  }
  .width-evaluation {
    width: 100px;
  }
  .width-answer {
    width: 100px;
  }
  .table__head-wrap {
    display: flex;
  }
  .table__head {
    position: relative;
    display: block;
    height: 30px;
    padding: 5px 24px 6px 12px;
    background: #e7eeec;
    border-radius: 14.5px;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    box-sizing: border-box;
    text-align: left;
    flex-shrink: 0;
  }
  .table__head::before {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url(../img/student-information_arr_thead.svg);
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .table__head:not(:last-child),
  .table__td-wrap td:not(:last-child) {
    margin-right: 4px;
  }
  .table__td-wrap {
    border-bottom: #e7eeec solid 1px;
    display: flex;
    padding: 12px 0;
  }
  .table__td-wrap:nth-child(2n + 1) {
    background: #fff;
  }
  .table__td-wrap:nth-child(2n) {
    background: #f8f8f8;
  }
  .table__td-wrap td {
    padding: 0;
    display: block;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    padding: 0 12px;
  }
  .load {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .load.is-load {
    display: flex;
  }
  .circle-line {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: linear-gradient(
      135deg,
      #547bcf 0%,
      #66c9e5 15%,
      #62c193 50%,
      #95d079 75%,
      #f7fb94 100%
    );
    box-sizing: border-box;
    animation: circle 1s linear infinite;
  }
  .circle-line::before {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
  }
  @keyframes circle {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
}

.register_form__item-area {
  width: 100%;
  max-width: 312px;
}

.register_form__text-area {
  margin-bottom: 4px;
}
.register_form__input-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
.register_form-input-box {
  font-size: 14px;
  font-weight: bold;
  /* width: 312px; */
  /* height: 40px; */
  border-radius: 10px;
  border: 1px solid #e7eeec;
  padding: 10px 24px 11px;
  -webkit-appearance: none;
  appearance: none;
  /* background-image: url(../img/student-information_arr_pulldown.svg); */
  background-position: right 24px center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  color: #999999;
  background-color: #f8f8f8;
  outline-color: inherit;
}

@media print, screen and (max-width: 1080px) {
  .register_form__item-area {
    width: 100%;
    max-width: 312px;
  }
}
@media print, screen and (max-width: 767px) {
  .register_form__item-area {
    max-width: 100%;
  }
}
.toolTip__item {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0%;
  transform: translate(-27%, -100%);
  top: -20px;
  padding: 20px;
  white-space: nowrap;
  background: #fff;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgb(217 223 227);
  transition: 0.3s ease-in;
}
.toolTip__txt-wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 5px;
  left: 30%;
  transform: translate(-50%, 100%);
  background-color: #fff;
  width: 22px;
  height: 18px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  box-shadow: 0 6px 20px rgb(217 223 227);
}

/* checkbox */
.checkbox_text{
  font-size: 14px;
}
.checkbox_text ul{
  display: flex;
  flex-wrap: wrap;
}
.checkbox_text li{
margin-right: 30px;
}
.register_form__input-area{
  display:flex
}

/* pulldown */
.pulldown {
  margin-left: 12px;
  width: 312px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #e7eeec;
  padding: 10px 24px 11px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/index_arr_pulldown.svg);
  background-position: right 24px center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  line-height: 22.4px;
}