@charset "utf-8";

/*** reset.css ***/
html, body, div, span, h1, h2, h3, h4,
p, a, img, small, strong, i, ul, li,
aside, figure, footer, header, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

aside, figure, footer, header, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

html {
    font-size: 62.5%;
    height: 100%;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

body {
    color: #333;
    font-family: "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    min-width: auto;
    background-image: none;
    position: relative;
    top: 0;
    left: 0;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

*, *:after, *:before {
    box-sizing: border-box;
}