.course-detail--sec-01 {
	padding: 0;
}

.course-detail--sec-01 p {
	margin-bottom: 0;
}

.tpl-pad-sec .figure {
	text-align: center;
	font-size: 12px;
}

@media screen and (max-width: 750px) {
	.tpl-pad-sec .figure {
		font-size: 11px;
	}
}

.img-flex {
	margin-top: 20px;
}

.img-flex ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: none;
	flex-wrap: none;
	-webkit-justify-content: center;
	justify-content: center;
}

.img-flex ul li + li {
	margin-left: 15px;
}

/*# sourceMappingURL=style.css.map */
