@charset "UTF-8";

#list_wrap{
	width: 70%;
	margin: 0 auto 30px;
	}
#list_wrap h4{
background-color:#E9599A;
padding:4px;
margin:0;
color:#fff;
font-family:'FOT-スーラ Pro DB';
font-size:18px;
font-size:1.8rem;
letter-spacing:0.1em;
line-height:20px;
text-align: center;
}

#list_wrap ol{
	margin:0;
	padding:0;
	list-style:none;
	line-height:16px;
	font-size:13px;
	font-size:1.3rem;
	}
#list_wrap li{
	display: flex;
	align-items: flex-start;
	margin:0 0 0.75em 0;
	padding:0;
	zoom:100%;
	}
#list_wrap li img{
	flex-shrink: 0;
	margin-right: 8px;
}
@media screen and (max-width:768px) {
	#list_wrap{
		width: 100%;
		margin: 0 auto 30px;
		}
	#list_wrap h4{
		font-size:16px;
		font-size:1.6rem;
		line-height:18px;
		}
	#list_wrap li img{
		width: 40%;
		}
	#list_wrap li:nth-last-child(-n+2) img{
		width: 6.5%;
	}
}
