<!--
if (navigator.userAgent.indexOf("Safari") != -1) {
  document.getElementById("ANCHOR_ID").setAttribute("href", "mailto:info@sample.com?subject=問い合わせ");
}

if (navigator.userAgent.indexOf("Macintosh") != -1) {
  if (navigator.userAgent.indexOf("Firefox") != -1) {
    document.getElementById("ANCHOR_ID").setAttribute("href", "mailto:info@sample.com?subject=問い合わせ");
  }
}
//-->