@charset "utf-8";

.routine_end { clear: both; }

/*	---------------------------------
			PC mode 900px
	-------------------------------------*/
@media screen and (min-width: 900px) {
.routine_end { margin-bottom: 60px; }
}
/*	---------------------------------
			Tablet mode -900px
		---------------------------------	*/
@media screen and (max-width: 900px) {
.routine_end { margin-bottom: 30px; }
.footer_sp h2,
.footer_sp p,
.footer_sp ul,
.footer_sp #slider_rank,
.footer_sp div:nth-of-type(1),
#event_caution { display: none!important; }
.footer_sp h2:nth-of-type(4),
.footer_sp h2:nth-of-type(4) + p,
.footer_sp h2:nth-of-type(4) + p + p,
.footer_sp div:last-child p { display: block!important; }
}


/*	---------------------------------
			smf mode -640px
		-------------------------------------*/
@media screen and (max-width: 640px) {


}