/* ******************************************************************
 *	File name		: top.css
 *	Summary			: page layout
 * ******************************************************************
 */

/* -----------------------------------------------------------------
   logo movie
----------------------------------------------------------------- */

#logo_movie{
	position:absolute;
	top:11px;
	left:8px;
	width:78px;
	height:98px;
	z-index:9999;
	opacity:1;
	}
	video{
		position:relative;
		width:78px;
		height:98px;
		z-index:0;
	}
	#logo_movie::after{
		content:" ";
		position:absolute;
		top:0px;
		left:0px;
		width:78px;
		height:98px;
		background:url(../../image/top/movie_cover.png) no-repeat 0 0;
		z-index:10;
		animation:fadeIn 2.0s linear 0s both 1;
}
@keyframes fadeIn{
	0%   {opacity:0}
	100% {opacity:1;}
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#logo_movie{
		display:none;
	}
}

/* -----------------------------------------------------------------
   base
----------------------------------------------------------------- */

header{
	height:787px;
	background:url(../../image/top/bg.jpg) no-repeat center top;
}
header *{
	z-index:10;
}
header:before{
	content:" ";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,1);
	animation:fadeOut 2.0s linear 0s both 1;
}
@keyframes fadeOut{
	0%   {opacity:1}
	100% {opacity:0;}
}
header h1{
	top:10px;
}

/* sub nav */
header nav ul li#nav_contact{
	top:-707px;
}
header nav ul li#nav_members{
	top:-661px;
	}
	header nav ul li#nav_contact a,
	header nav ul li#nav_members a{
		border:0px solid #000;
	}

/* --- responsive --- */
@media only screen and (max-width:767px){
	header{
		height:164px;
		background:url(../../image/top/bg.jpg) no-repeat center top;
		background-size:800px;
	}
}

/* -----------------------------------------------------------------
   main_img
----------------------------------------------------------------- */

#main_img{
	position:absolute;
	top:491px;/* 787px - 248 - 48px */
	left:0px;
	width:100%;
	height:248px;
	padding:0 20px;
	text-align:center;
	background:rgba(0,0,0,0.7);
	z-index:100;
	}
	#main_img #mi_contents{
		position:relative;
		width:1000px;
		max-width:100%;
		height:100%;
		margin:0 auto;
	}
	#main_img #mi_contents h2{
		position:absolute;
		top:-320px;
		right:10px;
		width:400px;
		font-weight:bold;
		font-size:2.0rem;
		text-align:left;
		color:#FFF;
		z-index:100;
		line-height:1.5;
	}
	#main_img #mi_contents #main_banner{
		position:absolute;
		top:-150px;
		right:0px;
		font-weight:bold;
		font-size:2.1rem;
		text-align:left;
		color:#FFF;
		z-index:100;
		line-height:1.5;
	}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#main_img{
		position:relative;
		top:0px;
		width:100%;
		height:auto;
		padding:20px;
		}
		#main_img #mi_contents{
			position:relative;
			width:100%;
		}
		#main_img #mi_contents h2{
			position:relative;
			top:0px;
			right:0px;
			width:calc(100% + 40px);
			margin:0 -20px 10px;
			padding:15px 20px;
			background:#000;
		}
}

/* -----------------------------------------------------------------
   banner
----------------------------------------------------------------- */
/*

#main_img #mi_contents #main_banner{
	display:inline-block;
	position:absolute;
	top:-20px;
	right:0px;
	width:400px;
	max-width:100%;
	height:0px;
	font-weight:bold;
	font-size:1rem;
	text-align:left;
	color:#FFF;
	z-index:100;
	line-height:1.5;
}
#main_img #mi_contents #main_banner > div{
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	width:100%;
	max-width:100%;
}

#main_img #mi_contents #project_nyukai{
	position:relative;
	margin:0 0 10px;
	background:rgba(255,255,255,0.85);
	}
	#main_img #mi_contents #project_nyukai a{
		display:block;
		position:relative;
		margin:0 0 10px;
		padding:10px;
		font-weight:bold;
		font-size:0.87rem;
		text-decoration:none;
		color:#000;
		transition-duration:0.5s;
	}
	#main_img #mi_contents #project_nyukai::before{
		content:" ";
		position:absolute;
		top:2px;
		left:2px;
		width:calc(100% - 4px);
		height:calc(100% - 4px);
		border:1px solid rgba(0,0,0,0.7);
	}
	#main_img #mi_contents #project_nyukai:hover{
		background:rgba(255,255,255,1);
}
*/


