@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;600&display=swap');

/* CSS Document */

html {
	scroll-padding-top: 70px;
}

.header h1 {
	margin-bottom: 0px!important;
}

/*====================================

	page_ttl

====================================*/

.page_ttl {
	background: url(../images/page_ttl_bg.jpg) center center;
	background-size: cover;
}
.page_ttl h2 {
	font-family: 'Zen Old Mincho', serif !important;
}

/*====================================

	#menber_list_index

====================================*/

#menber_list_index {
	padding: 0px;
}
#menber_list_index .inner {
}
#menber_list_index .inner .position {
	margin-bottom: 40px;
	text-align: center;
	width: 100%;
	/* background: #eee; */
	background: #121824;
	padding: 30px 0;
}
#menber_list_index .inner .position a {
	font-family: 'Zen Old Mincho', serif;
	color: #000;	
	background: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	border: 1px solid #000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	border-radius: 20px;
	display: inline-block;
	line-height: 1em;
	padding: .4em 1em;
	/* font-size: 110%; */
	font-size: 143%;
}
#menber_list_index .inner .position a:hover {
	border: 1px solid #eee;
	background: linear-gradient(to bottom right, #7b1082, #336ed6);
	color: #fff
}
#menber_list_index .inner .position a:not(:any-link) {
	border: 1px solid #eee;
	background: linear-gradient(to bottom right, #7b1082, #336ed6);
	color: #fff
}
#menber_list_index .inner .member_sub_nav {
	margin-bottom: 30px;
	padding: 0 40px;
}
#menber_list_index .inner .member_sub_nav ul {
}
#menber_list_index .inner .member_sub_nav ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#menber_list_index .inner .member_sub_nav ul li a {
	font-family: 'Zen Old Mincho', serif;
	color: #000;	
	background: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	border: 1px solid #000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	border-radius: 20px;
	display: inline-block;
	line-height: 1em;
	padding: .4em 1em;
	font-size: 110%;
}
#menber_list_index .inner .member_sub_nav ul li a:hover {
	border: 1px solid #fff;
	background: linear-gradient(to bottom right, #7b1082, #336ed6);
	color: #fff;
}
#menber_list_index .inner .cell {
	margin-bottom: 20px;
	padding: 40px;
	background: #313866;
}
#menber_list_index .inner .cell_3f2a49 {
	background: #3f2a49;
}
#menber_list_index .inner .cell .ttl {
	font-family: 'Zen Old Mincho', serif;
	font-size: 200%;
	margin-bottom: 40px;
	color: #fff;
}
#menber_list_index .inner .cell ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#menber_list_index .inner .cell ul li {
	display: block;
	width: 18%;
	margin-bottom: 40px;
	margin-right: 2%;
}
@media screen and (max-width : 1000px) {
	#menber_list_index .inner .cell ul li {
		display: block;
		width: 30%;
		margin-bottom: 40px;
		margin-right: 3%;
	}
}
#menber_list_index .inner .cell ul li:hover {
	filter: alpha(opacity=80);
 	-moz-opacity:0.8;
 	opacity:0.8;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	zoom:1;
}
#menber_list_index .inner .cell ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	text-align: center;
}
#menber_list_index .inner .cell ul li a p {
	line-height: 1em;
	padding: 1em 0 0 0;
	color: #fff;
}
#menber_list_index .inner .cell ul li a p span {
	font-size: 80%;
	display: block;
	line-height: 1em;
	padding-top: .6em;
	color: rgba(255, 255, 255, .5);
}

/*====================================

	#menber_lower

====================================*/

#menber_lower {
	padding-top: 0;
}

/*====================================

	#menber_lower .inner_individual

====================================*/

