@charset "UTF-8";
/* CSS Document */

.bosairadio .service_about .text{
    width: 70%;
    margin-right: 5%;
}
.bosairadio .service_about .image{
    width: 25%;
}
.bosairadio .service_about .image img{
    margin-bottom: 20px;
}
.bosairadio .service_about .image small{
    text-indent: 0;
    padding-left: 0;
}
.bosairadio .features{
    margin-bottom: 40px;
}
.bosairadio .features .movie{
    width: 50%;
    padding-bottom: 28.125%;
    margin-right: 5%;
    margin-bottom: 0;
}
.bosairadio .features .image{
    width: 45%;
}
.bosairadio .black_line_block_round_corner .image{
    width: 25%;
    margin-right: 5%;
}
.bosairadio .black_line_block_round_corner .text{
    width: 70%;
}

@media screen and (max-width:767px){
    .bosairadio .service_about,
    .bosairadio .features,
    .bosairadio .black_line_block_round_corner{
        display: block;
    }
    .bosairadio .service_about .text{
        width: 100%;
        margin-right: 0;
    }
    .bosairadio .service_about .image{
        width: 100%;
    }
    .bosairadio .features .movie{
        width: 100%;
        padding-bottom: 56.25%;
        margin-left: 0;
    }
    .bosairadio .features .image{
        width: 100%;
    }
    .bosairadio .black_line_block_round_corner .image{
        width: 100%;
        margin-right: 0;
    }
    .bosairadio .black_line_block_round_corner .text{
        width: 100%;
    }
}

