@charset "utf-8";
#ranking .ttl {
	height: 50px;
	border: solid 1px #e3e3e3;
}
#ranking .ttl h2 {
	width: 170px;
	margin-top: 20px;
	padding: 0 0 8px 20px;
	border-bottom: solid 5px #fac900;
	font-size: 18px;
	font-weight: bold;
}
#ranking ul li {
	margin-top: 30px;
}
#ranking ul li a {
	display: flex;
	position: relative;
}
#ranking ul li a:hover {
	background: #dde9ee;
}
#ranking ul li .rank {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 30px;
	height: 20px;
	padding: 4px 0 0 7px;
	background: url(../../img/pc/story/bg_rank.webp) no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#ranking ul li .img img {
	width: 120px;
	height: 90px;
}
#ranking ul li h3 {
	margin-left: 10px;
	font-size: 14px;
	line-height: 22px;
}
#pickup {
	margin-top: 60px;
}
#pickup .ttl {
	height: 50px;
	border: solid 1px #e3e3e3;
}
#pickup .ttl h2 {
	width: 170px;
	margin-top: 20px;
	padding: 0 0 8px 20px;
	border-bottom: solid 5px #fac900;
	font-size: 18px;
	font-weight: bold;
}
#pickup ul li {
	margin-top: 30px;
}
#pickup ul li a {
	display: flex;
	position: relative;
}
#pickup ul li a:hover {
	background: #dde9ee;
}
#pickup ul li .img img {
	width: 120px;
	height: 90px;
}
#pickup ul li h3 {
	margin-left: 10px;
	font-size: 14px;
	line-height: 22px;
}