@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Zen+Maru+Gothic&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ----全体設定---- */
body {
  margin: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #222;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .1em;
  line-height: 1.8;
}

/* ----ヘッドライン---- */
h1,
.h1 {
  margin-bottom: 1em;
  margin-top: 2em;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2;
}

h2 {
  margin-bottom: 1em;
  margin-top: 2em;
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.2;
}

h3 {
  margin-bottom: 1em;
  margin-top: 2em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
}

h4 {
  margin-bottom: 1em;
  margin-top: 2em;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
}

h5 {
  margin-bottom: 1em;
  margin-top: 2em;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.2;
}

/* ----リンク---- */
a {
  text-decoration: none;
  color: #222;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* ----タグ---- */
img {
  max-width: 100%;
  height: auto;
}

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
}

