@charset "utf-8";


#page_class section:nth-of-type(2){
	background: #ebf4f6;
}

/*staff
************************************************************************************/
/*page_staff_list
----------------------------------------------------------------------*/
.allphoto{
	padding-bottom: 1.5em;
}
#page_staff_list .frameDoctor{
	margin-bottom: 50px;
}
#page_staff_list .frameDoctor ul.list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#page_staff_list .frameDoctor ul.list.btm{
	align-items: end;
}

#page_staff_list .frameDoctor ul.list li{
	width: 18%;
	background: #FFF;
	padding: 25px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 1%;
	box-shadow:0px 0px 10px #e8e8e8;
	-moz-box-shadow:0px 0px 10px #e8e8e8;
	-webkit-box-shadow:0px 0px 10px #e8e8e8;
}
#page_staff_list .frameDoctor ul.list li.noshadow{
	background: #FFF;
	padding: 0;
	margin: 1%;
	box-shadow:0px 0px 0px #e8e8e8;
	-moz-box-shadow:0px 0px 0px #e8e8e8;
	-webkit-box-shadow:0px 0px 0px #e8e8e8;
}
#page_staff_list .frameDoctor ul.list.large li,
#page_staff_list .frameDoctor ul.list li.large{
	width: 31.3%;
}
#page_staff_list .frameDoctor ul.list.large_x li,
#page_staff_list .frameDoctor ul.list li.large_x{
	width: 48%;
}
#page_staff_list .frameDoctor ul.list li.small{
	width: 14%;
}
#page_staff_list .frameDoctor ul.list li.large_frame{
	width: 64.3%;
}
@media screen and (min-width: 980px) {
#page_staff_list .frameDoctor ul.list li{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#page_staff_list .frameDoctor ul.list li:hover{
	box-shadow:0px 0px 0px #FFF;
	-moz-box-shadow:0px 0px 0px #FFF;
	-webkit-box-shadow:0px 0px 0px #FFF;
	background: #e8f5f8;
}
#page_staff_list .frameDoctor ul.list li.noshadow:hover{
	background: none;
}
}


#page_staff_list .frameDoctor ul.list li .photo{
	text-align: center;
	padding: 0 0 10px 0;
}
#page_staff_list .frameDoctor ul.list li .photo img{
	max-width: 70%;
	height: auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#page_staff_list .frameDoctor ul.list li .type{
	font-size: 13px;
	margin: 0 0 3px 0;
	text-align: center;
}
#page_staff_list .frameDoctor ul.list li .name{
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

@media screen and (max-width: 768px){
	#page_staff_list .frameDoctor ul.list li{
		width: 31.3% !important;
	}
	#page_staff_list .frameDoctor ul.list li .name{
		font-size: 14px;
	}
	#page_staff_list .frameDoctor ul.list li.large{
		max-height: 290px;
	}
	#page_staff_list .frameDoctor ul.list li.large_frame{
		width: 64.3% !important;
	}
	

	#page_staff_list .frameDoctor ul.list li.large_frame ul.list.large_x li,
	#page_staff_list .frameDoctor ul.list li.large_frame ul.list li.large_x{
		width: 48% !important;
	}
}

@media screen and (max-width: 620px) {
/*sp*/
	#page_staff_list .frameDoctor ul.list li.large{
		max-height: 230px;
	}
} 


/*page_staff_details
----------------------------------------------------------------------*/
#page_staff_details{}

#page_staff_details .prof_frame{
	width: 100%;
	margin: 0 0 50px 0;
}

#page_staff_details .prof_frame .image{
	width: 180px;
	display:block;
	float: left;
	clear:both;
	margin: 0 20px 0 0;
}
#page_staff_details .prof_frame .image img{
	width:	180px;
	height: auto;
}

#page_staff_details .prof_frame .message{
	overflow: auto;
	zoom: 1;
	line-height: 1.5;
}
#page_staff_details .prof_frame .message .kana{
	font-size: 13px;
	text-align: center;
}
#page_staff_details .prof_frame .message .kana:before,
#page_staff_details .prof_frame .message .kana:after{
	content: "-";
}
#page_staff_details .prof_frame .message .lv_h1{
	margin: 0 0 .5em;
}
#page_staff_details .prof_frame .message .sub{
	text-align: center;
	margin-bottom: 1.5em;
}
#page_staff_details .prof_frame .message th{
	width: 8em;
}

@media screen and (max-width: 620px) {
#page_staff_details .prof_frame .image{
	width: 180px;
	display:block;
	float: none;
	clear:both;
	margin: 0 auto 20px;
}
#page_staff_details .prof_frame .image img{
	width:	auto;
	height: auto;
	max-width: 100%;
}

#page_staff_details .prof_frame .message{
	overflow: auto;
	zoom: 1;
	line-height: 1.5;
}
#page_staff_details .prof_frame .message th{
	width: auto;
}


}

/*page_research
************************************************************************************/
.page_research ul.subnav{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.page_research ul.subnav li{
	background: #f1f1f1;
	padding: 10px 20px 10px 10px;
	margin: 0.5%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 49%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
}
.page_research ul.subnav li a{
	display: table-cell;
	vertical-align: middle;
	height: 3em;
	background: url("../../img/common/ar_black.svg") no-repeat left center;
	-moz-background-size: 14px auto;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
	padding:0 0 0 20px;
	text-decoration: none;
	color: #000;
}

@media screen and (max-width: 768px){
.page_research .itemBox li{
	width: 49%;
}
.page_research .itemBox li img{
	max-width: 100%;
	height: auto;
}
.page_research ul.subnav li{
	width: 99%;
}
}
@media screen and (max-width: 480px){
.page_research .itemBox li{
	width: 99%;
	text-align: center;
}
}