@charset "utf-8";


/*==========================================
	curriculum.html
===========================================*/
/* ------------------------------------------
	table
------------------------------------------ */
/* table_curriculum */
.table_curriculum {
	width: 100%;
	margin-bottom: 1.0rem;
}
.table_curriculum th,
.table_curriculum td {
	padding:10px;
}
.table_curriculum th {
	font-weight: 400;
	text-align: left;
}
.table_curriculum td {
	background: #eee;
	font-weight: 400;
}
.table_curriculum tr:nth-child(odd) td {
	background: #F4F4F5;
}
.table_curriculum tr:nth-child(even) td {
	background: #E9ECEF;
}
.table_curriculum th:first-child {
	width: 15%;
}

/* curriculum_list */
.curriculum_list li {
	display: inline-block;
}
.curriculum_list li:after {
	content:"/";
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.curriculum_list li:last-child:after {
	display: none;
}


/* inline_item */
.inline_item {
	margin-top: 0.5rem;
}
.inline_list {
	margin-top: 0.5rem;
}
@media (min-width: 993px) {
	.inline_item {
		display: inline-block;
		float: left;
		width: 9em;
	}
	.inline_list {
		margin-left: 10em;
	}
}




/* ------------------------------------------
subject_list
------------------------------------------ */
.subject_list_wrapp {
	list-style: none;
}
.subject_list_wrapp li h3 {
	margin-top: 0.0rem;
  margin-bottom: 1.0rem;
	line-height: 1.2;
	font-weight: 700;
	font-size: 1.8rem;
}

.subject_list_wrapp li figure{
	margin-bottom: 1.0rem;
	text-align: center;
}
.subject_list_wrapp li figure img {
  width: 100%;
	border-radius: 10px;
}

@media (max-width: 992px) {
	.subject_list_wrapp {
		margin-bottom: 3rem;
	}
	.subject_list_wrapp li {
	  width: 100%;
		margin-bottom: 5.0rem;
	}
}
@media (min-width: 993px) {
	.subject_list_wrapp {
		display: flex;
	  list-style: none;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}
	.subject_list_wrapp li {
	  width: 32.0%;
	}
}
