.p-acaddev__inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.p-acaddev__kv img {
  width: 100%;
}
.p-acaddev__intro > p:not([class]), .p-acaddev__intro p.text {
  font: 400 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  padding: 30px 20px;
  letter-spacing: .08em;
}
.p-acaddev__intro p.text {
  padding: 20px;
}
.p-acaddev__intro > p.u-text--attention {
  padding: 10px 9% !important;
}
@media screen and (max-width: 767px) {
  .p-acaddev__intro > p:not([class]), .p-acaddev__intro p.text {
    font-size: 14px;
  }
  .p-acaddev__intro p.text {
    padding: 20px;
  }
}
.p-acaddev__intro .c-button--admission {
  padding: 0 20px;
}
.p-acaddev__intro .c-button--admission p {
  font: 500 20px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-acaddev__intro .c-button--admission p {
    font-size: 20px;
  }
}
.p-acaddev__intro .c-button--admission a {
  font-size: 24px !important;
  padding-bottom: 3px;
}
.p-acaddev__voice {
  padding: 0 20px;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
}
.p-acaddev__voice.on {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.p-acaddev__voice-btn {
  text-align: center;
}
.p-acaddev__voice-btn img {
  height: 25px;
  cursor: pointer;
}