/* -----------------------------------------------------------------
   project_banner
----------------------------------------------------------------- */

#main_img #mi_contents #project_banner{
	position:absolute;
	top:-210px;
	right:0px;
	width:400px;
	max-width:100%;
	font-weight:bold;
	font-size:1rem;
	text-align:left;
	background:url(../../image/top/banner/base_2.png) no-repeat right top;
	color:#FFF;
	z-index:100;
	line-height:1.5;
	}
	#main_img #mi_contents #project_banner a{
		display:block;
		position:relative;
		width:100%;
		padding:15px;
		font-weight:bold;
		text-decoration:none;
		color:#000;
		}
		#main_img #mi_contents #project_banner a::after{
			content:" ";
			position:absolute;
			top:2px;
			left:2px;
			width:calc(100% - 4px);
			height:calc(100% - 4px);
			border:1px solid #FFF;
		}
		#main_img #mi_contents #project_banner a h3{
			position:relative;
			margin:0 0 7px;
			font-weight:bold;
			font-size:1.0rem;
			font-size:0.80rem;
			line-height:1.35;
		}
		#main_img #mi_contents #project_banner a p.date{
			display:inline-block;
			position:relative;
			left:-12px;
			height:26px;
			margin:0 0 10px;
			padding:3px 0px 0px 14px;
			font-weight:bold;
			font-size:0.80rem;
			color:#000;
			background:rgba(255,255,255,0.8);
			}
			#main_img #mi_contents #project_banner a p.date::after{
				content:" ";
				position:absolute;
				top:0px;
				right:-26px;
				border:13px solid transparent;
				border-top:13px solid rgba(255,255,255,0.8);
				border-left:13px solid rgba(255,255,255,0.8);
	}
	#main_img #mi_contents #project_banner a .detail_box{
			width:calc(100% + 12px);
			padding:7px 10px;
			background:linear-gradient(90deg, rgba(0,0,0,0.5), rgba(0,0,0,0.3));
		}
		#main_img #mi_contents #project_banner a .detail_box p{
			position:relative;
			margin:0 0 7px;
			padding:0 0 5px;
			font-weight:normal;
			font-size:0.95rem;
			line-height:1.35;
			border-bottom:1px solid #FFF;
			color:#FFF;
		}
		#main_img #mi_contents #project_banner a .detail_box p.title{
			margin:0px;
			padding:0 0 0 1rem;
			font-weight:bold;
			font-size:1.1rem;
			text-indent:-1rem;
			border-bottom:none;
		}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#main_img #mi_contents #project_banner{
		position:relative;
		top:0px;
		right:0px;
		width:100%;
		height:auto;
		margin:20px auto 0;
		background:url(../../image/top/banner/base_2.png) repeat right top;
		background-size:cover;
	}
}


/* -----------------------------------------------------------------
   ver2
----------------------------------------------------------------- */

#main_img.ver2  #mi_contents h2{
	top:-350px;
	right:auto;
	left:0px;
	width:350px;
}
.ver2 #latest_researchs{
	top:-260px;
	height:240px;
}

.ver2 #event_banner{
	position:absolute;
	top:-365px;
	right:0px;
	width:400px;
	max-width:100%;
	z-index:100;
	line-height:1.5;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#main_img.ver2  #mi_contents h2{
		position:relative;
		top:0px;
		right:0px;
		left:auto;
		width:calc(100% + 40px);
	}
	.ver2 #latest_researchs{
		top:0px;
		height:340px;
	}
	.ver2 #event_banner{
		position:relative;
		top:0px;
		right:0px;
		width:100%;
		height:auto;
		margin:20px auto 0;
	}
}

