.examinee.special#index .anony {
  position: relative;
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .examinee.special#index .anony {
    padding: 30px 0;
  }
}

.examinee.special#index .anony:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 130px 0 0;
  border-color: #DCDCDC transparent transparent transparent;
}

@media only screen and (max-width: 767px) {
  .examinee.special#index .anony:before {
    border-width: 75px 75px 0 0;
  }
}

.examinee.special#index .anony:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 360px 432px;
  border-color: transparent transparent #DCDCDC transparent;
}

@media only screen and (max-width: 767px) {
  .examinee.special#index .anony:after {
    border-width: 0 0 210px 290px;
  }
}

.examinee.special#index .anony__menus__hl {
  color: #00509D;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.78125;
  margin-bottom: 90px;
  font-family: NotoSerifCJKjp;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .examinee.special#index .anony__menus__hl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.examinee.special#index .anony__menus__menuList__item {
  float: left;
  width: 556px;
  margin-left: calc(1156px - (556px * 2));
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .examinee.special#index .anony__menus__menuList__item {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.examinee.special#index .anony__menus__menuList__item:nth-child(odd) {
  margin-left: 0;
  clear: both;
}

.examinee.special#index .anony__menus__menuList__item__anchor {
  display: block;
  box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  overflow: hidden;
}

.examinee.special#index .anony__menus__menuList__item__anchor:hover {
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.175);
}

.examinee.special#index .anony__menus__menuList__item__anchor__texts {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .examinee.special#index .anony__menus__menuList__item__anchor__texts {
    padding: 15px;
  }
}

.examinee.special#index .anony__menus__menuList__item__anchor__texts__title {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .examinee.special#index .anony__menus__menuList__item__anchor__texts__title {
    margin-bottom: 10px;
  }
}

.examinee.special#index .anony__menus__menuList__item__anchor__texts__title > span {
  display: inline-block;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: NotoSerifCJKjp;
  font-weight: 400;
  text-decoration: underline;
  color: #00509D;
}

@media only screen and (max-width: 767px) {
  .examinee.special#index .anony__menus__menuList__item__anchor__texts__title > span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.examinee.special#index .anony__menus__menuList__item__anchor__texts__explain {
  color: #000000;
}

.examinee.special#index .anony__bnrs {
  position: relative;
  margin-top: 40px;
  z-index: 2;
}
