@charset "utf-8";
/* ******************************************************************
 *	File name		: frontrunner.css
 *  /activities/frontrunner/
 *	Summary			: css style
 * ******************************************************************
 */

/* ----------------------------------------------------------------------
   h2
---------------------------------------------------------------------- */

#main_contents h2{
	position:relative;
	width:100%;
	min-height:70px;
	margin:0 0 20px;
	padding:0px !important;
	font-weight:bold;
	font-family: 'Noto Sans JP', sans-serif;
	text-align:left;
	background:#DCDFC7;
	border:none;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	}
	#main_contents h2 *{
		font-family:inherit;
		font-style:inherit;
		font-weight:inherit;
	}
	#main_contents h2::before,
	#main_contents h2::after{
		display:none;
}
/* --- responsive --- */
@media screen and (max-width:767px){
	#main_contents h2{
		left:-20px;
		min-height:0px;
		width:calc(100% + 40px);
		padding:0px !important;
	}
}

/* ----------------------------------------------------------------------
   frontrunner_contents
---------------------------------------------------------------------- */

#frontrunner_contents{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	position:relative;
	margin:0 0 30px;
	padding:20px 40px;
	background:#FFF;
}
#fr_menu{
	width:210px;
}
#fr_main{
	width:calc(100% - 248px);
}
/* --- responsive --- */
@media screen and (max-width:767px){
	#frontrunner_contents{
		padding:20px 10px;
	}
	#fr_menu{
		display:none;
		width:100%;
	}
	#fr_main{
		width:100%;
	}
}

/* ----- */

#fr_menu ul{
	list-style:none;
	}
	#fr_menu ul li{
		position:relative;
	}
	#fr_menu ul li a{
		display: block;
		padding:12px 20px;
		font-size:0.87rem;
		text-decoration:none;
		background:#2CB697;
		color:#FFF;
		line-height:1.5;
		transition-duration:0.5s;
	}
	#fr_menu ul li#back_interviews a{
		padding:0px;
	}
	#fr_menu ul li a:hover{
		-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
		box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	}
	#fr_menu ul li a::after{
		content:" ";
		position:absolute;
		top:2px;
		left:2px;
		width:calc(100% - 4px);
		height:calc(100% - 4px);
		border:1px solid rgba(255,255,255,0.7);
		opacity:0;
		transition-duration:0.5s;
	}
	#fr_menu ul li.active a::after,
	#fr_menu ul li a:hover::after{
		opacity:1;
	}
	#fr_menu ul li span{
		display:block;
		font-family: 'Kosugi Maru', serif;
		font-size:1.1rem;
		color:#B2E0F8;
}

/* ----------------------------------------------------------------------
   sub_navi_list
---------------------------------------------------------------------- */

#sub_navi_list{
	display:none;
	position:relative;
	width:100%;
	margin:40px 0 20px;
	border:3px solid rgba(255,255,255,0.4);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	}
	#sub_navi_list::before{
		content:"女性研究者の挑戦 MENU";
		position:absolute;
		top:-25px;
		left:0px;
		color:#FFF;
	}
	#sub_navi_list select{
		position:relative;
		width:100%;
		padding:10px;
		font-weight:bold;
		background:rgba(255,255,255,0.95);
		border:1px solid #2CB697;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
		color:#2CB697;
}
/* --- responsive --- */
@media screen and (max-width:767px){
	#sub_navi_list{
		display:block;
	}
}

/* ----------------------------------------------------------------------
   fr_main
---------------------------------------------------------------------- */

#fr_main h3{
	display:block;
	position:relative;
	width:100%;
	max-width:100%;
	margin:35px 0 12px !important;
	padding:0 0 6px !important;
	font-weight:bold;
	font-size:1.25rem;
	font-family: 'Kosugi Maru', serif;
	text-align:left;
	background:none;
	border:none;
	border-bottom:1px solid #2CB697;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	color:#2CB697;
	}
	#fr_main h3 *{
		font-family:inherit;
		font-style:inherit;
		font-weight:inherit;
	}
	#fr_main h3::before{
		top:auto;
		bottom:3px;
		left:0px;
		width:100%;
		height:1px;
		border:none;
		background:#2CB697;
	}
	#fr_main h3::after{
		display:none;
}
/* --- responsive --- */
@media screen and (max-width:767px){
	#fr_main h3{
		margin:15px 0 7px !important;
		padding:0 0 8px !important;
		font-size:0.95rem;
	}
	#fr_main h3::before{
		bottom:2px;
	}
}

/* p */
#fr_main p{
	margin:0 0 20px;
	font-size:0.89rem;
}

/* --- responsive --- */
@media screen and (max-width:767px){
	#fr_main p{
		margin:0 0 10px;
		font-size:0.77rem;
	}
}

/* ----------------------------------------------------------------------
   float
---------------------------------------------------------------------- */

.imgbox{
	position:relative;
	top:3px;
}

.imgbox.float_l{
	float:left;
	margin:0 15px 10px 0;
}
.imgbox.float_r{
	float:right;
	margin:0 0 10px 15px;
}
/* --- responsive --- */
@media screen and (max-width:767px){
	.imgbox{
		top:0px;
	}
	.imgbox.float_l,
	.imgbox.float_r{
		float:none;
		width:100%;
		text-align:center;
		margin:0 0 20px 0;
	}
}

