@charset "UTF-8";


html {
    font-size: 62.5%;
}

body {
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
}

p {
    font-size: 1.8rem;
}

a {
    text-decoration: none;
    color: #222;
    display: inline-block;
    width: 100%;
}

li {
    list-style: none;
}