.eys-form *:not(.eys-form-button),
.eys-form-common-course-block-tab2 .eys-form-search-button,
.eys-form-search-input,
.eys-list:first-of-type {
  border-radius: 0 !important;
}
.eys-form-tab > label.selected {
  background-color: #88ddbb !important;
  border-color: #88ddbb !important;
}
.eys-form-tab > label > span.tabbed {
  background-color: #88ddbb !important;
}
.eys-block-selected {
  background-color: #e0fef1 !important;
}
.eys-block-selected > span,
.eys-list-selected > span,
.eys-form-radio-selected > span,
.eys-form-radio-selected > span,
.eys-block-selected > span {
  background-color: #88ddbb !important;
  border: 2px solid #88ddbb !important;
}
.eys-form-button {
  background-color: #88ddbb;
}
.eys-form-button.eys-form-button-secondary {
  background-color: #ccc;
}
label.eys-list-selected {
  background-color: #e0fef1 !important;
}

/* 申込ボタン PC/SP ラベル画像の二重表示防止（top_b と同内容・フォーム用 CSS のみ読むページ向け） */
#eys-form-submit .eys-form-submit-button-label-pc,
#eys-form-footer-selections .eys-form-submit-button-label-pc {
  display: block !important;
}
#eys-form-submit .eys-form-submit-button-label-sp,
#eys-form-footer-selections .eys-form-submit-button-label-sp {
  display: none !important;
}
@media only screen and (max-width: 500px) {
  #eys-form-submit .eys-form-submit-button-label-pc,
  #eys-form-footer-selections .eys-form-submit-button-label-pc {
    display: none !important;
  }
  #eys-form-submit .eys-form-submit-button-label-sp,
  #eys-form-footer-selections .eys-form-submit-button-label-sp {
    display: block !important;
  }
}
