@charset "UTF-8";
 *, *::before, *::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
} body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, figure, figcaption, blockquote, dl, dd {
margin: 0;
padding: 0;
border: 0;
} ol, ul {
list-style: none;
} a {
text-decoration: none;
} html {
font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "Osaka", "MS PGothic", "arial", sans-serif;
}
body {
font-size: 1rem;
line-height: 1.6;
background-color: #fff;
} img, video {
max-width: 100%;
height: auto;
} hr {
border: none;
}