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


/* 共通 */

section.section {
	padding-bottom: 80px;
}

section.back {
	background: #f2f9f3;
}

* {
	box-sizing: border-box; 
}

br.sp {
	display: none;
}

@media screen and (max-width: 780px) {
	br.sp {
		display: inline;
	}
}



/* 新学科の概要 */
img.overview_img {
	display: block;
	width: 725px;
	float: left;
}

div.movie {
	width: 270px;
	margin-left: 759px;
}

div.movie img {
	width: 100%;
	border: 1px solid #337039;
}


div.movie dl {
	background: #337039;
	margin-bottom: 50px;
	font-size: 0;
	line-height: 1.3;
	padding: 15px;
}

div.movie:last-of-type dl {
	margin-bottom: 0;
}


div.movie dl dt {
	color: white;
	font-size: 16px;
	display: inline-block;
}

div.movie dl dd {
	color: white;
	font-size: 16px;
	display: inline-block;
}

@media screen and (max-width: 780px) {
	img.overview_img {
		float: initial;
		width: 100%;
		max-width: 600px;
		margin: 0 auto 40px;
	}
	
	div.movie_wrapper {
		font-size: 0;
	}
	
	div.movie {
		width: 48%;
		margin-left: 0;
		display: inline-block;
		margin-right: 4%;
		vertical-align: top;
	}
	
	div.movie:last-of-type {
		margin-right: 0;
	}
	
	div.movie dl {
		margin-bottom: 0;
	}

	div.movie dl {
		font-size: 18px;
	}
}

@media screen and (max-width: 500px) {
	div.movie {
		display: block;
		width: 100%;
		margin: 0 0 40px;
	}
	
	div.movie:last-of-type {
		margin-bottom: 0;
	}
}


/* リンク集 */
ul.link {
	font-size: 0;
	display: flex;
	flex-direction: row;
  	flex-wrap: wrap;
 	justify-content: space-between;
}

ul.link li img {
	margin-bottom: 10px;
}

ul.link li {
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
}

ul.link li.bubble {
	position: relative;
}

ul.link li.bubble:before {
	content: "";
	display: block;
	width: 152px;
	height: 122px;
	background-image: url("../../new_department/images/link_bubble.svg");
	position: absolute;
	top: -140px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

ul.link li a {
	color: black;
}

ul.link li a:hover {
	text-decoration: none;
}


@media screen and (max-width: 780px) {
	ul.link {
		font-size: 0;
		display: flex;
		flex-direction: row;
  		flex-wrap: wrap;
 		justify-content: center;
	}
	
	ul.link li {
		font-size: 14px;
		margin: 0 25px 20px;
	}
	
	ul.link li.bubble:before {
		width: 102px;
		height: 82px;
		top: -95px;
	}
	
	ul.link li img {
		width: 90px;
	}
}

@media screen and (max-width: 500px) {

	ul.link li {
		margin: 0 8px 20px;
	}
	
	ul.link li:nth-of-type(4),
	ul.link li:nth-of-type(5) {
		margin-bottom: 0;
	}
	
}

/* 3つの研究分野とキーワード */

div.lab {
	width: 1028px;
	margin: 0 auto;
	padding-top: 120px;
	text-align: center;
	font-size: 0;
}

div.lab h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 120px;
	color: #337039;
	position: relative;
}

div.lab h3 span {
	font-size: 18px;
	font-weight: normal;
	display: block;
	color: black;
}

