@charset "utf-8";

/* =============================================
	style
============================================= */


/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){

}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	#course_info_cont{
		padding: 0 10px;
	}

}
