@charset "UTF-8" ;

.bgGrayIn.digest>img{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
}
.bgGrayIn.digest>p{
	text-align:center;
}
.slick-slide img{
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
}
.slick-slide p{
	text-align:center;
	font-size:16px;
}
body.toranomon.project.detail section.txt > p.covid_overview{
	margin-top:50px;
}
.bgGrayIn.digest>h3{
	text-align:center;
	font-weight:bold;
	margin-bottom:50px;
	color:#004da1;
	font-size:24px;
}
span.name{
	color:#004da1;
	font-weight:bold;
	padding-right:10px;
}
body.toranomon.project.detail section.txt > p.caption{
	text-align:center;
	margin-top:-40px;
}
.profile_area{
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}
body.toranomon.topic.detail .profile_area .people .block, body.toranomon.project.detail .profile_area .people .block{
	display: block;
}
body.toranomon.project.detail .profile_area .people .block .name{
	width: 100%;
	margin: 0 auto 20px;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	text-align:center;
}
body.toranomon.topic.detail .profile_area .people .block, body.toranomon.project.detail .profile_area .people .block>p{
	width: 100%;
	padding-left:0;
}
body.toranomon.topic.detail .profile_area .people .name strong, body.toranomon.project.detail .profile_area .people .name strong{
	font-size:18px;
}
.prof_face{
	display: block;
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto 20px;
	padding: 0;
	border-radius:50%;
	overflow: hidden;
	
}
body.toranomon.project.detail section.txt > img.prof_face{
	display: block;
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto 20px;
	padding: 0;
	border-radius:50%;
	overflow: hidden;
	
}
body.toranomon.project.detail section.txt a.btn.blue.showcase{
	color:#fff;
	text-decoration:none;
	margin-bottom:50px;
}
body.toranomon.project.detail section.txt a.btn.blue.showcase:hover{
	color:#004da1;
}
@media screen and (max-width: 600px) {
	br.nosp{
		display: none;
	}
}