.items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.25em;
}
	.items .cell {
		width: 25%;
		padding: 0 1.25em;
		margin-bottom: 2.5em;
	}
	.items .im-cover {
		
	}
		.items .im-cover > .im {
			
		}
	.items .title {
		font-size: 1em;
		text-align: center;
		margin: 1em auto 0;
	}
#forMembers {
	margin-bottom: 7.5em;
}
#content .h-cus {
	padding-bottom: 1.25em;
	border-bottom: 1px solid var(--cl-line);
}
@media only screen and (max-width: 1439px) {
	.wide-bind {
		padding: 0 40px;
	}
}
@media only screen and (max-width: 1000px) {
	.wide-bind {
		padding: 0 1.4em;
	}
	.items {
		margin: 0 -0.7em;
	}
		.items .cell {
			width: 33.33%;
			padding: 0.7em;
		}
}
@media only screen and (max-width: 640px) {
	.items .cell {
		width: 50%;
	}
}