/* -----------------------------------------------------------------
   latest_researchs
----------------------------------------------------------------- */
#latest_researchs{
	position:absolute;
	top:-360px;
	width:calc(100% - 450px);
	height:340px;
	}
	#latest_researchs h3{
		position:relative;
		width:100%;
		height:30px;
		font-size:1.5rem;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
		text-align:left;
		color:#FFF;
		}
		#latest_researchs h3::before{
			content:" ";
			position:absolute;
			top:50%;
			left:12rem;
			width:calc(100% - 12rem);
			height:2px;
			background:rgba(255,255,255,0.5);
}

#latest_researchs_contents{
	position:relative;
	width:100%;
	height:calc(100% - 30px);
	padding:5px;
	border-bottom:1px solid #FFF;
	}
	#latest_researchs_contents::before,
	#latest_researchs_contents::after{
		content:" ";
		position:absolute;
		top:0px;
		width:1px;
		height:100%;
		background:linear-gradient(0deg, rgba(255,255,255,1), rgba(255,255,255,0));
		}
		#latest_researchs_contents::before{
			left:0px;
		}
		#latest_researchs_contents::after{
			right:0px;
	}
	#latest_researchs_contents ul{
		position:relative;
		width:100%;
		height:calc(100% - 32px);
/*		padding-right:15px;*/
		overflow-x:hidden;
		}

#latest_researchs_contents ul::-webkit-scrollbar {
	display:none;
}
/*
		#latest_researchs_contents ul::-webkit-scrollbar {
			position:relative;
			right:0px;
		    width:12px;
		    background-color:rgba(0,0,0,0.8);
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
		}
		#latest_researchs_contents ul::-webkit-scrollbar-thumb {
		    background:rgba(222,80,35,0.9);
		    width: 6px;
		    cursor:ns-resize;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
		}
*/
		#latest_researchs_contents ul *{
			text-decoration:none;
			line-height:1.25;
			color:#000;
			list-style:none;
		}
		#latest_researchs_contents ul li{
			position:relative;
			width:100%;
			margin:0 0 5px;
			padding:7px 15px 7px;
			font-size:0.77rem;
			text-align:justify;
			background:rgba(255,255,255,0.8);
			border:1px solid #FFF;
			transition-duration:0.5s;
		}
		#latest_researchs_contents ul li:has(p){
			padding:27px 15px 7px;
		}
		#latest_researchs_contents ul li a{
			display:block;
			position:relative;
			margin:-7px -15px -7px;
			padding:7px 25px 7px 15px;
			transition-duration:0.5s;
		}
		#latest_researchs_contents ul li a:has(p){
			margin:-27px -15px -7px;
			padding:27px 25px 7px 15px;
			}
			#latest_researchs_contents ul li a::before{
				content:" ";
				display:block;
				position:absolute;
				top:-1px;
				right:-1px;
				width:20px;
				height:calc(100% + 2px);
				background:rgba(217,94,44,0.8);
			}
			#latest_researchs_contents ul li a::after{
				content:" ";
				position:absolute;
				top:calc(50% - 6px);
				right:0px;
				border: 6px solid transparent;
				border-left: 6px solid rgba(255,255,255,1);
		}
		#latest_researchs_contents ul li:has(a):hover{
			border:1px solid rgba(217,94,44,1);
		}
		#latest_researchs_contents ul li a:hover{
			background:rgba(255,255,255,1.0);
			}
			#latest_researchs_contents ul li a:hover::before{
				background:rgba(217,94,44,1);
		}
		#latest_researchs_contents ul li p.date{
			display:block;
			position:absolute;
			top:-1px;
			left:-1px;
			width:100px;
			height:20px;
			margin:0 0 10px;
			padding:3px 0px 0px 20px;
			font-weight:bold;
			font-size:0.80rem;
			text-align:left;
			background:rgba(217,94,44,1);
			color:#FFF;
			}
			#latest_researchs_contents ul li p.date::after{
				content:" ";
				position:absolute;
				top:0px;
				right:-20px;
				border:10px solid transparent;
				border-top:10px solid rgba(217,94,44,1);
				border-left:10px solid rgba(217,94,44,1);
}

