/* Box sizing縺ｮ螳夂ｾｩ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 繝�ヵ繧ｩ繝ｫ繝医�margin繧貞炎髯､ */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* 繝�ヵ繧ｩ繝ｫ繝医�繝ｪ繧ｹ繝医せ繧ｿ繧､繝ｫ繧貞炎髯､ */
ul,
ol {
  padding:0;
  list-style:none;
}

/* 繝輔か繝ｳ繝郁ｨｭ螳� */
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

/* 繝ｪ繝ｳ繧ｯ縺ｮ濶ｲ險ｭ螳壹ｒ蜊倡ｴ泌喧 */
a {
  color:inherit;
  text-decoration: none;
}
a:hover {
  opacity: .7;
}

/* 逕ｻ蜒上�險ｭ螳� */
img {
  max-width: 100%;
  vertical-align: bottom;
}

/* input繧�button縺ｪ縺ｩ縺ｮ繝輔か繝ｳ繝医�邯呎価繧貞ｮ夂ｾｩ */
input,
button,
textarea,
select {
  font: inherit;
}

/* 繝��繝悶Ν縺ｮ繝�ヵ繧ｩ繝ｫ繝� */
table {
  border-collapse:collapse;
  border-spacing:0;
}

/* 隕九◆縺上↑縺�ｺｺ逕ｨ縺ｫ縲√☆縺ｹ縺ｦ縺ｮ繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ縺ｨ繝医Λ繝ｳ繧ｸ繧ｷ繝ｧ繝ｳ繧貞炎髯､ */
/* JavaScript縺ｮ逶｣隕悶↓蠖ｱ髻ｿ縺吶ｋ蝣ｴ蜷医′縺ゅｋ縺溘ａ縲∽ｽｿ縺��ｴ蜷医�縺ｿ繧ｳ繝｡繝ｳ繝郁ｧ｣髯､ */
/*
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
*/
