@charset "utf-8";

/* title
========================================================================== */

#title p.course {
	margin-top: 170px;
}

/* phones & tablet */
@media only screen and (max-width: 1023px) {
	#title p.course {
		width: 100%;
		height: 145px;
		margin-top: 40px;
		padding-top: 75px;
		background: url(../img/common/title.png) no-repeat center center;
		background-size: 66px;
		text-align: center;
		position: relative;
	}
}



/* contents
========================================================================== */

#contents {
	background: #d7e0e8;
}

#main {
	width: 100%;
}

/* phones & tablet */
@media only screen and (max-width: 1023px) {
	#main {
		padding: 0;
	}
}



/* course (index)
========================================================================== */

#course_index nav {
	display: none;
}

/* phones & tablet */
@media only screen and (max-width: 1023px) {
	#course_index nav {
		padding: 25px 25px 50px;
		display: block;
	}

	#course_index nav ul li {
		margin: 0 0 6px 0;
		list-style: none;
		clear: both;
	}
	#course_index nav ul li a {
		height: 65px;
		background: url(../img/common/icon/arrow_down.svg) no-repeat right 12px center #fff;
		background-size: 10px 8px;
		display: block;
	}

	#course_index nav ul li div.course_index_nav_img {
		width: 65px;
		height: 65px;
		margin-right: 10px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		display: block;
		float: left;
	}
	#course_index nav ul li div.course_index_nav_title {
		line-height: 1;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#course_index nav ul li div.course_index_nav_title strong {
		margin-bottom: 5px;
		font-size: 154%; /* 20px */
		font-weight: 400;
		display: block;
	}
	#course_index nav ul li div.course_index_nav_title span {
		font-size: 77%; /* 10px */
		font-weight: 300;
		display: block;
	}
}


/* section
-------------------------------------------------------------------------- */

#course_index section {
	width: 50%;
	margin-bottom: 100px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	float: left;
}
#course_index section:nth-child(even) {
	clear: both;
}
#course_index section:nth-child(5),
#course_index section:nth-child(6) {
	margin-bottom: 0;
}

#course_index div.course_inner {
	width: 400px;
	margin: 245px auto 0;
	padding: 20px 25px 25px;
	background: #fff;
	border-top: 2px solid #203880;
	border-bottom: 2px solid #203880;
}

/* pc (small) */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	#course_index div.course_inner {
		width: 300px;
		margin: 180px auto 0;
	}
}

/* phones & tablet */
@media only screen and (max-width: 1023px) {
	#course_index section {
		width: auto;
		margin-bottom: 50px;
		padding: 200px 12px 0;
		background-size: 100%;
		float: none;
	}
	#course_index section:nth-child(5) {
		margin-bottom: 50px;
	}
	#course_index section:nth-child(6) {
		margin-bottom: 0;
	}

	#course_index div.course_inner {
		width: auto;
		margin: 0 auto;
		padding: 10px 12px 30px;
		border-top-width: 1px;
		border-bottom-width: 1px;
	}
}


/* title
-------------------------------------------------------------------------- */

#course_index h2 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #9f9d9c;
}
#course_index h2 strong {
	font-size: 229%; /* 32px */
	font-weight: 400;
	display: block;
}
#course_index h2 span {
	font-size: 86%; /* 12px */
	font-weight: 300;
	display: block;
}

/* pc (small) */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	#course_index h2 strong {
		font-size: 172%; /* 24px */
	}
	#course_index h2 span br {
		display: none;
	}
}

/* phones & tablet */
@media only screen and (max-width: 1023px) {
	#course_index h2 {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	#course_index h2 strong {
		font-size: 185%; /* 24px */
	}
	#course_index h2 span {
		font-size: 77%; /* 10px */
	}
	#course_index h2 span br {
		display: none;
	}
}


/* keyword
-------------------------------------------------------------------------- */

#course_index div.course_keyword {
	margin-bottom: 45px;
}

#course_index div.course_keyword h3 {
	margin-bottom: 15px;
	font-weight: 500;
}

#course_index div.course_keyword p {
	font-size: 86%; /* 12px */
	line-height: 2;
}
#applied_physics div.course_keyword p {
	min-height: 6em;
}
#biomedical_eng div.course_keyword p {
	min-height: 8em;
}

/* pc (small) */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	#applied_physics div.course_keyword p {
		min-height: 8em;
	}
	#biomedical_eng div.course_keyword p {
		min-height: 12em;
	}
}

/* phones & tablet */
@media only screen and (max-width: 1023px) {
	#course_index div.course_keyword {
		margin-bottom: 10px;
	}

	#course_index div.course_keyword h3 {
		margin-bottom: 8px;
	}

	#course_index div.course_keyword p {
		min-height: auto !important;
		font-size: 85%; /* 11px */
		line-height: 1.5;
	}
}


