
/* --------------------------------------------------- */

/* --------------------------------------------------- */
#sec01 {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 50px;
}
#sec01 .ph {
	display: block;
	height: 300px;
	width: 100%;
	background: url("../images/course/mv.jpg") no-repeat center;
	background-size: cover;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
	
}
#sec01 .ttl {
	font-size: 1.3em;
	letter-spacing: 5px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 25px;
}
#sec01 p {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
@media (max-width: 1024px) {
}
@media (max-width: 640px) {
	#sec01 .ttl {
		font-size: 1.2em;
		letter-spacing: 4px;
	}
}
@media (max-width: 480px) {
	#sec01 .ttl {
		font-size: 1.1em;
		letter-spacing: 3px;
		line-height: 180%;
	}
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */


