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

.center {
    margin: 16px auto;
    text-align: center;
    display: block;
    font-size: 22px;
}

.center .left {
    text-align: left;
    display: inline-block;
}

/* 背景色 */
.fastbg {
    background-color: #e3f8ff;
}

@media screen and (min-width:481px) {
    .sp {
        display: none !important;
    }
}



@media screen and (max-width:480px) {
    .pc {
        display: none !important;
    }
}