@charset "UTF-8";

html,
body {
    height: 100%;
    width: 100%;
}

html {
    font-size: 62.5%
}

body {
    margin: 0;
    padding: 0;
    font-family:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    text-align: justify;
    line-height: 1.9;
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.contents404 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contents404 img {
    width: 100%;
    height: auto;
    max-width: 30vw;
}