div.lab h3:before {
	content: "";
	display: block;
	height: 20px;
	border-left: 3px solid #337039;
	position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

div.lab h3:after {
	content: "";
	display: block;
	height: 20px;
	border-left: 3px solid #337039;
	position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

ul.lab_sec_pic {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	margin-right: 24px;
	margin-bottom: 40px;
}

div.lab ul.lab_sec_pic:last-of-type {
	margin-bottom: 0;
}


ul.lab_sec_pic li {
	width: 180px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-right: 24px;
}

ul.lab_sec_pic li:last-of-type {
	margin-right: 0;
}

ul.lab_sec_pic li span {
	font-size: 15px;
	margin-left: 5px;
	font-weight: normal;
}

div.lab_sec_ex {
	width: 620px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
}

div.lab div.lab_sec_ex {
	margin-bottom: 0;
}

div.lab_sec_ex h4 {
	background: #337039;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: white;
	padding-left: 45px;
	margin-bottom: 10px;
	height: 36px;
	line-height: 36px;
	position: relative;
}

div.lab_sec_ex h4:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	border: 3px solid #337039;
	background: white;
	position: absolute;
	top: 0;
	left: 0;
}

div.lab_sec_ex h4.lab01:before {
	background: #fff2cc;
}

div.lab_sec_ex h4.lab02:before {
	background: #ffc005;
}

div.lab_sec_ex h4.lab03:before {
	background: #c5e0b5;
}

div.lab_sec_ex h4.lab04:before {
	background: #6ca546;
}

div.lab_sec_ex h4.lab05:before {
	background: #b3c7e7;
}

div.lab_sec_ex h4.lab06:before {
	background: #4472c4;
}

div.lab_sec_ex p {
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
}

div.lab_sec_ex dl {
	font-size: 18px;
	text-align: left;
}

div.lab_sec_ex dl dt {
	font-weight: bold;
}


@media screen and (max-width: 780px) {
	div.campusBlock img {
		width: 100%;
		max-width: 600px;
		display: block;
		margin: 0 auto;
	}
	
	div.lab {
		width: 100%;
		padding: 100px 15px 0;
	}
	
	div.lab h3 {
		margin-bottom: 80px;
	}
	
	div.lab h3 span {
		font-size: 16px;
	}
	
	ul.lab_sec_pic {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	div.lab ul.lab_sec_pic:last-of-type {
		margin-bottom: 20px;
	}
	
	ul.lab_sec_pic li {
		width: 49%;
		max-width: 270px;
		margin-right: 2%;
		font-size: 16px;
	}
	
	ul.lab_sec_pic li:last-of-type {
		margin-right: 0;
	}
	
	ul.lab_sec_pic li span {
		font-size: 12px;
	}
	
	ul.lab_sec_pic li img {
		margin-bottom: 8px;
	}
	
	div.lab_sec_ex {
		width: 100%;
	}
	
	div.lab_sec_ex h4 {
		font-size: 18px;
		height: 31px;
    	line-height: 31px;
		padding-left: 35px;
	}
	
	div.lab_sec_ex h4:before {
		width: 25px;
    	height: 25px;
	}
	
	div.lab_sec_ex p {
		font-size: 16px;
	}
	
	div.lab div.lab_sec_ex dl {
		font-size: 16px;
		margin-bottom: 40px;
	}
	
	div.lab div.lab_sec_ex:last-of-type dl {
		margin-bottom: 0;
	}
	
}



/* 新・森林学科 科目一覧 */
/* PC */
table.pc {
	font-size: 16px;
}

table.pc thead {
	background: #337039;
	color: white;
	text-align: center;
	height: 46px;
	line-height: 46px;
}

table.pc thead th {
	width: 56px;
	border-right: 1px solid white;
}

table.pc thead td {
	width: 243px;
	border-right: 1px solid white;
}

table.pc thead td:last-of-type {
	border: none;
}

table.pc tbody th {
	border-right: 1px solid #337039;
	border-bottom: 1px solid #337039;
	line-height: 1;
	vertical-align: middle;
	padding: 15px 0;
}

table.pc tbody td {
	border-right: 1px solid #337039;
	border-bottom: 1px solid #337039;
	padding: 15px 10px;
	vertical-align: middle;
}

table.pc tbody td:last-of-type {
	border-right: none;
}

table.pc tbody tr:last-of-type th {
	border-bottom: none;
}

table.pc tbody tr:last-of-type td {
	border-bottom: none;
}

table.pc tbody tr:nth-of-type(odd) th {
	background: #f2f9f3;
}

table.pc tbody tr:nth-of-type(odd) td {
	background: #f2f9f3;
}

table.pc tbody td ul li {
	padding-left: 15px;
	text-indent: -15px;
}

table.pc tbody td ul li span {
	color: #337039;
	font-size: 12px;
	position: relative;
	top: -1px;
	margin-right: 3px;
}

table.sp {
	display: none;
}


/* 新・森林学科 科目一覧 */
/* SP */

@media screen and (max-width: 780px) {

table.pc {
	display: none;
}

table.sp {
	display: table;
	font-size: 16px;
	width: 100%;
	margin-bottom: 40px;
}

table.sp:last-of-type {
	margin-bottom: 0;
}

table.sp thead {
	background: #337039;
	color: white;
	text-align: center;
	height: 46px;
	line-height: 46px;
}

table.sp thead th {
	width: 12%;
	border-right: 1px solid white;
}

table.sp thead td {
	width: 44%;
	border-right: 1px solid white;
}

table.sp thead td:last-of-type {
	border: none;
}

table.sp tbody th {
	border-right: 1px solid #337039;
	border-bottom: 1px solid #337039;
	vertical-align: middle;
	line-height: 1;
	padding: 15px 0;
}

table.sp tbody td {
	border-right: 1px solid #337039;
	border-bottom: 1px solid #337039;
	padding: 15px 10px;
	vertical-align: middle;
}

table.sp tbody td:last-of-type {
	border-right: none;
}

table.sp tbody tr:last-of-type th {
	border-bottom: none;
}

table.sp tbody tr:last-of-type td {
	border-bottom: none;
}

table.sp tbody tr:nth-of-type(odd) th {
	background: #f2f9f3;
}

table.sp tbody tr:nth-of-type(odd) td {
	background: #f2f9f3;
}

table.sp tbody td ul li {
	padding-left: 15px;
	text-indent: -15px;
}

table.sp tbody td ul li span {
	color: #337039;
	font-size: 12px;
	position: relative;
	top: -1px;
	margin-right: 3px;
}

}

/* 新・森林学科をより詳しく知る資料 */

div.download {
	width: 650px;
	margin: 0 auto 40px;
	font-size: 0;
}

div.download:last-of-type {
	margin-bottom: 0;
}

div.download a:hover {
	text-decoration: none;
}

div.download img {
	display: inline-block;
	width: 215px;
	margin-right: 15px;
	vertical-align: top;
	border: 1px solid black;
}

div.download dl {
	width: 420px;
	display: inline-block;
	vertical-align: top;
}

div.download dl dt {
	font-size: 20px;
	font-weight: bold;
	color: black;
}

div.download dl dd {
	font-size: 16px;
	color: black;
}

@media screen and (max-width: 780px) {
	div.download {
		width: 100%;
	}
	
	div.download img {
		display: block;
		width: 63%;
		margin: 0 auto 10px;
	}
	
	div.download dl {
		width: 100%;
		text-align: center;
	}
	
	div.download dl dt {
		font-size: 18px;
		text-align: center;
	}
	
	div.download dl dd {
		display: inline-block;
		text-align: left;
	}
	
}



