body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Helvetica Neue", "Helvetica", "sans-serif";
    font-size: 16px;
    padding: 16px;
}

h1 {
    text-align: center;
}

#pc,
#sp {
    display: none;
}

#pc p {
    margin-top: 32px;
    margin-bottom: 48px;
    text-align: center;
}

#sp p {
    font-size: 11px;
}

#qrcode {
    margin: 16px 0;
}

#qrcode img {
    display: block;
    margin: 0 auto;
}

button {
    width: 100%;
    height: 60px;
    background-color: #008dcc;
    border: none;
    color: white;
    font-family: inherit;
    font-size: 18px;
}