@charset "utf-8";a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5,h6,input,select,textarea,th {
    font-family: inherit;
    font-size: 100%;
    font-weight: 400
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

table,td,th {
    border: none
}

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

img {
    border: none;
    vertical-align: top;
    max-width: 100%
}

button,input[type=button],input[type=password],input[type=submit],input[type=text],select,textarea {
    color: inherit;
    font-family: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    font-size: initial
}

input::-webkit-input-placeholder {
    color: #999
}

input:-ms-input-placeholder {
    color: #999
}

input::-moz-placeholder {
    color: #999
}

textarea::-webkit-input-placeholder {
    color: #999
}

textarea:-ms-input-placeholder {
    color: #999
}

textarea::-moz-placeholder {
    color: #999
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: 0;
    padding: 0;
    appearance: none
}

input[type=button],input[type=submit] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer
}

input[type=button]::-webkit-search-decoration,input[type=submit]::-webkit-search-decoration {
    display: none
}

input[type=button]:focus,input[type=submit]:focus {
    outline-offset: -2px
}

select::-ms-expand {
    display: none
}

body {
    min-width: 320px;
    font-family: Noto Sans Japanese,sans-serif;
    font-size: 16px;
    color: var(--color_textDefalt);
    line-height: 1.6875;
    letter-spacing: .04em;
    -webkit-text-size-adjust: 100%
}

@media screen and (max-width: 767px) {
    body {
        font-size:15px
    }
}

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

em,strong {
    font-weight: 700
}

sub,sup {
    white-space: nowrap;
    font-size: .5em
}

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