@charset "utf-8";
/* CSS Document */
.bfnews .title{
    background: #FF7E00;
    text-align: center;
    padding: 5px 0;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 5px;
}

.bfnews .fb{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.w48{
    width: 48%;
    text-align: center;
}


@media screen and (max-width: 769px) {
.bfnews .fb{
    flex-direction: column;
}
.w48{
    width: 100%;
    margin-bottom: 20px;
}

    
}

