.p-sec__header--top {
  padding-bottom: 20px;
}

.illust-pencil {
  display: inline-block;
  padding-left: 120px;
  margin: 40px auto 0;
}

.illust-pencil img {
  width: 200px;
}

.p-anchor {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}

.p-anchor a {
  width: 300px;
  border-radius: 50vw;
  background-color: #4d8290;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 6px 0;
}

.p-anchor a:nth-child(1) {
  margin-right: 10px;
}

.p-admission--temporary .p-sec__header--h3 {
  width: 777px;
  margin-bottom: 0;
}

.p-admission--temporary .p-sec__header--h4 {
  width: 777px;
  margin: 0 auto;
}

.p-admission--temporary .p-admission-title-under {
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
}

.p-admission--temporary .p-admission__stepblock dt {
  background-color: #e6f5f4;
}

.p-admission--temporary .p-admission__stepblock dt .fw-normal {
  font-weight: 300;
}

.p-admission--temporary .p-admission__stepblock:nth-child(2) .p-illust {
  left: auto;
  right: 130px;
}

.p-admission--temporary .p-admission__stepblock:nth-child(3) .p-illust {
  width: 36px;
  position: absolute;
  top: 20px;
  right: 50px;
}

.p-admission__other--temporary h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.p-admission__other--temporary .c-blue {
  font-size: 24px;
  color: #58a2b4;
  margin-top: 80px;
  margin-bottom: 0;
}

.p-admission__other--temporary dt {
  font-weight: bold;
  margin-top: 20px;
}

.p-admission__other--temporary .p-illust--stump {
  position: absolute;
  width: 100px;
  top: 231px;
  left: -110px;
}

.p-admission__other--temporary .p-illust--deer {
  position: absolute;
  width: 75px;
  bottom: 0px;
  right: -100px;
}

@media only screen and (max-width: 767px) {
  .p-anchor a {
    width: 44%;
    padding: 16px 0;
  }

  .p-admission--temporary .p-sec__header--h3 {
    width: 63vw;
  }

  .p-admission--temporary .p-sec__header--h4 {
    width: 63vw;
    margin-bottom: 20vw;
  }

  .p-admission--temporary .p-admission-title-under {
    font-size: 3.6vw;
    white-space: normal;
  }

  .p-admission--temporary .p-admission__stepblock:nth-child(1) dt {
    padding: 8px 15px;
  }

  .p-admission--temporary .p-admission__stepblock:nth-child(1) dt .fw-normal {
    display: inline-block;
    text-align: left;
  }

  .p-admission--temporary .p-admission__stepblock:nth-child(2) .p-illust {
    display: none;
  }

  .p-admission--temporary .p-admission__stepblock:nth-child(3) .p-illust {
    right: 10px;
    width: 45px;
    top: 0px;
  }

  .p-admission__other--temporary .c-blue {
    margin-top: 104px;
  }


  .p-admission__other--temporary .p-illust--stump {
    left: -19px;
    top: 27%;
  }

  .p-admission__other--temporary .p-illust--deer {
    right: -19px;
    width: 64px;
    bottom: -118px;
  }

  .p-admission--temporary .p-admission__body {
    padding-bottom: 46vw;
  } 
}