body {
    font-family: Verdana, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    background: #FFFBE9;
}

.contain {
    margin: 20px;
}

h1 {
    line-height: 1.5em;
}

h1:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../images/brand.png') no-repeat;
    background-size: contain;
    vertical-align: baseline;
    margin-right: 5px;
}

h3, p {
    margin: 0;
}

li {
    margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 1.4em;
        white-space: pre;
    }

    h1:before {
        width: 20px;
        height: 20px;
    }
}
