/* フォント */
body,
tooltip,
popover {
/*  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */
  font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.en{
  font-family: 'Open Sans', sans-serif;
}


@media all and (-ms-high-contrast: none) {
  body,
  tooltip,
  popover {
	font-family: Verdana, Meiryo, sans-serif;
  }
}