@charset "UTF-8";
/* ========================================================== */
/* 2023admission */
/* ========================================================== */
.main-contents {
  background-color: #6dbce0;
}

#mainimgs {
  position: relative;
  background: url("/2018admission/images/pagetitlepat.png") repeat #6dbce0;
  padding: 30px 30px 0;
}
#mainimgs:before {
  display: none;
  content: none;
}
#mainimgs .mainimg-box {
  background-color: #6DBCE0;
  padding: 17px 70px 0;
  height: 360px;
}
#mainimgs .caption {
  font-size: 2.25em;
  color: #FFF;
  margin: 0 0 15px -50px;
}
#mainimgs .page-title {
  background-color: #273166;
  text-align: center;
  padding: 0 20px 0;
  height: 220px;
  line-height: 220px;
  position: relative;
}
#mainimgs .page-title img {
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
#mainimgs .page-title:before {
  content: "";
  display: inline-block;
  position: absolute;
}
#mainimgs .page-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 69px;
  height: 68px;
  background: url("/2018admission/images/page-titleafter.png") no-repeat right bottom;
  bottom: 0;
  right: 0;
  z-index: 0;
}
#mainimgs .page-title:before {
  width: 100px;
  height: 319px;
  background: url("/2018admission/images/page-titlebefore.png") no-repeat right top;
  top: 0;
  left: -100px;
  z-index: 0;
}

@media screen and (max-width: 1039px) {
  #mainimgs {
    background-size: 30px;
    padding: 5px 5px 0;
  }
  #mainimgs .mainimg-box {
    padding: 80px 20px 0;
    height: 380px;
  }
  #mainimgs .caption {
    margin: 0 0 15px 0;
    text-align: right;
  }
  #mainimgs .page-title img {
    max-height: 90px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #mainimgs {
    background-size: 30px;
    padding: 5px 5px 0;
  }
  #mainimgs .mainimg-box {
    padding: 110px 20px 0;
    height: 270px;
  }
  #mainimgs .caption {
    font-size: 1.125em;
    margin: 0 0 10px 0;
  }
  #mainimgs .page-title {
    height: 110px;
    line-height: 110px;
    margin-bottom: 10px;
  }
  #mainimgs .page-title:before {
    content: "";
    display: inline-block;
    position: absolute;
  }
  #mainimgs .page-title:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 69px;
    height: 68px;
    background: url("/2018admission/images/page-titleafter.png") no-repeat right bottom;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
  #mainimgs .page-title:before {
    width: 50px;
    height: 319px;
    background-size: contain;
    left: -50px;
  }
}
.navbtns {
  margin: 0 -20px 0;
}
.navbtns ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 20px;
}
.navbtns li {
  display: table-cell;
}
.navbtns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #273166;
  line-height: 1.2;
  min-height: 90px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 0 60px 0 7px;
  background-repeat: no-repeat;
  background-image: url("/2018admission/images/arrow-down.png");
  background-position: right 20px center;
  overflow: hidden;
}
.navbtns a i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  z-index: 1;
  position: relative;
  font-size: 70px;
  letter-spacing: -0.06em;
  font-family: "UD陔打 戊件犯件旦90 EL", "UD Shin Go Conde90 EL", sans-serif;
  white-space: nowrap;
}
.navbtns a i img {
  vertical-align: middle;
}
.navbtns a span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 24px;
}
.navbtns a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -51px;
  left: -51px;
  z-index: 0;
  border: 50px solid #1e94df;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbtns a.sec01:before {
  border-color: #22b773;
}
.navbtns a.sec02:before {
  border-color: #ff825a;
}

