@charset "UTF-8";

.colWrap.type01.feature > .colItem > .colImg img[src$="svg"] {
	width: 210px;
}
.clm.imgList02.service > .clmItem > .img > img {
	width: auto;
}
.tableArrow {
	position: relative;
}
.tableArrow:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: -16.25px;
	bottom: -32.5px;
	border-style: solid;
	border-width: 32.5px 0 32.5px 33px;
	border-color: transparent transparent transparent #8b0000;
}
.withSvgTxt > img {
	width: 200px;
}
.methodBox .colImg > img {
	max-width: inherit;
}