@charset "UTF-8";


/*========================================

  course共通

========================================*/
/* courseList */
#courseList {
	padding-bottom: 60px;
}

#courseList h3 {
	font-size: 30px;
	color: #009e40;
}

#courseList #postSliderWrap {
	width: 1000px;
	margin: 0 auto;
	margin-top: 40px;
}

#courseList #postSliderWrap .bx-viewport {
	padding-bottom: 20px;
}

#courseList .item {
	width: 230px;
}

#courseList .item img {
	width: 230px;
}

#courseList .item h4 {
	position: relative;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	background: linear-gradient(to right, #009c40 0%, #00a580 100%);
	padding: .8em 0;
}

#courseList .redmrk .item h4 {
	background: #333;
}

#courseList .item h4.po_re {
	padding-left: 15px;
}

#courseList .item h4 .new {
	position: absolute;
	top: -20px;
	left: -15px;
	width: 40px;
	height: 40px;
}


@media screen and (max-width: 767px) {
	#courseList {
		padding-bottom: 10vw;
	}

	#courseList #postSliderWrap {
		width: 82%;
		margin-top: 7vw;
	}

	#courseList #postSliderWrap .bx-viewport {
		padding-bottom: 0;
	}

	#courseList h3 {
		font-size: 6vw;
	}

	#courseList .item {
		position: relative;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	#courseList .item img {
		width: 100%;
	}

	#courseList .item h4 {
		font-size: 4vw;
	}

	#courseList .item h4.po_re {
		padding-left: 0;
	}

	#courseList .item h4 .new {
		position: absolute;
		top: -6vw;
		left: -3vw;
		width: 10vw;
		height: 10vw;
	}
}