@media screen and (max-width: 736px){
input[type="text"] {
font-size: 16px;
}
select#contact_address_pref,textarea#contact_contents,input#contact_email {
    font-size: 16px;
}
}