@charset "utf-8";

/* お知らせ一覧
-------------------------------*/

.top_news_cont iframe{
    width: 100%;
/*    height: 600px;*/
    height: 300px;
    overflow: auto;
}

@media screen and (max-width:768px){
    .top_news_cont iframe{
        height: 400px;
        height: 600px;
    }

}
@media screen and (max-width:640px){

    .top_news_cont iframe{
        height: 400px;
    }

}











