<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
	各学科カリキュラム
*/



/*---------------------------------------------------------- カリキュラム
*/
#course-curriculum {
	margin-bottom: 30px;
}

#course-curriculum h3 {
	font-size: 25px;
	letter-spacing: 3px;
	text-align: center;
}



/*---------------------------------------------------------- 年次別カリキュラム
*/
#course-curriculum-year {
	margin-bottom: 50px;
}

.curriculum-table {
	border-collapse: collapse;
	margin-bottom: 20px;
	table-layout: fixed;
	width: 100%;
}

.curriculum-table.sp-table {
	display: none;
}

.curriculum-table ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* thead */
.curriculum-table thead th {
	line-height: 1.4em;
	padding: 10px;
	text-align: left;
}

.curriculum-table thead th:first-of-type {
	width: 1em;
}

.curriculum-table thead th .year {
	float: left;
	height: 2.8em;
	line-height: 2.8em;
	margin-right: 10px;
	position: relative;
}

.curriculum-table thead th .year span {
	font-size: 43px;
}

.curriculum-table thead th .year:before {
	background: #FFF;
	content: '';
	display: block;
	height: 110%;
	left: -11px;
	position: absolute;
	top: -5%;
	width: 2px;
}

/* tbody tfoot */
.curriculum-table tbody th,
.curriculum-table tbody td,
.curriculum-table tfoot th,
.curriculum-table tfoot td {
	padding: 15px 10px;
	vertical-align: top;
}

.curriculum-table tbody th,
.curriculum-table tfoot th {
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	padding: 20px 10px;
}

.curriculum-table tbody td {
	font-size: 14px;
}

.curriculum-table tbody td li {
	line-height: 1.4em;
	margin-bottom: 5px;
}

.curriculum-table tbody td li em {
	font-style: normal;
	font-weight: bold;
	margin-left: 5px;
}

.curriculum-table tfoot td {
	color: #FFF;
	vertical-align: middle;
}

.curriculum-table tfoot td li {
	margin-bottom: 5px;
}

#course-curriculum-year .attention {
	font-size: 12px;
	text-align: right;
}

#course-curriculum-year .attention span {
	border: 1px solid #000;
	padding: 0 5px;
}


/*---------------------------------------------------------- 国家試験までの道のり
*/
#course-curriculum-flow img {
	height: auto;
	width: 100%;
}


/*---------------------------------------------------------- PDFリンク
*/
#course-curriculum-pdf {
	margin-bottom: 40px;
}

.course-curriculum-pdf_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.course-curriculum-pdf_list li {
	display: block;
	margin: 0 0 5px 0;
	width: 100%;
}

.course-curriculum-pdf_list li a {
	background-image: url(../../common/img/icon_pdf.svg);
	background-position: 0 2px;
	background-repeat: no-repeat;
	color: #000;
	display: inline-block;
	line-height: 1.6em;
	padding-left: 21px;
	position: relative;
}

#course-curriculum-pdf_list-wrapper .course-curriculum-pdf_list {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 20px;
	vertical-align: top;
	width: 45%;
}



@media screen and (max-width: 980px) {
	/*---------------------------------------------------------- カリキュラム
	*/
	#course-curriculum {
		margin-bottom: 10px;
	}

	#course-curriculum h3 {
		font-size: 14px;
		letter-spacing: 1px;
	}
	
	
	/*---------------------------------------------------------- 年次別カリキュラム
	*/
	.curriculum-table {
		display: none;
	}

	.curriculum-table.sp-table {
		display: table;
	}
	
	#table0 thead th:nth-of-type(3),
	#table0 thead th:nth-of-type(4),
	#table0 td:nth-of-type(2),
	#table0 td:nth-of-type(3),
	#table1 thead th:nth-of-type(2),
	#table1 thead th:nth-of-type(4),
	#table1 td:nth-of-type(1),
	#table1 td:nth-of-type(3),
	#table2 thead th:nth-of-type(2),
	#table2 thead th:nth-of-type(3),
	#table2 td:nth-of-type(1),
	#table2 td:nth-of-type(2) {
		display: none;
	}
	
	.curriculum-table thead th .year:before {
		display: none;
	}
	
	#course-curriculum-year .attention span {
		display: block;
		line-height: 1.4em;
		margin-top: 10px;
		padding: 1px 4px;
	}
	
	/* 1805add */
	#course-curriculum-year .inner {
		padding: 0;
	}
	
	#course-curriculum-flow {
		height: 810px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}
	
	#course-curriculum-inner {
		box-sizing: border-box;
		padding: 0 10px;
		width: 640px;
	}
	
	/*---------------------------------------------------------- PDFリンク
	*/
	#course-curriculum-pdf_list-wrapper .course-curriculum-pdf_list {
		display: block;
		padding-right: 0;
		width: 100%;
	}
}
















</pre></body></html>