function check(){
  if(window.confirm('送信してよろしいですか？')){
    return true;
  }else{
    return false;
  }
}
