@charset "utf-8";
@media only screen and (min-width: 0px) and (max-width: 1200px) {
#contact-wrap{
    width: 83.33333333333334%;
    padding: 5%;
}
#contact-wrap table{
    width: 100%;
    margin-bottom: 2.5%;
    font-size: 14px;
}
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
#contact-wrap{
    width: 93.75%;
}
#contact-wrap table th,
#contact-wrap table td{
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: none;
    padding: 10px;
}
#contact-wrap table th span{
    top: 7px;
}
.btn-submit{
    width: 260px;
    padding: 20px;
}
.btn-back{
    width: 260px;
    padding: 20px;
}

}
