@charset "utf-8";



/* header
-----------------------------------*/
#header{
	background-image: url("../img/bg_student_01.jpg");
}



/* student_unit
-----------------------------------*/
#student_unit{
	width: 100%;
	margin-bottom: 123px;
}


#student_unit > .intro{
	width: 1000px;
	text-align: center;
	margin: 27px auto 65px;
}
#student_unit > .intro p + p{
	margin-top: 21px;
}
#student_unit > .intro p span{
	font-size: 85%;
}


#student_unit > .student{
	width: 100%;
	padding: 43px 0 40px;
	position: relative;
}
#student_unit > .student:after{
	content: "";
	background: #f2f2f2;
	display: block;
	position: absolute;
	left: 0;
	right: 50%;
	top: 0;
	bottom: 0;
	z-index: 1;
}
#student_unit > .student:nth-of-type(even):after{
	left: 50%;
	right: 0;
}
#student_unit > .student header, 
#student_unit > .student .inner, 
#student_unit > .student .btn{
	z-index: 10;
}
#student_unit > .student header{
	width: 800px;
	margin: 0 auto 11px;
	position: relative;
}
#student_unit > .student header h2, 
#student_unit > .student header p{
	display: table-cell;
	vertical-align: bottom;
}
#student_unit > .student header h2{
	color: #000000;
	font-size: 207.6%;
	font-weight: bold;
	line-height: 1.2;
	white-space: nowrap;
	min-width: 180px;
	padding: 19px 10px 0 0;
}
#student_unit > .student header h2 span{
	color: #00bbcc;
	font-size: 48.1%;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 0;
}
#student_unit > .student header p{
	color: #000000;
	font-weight: bold;
	padding-bottom: 1px;
}
#student_unit > .student .inner{
	width: 800px;
	margin: 0 auto;
	position: relative;
}
#student_unit > .student .inner:after{
	content: "";
	clear: both;
	display: block;
}
#student_unit > .student .inner dl{
	width: 610px;
	float: right;
}
#student_unit > .student .inner dt{
	float: left;
	clear: left;
	padding: 15px 0 4px;
}
#student_unit > .student .inner dd{
	background: url("../../common/img/bg_line_02.gif") repeat-x 0 bottom;
	padding: 15px 0 4px 110px;
	position: relative;
}
#student_unit > .student .inner dd:last-of-type{
	background: transparent; 
}
#student_unit > .student .inner dd:after{
	content: "";
	width: 2px;
	background: #00bbcc;
	display: block;
	position: absolute;
	left: 95px;
	top: 15px;
	bottom: 5px;
}
#student_unit > .student .inner img{
	float: left;
	margin-top: 10px;
}
#student_unit > .student .btn{
	margin-left: 295px;
	position: absolute;
	left: 50%;
	top: 55px;
}
#student_unit > .student .btn a{
	color: #000000;
	text-decoration: none;
	font-size: 116%;
	line-height: 32px;
	font-weight: bold;
	width: 105px;
	height: 35px;
	background: #d9d921;
	border-radius: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 3px 0 0 36px;
	position: relative;
}
#student_unit > .student .btn a:after{
	content: "";
	width: 9px;
	height: 15px;
	background: url("../../common/img/ico_arrow_02.png") no-repeat 0 0;
	display: inline-block;
	margin-top: -7px;
	position: absolute;
	left: 22px;
	top: 50%;
}
#student_unit > .student .btn a, 
#student_unit > .student .btn a:after{
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#student_unit > .student .btn a:hover{
	background: #f2a60c;
}
#student_unit > .student .btn a:hover:after{
	left: 24px;
}