/* CSS Document */


/***********************************************************************
 ** Index
 ***********************************************************************/
.teacherIndex .name{
	font-size: 20px;
	font-weight: bold;
	color: #006666;
	padding-bottom: 10px;

}
.teacherIndex p{
	font-size: 14px;
}
.teacherIndex .item{
	margin-bottom: 25px;
}
.teacherIndex .item img{
	max-width: 150px;
}






/***********************************************************************
 ** Detail
 ***********************************************************************/

.teacherDetail{
	
}

.teacherDetail h3{
	margin-top:0;
	text-align: left;
	border-bottom: 3px solid #6BB6D5;
	color: #333;
}

.teacherDetail h3 span{
	font-size: 16px;
	line-height: 32px;
	float:right;
}

@media screen and (max-width:575px){
	.teacherDetail h3 span{
		display: block;
		float:none;
	}
}

.profList{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.profList dt{
	width: 10em;
}
.profList dd{
	flex:1;
}

.profileBox{
	background-color: #f0faf1;
	padding: 40px;
	margin-bottom: 45px;
}
.profileBox img{
	width: 100%;
}
@media screen and (max-width:575px){
	.profileBox img{
		margin-bottom: 15px;
	}
}

.profColumn h4{
	background: url("/educate/gendaisyakai/teacher/images/h4icon.png") no-repeat;
	background-size: 37px 26px;
	border-bottom: 2px solid #ccc;
	padding-left: 42px;
	padding-bottom: 8px;
	margin-bottom: 15px;
	
}

.ph h4{
	color: #006666;
	font-size: 20px;
	font-weight: bold;
}

.ph p,
.profColumn p{
	margin-bottom: 40px;
}

.kikimashita{
	border: 2px solid #6BB6D5;
	padding: 45px;
	margin-top: 45px;
	margin-bottom: 45px;
}
.kikimashita h4{
	background-color: white;
	margin-top:-60px;
	margin-bottom:30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 240px;
	color: #6BB6D5;
}
.kikimashita h5{
	color: #006666;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}
.kikimashita p{
	margin-bottom: 35px;;
}
.kikimashita p:last-child{
	margin-bottom: 0;
}


.hitokoto h4{
	background-color: #6BB6D5;
	text-align: center;
	color:white;
	width: 180px;
	padding: 12px;
	position: relative;
	margin-bottom: 25px;
}
.hitokoto h4::after{
	position: absolute;
	content: '';
	width:  15px;
	height: 15px;
	background-color: #6BB6D5;
	top:45px;
	left:25px;
	transform: rotate(45deg);
}
.hitokoto h5{
	font-weight: bold;
	color: #006666;
}
.hitokoto p{
	margin-bottom: 2em;
}


.choshoWrap{
	margin-top: 25px;
}
.chosho{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-bottom: 1px dotted #006666; 
}
.choshoList li{
	list-style: disc;
}
.choshoList li{
	overflow-wrap: break-word;
	margin-bottom: 8px;
}
.choshoList li a{
	color: black;
}
.icon-link{
	display: inline-block;
	width:  15px!important;
	height: 15px!important;
}
.profList a{
	overflow-wrap: break-word;
}
.teacherDetail p{
	overflow-wrap: break-word;
}

@media screen and (max-width:575px){
	
	.profList{
		display: block;
			
	}
	.profList a{
		overflow-wrap: break-word;
	}
}

.icon{
	max-width: 60px;
	display: inline-block;
}
