/* line 1, ../sass/input.scss */
label.cus-checkbox-type1 {
  margin-bottom: 0;
  cursor: pointer;
}
/* line 4, ../sass/input.scss */
label.cus-checkbox-type1 input {
  display: none;
}
/* line 10, ../sass/input.scss */
label.cus-checkbox-type1 input:checked + div:after {
  display: block;
  content: "";
  left: 3px;
  top: 0px;
  width: 5px;
  height: 9px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 25, ../sass/input.scss */
label.cus-checkbox-type1 div {
  display: inline-block;
  position: relative;
  margin-bottom: -2px;
  width: 13px;
  height: 13px;
  border: 1px solid #cccccc;
  margin-right: 3px;
}
/* line 34, ../sass/input.scss */
label.cus-checkbox-type1 div:after {
  content: "";
  position: absolute;
  display: none;
}
/* line 44, ../sass/input.scss */
label.cus-checkbox-type1.middle-size input:checked + div:after {
  left: 5px;
  top: 0px;
  width: 7px;
  height: 13px;
}
/* line 52, ../sass/input.scss */
label.cus-checkbox-type1.middle-size div {
  width: 18px;
  height: 18px;
}

/* line 60, ../sass/input.scss */
label.cus-radio-type1 {
  margin-bottom: 0;
  cursor: pointer;
}
/* line 63, ../sass/input.scss */
label.cus-radio-type1 input {
  display: none;
}
/* line 69, ../sass/input.scss */
label.cus-radio-type1 input:checked + div:after {
  display: block;
  content: "";
  left: 3px;
  top: 3px;
  width: 7px;
  height: 7px;
  background-color: #666;
  border-radius: 100%;
}
/* line 82, ../sass/input.scss */
label.cus-radio-type1 div {
  display: inline-block;
  position: relative;
  margin-bottom: -2px;
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc;
  margin-right: 3px;
  border-radius: 100%;
}
/* line 92, ../sass/input.scss */
label.cus-radio-type1 div:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 103, ../sass/input.scss */
label.cus-radio-type2-category-select {
  margin-bottom: 0;
  cursor: pointer;
}
/* line 106, ../sass/input.scss */
label.cus-radio-type2-category-select input {
  display: none;
}
/* line 112, ../sass/input.scss */
label.cus-radio-type2-category-select input:checked + div:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: calc( 100% + 2px );
  border-bottom: 2px solid #0095be;
}
/* line 126, ../sass/input.scss */
label.cus-radio-type2-category-select.pink-b-b input:checked + div:after {
  border-bottom: 2px solid #ef83ae;
}
/* line 132, ../sass/input.scss */
label.cus-radio-type2-category-select div {
  display: inline-block;
  position: relative;
  border: 1px solid #cccccc;
  padding: 0 5px;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  line-height: 27px;
}

/* line 148, ../sass/input.scss */
label.cus-modal-class-discuss-unit-radio {
  margin-bottom: 0;
  cursor: pointer;
}
/* line 151, ../sass/input.scss */
label.cus-modal-class-discuss-unit-radio input {
  display: none;
}
/* line 155, ../sass/input.scss */
label.cus-modal-class-discuss-unit-radio input:checked + div {
  background-color: #00acf3;
}
/* line 157, ../sass/input.scss */
label.cus-modal-class-discuss-unit-radio input:checked + div:after {
  border-color: transparent transparent transparent #00aaf3;
}
/* line 162, ../sass/input.scss */
label.cus-modal-class-discuss-unit-radio div {
  display: inline-block;
  background-color: #999;
  color: #fff;
  padding: 0px 5px;
  font-weight: bold;
  position: relative;
  font-size: 0.9375rem;
  line-height: 24px;
  margin-right: 20px;
  margin-bottom: 5px;
}
/* line 173, ../sass/input.scss */
label.cus-modal-class-discuss-unit-radio div:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 10px;
  border-color: transparent transparent transparent #999;
  position: absolute;
  right: -10px;
  top: 0;
}

/* line 192, ../sass/input.scss */
.cus-checkbox-type2-group {
  display: inline-block;
}

