@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#staff .txt02 {
	font-size: 24px;
}
#staff .staff_box::after {
	content: "STAFF";
}
#staff .staff_box .box .img_box {
	width: 375px;
}
#staff .staff_box .box .img_box li {
	margin-bottom: 50px;
}
#staff .staff_box .box .txt_box {
	width: 680px;
}
#staff .staff_box .box .txt_box dl {
	margin-bottom: 60px;
}
#staff .staff_box .box .txt_box dt {
	font-size : 40px;
	line-height : 34px;
	color : #F5A20E;
	margin-bottom: 30px;
}
#staff .staff_box .box .txt_box dd {
	background: #fff;
	padding: 35px;
	border-radius: 25px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#staff .staff_box .box .img_box {
		width: 30%;
	}
	#staff .staff_box .box .img_box li {
		margin-bottom: 20px;
	}
	#staff .staff_box .box .txt_box {
		width: 65%;
	}
	#staff .staff_box .box .txt_box dl {
		margin-bottom: 20px;
	}
	#staff .staff_box .box .txt_box dt {
		font-size: 25px;
		line-height: 1.8em;
		margin-bottom: 15px;
	}
	#staff .staff_box .box .txt_box dd {
		padding: 15px;
		border-radius: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#staff .staff_box .box .img_box {
		width: 100%;
		margin-bottom: 20px;
	}
	#staff .staff_box .box .img_box ul {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		column-gap: 5px;
	}
	#staff .staff_box .box .img_box li {
		width: 48%;
		margin-bottom: 5px;
	}
	#staff .staff_box .box .txt_box {
		width: 100%;
	}
	#staff .staff_box .box .txt_box dt {
		font-size: 20px;
		margin-bottom: 5px;
	}
}