@charset "utf-8";

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-feature-settings: "palt"
}

:focus {
  outline: 0
}

body, html {
  font-size: 62.5%;
  line-height: 1.6;
  color: #000;
  /* font-family: 'Noto Sans JP', Hiragino Sans, 'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif; */
  font-family: "UD新ゴ コンデンス90 R", "UD新ゴ コンデンス90 L", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .075em
}

main {
  display: block
}

address, blockquote, caption, cite, code, dd, dt, em, h1, h2, h3, h4, h5, h6, input, li, p, pre, select, small, strong, td, textarea, th {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit
}

li, ol, ul {
  list-style: none
}

table {
  border-collapse: collapse
}

a {
  text-decoration: none;
  color: inherit
}

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom
}

a:hover {
  text-decoration: none
}

br {
  letter-spacing: 0
}