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

.main_text {
	color:#ea9e28;
	font-size:24px;
	padding-top:40px;
}

.staff_boshu_btn {
	text-align: center;
	font-weight:500;
	font-size:20px;
	background:#c2c045;
	color:#fff;
	padding:50px;
	transition:all 0.5s;
}

.staff_boshu_btn:hover {
	background:#ea9e28;
}

.staff_boshu_flexbox {
	width:700px;
	display:flex;
	/*justify-content: center;*/ /* space-between;（衛生士募集時） */
	justify-content: space-between;
	margin:0 auto;
	padding-top:80px;
}


.sp_only {
	display:none;
}
