
    .konzatu-style{
        color: #dc441b!important;
        text-decoration: none!important;
        font-weight: bold;
    }

    .img-center{
        text-align: center;
    }

    .bgc{
        background-color: #f0f4f7;
        padding: 15px 0 15px 0;
        border-radius: 15px;
    }

    @media screen and (min-width: 768px){
        .pc-time{
            max-width: 50%;
            margin: 15px;
        }
    }
    @media screen and (max-width: 530px){
        .sp-time{
            max-width: 95%;
            margin: 5px;
        }
        .konzatu-font{
            font-size: 1.2rem;
            font-weight: 700;
        }
    }