.underlayer:not(.exam-item) {
  display: none;
}

.parallax:before {
  background-position: center center !important;
  background-image: url("../images/common/main03.jpg") !important;
}
@media (min-width: 769px) {
  .parallax:before {
    background-position: center 40% !important;
  }
}

@media screen and (max-width: 768px) {
  .top-main {
    padding-bottom: 0;
  }
}

.p-past {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-past {
    padding-bottom: 100px;
  }
}
.p-past .head__02 {
  margin-bottom: 30px;
}

.p-past__group {
  margin-bottom: 100px;
}
.p-past__box {
  max-width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.p-past__wrap {
  display: block;
  width: 50%;
}

.p-past__text {
  text-align: center;
  font-size: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-past__text {
    font-size: 15px;
    white-space: nowrap;
  }
}

.p-past__item {
  margin-top: 10px;
}
.p-past__item > a {
  font-size: 20px;
  color: #00A7EA;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-past__item > a {
    font-size: 18px;
  }
}
.p-past__item > a:hover {
  color: #005BAC;
}
.p-past__item > a:visited {
  color: #ac62ff;
}

.exam-past_exam__text {
  text-align: center;
  font-size: 21px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .exam-past_exam__text {
    font-size: 18px;
  }
}

.exam-past_exam__item:nth-child(n+2) {
  margin-top: 16px;
}
.exam-past_exam__item > a {
  font-size: 21px;
  color: #00A7EA;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .exam-past_exam__item > a {
    font-size: 18px;
  }
}
.exam-past_exam__item > a:hover {
  color: #e95513;
}
.exam-past_exam__item > a:visited {
  color: #e95513;
}