@charset "utf-8";
 @media print, screen and (min-width: 751px) {
#facilityList .box{
	margin-top: 0;
}
#facilityList .txt{
	margin-top: 20px;
}
#facilityList figure{
	margin-top: 20px;
}
}
 @media print, screen and (max-width: 750px) {
#facilityList .box{
	margin-top: 0;
}
#facilityList .txt{
	margin-top: 4vw;
}
#facilityList figure{
	margin-top: 4vw;
}
}
