/* PC版 */
#top{
    display:flex;
    background:#ed551b;
    animation:fade_in 3s;
}

#top_photo{
    width:640px;
}

#top_story{
    width:100%;
    color:white;
    text-align:center;
    font-size:1.5em;
}
#top_story a{
    color:white;
}

.heading{
    font-size:2em;
}

/* 2段目記事 */
#second_news{
    display:flex;
   
}

.mini_topic{
	width:450px;
	height:180px;
	display:flex;
	padding:10px;
}
.mini_img{
    max-width:200px;
    max-height:150px;
}

