@charset "utf-8";

.curriculum { padding-bottom: 30px; }

.ttl001 {
	background: url(../img/curriculum/icon_plus.gif) right 5px no-repeat;
	margin-top: 37px;
}

h5 {
	margin-top: 37px;
	font-size: 153%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #030000;
	color: #030000;
	font-weight: bold;
}

.on {
	background: url(../img/curriculum/icon_minus.gif) right 5px no-repeat;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #ccc;
}

th {
	background: #eee;
	color: #15a164;
	font-weight: bold;
	font-size: 123%;
	text-align: center;
	padding: 12px 0;
	width: 239px;
}

td {
	padding: 10px;
}

td.none {
	text-align: center;
	vertical-align: middle;
}

td li {
	text-indent: -1.5em;
	margin-left: 1.5em;
}

.body {
	display: none;
}

.course {
	background: #000;
	color: #fff;
	padding: 2px 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
/* 201907 追加 */
.curriculum_ttl {
position:relative;
}
.curriculum_ttl p {
position:absolute;
top:7px;
left:150px;
font-weight:bold;
}
.curriculum_ttl a {
color:#CC0000;
}
@media only screen and (max-width: 705px) {
	table { display: none; }
	
	.curriculum h4 {
		color: #15a164;
		margin-top: 15px;
		font-weight: bold;
		font-size: 123%;
	}
	
	.curriculum h4:first-child {
		margin-top: 0;
	}
			
	.curriculum li {
		text-indent: -1.5em;
		margin-left: 1.5em;
	}
/* 201907 追加 */
.curriculum_ttl {
margin-top:30px;
}
.curriculum_ttl .ttl001 {
margin-bottom:10px;
}
.curriculum_ttl p {
position:static;
}	
}












