@charset "utf-8";
/*----------------------------------
promo
------------------------------------*/
#promo h1 img {
	width:100%;
    height: auto;
	margin-bottom: 6rem;
}
/*----------------------------------
news
------------------------------------*/
#news ul {
	height: 15rem;
    overflow-y: auto;
}
#news ul li {
	margin-bottom: 2rem;
}
#news ul li a {
    display: flex;
}
#news ul li a time {
	width: 20rem;
	margin:0 3rem;
}

#news ul li a p.txt {
	margin-right: 3rem;
	width: 65rem;
}