/****************************************
cleaning_service_box.css
*****************************************/


/****************************************
for PC(解像度低め１)
*****************************************/

@media print,screen and (min-width:1011px) and ( max-width:1180px) {

div.height_adjust_recycle{
	padding-bottom: 2rem;
}

div.height_adjust_special_c,div.height_adjust_house_c{
	padding-bottom: 4.9rem;
}

}

@media print,screen and (min-width:980px) and ( max-width:1010px) {

div.height_adjust_recycle,div.height_adjust_bike{
	padding-bottom: 4.9rem;
}

div.height_adjust_special_c,div.height_adjust_house_c{
	padding-bottom: 4.9rem;
}
}
/****************************************
タブレット　調整
*****************************************/
@media print,screen and (min-width:800px) and ( max-width:979px) {

div.height_adjust_recycle{
	padding-bottom: 4.9rem;
}
}