/* fun
-------------------------------------------------------------------------- */

#course_index div.course_fun {
	margin: 0 -25px 25px;
	padding: 20px 25px;
	background: #f3f3f3;
	font-weight: 500;
}

#course_index div.course_fun h3 {
	margin-bottom: 10px;
	font-weight: 500;
}

#course_index div.course_fun ul {
	margin: 0;
}
#course_index div.course_fun ul li {
	margin: 0 0 5px 0;
	list-style: none;
}
#course_index div.course_fun ul li:before {
	margin-right: 3px;
	content: "■";
	display: inline-block;
}
#course_index div.course_fun ul li:last-child {
	margin: 0;
}

/* pc (small) */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	#course_index div.course_fun ul li {
		font-size: 93%; /* 12px */
	}
}

/* phones & tablet */
@media only screen and (max-width: 1023px) {
	#course_index div.course_fun {
		margin: 0 -12px 27px;
		padding: 10px 12px;
	}

	#course_index div.course_fun h3 {
		margin-bottom: 10px;
		font-size: 93%; /* 12px */
		font-weight: 500;
	}

	#course_index div.course_fun ul {
		font-size: 85%; /* 11px */
	}
}


/* btn
-------------------------------------------------------------------------- */

#course_index div.btn {
	text-align: center;
}



/* course (color)
========================================================================== */

/* 電気工学コース */

#course_index nav ul li.electrical_eng div.course_index_nav_img {
	background-image: url(../img/course/bg_section_electrical_eng.jpg);
}

#electrical_eng {
	background-image: url(../img/course/bg_section_electrical_eng.jpg);
}
#electrical_eng div.course_inner {
	border-top-color: #e60012;
	border-bottom-color: #e60012;
}
#electrical_eng div.course_fun ul li:before {
	color: #e60012;
}
#electrical_eng div.btn a {
	border-color: #e60012;
	color: #e60012;
}

/* 通信工学コース */

#course_index nav ul li.communications_eng div.course_index_nav_img {
	background-image: url(../img/course/bg_section_communications_eng.jpg);
}

#communications_eng {
	background-image: url(../img/course/bg_section_communications_eng.jpg);
}
#communications_eng div.course_inner {
	border-top-color: #ed6c00;
	border-bottom-color: #ed6c00;
}
#communications_eng div.course_fun ul li:before {
	color: #ed6c00;
}
#communications_eng div.btn a {
	border-color: #ed6c00;
	color: #ed6c00;
}

/* 電子工学コース */

#course_index nav ul li.electronic_eng div.course_index_nav_img {
	background-image: url(../img/course/bg_section_electronic_eng.jpg);
}

#electronic_eng {
	background-image: url(../img/course/bg_section_electronic_eng.jpg);
}
#electronic_eng div.course_inner {
	border-top-color: #00873c;
	border-bottom-color: #00873c;
}
#electronic_eng div.course_fun ul li:before {
	color: #00873c;
}
#electronic_eng div.btn a {
	border-color: #00873c;
	color: #00873c;
}

/* 応用物理学コース */

#course_index nav ul li.applied_physics div.course_index_nav_img {
	background-image: url(../img/course/bg_section_applied_physics.jpg);
}

#applied_physics {
	background-image: url(../img/course/bg_section_applied_physics.jpg);
}
#applied_physics div.course_inner {
	border-top-color: #6fba2c;
	border-bottom-color: #6fba2c;
}
#applied_physics div.course_fun ul li:before {
	color: #6fba2c;
}
#applied_physics div.btn a {
	border-color: #6fba2c;
	color: #6fba2c;
}

/* 情報工学コース */

#course_index nav ul li.computer_science div.course_index_nav_img {
	background-image: url(../img/course/bg_section_computer_science.jpg);
}

#computer_science {
	background-image: url(../img/course/bg_section_computer_science.jpg);
}
#computer_science div.course_inner {
	border-top-color: #0095cc;
	border-bottom-color: #0095cc;
}
#computer_science div.course_fun ul li:before {
	color: #0095cc;
}
#computer_science div.btn a {
	border-color: #0095cc;
	color: #0095cc;
}

/* バイオ・医工学コース */

#course_index nav ul li.biomedical_eng div.course_index_nav_img {
	background-image: url(../img/course/bg_section_biomedical_eng.jpg);
}

#biomedical_eng {
	background-image: url(../img/course/bg_section_biomedical_eng.jpg);
}
#biomedical_eng div.course_inner {
	border-top-color: #74318e;
	border-bottom-color: #74318e;
}
#biomedical_eng div.course_fun ul li:before {
	color: #74318e;
}
#biomedical_eng div.btn a {
	border-color: #74318e;
	color: #74318e;
}


