@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Arial", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}
input, textarea, form, select {
	font-family:inherit;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Arial, Meiryo, sans-serif;
  }
}