@charset "UTF-8";
#content:after, #content .smart ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* -------------------------- */
/* what/
/* -------------------------- */
#content .staff {
	padding: 100px 0 40px 0;
	background: #eff8fc;
}
#content .staff .inbox{
	display: flex;
	justify-content: center;
}
#content .staff .staff_box {
	width: 325px;
	margin: 0 25px;
	/*float: left;*/
	background: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	padding: 20px;
	min-height: 690px;
}
#content .staff .staff_box:nth-of-type(3) {
	margin: 0 0 0 0;
}
#content .staff .staff_box figure {
	margin: 0 0 20px 0;
	width: 100%;
}
#content .staff .staff_box h3 {
	font-size: 2em;
	text-align: left;
}
#content .staff .staff_box dl {
	text-align: left;
}
#content .staff .staff_box dl dt {
	font-weight: bold;
	width: 100%;
	display: block;
	margin: 20px 0 5px 0;
}
#content .staff .staff_box dl dd {
	line-height: 1.6em;
}

@media screen and (max-width: 1034px) {
#content .staff {
	padding: 20px 0 20px 0;
}
#content .staff .inbox{
	display: block;
}
#content .staff .staff_box {
	width: 100%;
	margin: 0 0 20px 0 !important;
	float: none;
	padding: 10px;
	min-height: auto;
	height: auto;
}
#content .staff .staff_box figure {
	margin: 0 0 10px 0;
}
#content .staff .staff_box h3 {
	font-size: 1.4em;
}
#content .staff .staff_box dl dt {
	margin: 10px 0 5px 0;
}
#content .staff .staff_box dl dd {
	line-height: 1.4em;
}
}
/* -------------------------- */
/* clumb */
/* -------------------------- */
.clumb {
	background: #ffffff;
}
.clumb ul.inbox li {
	display: inline-block;
	color: #323232;
}
.clumb ul.inbox li a {
	color: #0575ad;
}
