@charset "UTF-8";
.courseSection .ttlWrap {
	position: relative;
}
.courseSection .ttlWrap .ttl_s {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.courseSection .ttlWrap .caption {
	font-weight: normal;
	margin: 0 0 0 10px;
	position: relative;
	top: -5px;
	vertical-align: middle;
}
.courseSection table th,
.courseSection table td {
	text-align: center;
	vertical-align: middle;
}
.courseSection table th:nth-child(1),
.courseSection table td:nth-child(1) {
	width: 25%;
}
.courseSection table th:nth-child(2),
.courseSection table td:nth-child(2) {
	width: 48%;
}
.courseSection table th:nth-child(3),
.courseSection table td:nth-child(3) {
	width: 12%;
}
.courseSection table th:nth-child(4),
.courseSection table td:nth-child(4) {
	width: 15%;
}
.courseSection td .em {
	display: block;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.1;
	margin: 5px auto 0;
}

.curriculumSection .title {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	font-size: 27px;
	line-height: 1.4;
	margin: 0 0 30px;
	padding: 20px 0;
}
.curriculumSection .teachingMaterialFrame {
	border: 1px solid #ccc;
	padding: 15px;
}

/* 幅1080px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 1080px) {
	.curriculumSection .title {
		font-size: 2.3vw;
	}
}

/* 幅768px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	.courseSection .ttlWrap {
		margin: 0 0 15px;
	}
	.courseSection .ttlWrap .ttl_s {
		margin: 0 0 10px;
	}
	.courseSection .ttlWrap .caption {
		font-size: 11px;
		margin: 0 0 0 5px;
		padding: 3px 4px 2px;
	}
	.courseSection table th,
	.courseSection table td {
		padding: 5px;
	}
	.courseSection table th:nth-child(1),
	.courseSection table td:nth-child(1) {
		width: 25%;
	}
	.courseSection table th:nth-child(2),
	.courseSection table td:nth-child(2) {
		width: 48%;
	}
	.courseSection table th:nth-child(3),
	.courseSection table td:nth-child(3) {
		width: 12%;
	}
	.courseSection table th:nth-child(4),
	.courseSection table td:nth-child(4) {
		width: 15%;
	}
	.courseSection th {
		line-height: 1.4;
	}
	.courseSection td .em {
		display: block;
		font-weight: bold;
		font-size: 15px;
		line-height: 1.1;
		margin: 5px auto 0;
	}

	.curriculumSection .title {
		font-size: 16px;
		line-height: 1.6;
	}
}
