@charset "utf-8";

/* -----------------------------------------------------------
	初期設定
	 (このスタイルシートは基本的に変更しない)
----------------------------------------------------------- */

html {
    overflow-y: scroll;
}

body {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    letter-spacing: 0.4px;
    line-height: 1.7em;
}

/* ----------------------------------------------- */
/* 768px以下 */
/* ----------------------------------------------- */
@media screen and (max-width: 768px) {
    body {
        font-size: 15px;
    }
}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
    transition: all 0.5s;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
}

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

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

object,
embed {
    vertical-align: top;
}

legend {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
    border: 0;
}

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

li {
    list-style-type: none;
}

html > body label {
    cursor: pointer;
}

select option {
    padding: 0 5px;
}


article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
hgroup,
menu,
nav,
section,
summary {
    display: block
}
