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

/* スタッフプロフィール設定 */

@media print,screen and (min-width: 768px){

/* PC用設定 */
.staff_ph {
	float: right;
	margin-bottom: 1em;
	margin-left: 50px;
}
#career {
	margin:40px 0px;
}
#career dl {
	border: 5px solid #e4f3a7;
	padding: 30px 40px;
	padding-bottom:20px;
}
#career dt {
	font-size: 16px;
	line-height: 1em;
	width: 5em;
	float:left;
	clear: both;
}
#career dd {
	font-size: 16px;
	line-height: 1em;
	margin-left: 5em;
	margin-bottom: 1em;
}
#staff_profile {
	margin:60px 0px;
}
#staff_profile img {
	float:left;
	width:150px;
	margin-right:3em;
	margin-bottom:0.5em;
}
#staff_profile h3 {
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 0.5em;
}

}
@media screen and (max-width: 767px){

/* スマホ用設定 */
.staff_ph {
	float: none;
	display: block;
	margin: auto;
	margin-bottom:1.5em;
	width: 85%;
}
#career {
	margin-top:20px;
}
#career dl {
	border: 3px solid #e4f3a7;
	padding: 15px 20px;
	padding-bottom:5px;
}
#career dt {
	font-size: 13px;
	line-height: 1.3em;
	width: 5em;
	float:left;
	clear: both;
}
#career dd {
	font-size: 13px;
	line-height: 1.3em;
	margin-left: 5em;
	margin-bottom: 1em;
}
#staff_profile {
	margin-top:30px;
}
#staff_profile img {
	float:left;
	width:33%;
	margin-right:2em;
}
#staff_profile h3 {
	font-size: 15px;
	line-height: 1em;
	margin-bottom: 0.5em;
}
}
