* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
