@charset "UTF-8";

/* -------------------------------------------------

 Main

------------------------------------------------- */
.researcher__inner {
	max-width: 1400px;
	margin: 0 auto 20px;
}
.researcher__inner:last-child {
	margin: 0 auto 60px;
}
.researcher__row {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
/*.researcher__row--left, .researcher__row--right {
	width: 48%;
}*/
.researcher__row--left {
	width: 49%;
	display:flex;
}
.researcher__row--right {
	width: 49%;
	display:flex;
	flex-flow: column wrap;
}
.researcher__row--left02 {
	width: 49%;
	display:flex;
}
.researcher__row--right02 {
	width: 49%;
	display:flex;
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
.researcher__inner {
	max-width: 100%;
	padding: 0 40px;
}
}
@media screen and (min-width: 899px) and (max-width: 1024px) {
.researcher__inner {
	max-width: 100%;
	padding: 0 40px;
}
}
@media screen and (max-width: 898px)  {
.researcher__inner	{
	max-width: 100%;
	padding: 0 20px;
}
.researcher__inner:last-child	{
	margin: 0 auto 40px;
}
.researcher__row {
	flex-flow: row wrap;
}
.researcher__row--left, .researcher__row--right, .researcher__row--left02, .researcher__row--right02 {
	width: 100%;
}
.researcher__row--left, .researcher__row--left02 {
	margin: 0 0 20px;
}
}
@media screen and (max-width: 667px)  {
.researcher__inner:last-child	{
	margin: 0 auto 20px;
}
}
@media screen and (max-width: 568px)  {
.researcher__inner	{
	padding: 0 15px;
}
}


/* タイトル
================================================== */
.researcher__inner h2 {
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	margin: 20px 0;
}
@media screen and (max-width: 768px)  {
.researcher__inner h2 {
	font-size: 20px;
}
}


/* 基本情報
================================================== */
.researcher__basic {
	width: 100%;
	height: 100%;
	border: 3px solid #cccccc;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 25px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.researcher__info--01 {
	margin: 0 0 20px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 100%;
}
.researcher__info--01 .left {
	width: 130px;
}
.researcher__info--01 .right {
	width: 100%;
	margin-left: 30px;
}
.researcher__photo {
	width: 130px;
}
.researcher__furigana {
	font-size: 14px;
}
.researcher__name {
	font-size: 20px;
	padding: 5px 0;
}
.researcher__job {
	font-size: 14px;
}
.researcher__info--02 {
	margin: 0 0 20px;
}
.researcher__info--02 > table	{
 width: 100%;
 border-spacing: 0;
}
.researcher__info--02 > table tr	{
 border-bottom: solid 1px	#ccc;
}
.researcher__info--02 > table th	{
	vertical-align:text-top;
	width:130px;
	font-weight:400;
	padding: 15px 0;
}
.researcher__info--02 > table th span	{
	vertical-align:25px !important;
}
.researcher__info--02 > table td	{
	vertical-align:text-top;
	padding: 15px 0 15px 30px;
}
.researcher__sdgs {
	display: inline-block;
	width: 50px;
	margin: 3px 3px 3px 0;
}
.researcher__sdgs a:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
	text-decoration: none;
}
.researcher__info--03 {
	display: flex;
	justify-content:center;
	align-items: center;
}
.researcher__inquirybtn a,
.researcher__printbtn a {
	width: 215px;
	margin: 0 5px;
 height:50px;
 font-size:18px;
	font-weight: 500;
 border-radius:5px;
	vertical-align:0px;
 background:#007bbb;
 color:#fff;
	border: 3px solid #007bbb;
	display: block;
	text-align: center;
	padding: 8px 0;
}
.researcher__inquirybtn a:hover,
.researcher__printbtn a:hover {
	background:#00699f;
	border: 3px solid #00699f;
	text-decoration:none; 
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
.researcher__inquirybtn a,
.researcher__printbtn a {
	width: 180px;
	margin: 0 5px;
}
}
@media screen and (min-width: 899px) and (max-width: 1024px) {
.researcher__info--03 {
	flex-flow: column  wrap;
	justify-content:center;
	align-items: center;
}
.researcher__inquirybtn a,
.researcher__printbtn a {
	width: 215px;
	margin: 0 5px 10px;
}
}
@media screen and (max-width: 898px)  {
.researcher__basic {
	margin: 0 0 20px;
}
}
@media screen and (max-width: 768px)  {
.researcher__basic {
	padding: 25px 18px;
}
}
@media screen and (max-width: 600px)  {
.researcher__info--02 > table tr:first-child {
 border-top: solid 1px	#ccc;
}
.researcher__info--02 > table th	{
	width:100%;
	display: block;
	padding: 10px 0 0;
}
.researcher__info--02 > table td	{
	width:100%;
	display: block;
	padding: 10px 0 15px;
}
.researcher__info--02 > table th br	{
	display: none;
}
.researcher__info--02 > table th span	{
	vertical-align:0px !important;
}
.researcher__info--03 {
	flex-flow: column  wrap;
}
.researcher__inquirybtn a,
.researcher__printbtn a {
	width: 215px;
	margin: 0 5px 10px;
}
}
@media screen and (max-width: 414px)  {
.researcher__info--01 {
	flex-flow: row wrap;
}
.researcher__info--01 .left {
	width: 100%;
}
.researcher__info--01 .right {
	margin-left: 0px;
}
.researcher__photo {
	margin: 0 auto 15px;
}
}


