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

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

.examinee.special#feature .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#feature .anony:after {
    border-width: 0 0 210px 290px;
  }
}

.examinee.special#feature .anony__lead {
  text-align: center;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .examinee.special#feature .anony__lead {
    margin-bottom: 35px;
  }
}

.examinee.special#feature .anony__lead__hl {
  color: #00509D;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.78125;
  font-family: NotoSerifCJKjp;
  font-weight: 400;
  margin-bottom: 30px;
}

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

.examinee.special#feature .anony__tabContents {
  margin-bottom: 80px;
}

.examinee.special#feature .anony__tabContents__tabs__list {
  text-align: center;
  font-size: 0;
}

.examinee.special#feature .anony__tabContents__tabs__list__item {
  display: inline-block;
  width: 285px;
  margin-left: 40px;
}

@media only screen and (max-width: 767px) {
  .examinee.special#feature .anony__tabContents__tabs__list__item {
    width: 48%;
    margin-left: 4%;
  }
}

.examinee.special#feature .anony__tabContents__tabs__list__item:first-child {
  margin-left: 0;
}

.examinee.special#feature .anony__tabContents__tabs__list__item__anchor {
  position: relative;
  width: 100%;
  display: table;
  padding: 20px;
  overflow: hidden;
}

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

.examinee.special#feature .anony__tabContents__tabs__list__item__anchor > div {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  color: #00509D;
}

@media only screen and (max-width: 767px) {
  .examinee.special#feature .anony__tabContents__tabs__list__item__anchor > div {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.examinee.special#feature .anony__tabContents__tabs__list__item__anchor:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #00509D;
}

.examinee.special#feature .anony__tabContents__tabs__list__item__anchor.is-clicked {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0057b8+0,008cc9+100 */
  background: #0057b8;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0057b8 0%, #008cc9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057b8', endColorstr='#008cc9',GradientType=1 );
  /* IE6-9 */
}

.examinee.special#feature .anony__tabContents__tabs__list__item__anchor.is-clicked:before {
  border: 2px solid transparent;
}

.examinee.special#feature .anony__tabContents__tabs__list__item__anchor.is-clicked > div {
  color: #fff;
}

.examinee.special#feature .anony__tabContents__tabs[data-pos="above"] .anony__tabContents__tabs__list {
  border-bottom: 2px solid #00509D;
}

.examinee.special#feature .anony__tabContents__tabs[data-pos="above"] .anony__tabContents__tabs__list__item__anchor {
  border-bottom: none;
  border-radius: 12px 12px 0 0;
}

.examinee.special#feature .anony__tabContents__tabs[data-pos="above"] .anony__tabContents__tabs__list__item__anchor:before {
  border-radius: 12px 12px 0 0;
  border-bottom: none;
}

.examinee.special#feature .anony__tabContents__tabs[data-pos="bottom"] .anony__tabContents__tabs__list {
  border-top: 2px solid #00509D;
}

.examinee.special#feature .anony__tabContents__tabs[data-pos="bottom"] .anony__tabContents__tabs__list__item__anchor {
  border-top: none;
  border-radius: 0 0 12px 12px;
}

.examinee.special#feature .anony__tabContents__tabs[data-pos="bottom"] .anony__tabContents__tabs__list__item__anchor:before {
  border-top: none;
  border-radius: 0 0 12px 12px;
}

.examinee.special#feature .anony__tabContents__contents {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .examinee.special#feature .anony__tabContents__contents {
    padding: 45px 0;
  }
}

.examinee.special#feature .anony__tabContents__contents__eachContents__holder {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.6s all ease;
}

.examinee.special#feature .anony__tabContents__contents__eachContents__holder.is-showed {
  opacity: 1;
  transform: translateY(0);
}

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

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

.examinee.special#feature .anony__tabContents__contents__eachContents__holder__items__eachItem {
  margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .examinee.special#feature .anony__tabContents__contents__eachContents__holder__items__eachItem {
    margin-bottom: 30px;
  }
}

.examinee.special#feature .anony__tabContents__contents__eachContents__holder__items__eachItem:last-child {
  margin-bottom: 0;
}

.examinee.special#feature .anony__tabContents__contents__eachContents__holder__items__eachItem__texts {
  text-align: center;
}

.examinee.special#feature .anony__tabContents__contents__eachContents__holder__items__eachItem__texts__num {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -80px;
}

@media only screen and (max-width: 767px) {
  .examinee.special#feature .anony__tabContents__contents__eachContents__holder__items__eachItem__texts__num {
    margin-top: -52px;
  }
}

.examinee.special#feature .anony__tabContents__contents__eachContents__holder__items__eachItem__texts__num > span {
  display: inline-block;
  font-size: 120px;
  font-size: 12rem;
  font-family: 'Playfair Display', serif;
  color: #00509D;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .examinee.special#feature .anony__tabContents__contents__eachContents__holder__items__eachItem__texts__num > span {
    font-size: 82px;
    font-size: 8.2rem;
  }
}

.examinee.special#feature .anony__tabContents__contents__eachContents__holder__items__eachItem__texts__hl {
  color: #00509D;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.78125;
  font-family: NotoSerifCJKjp;
  font-weight: 400;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .examinee.special#feature .anony__tabContents__contents__eachContents__holder__items__eachItem__texts__hl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.examinee.special#feature .anony__tabContents__contents__eachContents__holder__items__eachItem__texts__rt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.5;
}

@media only screen and (max-width: 767px) {
  .examinee.special#feature .anony__tabContents__contents__eachContents__holder__items__eachItem__texts__rt {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
}

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