#next_scroll{
	display:-webkit-flex;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	position:absolute;
	left:5px;
	bottom:5px;
	height:27px;
	padding:0 0 0 40px;
	width:calc(100% - 10px);
	font-size:0.77rem;
	text-align:left;
	background:rgba(255,255,255,0.3);
	color:#FFF;
	cursor:pointer;
	transition-duration:0.5s;
	user-select:none;
	}
	#next_scroll:hover{
		background:rgba(255,255,255,0.5);
	}
	#next_scroll::before,
	#next_scroll::after{
		content:" ";
		position:absolute;
	}
	#next_scroll::before{
		top:calc(50% - 6px);
		left:10px;
		border:10px solid transparent;
		border-top:12px solid #FFF;
	}
	#next_scroll::after{
		top:calc(50% - 5px);
		left:12px;
		border:8px solid transparent;
		border-top:10px solid #999;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#latest_researchs{
		position:relative;
		top:0px;
		width:100%;
		height:340px;
		margin:20px auto 0;
	}
}

/* -----------------------------------------------------------------
   more_link
----------------------------------------------------------------- */

/* sub nav */
.more_link{
	position:absolute;
	top:-15px;
	right:22px;
	width:auto;
	height:34px;
	border:none;
	}
	.more_link a{
		display:-webkit-flex;
		display:flex;
		justify-content:center;
		align-items:center;
		position:relative;
		height:34px;
		padding:0px 40px 0 30px;
		font-weight:bold;
		font-size:0.80rem;
		text-decoration:none;
		color:#000;
		border:2px solid #000;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		transition-duration:0.5s;
	}
	.more_link a::before{
		content:" ";
		position:absolute;
		top:calc(50% - 1px);
		right:30px;
		width:0px;
		height:2px;
		background:rgba(0,0,0,0.6);
		transition-duration:0.5s;
	}
	.more_link a::after{
		content:" ";
		position:absolute;
		top:calc(50% - 3px);
		right:15px;
		width:5px;
		height:5px;
		border-top:1px solid #000;
		border-right:1px solid #000;
		transform:rotate(45deg);
		transition-duration:0.5s;
	}
	.more_link a:hover{
		background:rgba(255,255,255,0.80);
		color:#000;
	}
	.more_link a:hover::before{
		right:10px;
		width:10px;
	}
	.more_link a:hover::after{
		top:calc(50% - 4px);
		right:10px;
		width:8px;
		height:8px;
		transform:rotate(405deg);
	}

/* --- responsive --- */
@media only screen and (max-width:767px){
	.more_link{
		top:auto;
		bottom:-15px;
	}
}

/* -----------------------------------------------------------------
   news_contents
----------------------------------------------------------------- */

#news_contents{
	position:relative;
	width:100%;
	padding:65px 0 10px 0;
/*	padding:65px 0 10px 120px;*/
	background:#EBEBEB;
	overflow:hidden;
}
#news_contents .nc_box{
	position:relative;
	width:1040px;
	max-width:100%;
	margin:0 auto 70px;
	padding:0 20px 20px;
	background:#FFF;
	}
	#news_contents .nc_box::before,
	#news_contents .nc_box::after{
		content:" ";
		position:absolute;
		top:0px;
		left:100%;
		height:100%;
		background:#FFF;
		z-index:0;
		}
		#news_contents .nc_box::before{
			width:60px;
			left:-60px;
		}
		#news_contents .nc_box::after{
			width:100%;
			left:100%;
	}
	#news_contents .nc_box *{
		z-index:1;
	}
