* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
}
img {
    width: 100%;
    height: auto;
}
p {
    font-size: 18px;
    color: #333333;
}
ul,
ol {
    list-style: none;
}
