@charset "UTF-8";
/* CSS Document */

/*============================================================================================
↓コンテンツ==================================================================================
============================================================================================*/
.future {
	position: relative;
	overflow: hidden;
}

/*============================================================================================
↓ページアンカー =============================================================================
============================================================================================*/
.page-anchor span {
	line-height: 1.3em;
}


/*============================================================================================
↓コンテンツタイトル =========================================================================
============================================================================================*/
.future .contents-ttl span span {
	background-image: none;
	border: none;
	padding: 0;
	line-height: inherit;
	vertical-align: middle;
	font-size: 1.6em !important;
}


/*============================================================================================
↓目指す姿 ===================================================================================
============================================================================================*/
.objective ol {
	font-size: 1.2em;
	padding-left: 2em;
	color: #d61826 !important;
}
.objective ol li {
	list-style: decimal;
	margin-bottom: 1.4em;
}
.objective ol li div {
	font-size: 0.8em;
	color: #5a4f4a;
}

/*============================================================================================
↓目標値 =====================================================================================
============================================================================================*/
.t-value {
	width: 100%;
	display: table;
	border-bottom: dotted 1px #ccc;
	line-height: 1.6em;
}
.t-value div {
	display: table-cell;
	vertical-align: middle;
	padding: 2em 0em;
}
.ttl {
	width: 40%;
}
.ttl h4 {
	color:#d61826;
	padding: 2em 0em 2em 10em;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 115px;
}
#degreeachieved {
	background-image:url(../../kusgu/img/img-degreeachieved.png);	
}
#international-students {
	background-image:url(../../kusgu/img/img-internationalstudents.png);
}
#studyabroad {
	background-image:url(../../kusgu/img/img-studyabroad.png);
}
#en-level {
	background-image:url(../../kusgu/img/img-en-level.png);
}
#subjects-percentage {
	background-image:url(../../kusgu/img/img-subjectspercentage.png);
}
.now,
.yl {
	width: 25%;
	text-align: center;
}
.arr {
	text-align: center;
}
.arr img {
	width: 2em;
}
@media screen and (max-width: 480px) {
.ttl h4 {
	padding: 2em 0em 2em 0em;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 115px;
}
#degreeachieved,
#international-students,
#studyabroad,
#en-level,
#subjects-percentage {
	background-image: none;
}

}