@media screen and (min-width: 769px), print {
  .step-form-header {
    background: #05a4d6;
    background: -webkit-gradient(linear, left top, right top, from(#05a4d6), to(#0167c9));
    background: -webkit-linear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: -moz- oldlinear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: linear-gradient(90deg, #05a4d6 0%, #0167c9 100%);
  }
  .step-form-header .bHeader {
    padding: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .step-form-header .bHeader h1 {
    width: 350px;
  }
  .step-form-header .bHeader .right_label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #8da2a8;
    min-width: 350px;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
  .step-form-header .bHeader .right_label p {
    width: 50%;
    text-align: center;
    font-size: 1.6rem;
    padding: 5px;
    color: #fff;
  }
  .step-form-header .bHeader .right_label p:first-child {
    background: #ee2314;
    position: relative;
  }
  .step-form-header .bHeader .right_label p:first-child:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17px 0 17px 22px;
    border-color: transparent transparent transparent #ee2314;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    right: -22px;
    top: 0;
  }
  .step-form {
    margin-top: 124px;
  }
  .step-form .head-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    -moz-box-shadow: 0px 1px 10px 0px #0000004d;
         box-shadow: 0px 1px 10px 0px #0000004d;
    margin: 50px 0;
  }
  .step-form .head-form h3 {
    font-size: 3rem;
    font-weight: bold;
    /*margin: 0 20px;*/
    color: #0071bb;
  }
  .step-form .head-form .head-form-wrap {
    text-align: left;
    margin-left: 15px;
  }
  .step-form .message {
    width: 50%;
    height: 300px;
    margin: 0 auto;
  }
  .step-form #type_box2 .school_class {
    padding: 30px 20px;
  }
  .step-form #type_box2 .school_class label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
  }
  .step-form .checkbox_group {
    width: 100%;
  }
  .step-form .checkbox_group .type_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .step-form .checkbox_group .school_class {
    font-size: 16px;
    padding: 30px 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px auto;
    font-weight: bold;
    text-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 30%;
    justify-content: center;
    align-items: center;
    position: relative;
    /*&.course2,&.course1 {
              padding-bottom: 0;
              padding-top: 80px;
            }*/
    /*img {
              position: absolute;
              bottom: 0;
              right: 0;
              left: 0;
              margin: 0 auto;
            }*/
  }
  .step-form .checkbox_group .school_class.course_choice_im img {
    margin-top: 15px;
  }
  .step-form .checkbox_group .school_class.high_couse.action {
    display: none !important;
  }
  .step-form .checkbox_group .school_class input:checked + label {
    border: 3px solid #0071bb;
  }
  .step-form .checkbox_group .school_class label {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #dcdddd;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #0071bb;
    /*padding-top: 10px;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
  }
  .step-form .checkbox_group .school_class label:hover {
    border-color: #0071bb;
  }
  .step-form .checkbox_group .other_class {
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px auto;
    font-weight: bold;
    text-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 80%;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .step-form .checkbox_group .other_class label {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #dcdddd;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #0071bb;
  }
  .step-form .checkbox_group .other_class label:hover {
    border-color: #0071bb;
  }
  .step-form .checkbox_group .other_class input:checked + label {
    border: 3px solid #0071bb;
  }
  .step-form .checkbox_group fieldset div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .step-form .checkbox_group fieldset input {
    opacity: 0;
  }
  .step-form #tab_step_4 .form-flx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .step-form #tab_step_4 .form-flx .form-group {
    width: 50%;
  }
  .step-form #tab_step_4 .form-flx .form-group .form-control {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .step-form #tab_step_6 .form-group {
    width: 400px;
    margin: 0 auto 20px;
  }
  .step-form #tab_step_6 .form-group .ttl {
    text-align: left;
    display: inline-block;
  }
  .step-form #tab_step_6 .form-group .form-control {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .step-form #tab_step_7 .form-group label {
    min-width: 130px;
  }
  .step-form #tab_step_7 .form-group .form-control {
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
  }
  .step-form #tab_step_8 .txt_privacy {
    text-align: center;
    font-size: 1.6rem;
  }
  .step-form .bContact_form {
    position: relative;
    padding-bottom: 110px;
    padding: 50px 40px 110px 40px;
    width: 850px;
    margin: 0 auto 50px;
    -moz-box-shadow: 0px 0px 8px #0000004a;
         box-shadow: 0px 0px 8px #0000004a;
  }
  .step-form .send_group {
    margin-top: 50px;
  }
  .step-form .send_group.stepnext {
    text-align: center;
  }
  .step-form .send_group.stepnext .step_btn {
    background: #0071bb;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 220px;
    height: 55px;
    font-size: 1.4rem;
    font-weight: 600;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 auto;
    cursor: pointer;
    border: none;
  }
  .step-form .send_group.stepback {
    margin-top: 30px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    text-align: center;
  }
  .step-form .send_group.stepback .back_btn {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 220px;
    height: 55px;
    font-size: 1.4rem;
    font-weight: 600;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 auto;
    cursor: pointer;
  }
  .step-form .error {
    color: red;
    width: 100%;
    text-align: left;
  }
  .step-form .number {
    display: inline-block;
    font-size: 18px;
    margin: 0 5px;
  }
  .step-form .bar_process_group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .step-form .bar_process {
    width: 80%;
  }
  .step-form #process_persion {
    position: relative;
    height: 25px;
    width: 17%;
    background: #ee2314;
  }
  .step-form #process_persion:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12.5px 0 12.5px 21.7px;
    border-color: transparent transparent transparent #ee2314;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: -20px;
  }
  .step-form .tab_step .step_btn {
    background: #0071bb !important;
    font-size: 1.8rem !important;
  }
  .step-form .ttl {
    text-align: center;
    font-size: 1.8rem !important;
  }
  .step-form .ttl .required {
    color: #e84f23 !important;
    background: none !important;
    border: 1px solid #e84f23;
    padding: 5px;
    font-size: 1.4rem !important;
    margin-right: 10px;
  }
  .step-form .any {
    color: #33adea !important;
    background: none !important;
    border: 1px solid #33adea;
    padding: 5px;
    font-size: 1.4rem !important;
    margin-right: 10px;
  }
  .step-form .bContact_form__form .form-group .form-control {
    font-size: 1.6rem;
    min-height: 45px !important;
    padding: 0 10px;
  }
  .step-form .bContact_form__form .form-group textarea.form-control {
    min-height: 155px !important;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .step-form .wrap_group {
    margin-bottom: 20px;
  }
  .step-form .wrap_group .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .step-form .wrap_group .form-group label {
    font-size: 1.6rem;
    margin: 0 15px;
    min-width: 50px;
    /*text-align: left;
          display: inline-block;*/
  }
  .step-form .wrap_group h4 {
    text-align: center;
    color: #000 !important;
    font-size: 1.8rem !important;
    margin-bottom: 20px;
  }
  .step-form .wrap_group h4 .big {
    font-size: 3rem;
  }
  .step-form .wrap_group h4 .required {
    color: #e84f23 !important;
    background: none !important;
    border: 1px solid #e84f23;
    padding: 5px;
    font-size: 1.4rem !important;
    margin-right: 10px;
  }
  .step-form .wrap_group p {
    text-align: center;
    margin: 10px auto;
    font-size: 1.6rem;
  }
  .step-form .wrap_group p.des {
    text-align: center;
    color: #0071bb;
    font-size: 1.6rem !important;
    margin-top: 20px;
  }
  .step-form .wrap_group small {
    display: block;
    line-height: 1.2;
  }
  .step-form .wrap_group.thank {
    text-align: center;
  }
  .step-form .wrap_group.thank h5 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .step-form .wrap_group.thank p {
    font-size: 1.6rem;
  }
  .step-form .wrap_group.thank p.working_time {
    font-size: 1.8rem;
    color: #e84f23;
  }
  .step-form .wrap_group.thank a {
    font-size: 2.5rem;
    color: #e84f23;
    display: block;
    margin: 20px auto;
  }
  .step-form .wrap_group.thank .contact_info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px auto;
  }
  .step-form .wrap_group.thank .contact_info .contact_label {
    font-size: 1.6rem;
    color: #0071bb;
    margin-right: 10px;
    font-weight: 500;
  }
  .step-form .wrap_group.thank .contact_info .txt_tel {
    font-size: 3.5rem;
    font-weight: bold;
    color: #0071bb;
    display: inline-block;
    margin: 0;
    text-decoration: none;
  }
  .step-form .form-group a.privacy {
    color: #e84f23 !important;
  }
  .step-form .bContact_form__form .send_group.stepback .form-group button.step_btn,
  .step-form .bContact_form__form .send_group.stepback .form-group a.step_btn {
    background-color: #fff !important;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 220px;
    height: 55px;
    font-size: 1.4rem;
    font-weight: 600;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 auto;
    cursor: pointer;
    border: 1px solid #000;
  }
  .step-form .quest_form {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .step-form {
    margin-top: 19.53125vw;
    padding: 0 3.90625vw;
  }
  .step-form .head-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
    -moz-box-shadow: 0px 1px 10px 0px #0000004d;
         box-shadow: 0px 1px 10px 0px #0000004d;
    margin: 50px 0;
  }
  .step-form .head-form .head-form-wrap {
    text-align: left;
  }
  .step-form .head-form h3 {
    font-size: 4.6875vw;
    font-weight: bold;
    /*margin: 0 vw(20);*/
    color: #1c50a1;
  }
  .step-form .head-form span {
    font-size: 3.38542vw;
  }
  .step-form .message {
    width: 100%;
    height: 300px;
    margin: 0 auto;
  }
  .step-form #type_box2 .school_class {
    padding: 3.90625vw 2.60417vw;
  }
  .step-form #type_box2 .school_class label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.38542vw;
  }
  .step-form .checkbox_group {
    width: 100%;
  }
  .step-form .checkbox_group .type_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .step-form .checkbox_group .school_class {
    font-size: 3.38542vw;
    padding: 2.60417vw;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px auto;
    font-weight: bold;
    text-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 45%;
    justify-content: center;
    align-items: center;
    position: relative;
    /*&.course2,&.course1 {
              padding-bottom: 0;
              padding-top: 80px;
            }*/
    /*img {
              position: absolute;
              bottom: 0;
              right: 0;
              left: 0;
              margin: 0 auto;
            }*/
  }
  .step-form .checkbox_group .school_class.course_choice_im img {
    margin-top: 15px;
  }
  .step-form .checkbox_group .school_class.high_couse.action {
    display: none !important;
  }
  .step-form .checkbox_group .school_class input:checked + label {
    border: 3px solid #1c50a1;
  }
  .step-form .checkbox_group .school_class label {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #dcdddd;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #1c50a1;
    /*padding-top: 10px;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.38542vw;
  }
  .step-form .checkbox_group .school_class label:hover {
    border-color: #1c50a1;
  }
  .step-form .checkbox_group .other_class {
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px auto;
    font-weight: bold;
    text-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 80%;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .step-form .checkbox_group .other_class label {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #dcdddd;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #1c50a1;
  }
  .step-form .checkbox_group .other_class label:hover {
    border-color: #1c50a1;
  }
  .step-form .checkbox_group .other_class input:checked + label {
    border: 3px solid #1c50a1;
  }
  .step-form .checkbox_group fieldset div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .step-form .checkbox_group fieldset input {
    opacity: 0;
  }
  .step-form #tab_step_6 .form-group {
    /*width: 400px;*/
  }
  .step-form #tab_step_6 .form-group .ttl {
    text-align: left;
    display: inline-block;
  }
  .step-form #tab_step_6 .form-group .form-control {
    width: -webkit-calc(100% - 26.04167vw);
    width: -moz-calc(100% - 26.04167vw);
    width: calc(100% - 26.04167vw);
  }
  .step-form #tab_step_7 .form-group label {
    min-width: 27.34375vw;
  }
  .step-form #tab_step_7 .form-group .form-control {
    width: -webkit-calc(100% - 31.25vw);
    width: -moz-calc(100% - 31.25vw);
    width: calc(100% - 31.25vw);
  }
  .step-form #tab_step_8 .txt_privacy {
    text-align: center;
    font-size: 1.6rem;
  }
  .step-form .bContact {
    -moz-box-shadow: 0px 0px 8px #0000004a;
         box-shadow: 0px 0px 8px #0000004a;
    padding: 6.51042vw 3.90625vw;
    margin-bottom: 6.51042vw;
  }
  .step-form .bContact .row {
    padding: 0;
  }
  .step-form .bContact_form {
    position: relative;
    padding-bottom: 14.32292vw;
    width: 100%;
    margin: 0 auto;
  }
  .step-form .bContact_form .row {
    padding: 0 !important;
  }
  .step-form .send_group {
    margin-top: 6.51042vw;
  }
  .step-form .send_group.stepnext {
    text-align: center;
  }
  .step-form .send_group.stepnext .step_btn {
    background: #1c50a1;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 45.57292vw;
    height: 10.41667vw;
    font-size: 3.38542vw;
    font-weight: 600;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 auto;
    cursor: pointer;
    border: none;
  }
  .step-form .send_group.stepback {
    margin-top: 30px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
  }
  .step-form .send_group.stepback .back_btn {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 45.57292vw;
    height: 10.41667vw;
    font-size: 3.38542vw;
    font-weight: 600;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 auto;
    cursor: pointer;
  }
  .step-form .error {
    text-align: center;
    color: red;
  }
  .step-form .number {
    display: inline-block;
    font-size: 3.64583vw;
    margin: 0 5px;
  }
  .step-form .bar_process_group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .step-form .bar_process {
    width: 75%;
  }
  .step-form #process_persion {
    position: relative;
    position: relative;
    height: 25px;
    width: 17%;
    background: #ee2314;
  }
  .step-form #process_persion:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12.5px 0 12.5px 21.7px;
    border-color: transparent transparent transparent #ee2314;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: -20px;
  }
  .step-form .tab_step {
    /*.step_btn {
            background: #1c50a1 !important;
            font-size: 1.8rem !important;

        }*/
  }
  .step-form .ttl {
    text-align: center;
    font-size: 3.64583vw !important;
  }
  .step-form .ttl .required {
    color: #e84f23 !important;
    background: none !important;
    border: 1px solid #e84f23;
    padding: 5px;
    font-size: 1.4rem !important;
    margin-right: 10px;
  }
  .step-form .any {
    color: #33adea !important;
    background: none !important;
    border: 1px solid #33adea;
    padding: 5px;
    font-size: 1.4rem !important;
    margin-right: 10px;
  }
  .step-form .bContact_form__form .form-group .form-control {
    font-size: 1.6rem;
    min-height: 45px !important;
    margin-bottom: 5px;
    padding: 0 1.30208vw;
  }
  .step-form .bContact_form__form .form-group textarea.form-control {
    min-height: 155px !important;
    width: 100%;
  }
  .step-form .wrap_group {
    margin-bottom: 2.60417vw;
  }
  .step-form .wrap_group .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.95313vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .step-form .wrap_group .form-group label {
    font-size: 3.38542vw;
    margin-right: 1.95313vw;
    min-width: 15.625vw;
    /*text-align: left;
          display: inline-block;*/
  }
  .step-form .wrap_group h4 {
    text-align: center;
    color: #000 !important;
    font-size: 3.64583vw !important;
    margin-bottom: 20px;
  }
  .step-form .wrap_group h4 .big {
    font-size: 5.20833vw;
  }
  .step-form .wrap_group h4 .required {
    color: #e84f23 !important;
    background: none !important;
    border: 1px solid #e84f23;
    padding: 5px;
    font-size: 3.38542vw !important;
    margin-right: 10px;
  }
  .step-form .wrap_group p {
    text-align: center;
    margin: 10px auto;
    font-size: 1.6rem;
  }
  .step-form .wrap_group p.des {
    text-align: center;
    color: #1c50a1;
    font-size: 1.6rem !important;
    margin-top: 20px;
  }
  .step-form .wrap_group small {
    display: block;
    line-height: 1.2;
  }
  .step-form .wrap_group.thank {
    text-align: center;
  }
  .step-form .wrap_group.thank h5 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .step-form .wrap_group.thank p {
    font-size: 1.6rem;
  }
  .step-form .wrap_group.thank p.working_time {
    font-size: 1.8rem;
    color: #e84f23;
  }
  .step-form .wrap_group.thank a {
    font-size: 2.5rem;
    color: #e84f23;
    display: block;
    margin: 20px auto;
  }
  .step-form .wrap_group.thank .contact_info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px auto;
  }
  .step-form .wrap_group.thank .contact_info .contact_label {
    font-size: 3.90625vw;
    color: #0071bb;
    margin-bot: 1.30208vw;
    font-weight: 500;
  }
  .step-form .wrap_group.thank .contact_info .txt_tel {
    font-size: 8.59375vw;
    font-weight: bold;
    color: #0071bb;
    display: inline-block;
    margin: 0;
    text-decoration: none;
  }
  .step-form .form-group a.privacy {
    color: #e84f23 !important;
  }
  .step-form .bContact_form__form .send_group.stepback .form-group button.step_btn,
  .step-form .bContact_form__form .send_group.stepback .form-group a.step_btn {
    /* background-color: #fff !important;
        color: #000;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        width: 220px;
        height: 55px;
        font-size: 1.4rem;
        font-weight: 600;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        transition: 0.3s ease;
        margin: 0 auto;
        cursor: pointer;
        border: 1px solid #000;*/
  }
  .step-form .quest_form {
    padding-top: 0 !important;
  }
  .step-form-header {
    background: #05a4d6;
    background: -webkit-gradient(linear, left top, right top, from(#05a4d6), to(#0167c9));
    background: -webkit-linear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: -moz- oldlinear-gradient(left, #05a4d6 0%, #0167c9 100%);
    background: linear-gradient(90deg, #05a4d6 0%, #0167c9 100%);
  }
  .step-form-header .bHeader {
    padding: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .step-form-header .bHeader h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .step-form-header .bHeader h1 img {
    width: 65.10417vw;
  }
  .step-form-header .bHeader .right_label {
    display: none;
    background: #8da2a8;
    min-width: 350px;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    width: 100%;
  }
  .step-form-header .bHeader .right_label p {
    width: 50%;
    text-align: center;
    font-size: 1.6rem;
    padding: 5px;
    color: #fff;
  }
  .step-form-header .bHeader .right_label p:first-child {
    background: #ee2314;
    position: relative;
  }
  .step-form-header .bHeader .right_label p:first-child:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17px 0 17px 22px;
    border-color: transparent transparent transparent #ee2314;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    right: -22px;
    top: 0;
  }
}
