.go_wlve_m input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.go_wlve_m {

}
.go_wlve_m .form_inner {
    width: 100%;
    max-width: 710px;
    padding-top: calc((480/710) * 100%);

    position: relative;
    line-height: 0;
    background: url(../images/wlve_m/bg.png) 0 0 no-repeat;
    background-size: cover;
}
.go_wlve_m .form_inner h1 {
    line-height: 0;

    position: absolute;
    width: 74.65%;
    top: 6%;
    left: 0;
    right: 0;
    margin: auto;
}
.go_wlve_m .form_inner div {
    position: absolute;
    top: 34.58%;
    left: 0;
    right: 0;
    padding: 0;
}
.go_wlve_m .form_inner .arrow {
    position: absolute;
    width: 10.42%;
    padding-top: calc((109/74)*10.42%);
    background: transparent url(../images/wlve_m/btn_arrow.png) 0 0 no-repeat;
    background-size: contain;
    z-index: 1;
    margin: 0;
    
    left: 90%;
    top: 100%;
}

.go_wlve_m .form_inner div.text_area {
    position: relative;
    width: 91.55%;
    margin: 0 auto 4.22% auto;
}

.go_wlve_m .form_inner div.text_area input.text {
    position: absolute;
    left: 0;
    
    box-sizing: border-box;
    text-align: center;
    font-size: 0.75em;
    
    background-color: #ffffff;
    width: 79%;
    max-width: unset;

    height: 33px;
    
    border: 1px solid #4f1704;
    border-top: 1px solid #4f1704;
    border-left: 1px solid #4f1704;
    border-bottom: 1px solid #4f1704;
    border-radius: 10px 0 0 10px / 10px 0 0 10px;
}
.go_wlve_m .form_inner div.text_area input.go_submit {
    position: absolute;
    right: 0;
    
    text-indent: 100%;
    cursor: pointer;
    width: 21%;
    max-width: unset;
    
    height: 33px;
    
    background: #8f1428 url(../images/wlve_m/btn_text.png) 50% 50% no-repeat;
    background-size: 43% auto;
    
    box-sizing: border-box;
    border-top: 1px solid #4f1704;
    border-right: 1px solid #4f1704;
    border-bottom: 1px solid #4f1704;
    border-radius: 0 10px 10px 0 / 0 10px 10px 0;
}


.go_wlve_m .form_inner input.submit {
    position: absolute;
    top: 61.66%;
    
    text-indent: 100%;
    width: 50.7%;
    padding-top: calc((161/360)*50.7%);
    margin: 0 0 0 43.662%;
    background: url(../images/wlve_m/btn_bg.png) 0 0 no-repeat;
    background-size: contain;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {


}

@media only screen and (min-width: 821px) {


}

