﻿@charset "UTF-8";

/* RESET DEFAULT ELEMENTS STYLE */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

    body > div, body > div * {
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

::-moz-selection {
    background: #ccc;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ccc;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #ccc;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #ccc;
    color: #fff;
    text-shadow: none;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/* RESET DEFAULT ELEMENTS STYLE */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
    margin: 0;
    padding: 0;
    word-break: keep-all;
}

dl, ul, ol, menu, li {
    list-style: none;
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal;
}

img, fieldset, iframe {
    border: 0 none;
}

img {
    vertical-align: top;
}

input, select, textarea, button {
    vertical-align: middle;
}

textarea {
    resize: none;
}

input::-ms-clear {
    display: none;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

    button:focus, a:focus {
        outline: 0;
    }

button, input[type='button'], input[type='submit'], input[type='reset'], input[type='file'] {
    border-radius: 0;
    -webkit-appearance: button;
}

input[type="image"], input[type="text"], input[type="submit"], input[type="password"], input[type='search'] {
    border-radius: 0;
    -webkit-appearance: none;
}

input:checked[type='checkbox'] {
    -webkit-appearance: checkbox;
    background-color: transparent;
}

input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type="text"]:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

caption, legend {
    position: absolute;
    top: -9999px;
    left: -9999px;
    font-size: 0;
    line-height: 0;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:active {
        background-color: transparent;
    }

body, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea, button {
    font-family: 'Noto Sans JP';
    font-size: 16px;
    color: #52545e;
    line-height: 150%;
    letter-spacing: -0.2px;
}

hr {
    display: none;
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, main {
    display: block;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

body {
    width: 100%;
    min-width: 1240px;
    background: #fff;
}

input::-webkit-input-placeholder {
    color: #a5a8b2;
}

input:-ms-input-placeholder {
    color: #a5a8b2;
}

textarea::-webkit-input-placeholder {
    color: #a5a8b2;
}

textarea:-ms-input-placeholder {
    color: #a5a8b2;
}

.browserupgrade {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    background-color: #efefef;
}