#news_contents .nc_box h2{
	position:relative;
	top:-10px;
	margin:0 0 30px;
	font-weight:bold;
	font-size:1.7rem;
	text-align:left;
	color:#000;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#news_contents .nc_box h2{
		left:-20px;
		width:calc(100% + 40px);
		margin:0 0 20px;
		padding:10px;
		font-size:1.5rem;
		background:#000;
		color:#FFF;
	}
}

/* -----------------------------
   nc_event
----------------------------- */

#news_contents #nc_event table{
	position:relative;
	left:-20px;
	width:calc(100% + 40px);
	border-collapse:separate;
	border-spacing:20px 0px;
}
#news_contents #nc_event table thead th{
	padding:5px 0;
	font-weight:bold;
	font-size:0.84rem;
	border-bottom:2px solid #000;
	}
	#news_contents #nc_event table thead th:nth-child(1){width:100px;}
	#news_contents #nc_event table thead th:nth-child(2){width:115px;}
	#news_contents #nc_event table thead th:nth-child(3){width:115px;}
	#news_contents #nc_event table tbody tr{
		position:relative;
	}
	#news_contents #nc_event table tbody td:nth-child(1)::after{
		content:" ";
		position:absolute;
		width:100%;
		height:5px;
		left:0px;
		bottom:-1px;
		border-bottom:2px solid rgba(181,184,188,0.5);
	}
	#news_contents #nc_event table tbody tr:last-child td:nth-child(1)::after{
		display:none;
	}

	#news_contents #nc_event table tbody tr td{
		padding:10px 0;
		font-size:0.9rem;
	}
	#news_contents #nc_event table tbody tr td:nth-child(1),
	#news_contents #nc_event table tbody tr td:nth-child(2),
	#news_contents #nc_event table tbody tr td:nth-child(3){
		font-weight:bold;
		text-align:center;
	}
	#news_contents #nc_event table tbody tr td:nth-child(1) span{
		display:-webkit-flex;
		display:flex;
		justify-content:center;
		align-items:center;
		position:relative;
		width:100%;
		height:30px;
		font-weight:bold;
		font-size:0.9rem;
		background:#E7782E;
		color:#FFF;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		border-radius:8px;
	}
	#news_contents #nc_event table tbody tr td:nth-child(1) span.end{
		background:#B5B8BC;
	}
	#news_contents #nc_event table tbody tr td:nth-child(4) div{
		display:-webkit-flex;
		display:flex;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		flex-wrap:wrap;
		text-align:left;
		height:100%;
	}
	#news_contents #nc_event table tbody tr td:nth-child(4) p{
		flex:1;
		display:-webkit-flex;
		display:flex;
		justify-content:flex-start;
		align-items:center;
		text-align:left;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#news_contents #nc_event table{
		left:0px;
		width:100%;
		border-collapse:collapse;
		border-spacing:0px;
	}
	#news_contents #nc_event table thead{
		display:none;
	}
	#news_contents #nc_event table tbody tr{
		display:block;
	}
	#news_contents #nc_event table tbody tr:last-child td:nth-child(1)::after{
		display:block;
	}
	#news_contents #nc_event table tbody tr td{
		display:block;
		padding:0;
		font-size:0.84rem;
	}
	#news_contents #nc_event table tbody tr td:nth-child(1){
		margin:0 0 7px;
	}
	#news_contents #nc_event table tbody tr td:nth-child(1) span::before{
		content:"申し込み：";
	}
	#news_contents #nc_event table tbody tr td:nth-child(2)::before{
		content:"開催場所：";
	}
	#news_contents #nc_event table tbody tr td:nth-child(3)::before{
		content:"開催日時：";
	}
	#news_contents #nc_event table tbody tr td:nth-child(4) div{
			display:block;
			margin:0 0 15px;
			height:auto;
			text-align:center;
		}
		#news_contents #nc_event table tbody tr td:nth-child(4) p{
			display:block;
			text-align:center;
	}
}

