@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');

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

    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

html {
    line-height: 1.15;
    width: 100%;
    height: 100%;

    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Noto Sans JP', 'Noto Sans Japanese', 'YuGothic', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック',sans-serif;
    
    /*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Noto Sans JP', 'Noto Sans Japanese', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;*/

    /*font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','YuGothic','Yu Gothic','Noto Sans JP','Noto Sans Japanese','メイリオ','Meiryo','ＭＳ ゴシック',sans-serif;*/

    font-size: 15px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    color: #000;
    /*color: #222;*/
    background: #fff;

    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-style: normal;
    src: local('Noto Sans CJK JP');
}

article,
footer,
header,
nav,
section {
    display: block;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio,
video {
    display: inline-block;
}

img {
    border-style: none;
}


button,
input,
select,
textarea {
    margin: 0;
}

button,
input {
    overflow: visible;
    outline: none;
}

button,
select {
    text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    ;
    border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

legend {
    display: table;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    ;
    color: inherit;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    ;

    -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    ;

    -webkit-appearance: button;
}

canvas {
    display: inline-block;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
}

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

em,
th {
    font-style: normal;
}

li {
    list-style: none;
}

th {
    text-align: left;
}


a,
a:hover {
    text-decoration: none;
    outline: none;
    color: inherit;
}
