@charset "utf-8";

/*######################### 一覧 #########################*/
.story .grnLine{
	font-size: 20px!important;
}

.story_region{
	padding: 20px 25px;
	background: #fff;
}
.story_region + .story_region{
	margin-top: 20px;
}
.story_region:last-child{
  margin-bottom: 20px;
}

.region_name{
	padding: 0 10px;
	border-bottom: 2px solid #0a725f;
	font-size: 20px;
	font-weight: bold;
}

.story_pref{
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	padding: 15px 10px 0;
}

.story_pref .pref_item{
	width: calc((100% - 50px) / 6);
	margin: 0 10px 0 0;
}
.story_pref .pref_item:nth-child(6n){
	margin-right: 0;
}
.story_pref .pref_item:nth-child(n + 7){
	margin-top: 10px;
}

.story_pref .pref_item a{
	position: relative;
	padding: 0 0 0 25px;
	font-size: 18px;
}
.story_pref .pref_item a:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #ff8410;
	transform: translateY(-50%);
}
.story_pref .pref_item a:after{
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	width: 5px;
	height: 5px;
	left: 4px;
	transform: translateY(-50%) rotate(45deg);
}








