@charset "UTF-8";

/*---------------

CSS reset

---------------*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:link,
a:active,
a:hover,
a:visited {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: '-apple-system', 'BlinkMacSystemFont', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN',
        "segoe ui", '游ゴシック  Medium', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #1a1a1a;
}

html {
    font-size: 10px;
    -webkit-text-size-adjust: 100%;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

ul,
ol {
    list-style-type: none;
}
