@charset "UTF-8";
/* CSS Document */

html {
    font-size: 62.5%;
    /* 16px * 62.5% = 10px */
    width: 100%;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
}

img {
    display: block;
    margin-top: -1px;
    width: 100%;
}