@charset "utf-8";
.course2 ul li a img {
	display: block;
	max-width: 100%;
	height: auto;
	}
.catch-row {
	display: table;
	width: 256px;
	margin-left: auto;
	margin-right: auto;
}
.catch-col--icon {
	display: table-cell;
	width: 60px;
}
.catch-col--txt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #A14725;
  font-size: 14px;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	}
.f-cl-red {
	color: #E81927;
	}
.bk-cl-yellow {
	background-color: #ffff00;
	}
.m-mb-md {
	margin-bottom: 12px;
	}