@charset "utf-8";
/* CSS Document */

.cate_wrap .cate .boxwrap .box{
	padding: 20px 0;
	border-bottom: 1px solid #808080;
}
.cate_wrap .cate .boxwrap .box:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
}
.cate_wrap .cate .boxwrap .box > div{
	position: relative;
	padding-left: 60px;
}
.cate_wrap .cate .boxwrap .box > div .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	transform: translateY(-3px);
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}
.cate_wrap .cate .boxwrap .box > div .icon p{
	font-family: "Anton", "Dela Gothic One", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(19px,2.2vw,24px);
	color: #fff;
	transform: scaleY(0.8);
	line-height: 1;
}

.cate_wrap .cate .boxwrap .box .qbox{
	margin-bottom: 30px;
}
.cate_wrap .cate .boxwrap .box .qbox .icon{
	background-color: #BF272D;
}
.cate_wrap .cate .boxwrap .box .abox .icon{
	background-color: #17DD17;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .cate .boxwrap .box .qbox{
		margin-bottom: 20px;
	}
	.cate_wrap .cate .boxwrap .box > div{
		position: relative;
		padding-left: 46px;
	}
	.cate_wrap .cate .boxwrap .box > div .icon{
		width: 36px;
		transform: translateY(-3px);
	}
}

/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

