
  .entry-page .entry-form table{
      margin-top: 50px;
      width: 100%;
    }
    
    .entry-page .entry-form table td{
      padding: 15px;
      vertical-align: top;
    }
    
    .entry-page .entry-form table td:first-child{
      width: 270px;
      position: relative;
      padding-right: 60px;
    }
    
    .entry-page .entry-form table td .required{
      border-radius: 3px;
      color: #fff;
      font-size: 12px;
      background: #FEB25F;
      position: absolute;
      right: 15px;
      top: 18px;
      padding: 5px 10px;
    }
  
    
    .entry-page .entry-form table td .non-required{
      border-radius: 3px;
      color: #fff;
      font-size: 12px;
      background: #B7B4B0;
      position: absolute;
      right: 15px;
      top: 18px;
      padding: 5px 10px;
    }
  
  
    .privacy-box{
      border: 1px solid #E0E0E0;
      height: 370px;
      overflow-y: scroll;
      padding: 20px;
      background: #FFF;
      margin-bottom: 50px;
    }
    
    
    .privacy-box p{
      font-size: 16px;
      margin-bottom: 30px;
    }
    
    .entry-page .entry-form .submit{
      text-align: center;
      margin-top: 50px;
    }
  
    
    
    .entry-page .entry-form .submit button[type="submit"]{
      background: #FF764D;
      color: #fff;
      border: 0;
      padding: 15px;
      border-radius: 50px;
      width: 350px;
      max-width: 100%;
      position: relative;
      display: inline-block;
      margin: 0 10px;
    }
    
    .entry-form .submit button[type="submit"]:before,
    .entry-form .submit button[value="send"]:before{
      content: "";
      position: absolute;
      vertical-align: middle;
      border: solid #fff;
      border-width: 0px 0px 2px 2px;
      display: inline-block;
      padding: 4px;
      transform: translate(-50%,-50%) rotate(-135deg);
      top: 50%;
      right: 25px;
    }
    
    .entry-page .entry-form .submit button[name="submitBack"],
    .entry-page .entry-form .submit .back{
      background: #2F342E;
      color: #fff;
      border: 0;
      padding: 15px;
      border-radius: 50px;
      width: 350px;
      max-width: 100%;
      position: relative;
      display: inline-block;
      margin: 0 10px;
    }
    
    .entry-page .entry-form .submit button[name="submitBack"]:before,
    .entry-page .entry-form .submit .back:before{
      content: "";
      position: absolute;
      vertical-align: middle;
      border: solid #fff;
      border-width: 0px 0px 2px 2px;
      display: inline-block;
      padding: 4px;
      transform: translate(-50%,-50%) rotate(45deg);
      top: 50%;
      left: 25px;
    }
  
  
  
    
    .entry-page .checkbox{
      display: inline-block;
      position: relative;
      margin-right: 20px;
      margin-bottom: 5px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    
    .entry-page .checkbox.no-label{
      margin-left: 0;
    }
    
    .entry-page .checkbox input{
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }
    
    .entry-page .checkbox .input{
      position: relative;
      display: inline-block;
      vertical-align: middle;
      height: 20px;
      width: 20px;
      border: 1px solid #707070;
      margin-top: -3px;
      margin-right: 5px;
      margin-left: 5px;
    }
    
    .entry-page .checkbox .input:after{
      content: "";
      position: absolute;
      display: none;
      left: 9px;
      top: -8px;
      width: 10px;
      height: 24px;
      border: solid #43A527;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    
    .entry-page .checkbox input:checked ~ .input:after {
      display: block;
    }
  
    .entry-page .note-box{
      border: 2px solid #FA5B2B;
      padding: 25px 35px;
      background: #fff;
      margin: 30px auto 120px auto;
      max-width: 1030px;
    }
  
    .entry-page .note-box p{
      font-weight: bold;
    }
  
    .entry-page .note-box p span{
      color: #FA5B2B;
    }
  
    .entry-page .confirm-notice{
      text-align: center;
    }
  
    .entry-page  p a{
      color: #43A527;
      text-decoration: underline;
    }
  
    p.text-center{
      text-align: center;
    }
  
    .entry-form .error{
      color: red!important;
    }
  
  
    .entry-form .custom-radio {
      display: inline-flex;
      align-items: center;
      margin-right: 30px;
      margin-bottom: 10px;
  }
  
  .entry-form .custom-radio input {
      position: relative;
      width: 1pc;
      height: 1pc;
      margin: 0 8px 0 0;
      border: solid 1px #2b2929;
      border-radius: 50%
  }
  
  .entry-form .custom-radio input:checked {
      border: solid 1px #ff764d;
      background: #feb25f
  }
  
  .entry-form .custom-radio input:checked:before {
      position: absolute;
      width: 6px;
      height: 6px;
      top: calc((100% - 6px)/2);
      left: calc((100% - 6px)/2);
      background: #fff;
      border-radius: 50%;
      content: ""
  }
  
  .entry-form .job_detail{
    padding-top: 0;
  }
  
  .entry-form .job_detail > div{
    display: flex;
    align-items: center;
  }
  
  .entry-form .job_detail > div > *{
    width: 50%;
  }
  
  .entry-form .job_detail > div > div{
    padding-left: 20px;
  }
  
  .cancel-policy{
    border: 1px solid #707070;
    background: #fff;
    padding: 30px;
    height: 300px;
    overflow-y: scroll;
    margin-bottom: 50px;
    margin-top: 60px;
  }
  
  .agreement-text{
    text-align: center;
  }
  
  .agreement-text p{
    font-size: 16px;
  }
  
  .agreement-text p a{
    color: #43A527;
    text-decoration: underline;
  }
  
  .agreement-text p.big{
    color: #FF764D;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #payment-form button.btn:after{
    display: none;
  }

  @media only screen and (max-width: 940px) {

    .entry-page .content-block p{
      font-size: 14px;
    }
    .entry-page .entry-form table,
    .entry-page .entry-form table tbody,
    .entry-page .entry-form table tr,
    .entry-page .entry-form table tr td,
    .entry-page .entry-form table tr th{
      display: block;
      width: 100%;
      padding: 0;
    }

    .entry-page .entry-form table td:first-child{
      width: 100%;
      padding-right: 0;
    }

    .entry-page .entry-form table td:nth-child(2){
      padding: 10px 0 30px 0;
    }

    .entry-page .note-box{
      padding: 15px;
      margin-bottom: 30px;
    }

    .entry-page .entry-form table td .required,
    .entry-page .entry-form table td .non-required{
      display: inline-block;
      position: relative;
      margin-left: 5px;
      padding: 3px 10px;
      right: inherit;
      top: inherit;
    }

    .entry-page .entry-form .submit{
      margin-top: 30px;
    }

    .entry-page .entry-form .submit button[type="submit"]{
      margin: 0;
      width: 90%;
      margin: auto;
    }

    .entry-form .error{
      font-size: 12px;
    }

    .entry-form .job_detail{
      margin-top: -30px;
    }

    .entry-form .job_detail > div{
      display: block;
    }
    .entry-form .job_detail > div > *{
      width: 100%;
      font-size: 14px;
    }

    .entry-form .job_detail > div > div{
      padding-left: 0;
    }

    .cancel-policy{
      padding: 15px;
    }

    .cancel-policy p{
      font-size: 14px;
    }

    .agreement-text p.big{
      font-size: 14px;
    }

    .entry-page .entry-form .submit button[name="submitBack"], .entry-page .entry-form .submit .back{
      width: 90%;
      margin: 10px auto;
    }
  }