@charset "UTF-8";

/* メインコンテンツ */

.for_examinee_txt-img-box1 {
  margin: 80px 0;
}

.for_examinee_txt-img-box1 > p{
  padding: 0 0 30px;
  border-bottom: 1px solid #707070;
}

.for_examinee_subttl2 {
  margin: 0 0 15px;
  font-size :16px;
  font-weight: bold;
  color : #7F96C2;
  padding: 0 0 0 18px;
  line-height: 1.65;
  position: relative;
}

.for_examinee_subttl2::before {
  content: "■";
  position: absolute;
  left: 0;
}

.column-txt {
  width: 100%;
}

.column-img {
  width: 100%;
}

.column-img img {
  width: 100%;
}

.column-img > figure {
  text-align: center;
}

.for_examinee_txt-img-box2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 80px;
}

.main_contents > section:last-of-type > .for_examinee_txt-img-box2 {
  margin-bottom: 0;
}


.tit-img-area {
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .column-txt {
    width: 56%;
  }

  .column-img {
    width: 39%;
  }

  .column-img > figure {
    text-align: right;
  }

  .for_examinee_txt-img-box2 {
    margin: 0 0 80px;
  }

  .for_examinee_subttl2 {
    margin: 0 0 30px;
    font-size :20px;
    padding: 0 0 0 20px;
  }

}

@media only screen and (min-width: 874px) {
  .page_nav4_item {
    width: 16.6666%;
  }

  .page_nav4_item:nth-child(2n) {
    border-right: 1px solid #fff;
  }

  .page_nav4_item:nth-child(6) {
    border-right: none;
  }

  .page_nav4_item > a {
    font-size: 18px;
    padding: 14px;
    text-align: center;
  }

}