/* -----------------------------
   nc_newsresults
----------------------------- */

#news_contents #nc_newsresults ul{
	position:relative;
	list-style:none;
}
#news_contents #nc_newsresults ul li{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	align-items:center;
	position:relative;
	margin:0px !important;
	padding:15px 0 15px 256px;
	border-bottom:2px solid rgba(181,184,188,0.5);
	}
	#news_contents #nc_newsresults ul li:last-child{
		border-bottom:none;
	}
	#news_contents #nc_newsresults ul li::after{
		display:-webkit-flex;
		display:flex;
		justify-content:center;
		align-items:center;
		position:absolute;
		top:calc(50% - 15px);
		left:0px;
		width:100px;
		height:30px;
		font-weight:bold;
		font-size:0.9rem;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		color:#FFF;
	}
	#news_contents #nc_newsresults ul li.news::after{
		content:"お知らせ";
		background:#4DA6FF;
	}
	#news_contents #nc_newsresults ul li.results::after{
		content:"研究成果";
		background:#E7782E;
	}
	#news_contents #nc_newsresults ul li span.date{
		display:-webkit-flex;
		display:flex;
		justify-content:center;
		align-items:center;
		position:absolute;
		top:calc(50% - 15px);
		left:120px;
		width:120px;
		height:30px;
		font-weight:bold;
		font-size:0.9rem;
		color:#000;
	}
	#news_contents #nc_newsresults ul li p{
		flex:1;
		margin:0px !important;
		font-size:0.9rem;
		text-align:left;
	}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#news_contents #nc_newsresults ul li{
		display:block;
		margin:0 0 10px !important;
		padding:45px 0 15px 0px;
		}
		#news_contents #nc_newsresults ul li:last-child{
			border-bottom:2px solid rgba(181,184,188,0.5);
		}
		#news_contents #nc_newsresults ul li::after{
			top:5px;
		}
		#news_contents #nc_newsresults ul li span.date{
			top:5px;
			left:110px;
			width:auto;
		}
		#news_contents #nc_newsresults ul li p{
			display:block;
			font-size:0.84rem;
	}
}

/* a icon */
	#news_contents a.link,
	#news_contents a.lock,
	#news_contents a.outlink,
	#news_contents a.pdf{
		display:-webkit-flex;
		display:flex;
		justify-content:center;
		align-items:center;
		width:90px;
		height:30px;
		margin:0 0 0 10px;
		padding:0 20px 0 10px;
		font-weight:bold;
		font-size:0.84rem;
		text-decoration:none;
		border:2px solid #000;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		color:#000;
		transition-duration:0.5s;
	}
	#news_contents a.link{
		background:url(../../image/base/icon_link.png) no-repeat right 7px center;
	}
	#news_contents a.lock{
		background:url(../../image/base/icon_lock.png) no-repeat right 7px center;
	}
	#news_contents a.outlink{
		background:url(../../image/base/icon_outlink.png) no-repeat right 7px center;
	}
	#news_contents a.pdf{
		background:url(../../image/base/icon_pdf.png) no-repeat right 7px center;
	}
	#news_contents a.link:hover,
	#news_contents a.outlink:hover,
	#news_contents a.pdf:hover{
		background-color:rgba(0,0,0,0.1);
	}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#news_contents a.link,
	#news_contents a.pdf{
		display:inline-block;
		margin:10px 10px 10px;
		padding:1px 20px 0 10px;
	}
}

/* -----------------------------------------------------------------
   research_contents
----------------------------------------------------------------- */

#research_contents{
	position:relative;
	width:100%;
	padding:65px 0 10px 0;
	overflow:hidden;
}
#research_contents h2{
	position:relative;
	top:-10px;
	margin:0 0 30px;
	font-weight:bold;
	font-size:1.7rem;
	text-align:left;
	color:#000;
}
#research_contents #rc_box{
	position:relative;
	width:1040px;
	max-width:100%;
	margin:0 auto 30px;
	padding:0 20px 20px;
	}
