/* CSS Document */


/* houken */

.toTopLinkWrap{
	display: none;
}

@media screen and (min-width:576px){
	.listWrap > div{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		border-top:1px solid #ccc;
		padding-top:25px;
		padding-bottom:25px;
		margin-bottom: 25px;
	}
	.listWrap .name{
		width: 25%;
	}
	.listWrap .field{
		width: 25%;
	}
	.listWrap .conte{
		width: 50%;
	}
}

@media screen and (max-width:575px){

	.listWrap>div{
		border-bottom:1px solid #ccc;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.listWrap .name,
	.listWrap .field,
	.listWrap .conte{
		margin-bottom: 15px;
	}
	
}
	
	
.listWrap .name::before{
	content:'教員名';
	width:6em;
	border-radius: 10px;
	padding:0.3em;
	margin-bottom: 8px;
	display: block;
	background-color: #DDDAD2;
	font-size: 14px;
	color:black;
	text-align:center; 
}

.listWrap .field::before{
	content:'専攻分野';
	width:6em;
	border-radius: 10px;
	padding:0.3em;
	margin-bottom: 8px;
	display: block;
	background: #DDDAD2;
	font-size: 14px;
	color:black;
	text-align:center; 
}


.listWrap .conte::before{
	content:'内容';
	width:6em;
	border-radius: 10px;
	padding:0.3em;
	margin-bottom: 8px;
	display: block;
	background: #DDDAD2;
	font-size: 14px;
	color:black;
	text-align:center; 
}




.table.table-lecture th{
	border-top: 2px solid #5e362b;
	background-color: #efefef;
	color: #333;
}
.table.table-lecture th:nth-child(1){
	width: 20%;
}
.table.table-lecture th:nth-child(2){
	width: 40%;
}
.table.table-lecture th:nth-child(3){
	width: 30%;
}






.houkenBox ul{
	padding-left:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.houkenBox ul li{
	list-style: none;
	padding: 3px;
}
.houkenBox ul li a{
	border:1px solid #ccc;
	display: block;
	padding:10px;
	text-align: center;
}
.houkenBox ul li a:hover{
	background-color: #5e362b;
	color: white;
}

@media screen and (min-width:768px){
	.houkenBox ul li{
		width: 25%;
	}
}





/*
博士後期課程
*/
.table-list tr th:nth-child(1){
	background-color: #ddd;
	color: black;
	text-align: center;
}
.table-list tr th:nth-child(2){
	background-color: #efefef;
	color: black;
	text-align: center;
}
@media screen and (min-width:768px){
	
}
@media screen and (max-width:575px){
	.table-list tr{
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
		border-top: 2px solid #5e362b;
	}
	.table-list tr th,
	.table-list tr td{
		display: block;
		width: 25%;
	}
	.table-list tr td:nth-child(3){
		display: block;
		width: 50%;
	}
	.table-list tr td:nth-child(4){
		display: block;
		width: 100%;
		padding-bottom: 25px;
	}
}