@media screen and (max-width: 1039px) {
  .navbtns a {
    font-size: 1.25em;
    min-height: 60px;
    padding-right: 40px;
    background-size: 20px auto;
    background-position: right 10px center;
  }
  .navbtns a i {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    font-size: 46px;
  }
  .navbtns a:before {
    border-width: 30px;
    top: -30px;
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .navbtns {
    margin: 0 0 20px;
  }
  .navbtns ul {
    display: block;
    width: 100%;
  }
  .navbtns li {
    display: block;
  }
  .navbtns li + li {
    margin-top: 10px;
  }
}
/* header
-------------------------------------------------------- */
.btn-admission2018 {
  display: block;
  position: relative;
  background: #00236a;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.75em;
  height: 80px;
  line-height: 80px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-admission2018:hover {
  color: #fff;
  background-color: #002b84;
}
.btn-admission2018:after {
  content: "";
  display: inline-block;
  width: 8px;
  padding: 15px 0 0;
  background: url("/2018admission/images/arrow-next.png") no-repeat center;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.btn-admission2018:visited {
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .btn-admission2018 {
    font-size: 1em;
    height: 60px;
    line-height: 60px;
    padding-right: 10px;
  }
  .btn-admission2018:after {
    right: 10px;
  }
}
.section-block {
  margin: 0 auto 55px;
  background-color: #FFF;
}
.section-block .block-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #273166;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  border-style: solid;
  border-width: 0 0 5px;
  border-color: #1e94df;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  min-height: 95px;
}
.section-block .block-heading .num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  font-family: "UD陔打 戊件犯件旦90 EL", "UD Shin Go Conde90 EL", sans-serif;
  font-size: 80px;
  letter-spacing: -0.06em;
  white-space: nowrap;
  text-align: left;
}
.section-block .block-heading span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.section-block .block-heading .num + span {
  text-align: left;
}
.section-block .block-heading strong {
  color: #FEC14B;
}
.section-block .block-heading small {
  display: block;
  margin: 0 0 0.2em;
  font-size: 0.75em;
}
.section-block .block-heading:before, .section-block .block-heading:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  border: 50px solid #1e94df;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-block .block-heading:before {
  top: -51px;
  left: -51px;
}
.section-block .block-heading:after {
  right: -51px;
  bottom: -51px;
}
.section-block.s01 .block-heading {
  border-color: #22b773;
}
.section-block.s01 .block-heading:before, .section-block.s01 .block-heading:after {
  border-color: #22b773;
}
.section-block.s02 .block-heading {
  border-color: #ff825a;
}
.section-block.s02 .block-heading:before, .section-block.s02 .block-heading:after {
  border-color: #ff825a;
}
.section-block .catch {
  border-style: solid;
  border-width: 10px;
  font-size: 1.875em;
  font-weight: bold;
  text-align: center;
  line-height: 1.66667;
  padding: 15px 5px;
  margin: 0;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #1e94df;
}
.section-block .catch:first-child:last-child {
  font-size: 2.5em;
}
.section-block.s01 {
  margin-bottom: 37px;
}
.section-block.s01 .catch {
  border-color: #22B773;
}
.section-block.s02 .catch {
  border-color: #ff825a;
}
.section-block .catches {
  margin: 0 -18px 37px;
}
.section-block .catches .row {
  display: table;
  width: 100%;
  border-spacing: 18px 0;
  table-layout: fixed;
}
.section-block .catches .row .catch {
  display: table-cell;
}
.section-block .catches .row + .row {
  margin-top: 19px;
}
.section-block.s01 .catches {
  margin-bottom: 37px;
}
.section-block .btns li {
  display: block;
}
.section-block .btns li + li {
  margin-top: 30px;
}
.section-block .btns:first-child {
  margin-top: 47px;
}
.section-block .lead {
  margin-bottom: 50px;
}
.section-block .block-body {
  padding: 30px 35px 55px;
}

/* block-heading
-------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .section-block .block-heading {
    font-size: 1.125em;
    min-height: 60px;
    border-width: 0 0 3px;
    padding: 6px 10px;
  }
  .section-block .block-heading .num {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    font-size: 46px;
  }
  .section-block .block-heading .num img {
    height: 30px;
    width: auto;
  }
  .section-block .block-heading:before, .section-block .block-heading:after {
    border-width: 30px;
  }
  .section-block .block-heading:before {
    top: -30px;
    left: -30px;
  }
  .section-block .block-heading:after {
    right: -30px;
    bottom: -30px;
  }
}
/* block-body
-------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .section-block .catch {
    border-width: 5px;
    font-size: 1em;
    padding: 10px 5px;
  }
  .section-block .catch:first-child:last-child {
    font-size: 1em;
  }
  .section-block .catches {
    margin: 0 0 15px;
  }
  .section-block .catches .row {
    display: block;
    border-spacing: 10px 0;
  }
  .section-block .catches .row .catch {
    display: block;
  }
  .section-block .catches .row .catch + .catch {
    margin-top: 10px;
  }
  .section-block .catches .row + .row {
    margin-top: 10px;
  }
  .section-block.s01 .catches {
    margin-bottom: 20px;
  }
  .section-block .btns li + li, .section-block .btns:first-child {
    margin-top: 10px;
  }
  .section-block .lead {
    margin-bottom: 10px;
  }
  .section-block .block-body {
    padding: 10px 15px 20px;
  }
}