#menber_lower .inner_individual {
	margin-bottom: 60px;
}
#menber_lower .inner_individual .inner {
	width: 100%;
	display: table;
	border: 2px solid #ccc;
	padding: 40px;
}
#menber_lower .inner_individual .inner .ph {
	display: table-cell;
	vertical-align: top;
	width: 200px;
}
#menber_lower .inner_individual .inner .text {
	padding-left: 60px;
	display: table-cell;
	vertical-align: top;
}
#menber_lower .inner_individual .inner .text .name {
	font-size: 140%;
	margin-bottom: 20px;
}
#menber_lower .inner_individual .inner .text .post {
	color: #666;
	font-size: 90%;
}
#menber_lower .inner_individual .inner .text .department {
	color: #666;
	font-size: 90%;
	margin-bottom: 20px;
}
#menber_lower .inner_individual .inner .text dl {
	display: table;
}
#menber_lower .inner_individual .inner .text dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 180px;
	color: #666;
	font-size: 90%;
}
#menber_lower .inner_individual .inner .text dl dd {
	display: table-cell;
	vertical-align: middle;
}
#menber_lower .inner_individual .inner .text dl dd a,
#menber_lower .inner_individual .inner .text dl dd p {
	float: left;
	margin-right: 20px;
	font-size: 100%;
}
#menber_lower .inner_individual .inner .text dl dd a {
	color: #000;
	text-decoration: underline;
}
#menber_lower .inner_individual .inner .text dl dd a:hover {
	text-decoration: none;
}

/*====================================

	#menber_lower .inner

====================================*/

#menber_lower .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction:row-reverse
}

/*  .main_area  */

#menber_lower .inner .main_area {
	flex: 1;
	padding-left: 60px;
}
#menber_lower .inner .main_area .ttl {
	font-size: 200%;
	line-height: 1.5em;
	margin-bottom: 40px;
}
#menber_lower .inner .main_area .cell {
	margin-bottom: 40px;
}
#menber_lower .inner .main_area .cell h4 {
	font-size: 150%;
	line-height: 1em;
	margin-bottom: 10px;
}
#menber_lower .inner .main_area .cell P {
	padding: 20px 0;
}
#menber_lower .inner .main_area .cell .ph {
	padding: 20px 0;
}
#menber_lower .inner .main_area .cell .references_list {
}
#menber_lower .inner .main_area .cell .references_list li {
	list-style: decimal;
	font-size: 90%;
	margin-bottom: 20px;
	line-height: 1.5em;
}
#menber_lower .inner .main_area .cell .references_list li .bold {
	font-weight: bold;
}
#menber_lower .inner .main_area .cell .references_list li .italic {
	font-style: italic;
}
#menber_lower .inner .main_area .cell .references_list li .bold_italic {
	font-weight: bold;
	font-style: italic;
}

/* #menber_lower .inner .main_area .research_?????  */

