@charset "UTF-8";
/* CSS Document */

.ccm-staff-list-express {
	margin-bottom: 2em;
}

.ccm-staff-list-express > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ccm-staff-list-express-entry {
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 4em;
	min-height: 3.5em;
}

@media screen and (min-width: 520px) { 
	.ccm-staff-list-express-entry {
		width: 48%;
	}
}

@media screen and (min-width: 768px) { 
	.ccm-staff-list-express-entry {
		width: 48%;
	}
}

@media screen and (min-width: 993px) { 
	.ccm-staff-list-express-entry {
		width: 30%;
	}
}

@media screen and (min-width: 1200px) { 
	.ccm-staff-list-express-entry {
		width: 22%;
	}
}

.ccm-staff-list-express-entry-photo {
	width:30%;
}

.ccm-staff-list-express-entry-photo > div {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width:100%;
	height:0;
	padding-bottom:100%;
}

.ccm-staff-list-express-entry-info {
	width:70%;
	padding-bottom:1em;
	padding-left:1em;
	padding-top:1em;
	border-bottom:3px solid var(--bluemd);
	border-left:1px solid var(--bluemd);
}

.ccm-staff-list-express-entry-info .name {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: 700;
	color:var(--bluemd);
	width: 100%;
	margin-bottom: .5em;
}

.ccm-staff-list-express-entry-info .position {
	font-size: .85em;
	line-height: 1.1em;
	width: 100%;
}