@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

html {
  font-size: 62.5%;  /* フォントサイズを10pxに設定 */
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;  /* 14px */
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;  /* 16px */
  }
}
