.c-common-form__customized {
  width: 100%;
  max-width: 1000px;
  background-color: #ffffff;
  margin: 120px auto 0;
}
.c-common-form__customized #eys-form-main .eys-form-header-nav > label {
  -webkit-box-shadow: 0 5px 5px -2px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 5px 5px -2px rgba(0,0,0,0.25);
  box-shadow: 0 5px 5px -2px rgba(0,0,0,0.25);
  background-color: #ffffff;
  border: 3px solid #FDBB66;
  color: #FDBB66;
  width: 120px;
  height: 120px;
  font-size: 24px !important;
  font-weight: 600;
}
.c-common-form__customized #eys-form-main .eys-form-header-nav > label.step {
  background-color: #FFBB11;
  border: 3px solid #ffffff;
  color: #ffffff;
}
.c-common-form__customized #eys-form-main .eys-form-header-nav > .fa-angle-right {
  display: inline-flex;
  position: relative;
  width: 50px;
  height: 1px;
  margin: 60px 15px 0 12px;
  background-color: #FDBB66;
}
.c-common-form__customized #eys-form-main .eys-form-header-nav > .fa-angle-right:before {
  content: "";
  position: inherit;
  background-color: inherit;
  width: 1px;
  height: 19px;
  right: calc( -100% + 4px );
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c-common-form__customized #eys-form-main .eys-form-header-nav > .fa-angle-right:after {
  content: "";
  position: inherit;
  width: 15px;
  height: 15px;
  border-top: 1px solid #FDBB66;
  border-right: 1px solid #FDBB66;
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  top: 50%;
  right: calc(-100% + 13px );
}
.c-common-form__customized .eys-form-title-bar,
.c-common-form__customized .eys-form-header-bar {
  display: none;
}
.c-common-form__customized {
  min-height: 339px;
  padding-bottom: 30px;
}
.c-common-form__customized.lazyloaded {
  background: #ffffff url("/art-college/music/assets/img/common/bg_common_form_header.png") no-repeat;
  background-size: 1000px 339px;
  background-position: center 0;
}
.c-trial-lesson__header {
  padding-top: clamp(30px, 8vw, 50px);
}
.c-trial-lesson__header-img {
  width: 52.5%;
  max-width: 328px;
  margin: 0 auto;
}
.c-trial-lesson__header-desc {
  font-size: 2em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin: clamp(10px, 2.66vw, 100px) auto clamp(20px, 5.33vw, 40px);
  letter-spacing: 2px;
  color: #ffffff;
}
.eys-form-view {
  background-color: #ffffff;
}
.c-trial-lesson__header-img .sp-img {
  display: none;
}
.c-trial-lesson__header-img .pc-img {
  display: block;
  width: 100%;
}
.c-common-form__customized .eys-list.eys-block-selected {
  background: none;
}
.c-common-form__customized .eys-list.eys-form-error-frame {
  background: none;
}
.application_page {
  position: relative;
  bottom: 150px;
}
@media screen and (max-width: 767px) {
  .c-common-form__customized #eys-form-main .eys-form-header-nav > label {
    width: clamp(70px, 18.67vw, 120px);
    height: clamp(70px, 18.67vw, 120px);
    font-size: 1.4em !important;
    line-height: 1;
    letter-spacing: 1px;
  }
  .c-common-form__customized #eys-form-main .eys-form-header-nav > .fa-angle-right {
    width: 16px;
    margin: 9.5vw 8px 0 2px;
  }
  .c-common-form__customized {
    margin-top: 60px;
  }
}
@media screen and (max-width: 375px) {
  .eyskids-music-sp .c-common-form__customized.lazyloaded {
    background: #ffffff url("/art-college/music/assets/img/common/sp_common_formapi_header_bg.png") no-repeat;
    background-size: 375px 230px;
    background-position: center 0;
  }
  .c-trial-lesson__header-img .pc-img {
    display: none;
  }
  .c-trial-lesson__header-img .sp-img {
    display: block;
    width: 100%;
  }
  .c-common-form__customized #eys-form-main .eys-form-header-nav > .fa-angle-right {
    background-color: #ffffff;
  }
  .c-common-form__customized #eys-form-main .eys-form-header-nav > .fa-angle-right:after {
    border-color: #ffffff;
  }
}