@charset "utf-8";
body {
  font-family: "Meiryo UI";
  font-size: 12.0pt;
  line-height: 1.3;
}
/*改行させない*/
.nowrap {
  white-space: nowrap;
}
img {
  max-width: 100%;
  height: auto;
}