.btnBrand01 > span{
	color: #e6177f;
}
.toolBox01 {
    background: #e6177f;
}
.textBox01 p img{
	margin: 0 auto;
}
.textBox01.af_img {
	position: relative;
}
.textBox01.af_img::after {
	position: absolute;
	content: "";
	background: url(/-/media/com/ch/products/kaburena/dec_img01.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20%;
	height: 100%;
	right: 3%;
	top: 0;
}
.textBox01.af_img p:nth-of-type(1) {
	padding-right: 30%;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px){
	.textBox01.af_img{
    	padding-top: 200px;
	}
	.textBox01.af_img::after {
		width: 160px;
		height: 160px;
		right: 50%;
		top: 20px;
		transform: translateX(50%);
	}
	.textBox01.af_img p:nth-of-type(1) {
		padding-right: 0;
	}
}