/* 産業分野
================================================== */
.researcher__sangyou {
	width: 100%;
	border: 3px solid #cccccc;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 25px;
	margin: 0 0 20px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.researcher__sangyou h3 {
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #007bbb;
	margin: -9px 0 20px;
}
.researcher__sangyou h3::before {
 content: '';
 display: inline-block;
 width: 30px;
 height: 41px;
 background-image: url("/kenkyu/assets/icon_sangyou-bf400ee3.png");
 background-size: contain;
 vertical-align: -4px;
 background-repeat: no-repeat;
 margin-right: 0.5em;
}
@media screen and (max-width: 768px)  {
.researcher__sangyou {
	padding: 25px 18px;
}
}
@media screen and (max-width: 667px)  {
.researcher__sangyou h3 {
	font-size: 20px;
}
.researcher__sangyou h3::before {
 width: 24px;
 height: 33px;
}
}


/* researchmap 研究分野
================================================== */
.researcher__researchmap {
	width: 100%;
	border: 3px solid #cccccc;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 25px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.researcher__researchmap h3 {
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #007bbb;
	margin: -17px 0 20px;
}
.researcher__researchmap h3::before {
 content: '';
 display: inline-block;
 width: 30px;
 height: 56px;
 background-image: url("/kenkyu/assets/icon_researchmap-b0d25911.png");
 background-size: contain;
 vertical-align: -10px;
 background-repeat: no-repeat;
 margin-right: 0.5em;
}
.researcher__researchmap h3 br {
	display: none;
}
.researcher__researchmap ul {
	margin: 0 0 20px;
}
.researcher__researchmap--keyword {
	border: 1px solid #cccccc;
	padding: 15px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.keyword__title {
	width: 145px;
	color: #007bbb;
	font-weight: 500;
}
.keyword__txt {
	font-size: 14px;
	width: 75%;
}
@media screen and (max-width: 1024px)  {
.researcher__researchmap--keyword {
	flex-flow: column wrap;
}
.keyword__title {
	width: 100%;
	margin: 0 0 5px;
}
.keyword__txt {
	width: 100%;
}
}
@media screen and (max-width: 768px)  {
.researcher__researchmap {
	padding: 25px 18px;
}
}
@media screen and (max-width: 667px)  {
.researcher__researchmap h3 {
	font-size: 20px;
}
.researcher__researchmap h3::before {
 width: 26px;
 height: 48px;
 vertical-align: -11px;
}
.researcher__researchmap--keyword {
	padding: 10px;
}
}
@media screen and (max-width: 365px)  {
.researcher__researchmap h3 {
	line-height: 0px;
}
.researcher__researchmap h3::before {
 vertical-align:text-top;
}
.researcher__researchmap h3 br {
	display: block;
}
.researcher__researchmap h3 span {
	margin-top: -7px;
	margin-left: 1.8em;
	margin-bottom: 30px;
	display: block;
}
}


/* 研究概要
================================================== */
.researcher__summary {
	width: 100%;
	height: 100%;
	border: 3px solid #cccccc;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 25px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.researcher__summary h3 {
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #007bbb;
	margin: 0 0 20px;
}
.researcher__summary h3::before {
 content: '';
 display: inline-block;
 width: 32px;
 height: 28px;
 background-image: url("/kenkyu/assets/icon_researcher__summary-7e64f2c5.png");
 background-size: contain;
 vertical-align: -4px;
 background-repeat: no-repeat;
 margin-right: 0.5em;
}
.researcher__summary--txt {
	margin: 0 0 20px;
}
.researcher__summary--photo {
	width: 100%;
}
/*========= モーダル表示のためのCSS ===============*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
	display: none;
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before {
	background:#ccc;	
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
	background:#666;
}
/*gallery-list内のレイアウト*/
.gallery-list {
	display: flex;
	justify-content: center;
	align-items: center;
}
.gallery-list li {
	margin:0 10px 0 0;
}
.gallery-list li:last-child {
	margin:0;
}
@media screen and (max-width: 768px)  {
.researcher__summary {
	padding: 25px 18px;
}
}
@media screen and (max-width: 667px)  {
.researcher__summary h3 {
	font-size: 20px;
}
.researcher__summary h3::before {
 width: 29px;
 height: 25px;
}
}
@media screen and (max-width: 480px)  {
.gallery-list {
	flex-flow: column wrap;
}
.gallery-list li {
	margin:0 0 10px 0;
}
.gallery-list li:last-child {
	margin:0;
}
}


/* アピールポイント
================================================== */
.researcher__appeal {
	width: 100%;
	height: 100%;
	border: 3px solid #cccccc;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 25px;
	margin: 0 0 20px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.researcher__appeal h3 {
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #007bbb;
	margin: 0 0 20px;
}
.researcher__appeal h3::before {
 content: '';
 display: inline-block;
 width: 39px;
 height: 30px;
 background-image: url("/kenkyu/assets/icon_researcher__appeal-9d3af20b.png");
 background-size: contain;
 vertical-align: -4px;
 background-repeat: no-repeat;
 margin-right: 0.5em;
}
.researcher__appeal--txt {
}
@media screen and (max-width: 768px)  {
.researcher__appeal {
	padding: 25px 18px;
}
}
@media screen and (max-width: 667px)  {
.researcher__appeal h3 {
	font-size: 20px;
}
.researcher__appeal h3::before {
 width: 35px;
 height: 27px;
 vertical-align: -5px;
}
}


/* 特許情報
================================================== */
.researcher__patent {
	width: 100%;
	height: 100%;
	border: 3px solid #cccccc;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 25px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.researcher__patent h3 {
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #007bbb;
	margin: 0 0 20px;
}
.researcher__patent h3::before {
 content: '';
 display: inline-block;
 width: 32px;
 height: 30px;
 background-image: url("/kenkyu/assets/icon_researcher__patent-3e497e14.png");
 background-size: contain;
 vertical-align: -6px;
 background-repeat: no-repeat;
 margin-right: 0.5em;
}
@media screen and (max-width: 768px)  {
.researcher__patent {
	padding: 25px 18px;
}
}
@media screen and (max-width: 667px)  {
.researcher__patent h3 {
	font-size: 20px;
}
.researcher__patent h3::before {
 width: 29px;
 height: 27px;
}
}


/* -------------------------------------------------

 print

------------------------------------------------- */
/* 印刷時__追加分
================================================== */
.page .line	{
	display: none;
}
.footer__foot_sp	{
	display: none;
}