#research_contents #rc_box .rc_project,
#research_contents #rc_box .rc_group{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	position:relative;
	padding:25px 30px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	}
	#research_contents #rc_box .rc_project{
		background:rgba(0,0,0,0.1);
	}
	#research_contents #rc_box .rc_project h3,
	#research_contents #rc_box .rc_group h3{
		position:absolute;
		top:-10px;
		font-weight:bold;
		font-size:1.1rem;
	}
	#research_contents #rc_box .rc_project div,
	#research_contents #rc_box .rc_group div{
		transition-duration:0.5s;
	}
	#research_contents #rc_box .rc_project div:hover,
	#research_contents #rc_box .rc_group div:hover{
		opacity:0.7;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#research_contents{
		padding:10px 0 10px 0;
	}
	#research_contents h2{
		left:-20px;
		width:calc(100% + 40px);
		margin:0 0 20px;
		padding:10px;
		font-size:1.5rem;
		background:#000;
		color:#FFF;
	}
	#research_contents #rc_box{
		width:100%;
	}
	#research_contents #rc_box .rc_project,
	#research_contents #rc_box .rc_group{
		display:block;
		margin:0 0 10px;
		padding:25px 10px 15px;
		}
		#research_contents #rc_box .rc_project div,
		#research_contents #rc_box .rc_group div{
			margin:0 0 10px;
	}
}

/* -----------------------------------------------------------------
   links
----------------------------------------------------------------- */

#links{
}
#links dl{
	text-align:left;
	margin:0 0 20px 0;
	text-align:center;
}
#links dl dt{
	position:relative;
	width:100%;
	margin:20px 0 5px 0;
	text-align:left;
	}
	#links dl dt span{
		display:inline-block;
		position:relative;
		padding:0 10px 0 0;
		background:#262523;
		z-index:10;
	}
	#links dl dt::before{
		content:" ";
		position:absolute;
		top:50%;
		width:100%;
		height:1px;
		background:#FFF;
}
#links dl dd{
	display:inline-block;
	margin:0 10px 7px 0;
	width:240px;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#links dl{
		text-align:center;
	}
	#links dl dd{
		margin:0 auto 10px;
	}
}

/* -----------------------------------------------------------------
   ABOUT RISME
----------------------------------------------------------------- */

#about_risme{
	position:relative;
	margin:0 0 15px;
	padding:50px 20px;
	text-align:center;
	background:rgba(0,0,0,0.9);
}
#about_risme div{
	position:relative;
	width:1000px;
	max-width:100%;
	margin:0 auto;
}
#about_risme h3{
	margin:0 0 20px;
	font-weight:bold;
	font-size:1.4rem;
	text-align:left;
	color:#FFF;
	z-index:100;
	line-height:1.5;
}
#about_risme p{
	font-size:0.87rem;
	text-align:left;
	color:#FFF;
}

/* -----------------------------------------------------------------
   movie_area
----------------------------------------------------------------- */

