@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/* グーグルフォント読み込み（Noto+Sans,Noto+Serif） */

/************** このCSSファイルは絶対に編集しないこと **************/

:root {
  --Font-Mincho: "Noto Serif JP", serif;
  --Font-Gothic: "Noto Sans JP", sans-serif;
}

body{
  font-family: var(--Font-Gothic);
  font-feature-settings: "palt" 1; /* 【字詰め】プロポーショナルメトリクスを有効に */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.35;
  font-weight: 325;
}

h1, h2, h3, h4 {font-weight: 400;}
h5, h6 {font-weight: 475;}

p {line-height: 1.7;}

p, li, dd {font-weight: 325;}
li, dd {margin-bottom: .35em; line-height: 1.5;}
dt {font-weight: 475;}
