@charset "utf-8";
#cms_1-b .pager li{margin-right: 10px;}
#cms_1-b .pager li:last-of-type{margin-right: 0px;}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	.pager li:not(.prev){
		display: none;
	}
}

/* ----- top cms ----- */
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
}