@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-feature-settings: "palt"
}

:focus {
    outline:0
}

body, html {
    font-size: 62.5%;
    line-height: 1.6;
    color: #000;
    font-family: 'Noto Sans JP', Hiragino Sans, 'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    letter-spacing:.075em
}

main {
    display:block
}

address, blockquote, caption, cite, code, dd, dt, em, h1, h2, h3, h4, h5, h6, input, li, p, pre, select, small, strong, td, textarea, th {
    font-size: 100%;
    font-weight: inherit;
    font-style:inherit
}

li, ol, ul {
    list-style:none
}

table {
    border-collapse:collapse
}

a {
    text-decoration: none;
    color:inherit
}

img {
    border: 0;
    vertical-align:bottom
}

a:hover {
    text-decoration:none
}

br {
    letter-spacing: 0
}