@charset "utf-8";

html{
    font-size: 62.5%;
    color: #555;
    font-size: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;


}

*{
    margin: 0;
    padding: 0;
}

li{
    list-style-type: none;
}

a{
text-decoration: none;
color: #555;
}

p{

    line-height: 1.8;
}



