@charset "UTF-8";
.colWrap.type01.feature > .colItem > .colImg img[src$="svg"] {
	width: 230px;
}
.clm.imgList02.service > .clmItem > .img > img {
	width: 269px;
}
.tableArrow {
	position: relative;
}
.tableArrow:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: -13px;
	bottom: -26px;
	border-style: solid;
	border-width: 26px 0 26px 26px;
	border-color: transparent transparent transparent #8b0000;
}
.withSvgTxt {
	display: flex;
	align-items: center;
}
.withSvgTxt > img {
	width: 160px;
}