@charset 'utf-8';


#contentblock {
	margin-bottom: 30px;
}

#contentblock {
	max-width: 1000px;
	margin: 0 auto;
}

.presentation h1 {
	font-size: 1em;
}

.presentation:not(:last-child) {
	margin-bottom: 30px;
	padding-bottom: 30px;
}




#staffs .staff {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
}

#staffs .staff:not(:last-child) {
	margin-bottom: 5em;
}

#staffs .staff > div {
	width: 100%;
}

#staffs .staff > div:not(:last-child) {
	margin-bottom: 2em;
}

#staffs .staff .media figure {
	max-width: 180px;
	margin: 0 auto;
}

#staffs .staff .sentence .head {
	color: #000;
	font-weight: 700;
	text-align: center;
}

#staffs .staff .sentence .title {
	font-size: 1.6em;
}

#staffs .staff .sentence .name {
	font-size: 2em;
}

@media only screen and (min-width: 541px) {

	#staffs .staff {
		flex-direction: row;
	}

	#staffs .staff > div:not(:last-child) {
		margin-bottom: 0;
	}

	#staffs .staff .media {
		width: 30%;
	}

	#staffs .staff .sentence {
		width: 70%;
		padding-left: 5%;
	}

	#staffs .staff:nth-child(odd) .media {
		order: 2;
	}

	#staffs .staff:nth-child(odd) .sentence {
		order: 1;
		padding-left: 0;
		padding-right: 5%;
	}


	#staffs .staff .media figure {
		max-width: none;
	}

	#staffs .staff .sentence .head {
		text-align: left;
	}
}


.presentation ul.balloonlist {
	list-style: none;
	margin-left: 0;
}

.balloonlist li {
	padding: .5em 1.2em;
	background: #f2f2f2;
	color: #000;
	font-weight: 700;
}

.balloonlist li:before {
	content: '“';
}

.balloonlist li:after {
	content: '”';
}

.balloonlist li:not(:last-child) {
	margin-bottom: .5em;
}