/* line 196, ../sass/input.scss */
label.cus-checkbox-type2 {
  margin-bottom: 5px;
  color: #666;
  cursor: pointer;
}
/* line 200, ../sass/input.scss */
label.cus-checkbox-type2 input {
  display: none;
}
/* line 204, ../sass/input.scss */
label.cus-checkbox-type2 input:checked + div {
  background-color: #cceef2;
}
/* line 206, ../sass/input.scss */
label.cus-checkbox-type2 input:checked + div:after {
  right: 0;
  left: auto;
  background-color: #00acbe;
}
/* line 213, ../sass/input.scss */
label.cus-checkbox-type2 div {
  display: inline-block;
  width: 30px;
  height: 12px;
  border-radius: 120px;
  background-color: #ddd;
  position: relative;
  margin-right: 10px;
}
/* line 222, ../sass/input.scss */
label.cus-checkbox-type2 div:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #999;
  position: absolute;
  left: 0;
  top: -2px;
}

/* line 237, ../sass/input.scss */
.type1-form-group {
  margin-bottom: 40px;
  position: relative;
}
/* line 241, ../sass/input.scss */
.type1-form-group textarea {
  min-height: 175px;
  padding: 10px 10px;
}
/* line 246, ../sass/input.scss */
.type1-form-group .font-text-unit-block {
  position: relative;
}
/* line 248, ../sass/input.scss */
.type1-form-group .font-text-unit-block > input[type="text"], .type1-form-group .font-text-unit-block input[type="password"], .type1-form-group .font-text-unit-block input[type="email"], .type1-form-group .font-text-unit-block input[type="number"] {
  padding-left: 52px;
}
/* line 251, ../sass/input.scss */
.type1-form-group .font-text-unit-block .font-text-unit {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 5px 0 15px;
  color: #666;
}
/* line 263, ../sass/input.scss */
.type1-form-group .text-unit-block {
  position: relative;
}
/* line 265, ../sass/input.scss */
.type1-form-group .text-unit-block > input[type="text"], .type1-form-group .text-unit-block input[type="password"], .type1-form-group .text-unit-block input[type="email"], .type1-form-group .text-unit-block input[type="number"] {
  padding-right: 52px;
}
/* line 268, ../sass/input.scss */
.type1-form-group .text-unit-block .text-unit {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 15px 0 5px;
  color: #666;
}
/* line 280, ../sass/input.scss */
.type1-form-group .text-prompt-block {
  position: relative;
}
/* line 283, ../sass/input.scss */
.type1-form-group .text-prompt-block .text-prompt {
  position: absolute;
  right: -40px;
  top: 9px;
  cursor: pointer;
}
/* line 288, ../sass/input.scss */
.type1-form-group .text-prompt-block .text-prompt img {
  width: 30px;
}
/* line 294, ../sass/input.scss */
.type1-form-group .text-list-block {
  position: relative;
}
/* line 296, ../sass/input.scss */
.type1-form-group .text-list-block > input[type="text"], .type1-form-group .text-list-block input[type="password"], .type1-form-group .text-list-block input[type="email"], .type1-form-group .text-list-block input[type="number"] {
  padding-left: 58px;
}
/* line 299, ../sass/input.scss */
.type1-form-group .text-list-block .text-list-number {
  display: inline-block;
  line-height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  text-align: center;
  color: #333;
  border-right: 1px solid #999;
}
/* line 313, ../sass/input.scss */
.type1-form-group .text-list-block-add img {
  width: 14px;
  margin-top: -4px;
  margin-left: 2px;
}

/* line 323, ../sass/input.scss */
.type1-form-btn {
  background-color: #00a0c8;
  min-width: 160px;
  padding: 5px;
  margin: 0 5px;
}

@media (max-width: 991px) {
  /* line 331, ../sass/input.scss */
  .type1-form-btn {
    margin: 0;
    margin-bottom: 10px;
  }
}
/* line 337, ../sass/input.scss */
.type1-form-label-control {
  width: 100%;
  font-weight: 500;
  color: #333;
}

/* line 343, ../sass/input.scss */
input[type="text"].type1-form-input-control, input[type="password"].type1-form-input-control, input[type="email"].type1-form-input-control, input[type="number"].type1-form-input-control {
  width: 100%;
  padding: 10px 10px;
}

/* line 356, ../sass/input.scss */
.type1-custom-select {
  position: relative;
}

/* line 360, ../sass/input.scss */
.type1-custom-select.no-border .type1-select-selected {
  border: 0;
}

