@media screen and (min-width: 769px), print {
  .checkbox_group {
    width: 100%;
    /*display: flex;*/
  }
  .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;
  }
  .checkbox_group .school_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;
    /*transition: .1s all;*/
    -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;
  }
  .checkbox_group .school_class.high_couse.action {
    display: none !important;
  }
  .checkbox_group .school_class input:checked + label {
    /*border-color: #1c50a1;*/
    border: 3px solid #1c50a1;
  }
  .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: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    color: #1c50a1;
  }
  .checkbox_group .school_class label:hover {
    border-color: #1c50a1;
  }
  .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;
    /*transition: .1s all;*/
    -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;
  }
  .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: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    color: #1c50a1;
  }
  .checkbox_group .other_class label:hover {
    border-color: #1c50a1;
  }
  .checkbox_group .other_class input:checked + label {
    /*border-color: #1c50a1;*/
    border: 3px solid #1c50a1;
  }
  .checkbox_group fieldset div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*display: none;*/
  }
  .checkbox_group fieldset input {
    opacity: 0;
  }
  /* .checkbox_group fieldset div label {
        font-size: 16px;
        padding: 5px 20px;
        border: 2px solid #000;
        border-radius: 20px;
        cursor: pointer;
        display: flex;
        width: 50%;
        margin: 5px auto;
        font-weight: bold;
        text-align: center;
        align-items: center;
        justify-content: center;
        transition: .3s all;
    }*/
  /* .checkbox_group fieldset div label:hover,
    .checkbox_group fieldset div input:checked+label {
        background: #f44f1c;
        border-color: #f44f1c;
        color: #fff;
    }*/
  .bContact_form {
    position: relative;
    padding-bottom: 110px;
  }
  .send_group {
    margin-top: 50px;
  }
  .send_group.stepback {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
  }
  .error {
    text-align: center;
    color: red;
    /*width: 100%;*/
  }
  .number {
    display: inline-block;
    font-size: 18px;
    margin: 0 5px;
  }
  .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;
  }
  .bar_process {
    width: 80%;
  }
  #process_persion {
    position: relative;
  }
  #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 #9ed8f5;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    right: -20px;
  }
  .tab_step .step_btn {
    background: #1c50a1 !important;
    font-size: 1.8rem !important;
  }
  .ttl {
    text-align: center;
    font-size: 1.8rem !important;
  }
  .ttl .required {
    color: #E84F23 !important;
    background: none !important;
    border: 1px solid #E84F23;
    padding: 5px;
    font-size: 1.4rem !important;
    margin-right: 10px;
  }
  .any {
    color: #33adea !important;
    background: none !important;
    border: 1px solid #33adea;
    padding: 5px;
    font-size: 1.4rem !important;
    margin-right: 10px;
  }
  .bContact_form__form .form-group .form-control {
    font-size: 1.6rem;
    min-height: 45px !important;
  }
  .bContact_form__form .form-group textarea.form-control {
    min-height: 155px !important;
  }
  .wrap_group {
    margin-bottom: 20px;
  }
  .wrap_group h4 .big {
    font-size: 3rem;
  }
  .wrap_group p {
    text-align: center;
    margin: 10px auto;
    font-size: 1.6rem;
  }
  .wrap_group h4 .required {
    color: #E84F23 !important;
    background: none !important;
    border: 1px solid #E84F23;
    padding: 5px;
    font-size: 1.4rem !important;
    margin-right: 10px;
  }
  .wrap_group h4 {
    text-align: center;
    color: #000 !important;
    font-size: 1.8rem !important;
    margin-bottom: 20px;
  }
  .wrap_group p.des {
    text-align: center;
    color: #1c50a1;
    font-size: 1.8rem !important;
    margin-top: 20px;
  }
  .wrap_group small {
    display: block;
    line-height: 1.2;
  }
  .form-group a.privacy {
    color: #E84F23 !important;
  }
  .wrap_group.thank {
    text-align: center;
  }
  .wrap_group.thank h5 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .wrap_group.thank p {
    font-size: 1.6rem;
  }
  .wrap_group.thank a {
    font-size: 2.5rem;
    color: #E84F23;
    display: block;
    margin: 20px auto;
  }
  .wrap_group.thank p.working_time {
    font-size: 1.8rem;
    color: #E84F23;
  }
  .bContact_form__form .send_group.stepback .form-group button.step_btn,
  .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;
  }
  .quest_form {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .checkbox_group {
    width: 100%;
    /*display: flex;*/
  }
  .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;
  }
  .checkbox_group .school_class {
    font-size: 3.38542vw;
    padding: 10px 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;
    /*transition: .1s all;*/
    -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;
  }
  .checkbox_group .school_class.high_couse.action {
    display: none !important;
  }
  .checkbox_group .school_class input:checked + label {
    /*border-color: #1c50a1;*/
    border: 3px solid #1c50a1;
  }
  .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: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    color: #1c50a1;
  }
  .checkbox_group .school_class label:hover {
    border-color: #1c50a1;
  }
  .checkbox_group .other_class {
    font-size: 3.38542vw;
    padding: 2.60417vw 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;
    /*transition: .1s all;*/
    -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;
  }
  .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: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    color: #1c50a1;
    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;
  }
  .checkbox_group .other_class label:hover {
    border-color: #1c50a1;
  }
  .checkbox_group .other_class input:checked + label {
    /*border-color: #1c50a1;*/
    border: 3px solid #1c50a1;
  }
  .checkbox_group fieldset div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*display: none;*/
  }
  .checkbox_group fieldset input {
    opacity: 0;
  }
  /* .checkbox_group fieldset div label {
        font-size: 16px;
        padding: 5px 20px;
        border: 2px solid #000;
        border-radius: 20px;
        cursor: pointer;
        display: flex;
        width: 50%;
        margin: 5px auto;
        font-weight: bold;
        text-align: center;
        align-items: center;
        justify-content: center;
        transition: .3s all;
    }*/
  /* .checkbox_group fieldset div label:hover,
    .checkbox_group fieldset div input:checked+label {
        background: #f44f1c;
        border-color: #f44f1c;
        color: #fff;
    }*/
  .bContact_form {
    position: relative;
    padding-bottom: 110px;
  }
  .send_group {
    margin-top: 50px;
  }
  .send_group.stepback {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
  }
  .error {
    text-align: center;
    color: red;
    /*width: 100%;*/
  }
  .number {
    display: inline-block;
    font-size: 18px;
    margin: 0 5px;
  }
  .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;
  }
  .bar_process {
    width: 70%;
  }
  #process_persion {
    position: relative;
  }
  #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 #9ed8f5;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    right: -20px;
  }
  .tab_step .step_btn {
    background: #1c50a1 !important;
    font-size: 3.90625vw !important;
    width: auto !important;
    height: auto !important;
    padding: 1.95313vw 6.51042vw;
    min-width: 39.0625vw;
    max-width: 70%;
  }
  .ttl {
    text-align: center;
    font-size: 3.90625vw !important;
  }
  .ttl .required {
    color: #E84F23 !important;
    background: none !important;
    border: 1px solid #E84F23;
    padding: 5px;
    font-size: 3.125vw !important;
    margin-right: 10px;
  }
  .any {
    color: #33adea !important;
    background: none !important;
    border: 1px solid #33adea;
    padding: 5px;
    font-size: 3.125vw !important;
    margin-right: 10px;
  }
  .bContact_form__form .form-group .form-control {
    font-size: 1.6rem;
    min-height: 45px !important;
  }
  .bContact_form__form .form-group textarea.form-control {
    min-height: 155px !important;
  }
  .wrap_group {
    margin-bottom: 20px;
  }
  .wrap_group h4 .big {
    font-size: 5.20833vw;
  }
  .wrap_group p {
    text-align: center;
    margin: 10px auto;
    font-size: 3.38542vw;
  }
  #type_box3 .school_class {
    width: 100%;
  }
  #type_box3 .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;
  }
  .wrap_group h4 .required {
    color: #E84F23 !important;
    background: none !important;
    border: 1px solid #E84F23;
    padding: 5px;
    font-size: 3.125vw !important;
    margin-right: 10px;
  }
  .wrap_group h4 {
    text-align: center;
    color: #000 !important;
    font-size: 3.64583vw !important;
    margin-bottom: 20px;
  }
  .wrap_group p.des {
    text-align: center;
    color: #1c50a1;
    font-size: 3.64583vw !important;
    margin-top: 20px;
  }
  .wrap_group small {
    display: block;
    line-height: 1.2;
  }
  .form-group a.privacy {
    color: #E84F23 !important;
  }
  .wrap_group.thank {
    text-align: center;
  }
  .wrap_group.thank h5 {
    font-size: 4.6875vw;
    margin-bottom: 20px;
  }
  .wrap_group.thank p {
    font-size: 3.38542vw;
  }
  .wrap_group.thank a {
    font-size: 3.90625vw;
    color: #E84F23;
    display: block;
    margin: 20px auto;
  }
  .wrap_group.thank p.working_time {
    font-size: 1.8rem;
    color: #E84F23;
  }
  .bContact_form__form .send_group.stepback .form-group button.step_btn,
  .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;
  }
  .quest_form {
    padding-top: 0 !important;
  }
}
