@charset "utf-8";

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp.eot");
  src: local("Noto Sans CJK JP Regular"), url("../fonts/NotoSansCJKjp.eot?#iefix")
    format("embedded-opentype"),
    url("../fonts/NotoSansCJKjp.woff") format("woff"), url("../fonts/NotoSansCJKjp.otf")
    format("opentype");
  font-display: swap;
}

html {
  height: 100%;
  font-size: 62.5%;
  line-height: 150%;
}
body {
  height: 100%;
  background: #fff;
  color: #333;
  font-size: 18px;
  /* font-size: 1.6rem; */
  line-height: 150%;
}
a {
  color: #1f7fe8;
  text-decoration: underline;
}
a:hover {
  color: #579be6;
  text-decoration: none;
}
img {
  width: 100%;
}
html, body, h1, h2, h3, h4, h5, h6, form, input, select {
  font-family: 'NotoSansCJKjp', sans-serif;
}

.mplus {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform:rotate(0.03deg);
  /*文字部分のみをspanやpで囲むこと*/
}