/* line 364, ../sass/input.scss */
.type1-custom-select.no-background-color .type1-select-selected {
  background-color: inherit;
}

/* line 368, ../sass/input.scss */
.type1-custom-select select {
  display: none;
}

/* line 374, ../sass/input.scss */
.type1-select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #666 transparent transparent transparent;
}

/* line 385, ../sass/input.scss */
.type1-select-selected.type1-select-arrow-active:after {
  /*border-color: transparent transparent #666 transparent;*/
  /*top: 7px;*/
}

/* line 390, ../sass/input.scss */
.type1-select-items div, .type1-select-selected {
  color: #666;
  padding: 0px 16px;
  border: 1px solid #999;
  cursor: pointer;
  user-select: none;
  min-height: 48px;
  line-height: 46px;
}

/* line 400, ../sass/input.scss */
.type1-select-selected {
  background-color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
}

/* line 408, ../sass/input.scss */
.input-control-group .type1-custom-select .type1-select-selected, .input-control-group-full .type1-custom-select .type1-select-selected {
  min-height: 28px;
  line-height: 28px;
  padding-left: 0;
}

/* line 414, ../sass/input.scss */
.input-control-group .type1-custom-select .type1-select-items div, .input-control-group-full .type1-custom-select .type1-select-items div {
  min-height: 28px;
  line-height: 28px;
  padding-left: 5px;
}

/* line 420, ../sass/input.scss */
.input-control-group .type1-custom-select .type1-select-selected:after, .input-control-group-full .type1-custom-select .type1-select-selected:after {
  top: 13px;
}

/* line 424, ../sass/input.scss */
.type1-select-items {
  position: absolute;
  background-color: #fff;
  top: calc( 100% + 2px );
  left: 0;
  /*right: 0;*/
  z-index: 99;
  box-shadow: 2px 2px 6px #666666;
  max-height: 240px;
  overflow-y: auto;
  min-width: 100%;
}

/* line 437, ../sass/input.scss */
.type1-select-items > div {
  border: 0;
  white-space: nowrap;
}

/* line 442, ../sass/input.scss */
.type1-select-hide {
  display: none;
}

/* line 446, ../sass/input.scss */
.type1-select-items div:hover, .type1-same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 467, ../sass/input.scss */
.type2-custom-select {
  position: relative;
}

/* line 471, ../sass/input.scss */
.type2-custom-select.no-border .type2-select-selected {
  border: 0;
}

/* line 475, ../sass/input.scss */
.type2-custom-select.no-background-color .type2-select-selected {
  background-color: inherit;
}

/* line 479, ../sass/input.scss */
.type2-custom-select select {
  display: none;
}

/* line 485, ../sass/input.scss */
.type2-select-selected:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #666 transparent transparent transparent;
}

/* line 496, ../sass/input.scss */
.type2-select-selected.type2-select-arrow-active:after {
  /*border-color: transparent transparent #666 transparent;*/
  /*top: 7px;*/
}

/* line 501, ../sass/input.scss */
.type2-select-items div, .type2-select-selected {
  color: #666;
  padding: 0px 16px;
  border: 1px solid #00acbe;
  cursor: pointer;
  user-select: none;
  min-height: 32px;
  line-height: 30px;
}

/* line 511, ../sass/input.scss */
.type2-select-selected {
  background-color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
}

/* line 519, ../sass/input.scss */
.type2-select-items {
  position: absolute;
  background-color: #fff;
  top: calc( 100% + 2px );
  left: 0;
  /*right: 0;*/
  z-index: 99;
  box-shadow: 2px 2px 6px #666666;
  max-height: 240px;
  overflow-y: auto;
  min-width: 100%;
}

/* line 532, ../sass/input.scss */
.type2-select-items > div {
  border: 0;
  white-space: nowrap;
}

/* line 537, ../sass/input.scss */
.type2-select-hide {
  display: none;
}

/* line 541, ../sass/input.scss */
.type2-select-items div:hover, .type2-same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 553, ../sass/input.scss */
.type3-custom-select {
  position: relative;
}

/* line 557, ../sass/input.scss */
.type3-custom-select.no-border .type3-select-selected {
  border: 0;
}

/* line 561, ../sass/input.scss */
.type3-custom-select.no-background-color .type3-select-selected {
  background-color: inherit;
}

