@charset "utf-8";

/* 会員登録
----------------------------------------------------------------------------- */

.entry-start{
    text-align: center;
    font-size: 25px;
    margin-bottom: 40px;
    font-weight: bold;
    background-color: #fd9700;
    color: #fff;
}

@media screen and (max-width:768px){
    .entry-start{
        font-size: 18px;
        margin-bottom: 25px;
    }
}