* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
  
.container {
    /* width: 100%; */
    padding: 16px;
}
.Top {
    width: 100%;
}
.Top img {
    width: 100%;
}
.Application,.Application2,.Application3,.Application4{
    position: relative;
}
.Application form {
    position: absolute;
    top: 10%;
    left: 4%;
    width: 92%;
    height: 85%;
}

.Application form .radio {
    position: absolute;
    top: 7.5%;
    left: 0.6%;
    width: 6%;
    height: 6.8%;
}

.Application form .radio2 {
    left: 52%;
}

.Application form .radio3 {
    top: 23.8%;
}

.Application form .radio4 {
    top: 23.8%;
    left: 52%;
}

.Application form .input {
    position: absolute;
    top: 39%;
    left: 0;
    padding-left: 24%;
    width: 76%;
    height: 14%;
    background: none;
    font-size: 1.4rem;
}

.Application form .tel{
    top: 58%;
}

.Application form .area{
    top: 52%;
}

.Application form .btns {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 19%;
}

.Application form .agreement {
    position: absolute;
    top: 100%;
    left: 16%;
    width: 66%;
    height: 11%;
}

.Application2 form {
    position: absolute;
    top: 5%;
    left: 6%;
    width: 88%;
    height: 84%;
}

.Application2 form input {
    position: absolute;
    top: 1%;
    left: 0;
    padding-left: 14%;
    width: 98%;
    height: 17%;
    background: none;
    font-size: 1.4rem;
}

.Application2 form .tel{
  top: 25%;
}

.Application2 form .area{
  top: 49%;
}

.Application2 form .btns {
    position: absolute;
    bottom: 0%;
    right: 2px;
    width: 99%;
    height: 21%;
}

.Application2 form .agreement {
  position: absolute;
  top: 104%;
  left: 16%;
  width: 66%;
  height: 11%;
}

input[type="radio"] {
    /* display: none; */
    color: #ababab;
}
