@charset "utf-8";

.classname {
	
}

.aside {
	overflow: hidden;
	margin-top: 30px;
}
.aside li{
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.aside li.none{
	margin-right: 0;
}
.aside li.col02{
	padding-left: 115px;
}
.aside li.last{
	margin-bottom: 0;
}
@media screen and (max-width: 680px){
	.module.mod_text.fixedContent .aside{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.module.mod_text.fixedContent .aside::after{
		content: '';
		display: block;
		width: 220px;
	}
	.module.mod_text.fixedContent .aside li{
		margin: 10px;
		padding: 0;
		width: 200px;

	}
}