@charset "utf-8";

.header_wrap { margin-bottom: 47px; }

.header_wrap h2 {
	float: left;
}

.header_wrap ul {
	float: right;
	padding-top: 60px;
}

#pagelink {
	margin-bottom: 45px;
}

#pagelink li {
	width: 230px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#pagelink li.break {
	margin-right: 0;
}

#pagelink li a {
	display: block;
	background: url(../img/teacher/icon_arrow.png) no-repeat 203px center;
	padding: 12px 20px;
	color: #333;
	border: 1px solid #bababa;
	text-decoration: none;
}

#pagelink li a:hover {
	background-color: #fff;
}

#pagelink li .sub {
	font-size: 77%;
	margin-bottom: 5px;
}

#pagelink li a .sub span {
	color: #15a164;
}

#pagelink li .name {
	font-size: 107%;
	font-weight: bold;
}

#pagelink li .name span {
	font-size: 114%;
}

.item  {
	width: 348px;
	border: 1px solid #bababa;
	margin-bottom: 20px;
}

.item .profile {
	background-color: #eee;
	padding: 12px 20px;
}

.item .room {
	font-size: 92%;
}

.item .room span {
	color: #15a164;
}

.item .name {
	font-size: 107%;
	font-weight: bold;
	float: left;
}

.item .name span {
	font-size: 114%;
}

.item .link { 
	font-size: 92%;
	padding-top: 4px;
}

.item .mail {
	font-size: 92%;
	clear: both;
	color: #666;
}

.item .body {
	padding: 12px 18px;
}

.item .theme span {
	color: #15a164;
}

.fully {
	margin-top: 7px;
}

.fully .img {
	width: 130px;
	float: left;
	margin-right: 7px;
}

.fully .dtl {
	overflow: hidden;
	zoom: 1;
}

.fully .dtl p {
	font-size: 88%;
}

.SDGs_Area {
	margin-top: 15px;
	background: #d7e7e0;
	padding: 15px;
}
.SDGs_ttl {
	width: 60%;
	margin: auto;
	margin-bottom: 10px;
}
.SDGs_ttl img {
	width: 100%;
}
.SDGs_imgArea {
	display: flex;
	justify-content: space-between;
	width: 60%;
	margin: auto;
}
.SDGs_imgArea li {
	width: 48%;
}
.SDGs_imgArea li img {
	width: 100%;
}



@media only screen and (max-width: 705px) {
	
	.header_wrap{
		margin-bottom: 20px;
	}
	
	.header_wrap ul {
		padding-top: 20px;
	}

	#pagelink {
		margin: 0 -15px 20px;
		border-bottom: 1px solid #bababa;
	}
	
	#pagelink li {
		width: auto;
		float: none;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	#pagelink li a {
		border-left: none;
		border-right: none;
		border-bottom: none;
		background: none;
		position: relative;
	}
	
	#pagelink li a:after {
		background: url(../img_sp/teacher/icon_arrow.gif) no-repeat left top;
		background-size: 11px 6px;
		width: 11px;
		height: 6px;
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -6px;
		content: "";
	}
	
	.item {
		width: auto;
		float: none;
		margin-right: 0;
	}
	
	.item .profile {
		padding: 12px 10px;
	}
	
	.item .body {
		padding: 12px 10px;
	}

	.item .name {
		font-size: 100%;
	}
	
	.item .name span {
		font-size: 107%;
	}

	.item .link { 
		font-size: 92%;
		padding-top: 2px;
	}

}












