@charset "utf-8";
/* CSS Document */
#story_top a {
	color: #fc12c2;
	text-decoration: none;
	}
@media (min-width: 1180px){
#story_top {
	background-color: #fff;
	width: 1080px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 5px 30px;
	}
	#story_top div {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap:wrap;
	}
	#story_top dl {
	margin: 10px 0;
	}
	#story_top dt {
	width: 260px;
	height: calc(260 * 75%);
	margin: 5px;
	}
	#story_top dt img {
	width: 100%;
	height: auto;
	}
	#story_top dd {
	text-align: center;
	}
}

@media screen and (min-width:600px) and (max-width:1179px) {
#story_top  {
	background-color: #fff;
	width: 92%;
	margin: 0 auto;
	margin-top: 2%;
	padding: 2%;
	clear: both;
	}
	#story_top a {
	border: none;
	}
	#story_top div {
	}
	#story_top dl {
	display: block;
	width: 31%;
	margin: 1%;
	text-align: center;
	float: left;
	}
	#story_top  dt  {
	width: 100%;
	height: calc(9 / 16 * 100%);
	margin-bottom: 3%;
	}
	#story_top dt img {
	width: 100%;
	height: auto;
	}
}

@media screen and (min-width:10px) and (max-width:599px) {
#story_top  {
	background-color: #fff;
	width: 92%;
	margin: 0 auto;
	margin-top: 2%;
	padding: 2%;
	clear: both;
	}
	#story_top a {
	border: none;
	}
	#story_top dl {
	display: block;
	width: 48%;
	margin: 2% 1%;
	text-align: center;
	float: left;
	}
	#story_top  dt  {
	width: 100%;
	height: calc(9 / 16 * 100%);
	margin-bottom: 2%;
	}
	#story_top dt img {
	width: 100%;
	height: auto;
	}
	#story_top dd {
	font-size: 0.7rem;
	line-height: 150%;
	}
}