#main_img #mi_contents #movie_area{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:20px 0px 0 0;
	}
	#main_img #mi_contents #movie_area h3{
		position:relative;
		width:100%;
		height:30px;
		margin:0 0 10px;
		font-size:1.5rem;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
		text-align:left;
		color:#FFF;
		}
		#main_img #mi_contents #movie_area h3::before{
			content:" ";
			position:absolute;
			top:50%;
			left:12rem;
			width:calc(100% - 12rem);
			height:2px;
			background:rgba(255,255,255,0.5);
	}
	#main_img #mi_contents #movie_area ul#movie_list{
		display:-webkit-flex;
		display:flex;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		flex-wrap:wrap;
		width:550px;
		list-style:none;
		transition-duration:0.5s;
		}
		#main_img #mi_contents #movie_area ul#movie_list li{
			width:266px;
			font-size:0.80rem;
			color:#FFF;
			transition-duration:0.5s;
		}
		#main_img #mi_contents #movie_area ul#movie_list li a{
			display:block;
			border:1px solid rgba(255,255,255,0.3);
	}
	#main_img #mi_contents #movie_area #movie_indormation{
		width:calc(100% - 570px);
		text-align:left;
		transition-duration:0.5s;
	}
	#main_img #mi_contents #movie_area #movie_indormation h4{
		position:relative;
		margin:0 0 10px;
		padding:0 0 3px 30px;
		font-weight:bold;
		font-size:1.0rem;
		border-bottom:1px solid #FFF;
		line-height:1.35;
		color:#FFF;
		}
		#main_img #mi_contents #movie_area #movie_indormation h4::before{
			content:" ";
			position:absolute;
			bottom:0px;
			left:0px;
			border:9px solid transparent;
			border-right:9px solid rgba(255,255,255,1);
			border-bottom:9px solid rgba(255,255,255,1);
	}
	#main_img #mi_contents #movie_area #movie_indormation p{
		font-size:0.82rem;
		color:#FFF;
	}
	#main_img #mi_contents #movie_area #movie_indormation ul{
		position:relative;
		width:100%;
		padding-left:20px;
		list-style:disc;
		}
		#main_img #mi_contents #movie_area #movie_indormation ul li{
			position:relative;
			width:100%;
			margin:0 0 10px;
			font-size:0.82rem;
			line-height:1.35;
			color:#FFF;
		}
		#main_img #mi_contents #movie_area #movie_indormation ul li:last-child{
			margin:0px;
}

#member_send_btn{
	position:relative;
	margin:15px 0 0;
	text-align:right;
}
#member_send_btn a{
	display:inline-block;
	padding:5px 35px 5px 25px;
	font-weight:bold;
	font-size:1.0rem;
	text-decoration:none;
	background:#C00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	color:#FFF;
	transition-duration:0.5s;
	}
	#member_send_btn a::before{
		content:" ";
		position:absolute;
		top:calc(50% - 1px);
		right:30px;
		width:0px;
		height:2px;
		background:rgba(255,255,255,0.6);
		transition-duration:0.5s;
	}
	#member_send_btn a::after{
		content:" ";
		position:absolute;
		top:calc(50% - 3px);
		right:15px;
		width:5px;
		height:5px;
		border-top:1px solid #FFF;
		border-right:1px solid #FFF;
		transform:rotate(45deg);
		transition-duration:0.5s;
	}
	#member_send_btn a:hover{
		background:#B00;
	}
	#member_send_btn a:hover::before{
		right:10px;
		width:10px;
	}
	#member_send_btn a:hover::after{
		top:calc(50% - 4px);
		right:10px;
		width:8px;
		height:8px;
		transform:rotate(405deg);
	}

/* --- responsive --- */
@media only screen and (max-width:1000px){
	#main_img #mi_contents #movie_area ul#movie_list{
		width:420px;
		}
		#main_img #mi_contents #movie_area ul#movie_list li{
			width:200px;
	}
	#main_img #mi_contents #movie_area #movie_indormation{
		width:calc(100% - 440px);
		text-align:left;
		}
		#main_img #mi_contents #movie_area #movie_indormation ul li{
			font-size:0.77rem;
	}
}

@media only screen and (max-width:767px){
	#main_img #mi_contents #movie_area{
		padding:20px 0px 0 0;
		}
		#main_img #mi_contents #movie_area ul#movie_list{
			width:100%;
			margin:0 0 15px;
			}
			#main_img #mi_contents #movie_area ul#movie_list li{
				width:49%;
		}
		#main_img #mi_contents #movie_area #movie_indormation{
			width:100%;
		}
		#main_img #mi_contents #movie_area #movie_indormation h4{
			padding:0 0 3px 0px;
			}
			#main_img #mi_contents #movie_area #movie_indormation h4::before{
				display:none;
	}
}


