
.franchise_list {
	text-align: left;
	background-color: rgba(0, 0, 0, 0);
}
.franchise_list h4 {
	font-weight: bolder;
	color: #FFFFFF;
}
.franchise_list p {
	color: #8FC31F;
}
.franchise_list_index {
	padding-top: 30px;
	margin-left: 0%;
}
.listcolor {
/*	background-color: #1c1b19;*/
}
.idx .subTitle::after, .menu .subTitle::after, .news .subTitle::after {
	font-size: 30px;
}
.listitem{
	
}
.listitem img{
	width: 4.6875rem;
	margin-right: 1.5rem;
	position: relative;

}
.idxMap {
	margin-bottom: -23rem;
}
.subTitle:after {
	white-space: nowrap;
}
@media (min-width: 768px) {
	.franchise_list {
		margin-left: 25%;
	}
	.listitem{
		display: inline-block;
	}
	.listitem img{
		width: 4.6875rem;
		margin-right: 1.5rem;
		position: relative;
		top: 0.5rem;
	}
}
@media (min-width: 998px) {
	.franchise_list {
		width: 90%;
	}
	.franchise_list p {
		width: 100%;
	}
	.franchise_list_index {
		padding-top: 30px;
		margin-left: -25%;
	}
	.franchise_list_index p{
		width: 100%;
	}
	.lastLi p{
		width: 100%;
	}
	.idxMap {
		margin-bottom: 0rem;
	}
}