#menber_lower .inner .main_area sup {
	vertical-align: super;
}
#menber_lower .inner .main_area .research_title {
	font-size: 150%;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 10px;
}
#menber_lower .inner .main_area .research_waku {
	background: #fff;
	border: 1px #ccc solid;
	box-shadow: 0 2px 3px 0 #ddd;
	/* font-size: 100%; */
	padding: 20px;
	margin-bottom: 20px;
}
#menber_lower .inner .main_area .research_list li{
	/* margin: 1em 0; */
	margin-left: 30px;
	/* padding-left: 0 px; */
	list-style-type: inherit;
}
/* 見出し案１（文字の下に線）*/
#menber_lower .inner .main_area .research-h01 {
	font-size: 150%;
	border-bottom:3px solid black;
	padding:20px;
	margin-bottom:30px;
}
/* 見出し案２（文字の上下に線） */
#menber_lower .inner .main_area .research-h02 {
	font-size: 150%;
	border-top:3px solid black;
	border-bottom:3px solid black;
	padding:20px;
	margin-bottom:30px;
}
/* 見出し案３（背景にデザインをつけた見出し） */
#menber_lower .inner .main_area .research-h03 {
	font-size: 150%;
	background:#eee;
	padding:20px;
	margin-bottom:30px;
	border-radius:50px 0 50px 0;
}
/* 見出し案４（背景に影をつけた見出し） */
#menber_lower .inner .main_area .research-h04 {
	font-size: 150%;
	color: #ffffff;
	background: #00008b;
	opacity: 0.5;
	padding:20px;
	margin-bottom:30px;
	box-shadow:5px 5px 5px gray;
}
/* 見出し案５ */
#menber_lower .inner .main_area .research-h05 {
	font-size: 150%;
	padding-left: 20px;
	position: relative;
	margin-top: 54px;
	margin-bottom: 30px;
}
#menber_lower .inner .main_area .research-h05:first-child {
	font-size: 150%;
	padding-left: 20px;
	position: relative;
	margin-top: 17px;
	margin-bottom: 30px;
}
#menber_lower .inner .main_area .research-h05::before,
#menber_lower .inner .main_area .research-h05::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	background-image: -webkit-gradient(linear, right top, left top, from(#30cfd0), to(#330867));
	background-image: -webkit-linear-gradient(right, #30cfd0 0%, #330867 100%);
	background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
}
#menber_lower .inner .main_area .research-h05::before {
	top: -14px;
}	
#menber_lower .inner .main_area .research-h05::after {
	bottom: -10px;
}

/*  .sub_area  */

#menber_lower .inner .sub_area {
	width: 300px;
	padding: 20px;
	/* background: #eee; */
	background-image: linear-gradient(0deg, rgba(127, 16, 130, 1), rgba(34, 46, 196, 1));
	color: #fff;
}
#menber_lower .ttl {
	font-weight: bold;
}
#menber_lower .inner .sub_area .ttl {
	font-family: 'Zen Old Mincho', serif;
	font-size: 120%;
	margin-bottom: 20px;
}

#menber_lower .inner .sub_area dl {
	margin-bottom: 20px;
}
#menber_lower .inner .sub_area dl dt {
	margin-bottom: 5px;
}
#menber_lower .inner .sub_area dl dd {
}
#menber_lower .inner .sub_area dl dd .box {
	margin-bottom: 10px;
}
#menber_lower .inner .sub_area dl dd .box a {
	display: table;
	width: 100%;
	color: #000;
	text-decoration: none;
}
#menber_lower .inner .sub_area dl dd .box a:hover {
	filter: alpha(opacity=80);
 	-moz-opacity:0.8;
 	opacity:0.8;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	zoom:1;
}
#menber_lower .inner .sub_area dl dd .box a .ph {
	width: 60px;
	display: table-cell;
	vertical-align: middle;
}
#menber_lower .inner .sub_area dl dd .box a .text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
#menber_lower .inner .sub_area dl dd .box a .text p {
	font-size: 90%;
	color: #fff;
}

/*====================================

	kari_area

====================================*/

.kari_area {
}
.kari_area .inner {
	padding: 0 4%;
}
.kari_area .btn_back {
	width: 100%;
	text-align: center;
	padding: 80px 0;
}
.kari_area .btn_back a {
	font-family: 'Zen Old Mincho', serif;
	color: #000;
	background: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	border: 1px solid #000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	border-radius: 30px;
	display: inline-block;
	line-height: 1em;
	padding: .8em 5em;
	font-size: 110%;
}



.btn_back {
	width: 100%;
	text-align: center;
	margin-top: 60px;
}
.btn_back a {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	font-family: 'Zen Old Mincho', serif;
	padding: .6em 6em;
	border-radius: 30px;
	color: #111926;
	background: #fff;
	border: 1px solid #111;
}
.btn_back a:hover {
	background: linear-gradient(to bottom right, #7b1082, #336ed6);
	color: #fff;
	border: 1px solid #fff;
}

/*====================================

	#anchor
	
====================================*/

#anchor {
	padding-top: 40px;
}




















