@media print {

  /* ---- Chrome の「リンクURLを後ろに出す」挙動を殺す ---- */
  a[href]::after { 
    content: none !important; 
  }
  abbr[title]::after { 
    content: none !important; 
  }
  a[href^="http"]::after,
  a[href^="//"]::after { 
    content: none !important; 
  }

}
