@charset "shift_jis";

/*-----------------------------------サブナビゲーション個別指定*/
#about li#liAbout a:before{ color: #FBB03B; }
#outline li#liOutline a:before{ color: #FBB03B; }
#nursingcare li#liNursingcare a:before{ color: #FBB03B; }

/*-----------------------------------法人概要*/
.enkakuBox {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #d9d9d9;
}
/*-----------------------------------ロングステージの介護*/
#mind{
	margin: 5px 0;
	text-align: center;
}
#mindImg {
	width: 430px;
	margin: 15px 10px 0 10px;
	padding: 0 0 0 170px;
	background:url(images/nursingcare/img.jpg) no-repeat left top;
}

@media screen and (max-width: 767px){
	#mindImg {
		width: 100%;
		margin: 0;
		padding: 0 0 0 32%;
		background:url(images/nursingcare/img.jpg) no-repeat left top;
		background-size: 30% auto;
		box-sizing: border-box;
	}
}