@charset "utf-8";
/* CSS Document */
#cms_3-a .cate{margin-bottom: 80px;}
#cms_3-a .cate .cate_box:last-of-type{border-bottom: none;}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){}

/* ----- top cms ----- */
.cms_3-a .cate .cate_img1{
	position: relative;
}
.cms_3-a .cate .cate_img1 img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.cms_3-a .cate{
	margin-bottom: 30px;
}
}
