@charset "UTF-8";

/*
# =================================================================
# イメージの背景
# =================================================================
*/
@media (min-width: 768px){
    .keni-header .site-title, .keni-header_col1 .site-title {
        float: left;
        max-width: 50%;
        font-size: 3.0rem;
        margin: 10px;
    }
}

@media (min-width: 768px){
    .desktop-hide {
        display: none;
    }
}

.table-block {
    background: white;
}

.bl_white {
    background: white !important;
}
