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

.note-box {
	margin-top: 20px;
	padding: 30px;
}

.rule-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-top: 20px;
	margin-bottom: 30px;
}

.rule-list dt {
	margin-right: 20px;
}

.rule-list dd {
	flex: 1;
}

.rule-list:last-child {
	margin-bottom: 0;
}

.tpl-list.num > li {
	list-style-type: decimal;
}

.tpl-list.num > li:before {
	display: none;
}

.dues-table {
	margin-top: 20px;
}

@media screen and (max-width: 750px) {
	.dues-table {
		margin-top: 15px;
	}
}

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