/* line 565, ../sass/input.scss */
.type3-custom-select select {
  display: none;
}

/* line 571, ../sass/input.scss */
.type3-select-selected:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #666 transparent transparent transparent;
}

/* line 582, ../sass/input.scss */
.type3-select-items div, .type3-select-selected {
  color: #666;
  padding: 0px 16px;
  border: 1px solid #999;
  cursor: pointer;
  user-select: none;
  min-height: 24px;
  line-height: 22px;
  font-size: 0.875rem;
}

/* line 593, ../sass/input.scss */
.type3-select-selected {
  background-color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
}

/* line 601, ../sass/input.scss */
.type3-select-items {
  position: absolute;
  background-color: #fff;
  top: calc( 100% + 2px );
  left: 0;
  /*right: 0;*/
  z-index: 99;
  box-shadow: 2px 2px 6px #666666;
  max-height: 240px;
  overflow-y: auto;
  min-width: 100%;
}

/* line 614, ../sass/input.scss */
.type3-select-items > div {
  border: 0;
  padding: 1px 16px;
  white-space: nowrap;
}

/* line 620, ../sass/input.scss */
.type3-select-hide {
  display: none;
}

/* line 624, ../sass/input.scss */
.type3-select-items div:hover, .type3-same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 646, ../sass/input.scss */
.type3-btn-form-file-block {
  font-size: 1rem;
}
/* line 648, ../sass/input.scss */
.type3-btn-form-file-block label {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  background-color: #00acbe;
  display: inline-block;
  padding: 5px 10px;
  white-space: nowrap;
  margin-bottom: 0px;
}
/* line 660, ../sass/input.scss */
.type3-btn-form-file-block label img {
  height: 24px;
  vertical-align: middle;
}
/* line 665, ../sass/input.scss */
.type3-btn-form-file-block label span {
  vertical-align: middle;
}
/* line 670, ../sass/input.scss */
.type3-btn-form-file-block input[type="file"] {
  display: none;
}

