<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.block-content {
  border-width: 15px;
  border-color: #00b0ec #2b71b9 #2b71b9 #00b0ec;
  border-style: solid;
  padding: 35px;
}

.info_table table tbody tr {
  border-top: none;
}

.info_table table tbody tr th, .info_table table tbody tr td {
  padding: 8px 4px;
  line-height: 1;
  text-align: center;
  font-size: 13px;
  border-top: none;
  border-bottom: none;
  border-color: #67605d;
  width: 115px;
}

.info_table table tbody tr th {
  background-color: #dcf1fc;
}

.item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-box:first-of-type {
  margin-bottom: 70px;
}

.student_section {
  width: 100%;
  height: 100%;
  margin-top: 32px;
}

.student_section .student_section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.student_section .student_section__inner picture {
  width: 600px;
  margin-right: 50px;
}

.student_section .student_section__inner .student_section__inner__info {
  width: 350px;
  padding-top: 70px;
}

.student_section .student_section__inner .student_section__inner__info .name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.student_section .student_section__inner .student_section__inner__info .name-box span {
  font-size: 12px;
  line-height: 18px;
}

.student_section .student_section__inner .student_section__inner__info .name-box p {
  font-size: 30px;
  line-height: 1;
  margin-left: 12px;
}

.student_section .student_section__inner .student_section__inner__info .name-box p span {
  font-size: 16px;
  margin-left: 4px;
}

.student_section .student_section__inner.-lv2 picture {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: 50px;
}

.student_section .student_section__inner.-lv2 .student_section__inner__info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  .block-content {
    border-width: 5px;
    padding: 20px;
  }
  .item-box {
    display: block;
    text-align: center;
  }
  .item-box picture {
    display: block;
    margin-bottom: 35px;
  }
  .student_section {
    margin-top: 60px;
  }
  .student_section .student_section__inner {
    display: block;
    margin-bottom: 50px;
  }
  .student_section .student_section__inner picture {
    width: 100%;
  }
  .student_section .student_section__inner .student_section__inner__info {
    width: 100%;
    padding-top: 30px;
  }
  .student_section .student_section__inner .student_section__inner__info .name-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .student_section .student_section__inner.-lv2 picture {
    margin-left: 0;
  }
}
/*# sourceMappingURL=page03.css.map */
</pre></body></html>