/* CSS Document */

html {
    font-size: 62.5%;
	
}
 
body {
    font-size: 1.6rem;
    line-height: 1.4;
	font-family: "Noto Sans JP";
}
 
* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
 
a,
a:visited {
    color: inherit;
}

.clear{ clear: both}

article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}
 
* {
    box-sizing: border-box;
}
 
*:before,
*:after {
    box-sizing: inherit;
}
img{ vertical-align: bottom;}

ul,li{ list-style:none}