/* line 677, ../sass/input.scss */
.type4-form-file-block .type4-form-file-control {
  position: relative;
}
/* line 679, ../sass/input.scss */
.type4-form-file-block .type4-form-file-control label {
  position: absolute;
  right: 15px;
  top: 7px;
  background-color: #00acbe;
  color: #fff;
  cursor: pointer;
  padding: 3px 20px;
  min-width: 120px;
  text-align: center;
  margin-bottom: 0;
}
/* line 692, ../sass/input.scss */
.type4-form-file-block .type4-form-file-control .upload-file-text-style {
  width: 100%;
  border: 0;
  color: #666;
  background-color: #ebebeb;
  padding: 10px 15px;
  padding-right: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
/* line 709, ../sass/input.scss */
.type4-form-file-block .type4-form-file-control input[type="file"] {
  display: none;
}

/* line 717, ../sass/input.scss */
.type5-form-file-block .type5-form-file-control {
  position: relative;
}
/* line 719, ../sass/input.scss */
.type5-form-file-block .type5-form-file-control label {
  position: absolute;
  right: 5px;
  top: 4px;
  background-color: #00acbe;
  color: #fff;
  cursor: pointer;
  padding: 0px 5px;
  min-width: 60px;
  text-align: center;
  margin-bottom: 0;
  line-height: 21px;
  font-size: 0.9375rem;
}
/* line 734, ../sass/input.scss */
.type5-form-file-block .type5-form-file-control .upload-file-text-style {
  width: 100%;
  color: #999;
  border: 1px solid #ccc;
  padding: 2px 5px;
  padding-right: 70px;
  font-size: 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
/* line 751, ../sass/input.scss */
.type5-form-file-block .type5-form-file-control input[type="file"] {
  display: none;
}

@media (max-width: 510px) {
  /* line 759, ../sass/input.scss */
  .type4-form-file-block .type4-form-file-control label {
    padding: 3px 0;
    min-width: 70px;
  }

  /* line 763, ../sass/input.scss */
  .type4-form-file-block .type4-form-file-control .upload-file-text-style {
    padding-right: 100px;
  }
}
/* line 771, ../sass/input.scss */
.slide-range-want-learn-new-block {
  padding: 0 15px;
  background-color: #ebebeb;
  height: 44px;
}
/* line 776, ../sass/input.scss */
.slide-range-want-learn-new-block .customer-slide-pips {
  position: relative;
  height: 20px;
  line-height: 16px;
}
/* line 780, ../sass/input.scss */
.slide-range-want-learn-new-block .customer-slide-pips span {
  color: #777;
  font-size: 0.625rem;
  font-weight: bold;
  position: absolute;
  top: 2px;
}
/* line 787, ../sass/input.scss */
.slide-range-want-learn-new-block .customer-slide-pips span:first-child {
  left: 0;
}
/* line 792, ../sass/input.scss */
.slide-range-want-learn-new-block .customer-slide-pips span:nth-child(2) {
  left: 21.052631%;
  transform: translateX(-38%);
}
/* line 797, ../sass/input.scss */
.slide-range-want-learn-new-block .customer-slide-pips span:nth-child(3) {
  left: 47.368421%;
  transform: translateX(-50%);
}
/* line 803, ../sass/input.scss */
.slide-range-want-learn-new-block .customer-slide-pips span:nth-child(4) {
  left: 73.68421%;
  transform: translateX(-68%);
}
/* line 808, ../sass/input.scss */
.slide-range-want-learn-new-block .customer-slide-pips span:last-child {
  right: 0;
}
/* line 813, ../sass/input.scss */
.slide-range-want-learn-new-block .ui-widget.ui-widget-content {
  border: 2px solid #00acbe;
  border-right: 8px solid #00acbe;
  border-left: 8px solid #00acbe;
}
/* line 818, ../sass/input.scss */
.slide-range-want-learn-new-block .ui-slider-horizontal {
  height: 6px;
}
/* line 822, ../sass/input.scss */
.slide-range-want-learn-new-block .ui-slider .ui-slider-range {
  border-top: 1px solid #00acbe;
  border-bottom: 1px solid #00acbe;
}
/* line 827, ../sass/input.scss */
.slide-range-want-learn-new-block .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 11px;
  height: 11px;
  /*cursor: default;*/
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 100%;
  cursor: pointer;
  /*box-shadow: 1px 1px 0px rgba(0,0,0,0.3);*/
  transform: translateX(35%);
}
/* line 841, ../sass/input.scss */
.slide-range-want-learn-new-block .ui-state-default, .slide-range-want-learn-new-block .ui-button {
  border: 1px solid #00acbe;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  background: #00acbe;
}
/* line 849, ../sass/input.scss */
.slide-range-want-learn-new-block .ui-state-hover, .slide-range-want-learn-new-block .ui-state-focus, .slide-range-want-learn-new-block .ui-button:hover, .slide-range-want-learn-new-block .ui-button:focus {
  border: 1px solid #00acbe;
  background: #00acbe;
  font-weight: normal;
  color: #2b2b2b;
}
/* line 856, ../sass/input.scss */
.slide-range-want-learn-new-block .ui-slider .ui-slider-handle span.min, .slide-range-want-learn-new-block .ui-slider .ui-slider-handle span.max {
  position: absolute;
  top: 120%;
  left: 50%;
  text-decoration: none;
  transform: translateX(-50%);
  color: #9fa0a0;
  font-size: 0.625rem;
  font-weight: bold;
}

/* line 870, ../sass/input.scss */
.slide-range-want-teach-new-block {
  padding: 0 15px;
  background-color: #ebebeb;
  height: 44px;
}
/* line 875, ../sass/input.scss */
.slide-range-want-teach-new-block .customer-slide-pips {
  position: relative;
  height: 20px;
  line-height: 16px;
}
/* line 879, ../sass/input.scss */
.slide-range-want-teach-new-block .customer-slide-pips span {
  color: #777;
  font-size: 0.625rem;
  font-weight: bold;
  position: absolute;
  top: 2px;
}
/* line 886, ../sass/input.scss */
.slide-range-want-teach-new-block .customer-slide-pips span:first-child {
  left: 0;
}
/* line 891, ../sass/input.scss */
.slide-range-want-teach-new-block .customer-slide-pips span:nth-child(2) {
  left: 25%;
  transform: translateX(-20%);
}
/* line 896, ../sass/input.scss */
.slide-range-want-teach-new-block .customer-slide-pips span:nth-child(3) {
  left: 50%;
  transform: translateX(-50%);
}
/* line 902, ../sass/input.scss */
.slide-range-want-teach-new-block .customer-slide-pips span:nth-child(4) {
  left: 75%;
  transform: translateX(-80%);
}
/* line 907, ../sass/input.scss */
.slide-range-want-teach-new-block .customer-slide-pips span:last-child {
  right: 0;
}
/* line 912, ../sass/input.scss */
.slide-range-want-teach-new-block .ui-widget.ui-widget-content {
  border: 2px solid #ef83ae;
  border-right: 8px solid #ef83ae;
  border-left: 8px solid #ef83ae;
}
/* line 917, ../sass/input.scss */
.slide-range-want-teach-new-block .ui-slider-horizontal {
  height: 6px;
}
/* line 921, ../sass/input.scss */
.slide-range-want-teach-new-block .ui-slider .ui-slider-range {
  border-top: 1px solid #ef83ae;
  border-bottom: 1px solid #ef83ae;
}
/* line 926, ../sass/input.scss */
.slide-range-want-teach-new-block .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 11px;
  height: 11px;
  /*cursor: default;*/
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 100%;
  cursor: pointer;
  /*box-shadow: 1px 1px 0px rgba(0,0,0,0.3);*/
  transform: translateX(35%);
}
/* line 940, ../sass/input.scss */
.slide-range-want-teach-new-block .ui-state-default, .slide-range-want-teach-new-block .ui-button {
  border: 1px solid #ef83ae;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  background: #ef83ae;
}
/* line 948, ../sass/input.scss */
.slide-range-want-teach-new-block .ui-state-hover, .slide-range-want-teach-new-block .ui-state-focus, .slide-range-want-teach-new-block .ui-button:hover, .slide-range-want-teach-new-block .ui-button:focus {
  border: 1px solid #ef83ae;
  background: #ef83ae;
  font-weight: normal;
  color: #2b2b2b;
}
/* line 955, ../sass/input.scss */
.slide-range-want-teach-new-block .ui-slider .ui-slider-handle span.min, .slide-range-want-teach-new-block .ui-slider .ui-slider-handle span.max {
  position: absolute;
  top: 120%;
  left: 50%;
  text-decoration: none;
  transform: translateX(-50%);
  color: #9fa0a0;
  font-size: 0.625rem;
  font-weight: bold;
}

