@charset "utf-8";

/* ---------------------------------------- 
 - contents（department）
---------------------------------------- */
#department {
	width:90%;	
	max-width: 1200px;
	margin: 0 auto 100px;
}
#department dl.list_box dt{
	font-size: 2.8rem;
    color: #6174a9;
    line-height: 1.2;
	position: relative;
	padding-left: 20px;
	margin-bottom: 0.7em;
}
#department dl.list_box dt::before {
    background: #6174a9;
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
	left:0;
	top:0.4em;
	margin: auto;
}
#department.bio dl.list_box dt {
	color: #6174a9;
}
#department.bio dl.list_box dt::before {
	background: #6174a9;
}
#department.zos dl.list_box dt {
	color: #a93c4a;
}
#department.zos dl.list_box dt::before {
	background: #a93c4a;
}
#department.mas dl.list_box dt {
	color: #0b7fb6;
}
#department.mas dl.list_box dt::before {
	background: #0b7fb6;
}
#department.fos dl.list_box dt {
	color: #00693e;
}
#department.fos dl.list_box dt::before {
	background: #00693e;
}
#department.ens dl.list_box dt {
	color: #398a83;
}
#department.ens dl.list_box dt::before {
	background: #398a83;
}
#department.agr dl.list_box dt {
	color: #57a060;
}
#department.agr dl.list_box dt::before {
	background: #57a060;
}
#department.fst dl.list_box dt {
	color: #a7799b;
}
#department.fst dl.list_box dt::before {
	background: #a7799b;
}
#department.fbs dl.list_box dt {
	color: #e6a35b;
}
#department.fbs dl.list_box dt::before {
	background: #e6a35b;
}
#department.gcs dl.list_box dt {
	color: #dcaf00;
}
#department.gcs dl.list_box dt::before {
	background: #dcaf00;
}
#department.vtn dl.list_box dt {
	color: #e97874;
}
#department.vtn dl.list_box dt::before {
	background: #e97874;
}
#department.vmd dl.list_box dt {
	color: #ce3441;
}
#department.vmd dl.list_box dt::before {
	background: #ce3441;
}
#department dl.list_box dd{
	margin-bottom: 5.0em;
}
#department dl.list_box dd:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	#department {
		margin-bottom: 50px;
	}
	#department dl.list_box dt{
		font-size: 1.8rem;
		padding-left: 12px;
	}
	#department dl.list_box dt::before {
		width: 6px;
		height: 6px;
	}	
	#department dl.list_box dd{
		margin-bottom: 3.5em;
	}
}