@charset "utf-8";
/* CSS Document */
#cms_5-a .cate{margin-bottom: 50px;}
#cms_5-a .cate .cate_title{cursor: pointer}
@media all and (-ms-high-contrast: none){
	#cms_5-a .cate .cate_title span:last-of-type{
		padding-top: 10px;
	}
}
#cms_5-a .cate .cate_box:last-of-type{margin-bottom: 0;}
#cms_5-a .cate_title.on_click i{transform: rotate(180deg);}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#cms_5-a .cate{margin-bottom: 30px;}
}

/* ----- top cms ----- */
.cms_5-a .cate_title i{transform: rotate(180deg);}
.cms_5-a .cate_title.on_click i{transform: rotate(0deg);}
.cms_5-a .cate .cate_box:last-of-type{margin-bottom: 0;}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){}