/* line 970, ../sass/input.scss */
.rate-select-block-type1 {
  padding: 0 10px;
  display: inline-block;
}
/* line 975, ../sass/input.scss */
.rate-select-block-type1:not(:checked) > input {
  display: none;
}
/* line 978, ../sass/input.scss */
.rate-select-block-type1:not(:checked) > label {
  float: right;
  width: 24px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  color: #ccc;
  margin-bottom: 0;
  margin: 0 2px;
}
/* line 988, ../sass/input.scss */
.rate-select-block-type1:not(:checked) > label:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../images/modal2_class_star_line.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
/* line 1001, ../sass/input.scss */
.rate-select-block-type1 > input:checked ~ label:before {
  background-image: url(../images/modal2_class_star.png);
}
/* line 1004, ../sass/input.scss */
.rate-select-block-type1:not(:checked) > label:hover:before, .rate-select-block-type1:not(:checked) > label:hover ~ label:before {
  background-image: url(../images/modal2_class_star.png);
}

/* line 1011, ../sass/input.scss */
.rate-select-block-type2 {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
/* line 1017, ../sass/input.scss */
.rate-select-block-type2:not(:checked) > input {
  display: none;
}
/* line 1020, ../sass/input.scss */
.rate-select-block-type2:not(:checked) > label {
  float: right;
  width: 23px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  color: #ccc;
  margin-bottom: 0;
  margin-right: 2px;
}
/* line 1030, ../sass/input.scss */
.rate-select-block-type2:not(:checked) > label:before {
  content: "";
  width: 23px;
  height: 23px;
  display: block;
  background-image: url(../images/star_gray.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
/* line 1043, ../sass/input.scss */
.rate-select-block-type2 > input:checked ~ label:before {
  background-image: url(../images/star_gold.png);
}
/* line 1046, ../sass/input.scss */
.rate-select-block-type2:not(:checked) > label:hover:before, .rate-select-block-type2:not(:checked) > label:hover ~ label:before {
  background-image: url(../images/star_gold.png);
}
