
//FormTouch = false;

function cleanForm(that){

    //if(!FormTouch){
        
        if(that.value == "例：借金、過払い"){
            that.value = "";
            //FormTouch = true;
        }
        
    //}
    
}
