@charset "utf-8";
*{
    margin: 0;
    padding: 0;
}
img{
    display: block;
    border: none;
}
a{
    color: #434242;
    text-decoration: none;
}
ul,ol{
    list-style-type: none;
}
summary::-webkit-details-marker{
    display: none;
}
body{
    font-size: 20px;
    color: #434242;
    background-color: #fff;
    /* font-family: "Kiwi Maru", sans-serif; */
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
}
