:root {
  --header-padding: 0;
}
a,
article,
aside,
body,
dd,
div,
dl,
dt,
em,
figure,
footer,
h1,
h2,
h3,
header,
html,
i,
img,
label,
li,
nav,
ol,
p,
section,
small,
span,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
html {
  /* font-size: 62.5%; */
  font-size: 85%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  width: 100%;
  height: auto;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "kern" off;
  font-kerning: none;
  word-break: normal;
  word-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
::-moz-selection {
  background: rgba(0, 135, 210, 0.8);
  color: #fff;
}
::selection {
  background: rgba(0, 135, 210, 0.8);
  color: #fff;
}
h1,
h2,
h3 {
  font-size: inherit;
  font-weight: inherit;
}
ol,
ul {
  list-style: none;
}
img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
button,
input,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button::-moz-selection,
input::-moz-selection,
select::-moz-selection {
  background: rgba(0, 135, 210, 0.2);
  color: #333;
}
button::selection,
input::selection,
select::selection {
  background: rgba(0, 135, 210, 0.2);
  color: #333;
}
input::-ms-clear,
input::-ms-reveal {
  visibility: hidden;
}
button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
a:link {
  text-decoration: none;
}
a:link,
a:visited {
  color: #333;
}
a:active,
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: 2px solid rgba(4, 94, 140, 0.75);
  outline-offset: -2px;
}
