*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-size: 14px;
font-family: "Noto Sans JP", sans-serif;
color: #121212;
}

a{
display: inline-block;
text-decoration: none;
color: inherit;
}

ul{
list-style: none;
}

img{
width: 100%;
height: auto;
vertical-align: bottom;
}