/* ----------------------------------------------------------------------
   lr_box
---------------------------------------------------------------------- */

#fr_main .lr_box{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	}
	#fr_main .lr_box p{
		flex:1;
	}
	#fr_main .lr_box.img_before_l,
	#fr_main .lr_box.img_after_r{
	}
	#fr_main .lr_box.img_before_r,
	#fr_main .lr_box.img_after_l{
		flex-direction:row-reverse;
	}
	#fr_main .lr_box div.imgbox{
		position:relative;
		margin-top:5px;
	}
	#fr_main .lr_box.img_before_r div.imgbox,
	#fr_main .lr_box.img_after_r div.imgbox{
		margin-left:20px;
	}
	#fr_main .lr_box.img_before_l div.imgbox,
	#fr_main .lr_box.img_after_l div.imgbox{
		margin-right:20px;
}

/* --- responsive --- */
@media screen and (max-width:767px){
	#fr_main .lr_box{
		display:block;
		}
		#fr_main .lr_box p{
			flex:0;
		}
		#fr_main .lr_box div.imgbox{
			margin-top:10px;
			margin-bottom:10px;
			text-align:center;
		}
		#fr_main .lr_box.img_before_r div.imgbox,
		#fr_main .lr_box.img_after_r div.imgbox{
			margin-left:0px;
		}
		#fr_main .lr_box.img_before_l div.imgbox,
		#fr_main .lr_box.img_after_l div.imgbox{
			margin-right:0px;
	}
}

/* ----------------------------------------------------------------------
   introduction_movie
---------------------------------------------------------------------- */

.introduction_movie{
	position:relative;
	padding:50px 10px 10px;
	text-align:center;
	background:#EDF0D3;
	}
	.introduction_movie h4{
		position:absolute !important;
		top:10px;
		left:10px;
		margin:0px !important;
		padding:0px !important;
		font-weight:normal;
		font-family: 'Noto Serif JP', serif;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
		font-size:2.2rem !important;
		text-align:left;
		border:none;
		color:#C7E0C1 !important;
		line-height:1.0 !important;
		z-index:0;
	}
	.introduction_movie *{
		position:relative;
		z-index:1;
	}
	.introduction_movie a{
		display:inline-block;
		margin:0 0 5px;
	}
	.introduction_movie p{
		font-size:0.77rem;
		margin:0px !important;
}
/* --- responsive --- */
@media screen and (max-width:767px){
	.introduction_movie{
		padding:10px;
		}
		.introduction_movie h4{
			position:relative !important;
			top:0px;
			left:0px;
			font-size:1.2rem !important;
			color:#555 !important;
			line-height:1.5 !important;
		}
		.introduction_movie h4 br{
			display:none;
		}
		.introduction_movie p{
			font-size:0.70rem;
	}
}

/* ----------------------------------------------------------------------
   profile
---------------------------------------------------------------------- */

#profile{
	position:relative;
	width:100%;
	margin:0 0 20px;
	padding:20px 30px;
	background:#2CB697;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#profile hr{
	position:relative;
	width:100%;
	height:1px;
	margin:15px 0;
	border-bottom:2px dotted #FFF;
}
#profile_box{
	position:relative;
	padding-left:90px;
}
#profile h3{
	position:absolute;
	left:-30px;
	display:inline-block;
	width:110px;
	margin:0px 0 7px !important;
	padding:0 0 5px 30px !important;
	border-bottom:none;
	color:#FFF;
	}
	#fr_main #profile h3 span{
		position:relative;
		font-family:inherit;
		font-weight:inherit;
		font-size:1.0rem;
		z-index:1;
	}
	#fr_main #profile h3::after{
		display:none;
	}
	#fr_main #profile h3::before{
		content:" ";
		position:absolute;
		width:100%;
		height:100%;
		background:linear-gradient(90deg, rgba(190,211,112,1), rgba(190,211,112,0));
		z-index:0;
}
#profile_box .btn{
	margin:0 0 20px !important;
	padding:0px !important;
	}
	#profile_box .btn a{
		padding:3px 10px;
		font-size:0.87rem;
		background:#FFF;
		color:#2CB697;
	}
	#profile_box .btn a::before,
	#profile_box .btn a::after{
		display:none;
}

#fr_main #profile table,
#fr_main #profile table th,
#fr_main #profile table td{
	margin:0px;
	padding:0px;
	border:none;
	background:none;
	font-weight:normal;
	color:#FFF;
	line-height:1.6;
	}
	#fr_main #profile table th{
		vertical-align:text-top;
		min-width:150px;
}
#fr_main #profile p{
	color:#FFF;
}

/* --- responsive --- */
@media screen and (max-width:767px){
	#profile{
		width:100%;
		padding:10px 10px;
	}
	#fr_main #profile table th,
	#fr_main #profile table td{
		display:block;
		width:100%;
		padding:0 0 5px;
	}
	#fr_main #profile table th{
		padding:5px 0 5px;
		background:rgba(255,255,255,0.2);
	}
}



#attention{
	margin:0px !important;
	font-size:0.84rem !important;
}


