#spec .tab-content {
	padding-top: 25px;
}


/* 特徴「離床センサー」 */
#function .tab-pane .acbody .sensor_img_block{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2rem;
}
#function .tab-pane .acbody .sensor_img_block .sensor_img_wrap{
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
}
@media screen and (min-width: 768px) {
	#function .tab-pane .acbody .sensor_img_block{
		grid-template-columns: repeat(5, 1fr);
		column-gap: 4rem;
	}
}


@media screen and (max-width: 767px) {
	
	#product .XsImg-layout {
		width: 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	
}


/* 「高さ調節」アイコンの高さ */
#product #summary .motor ul .tak img{
	max-height: 65.7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	#product #summary .motor ul .tak img{
		max-height: 100.9px;
	}
}
@media screen and (min-width: 992px){
	#product #summary .motor ul .tak img{
		max-height: 112.7px;
	}
}