/* 明朝体の読み込み */
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');

html {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

body {
  font-family: "Zen Old Mincho", serif !important;
  font-weight: 400;
  font-style: normal;
}