@charset "UTF-8";

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

 Main

------------------------------------------------- */
.search__inner {
	max-width: 1400px;
	margin: 0 auto 40px;
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
.search__inner {
	max-width: 100%;
	padding: 0 40px;
}
}
@media screen and (min-width: 899px) and (max-width: 1024px) {
.search__inner {
	max-width: 100%;
	padding: 0 40px;
}
}
@media screen and (max-width: 898px)  {
.search__inner	{
	max-width: 100%;
	margin: 0 auto 30px;
	padding: 0 20px;
}
}
@media screen and (max-width: 667px)  {
.search__inner	{
	margin: 0 auto 20px;
}
}
@media screen and (max-width: 568px)  {
.search__inner	{
	padding: 0 15px;
}
}


/* 検索条件
================================================== */
.search__condition {
 width:1320px;
 min-height:50px;
	margin: 25px auto;
	border: 3px solid #cccccc;
 border-radius:5px;
 background:#fff;
	position: relative;
	display: flex;
}
.icon__search--box {
	width: 100px !important;
	position: relative;
}
.icon__search {
	content: "";
	position: absolute;
	top:12px;
	left:0;
	width: 100px;
	height:100%;
	background-color: #007bbb;
	margin-top: -12px;
	border-radius:3px 0 0 3px;
}
.icon__search::before {
 font-family: 'shimadai' !important;
 speak: never;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;
 content: "\e986";
	color: #fff;
	font-size: 28px;
	position: absolute;
	top:10px;
	left: 35px;
}
.search__condition--text {
	display: flex;
	width: 100%;
	padding: 15px
}
.search__condition--text01 {
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
 font-size:16px;
	white-space: nowrap;
	line-height: 1.2;
	padding: 0 0 0 10px;
	width: 80px;
}
.search__condition--text02 {
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
 font-size:16px;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 1.2;
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
.search__condition {
 width:95%;
}
}
@media screen and (min-width: 899px) and (max-width: 1024px) {
.search__condition {
 width:95%;
}
}
@media screen and (max-width: 898px)  {
.search__condition {
 width:95%;
}
}
@media screen and (max-width: 768px)  {
.search__condition {
	margin: 15px auto;
}
.icon__search--box {
	width: 50px !important;
}
.icon__search {
	width: 50px;
}
.icon__search::before {
	font-size: 18px;
	top:12px;
	left: 15px;
}
.search__condition--text {
	padding: 10px;
	flex-flow: column wrap;
}
.search__condition--text01 {
	padding: 0 0 5px 5px;
}
.search__condition--text02 {
	padding: 0 0 5px 5px;
}
}
@media screen and (max-width: 568px)  {
.search__condition {
 width:100%;
}
}
@media screen and (max-width: 480px)  {
.icon__search--box {
	width: 30px !important;
}
.icon__search {
	width: 30px;
}
.icon__search::before {
	font-size: 14px;
	left: 8px;
}
}


/* キーワード検索
================================================== */
.search__keyword {
 width:1320px;
	margin:0 auto 25px;
}
.search__keyword--inner {
 width:500px;
	margin-left: 103px;
}
.search__keyword--01 {
	margin: 0 0 15px;
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.search__keyword--input {
 height:50px;
 padding:0 10px;
	margin-right: 5px;
 width:78%;
	border: 3px solid #cccccc;
 border-radius:5px;
 background:#fff;
 font-size:16px;
}
.search__keyword--input:focus {
	border: 3px solid rgba(0, 0, 0, 0.32);
	box-shadow: none;
	outline: none;
}
.search__keyword--searchbtn {
 width:20%;
 height:50px;
 background:#007bbb;
 color:#fff;
 font-size:18px;
	font-weight: 500;
	border: 3px solid #007bbb;
 border-radius:5px;
	vertical-align: 0px;
}
.search__keyword--searchbtn:hover{
	background:#00699f;
	border: 3px solid #00699f;
}
.search__keyword--02 {
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.keyword02__searchbtn--select,
.keyword02__searchbtn--noselect {
 width:150px;
 height:50px;
 font-size:18px;
	font-weight: 500;
 border-radius:5px;
	vertical-align: 0px;
	margin-right: 10px;
}
.keyword02__searchbtn--select {
 background:#007bbb;
 color:#fff;
	border: 3px solid #007bbb;
}
.keyword02__searchbtn--select:hover{
	background:#00699f;
	border: 3px solid #00699f;
}
.keyword02__searchbtn--noselect {
 color:#999999;
	border: 3px solid #cccccc;
 background:#fff;
}
.keyword02__searchbtn--noselect:hover{
	background:#e4e4e4;
}
.keyword02__guidebtn {
 width:150px;
 height:50px;
 color:#fff;
 font-size:18px;
	font-weight: 500;
	border: 3px solid #e1771d;
 border-radius:5px;
 background:#e1771d;
	vertical-align: 0px;
}
.keyword02__guidebtn:hover{
	background:#c6691a;
	border: 3px solid #c6691a;
}
.keyword02__guidebtn img {
	margin-right: 5px;
	padding-bottom: 2px;
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
.search__keyword {
 width:95%;
}
}
@media screen and (min-width: 899px) and (max-width: 1024px) {
.search__keyword {
 width:95%;
}
}
@media screen and (max-width: 898px)  {
.search__keyword {
 width:95%;
}
}
@media screen and (max-width: 768px)  {
.search__keyword {
	margin: 15px auto;
}
.search__keyword--inner {
 width:500px;
	margin-left: 53px;
}
}
@media screen and (max-width: 640px)  {
.search__keyword--inner {
 width:100%;
	margin-left: 0px;
}
.search__keyword--input {
 margin-right: 2px;
}
.search__keyword--input {
 width:78.5%;
}
.search__keyword--searchbtn {
 width:20%;
}
.search__keyword--searchbtn {
 font-size:16px;
}
.keyword02__searchbtn--select,
.keyword02__searchbtn--noselect {
 width:110px;
 font-size:16px;
	margin-right: 5px;
}
.keyword02__guidebtn {
 width:110px;
 font-size:16px;
}
.keyword02__guidebtn img {
	padding-bottom: 1px;
}
}
@media screen and (max-width: 568px)  {
.search__keyword {
 width:100%;
}
}
@media screen and (max-width: 436px)  {
.keyword02__btn--select,
.keyword02__btn--noselect {
 width:100px;
}
.keyword02__guidebtn {
 width:110px;
}
}
@media screen and (max-width: 420px)  {
.search__keyword--input {
 width:77.5%;
}
.search__keyword--searchbtn {
 width:20%;
}
.search__keyword--searchbtn span {
	display: none;
}
}
@media screen and (max-width: 394px)  {
.keyword02__guidebtn {
 margin-top: 5px;
}
}


/* 検索結果
================================================== */
.search__result {
 width:1320px;
 min-height:50px;
	margin: 25px auto;
	border: 3px solid #cccccc;
 border-radius:5px;
 background:#fff;
	position: relative;
	display: flex;
}
.icon__result--box {
	width: 100px !important;
	position: relative;
}
.icon__result {
	content: "";
	position: absolute;
	top:12px;
	left:0;
	width: 100px;
	height:100%;
	background-color: #007bbb;
	margin-top: -12px;
	border-radius:3px 0 0 3px;
}
.icon__result::before {
 font-family: 'shimadai' !important;
 speak: never;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;
 content: "\e906";
	color: #fff;
	font-size: 36px;
	position: absolute;
	top:6px;
	left: 32px;
}
.search__result--text {
	display: flex;
	width: 100%;
	padding: 15px
}
.search__result--text01 {
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
 font-size:16px;
	white-space: nowrap;
	line-height: 1.2;
	padding: 0 0 0 10px;
	width: 80px;
}
.search__result--text02 {
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
 font-size:16px;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 1.2;
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
.search__result {
 width:95%;
}
}
@media screen and (min-width: 899px) and (max-width: 1024px) {
.search__result {
 width:95%;
}
}
@media screen and (max-width: 898px)  {
.search__result {
 width:95%;
}
}
@media screen and (max-width: 768px)  {
.search__result {
	margin: 15px auto;
}
.icon__result--box {
	width: 50px !important;
}
.icon__result {
	width: 50px;
}
.icon__result::before {
	font-size: 24px;
	top:10px;
	left: 13px;
}
.search__result--text {
	padding: 12px 5px 10px;
}
}
@media screen and (max-width: 568px)  {
.search__result {
 width:100%;
}
}
@media screen and (max-width: 480px)  {
.icon__result--box {
	width: 30px !important;
}
.icon__result {
	width: 30px;
}
.icon__result::before {
	font-size: 18px;
	top:11px;
	left: 6px;
}
}


/* 表示順、表示件数
================================================== */
.search__display {
 width:1320px;
	margin: 25px auto;
	position: relative;
}
.search__display--inner {
 width:650px;
	display: flex;
}
.search__display--order {
 width:50%;
	display: flex;
	align-items: center;
}
.search__display--order_title {
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-right: 25px;
}
.search__display--order_select {
	width: 200px;
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	position: relative;
}
.search__display--order_select:after {
 content: "";
 position: absolute;
 right: 15px;
 top: 50%;
 width: 10px;
 height: 10px;
 border-top: 2px solid #555;
 border-left: 2px solid #555;
 transform: translateY(-50%) rotate(-135deg);
 font-size: 20px;
 pointer-events: none;
	margin-top: -2px;
}
.search__display--order_select select {
	border: 3px solid #cccccc;
 border-radius:5px;
 background:#fff;
 padding: 10px;
 width: 100%;
	min-height:50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.search__display--order_select select:focus {
	border: 3px solid rgba(0, 0, 0, 0.32);
	box-shadow: none;
	outline: none;
}
.search__display--number {
 width:50%;
	display: flex;
	align-items: center;
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.search__display--number_title {
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-right: 25px;
}
.search__display--number_select {
	width: 100px;
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	position: relative;
}
.search__display--number_select:after {
 content: "";
 position: absolute;
 right: 15px;
 top: 50%;
 width: 10px;
 height: 10px;
 border-top: 2px solid #555;
 border-left: 2px solid #555;
 transform: translateY(-50%) rotate(-135deg);
 font-size: 20px;
 pointer-events: none;
	margin-top: -2px;
}
.search__display--number_select select {
	border: 3px solid #cccccc;
 border-radius:5px;
 background:#fff;
 padding: 10px;
 width: 100%;
	min-height:50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.search__display--number_select select:focus {
	border: 3px solid rgba(0, 0, 0, 0.32);
	box-shadow: none;
	outline: none;
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
.search__display {
 width:95%;
}
}
@media screen and (min-width: 899px) and (max-width: 1024px) {
.search__display {
 width:95%;
}
}
@media screen and (max-width: 898px)  {
.search__display {
 width:95%;
}
}
@media screen and (max-width: 768px)  {
.search__display {
	margin: 15px auto;
}
.search__display--inner {
 width:100%;
	flex-flow: column wrap;
}
.search__display--order {
 width:100%;
	margin-bottom: 15px;
}
.search__display--order_title {
	margin-right:0px;
	width: 80px;
	padding-right: 8px;
	text-align: right;
}
.search__display--order_select {
	width: 180px;
}
.search__display--number {
 width:100%;
}
.search__display--number_title {
	margin-right:0px;
	width: 80px;
	padding-right: 8px;
	text-align: right;
}
.search__display--number_select {
	width: 80px;
}
}


/* 検索結果一覧
================================================== */
.search__result--list {
 width:100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
}
.search__result--researcher {
 width: calc(25% - 15px);
 margin:0 20px 20px 0;
	padding: 25px 20px;
	box-sizing: border-box;
	border: 3px solid #cccccc;
 border-radius: 10px;
 background:#fff;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.search__result--researcher:nth-child(4n){
 margin:0 0 20px 0;
}
.researcher__info--01 {
	margin: 0 0 20px;
}
.researcher__info--02 {
	margin: 0 0 10px;
}
.researcher__info--03 {
}
.researcher__photo {
	width: 130px;
	margin: 0 auto 15px;
}
.researcher__furigana {
	font-size: 14px;
}
.researcher__name {
	font-size: 20px;
	padding: 5px 0;
}
.researcher__name a {
	color: #007bbb;
}
.researcher__job {
	font-size: 14px;
}
.researcher__organization {
	font-size: 16px;
}
.researcher__keyword {
	border: 1px solid #cccccc;
 background:#fff;
	padding: 10px;
	font-size: 14px;
}
@media screen and (min-width: 899px) and (max-width: 1240px) {
.search__result--researcher {
 width: calc(50% - 10px);
}
.search__result--researcher:nth-child(2n){
 margin:0 0 20px 0;
}
}
@media screen and (max-width: 898px)  {
.search__result--researcher {
 width: calc(50% - 10px);
}
.search__result--researcher:nth-child(2n){
 margin:0 0 20px 0;
}
}
@media screen and (max-width: 640px)  {
.search__result--researcher {
 width: 100%;
	margin:0 0 20px 0;
	padding: 25px 18px;
}
.search__result--researcher:nth-child(2n),
.search__result--researcher:nth-child(4n) {
 margin:0 0 20px 0;
}
.search__result--researcher:last-child {
 margin:0;
}
}


/* ページネーション
================================================== */
.pager {
	max-width: 1400px;
	background-color: #fff;
	margin: 0 auto 60px;
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
.pager {
	max-width: 100%;
	margin: 0 40px 60px;
}
}
@media screen and (min-width: 899px) and (max-width: 1024px) {
.pager {
	max-width: 100%;
	margin: 0 40px 60px;
}
}
@media screen and (max-width: 898px)  {
.pager	{
	max-width: 100%;
	margin: 0 20px 40px;
}
}
@media screen and (max-width: 667px)  {
.pager	{
	max-width: 100%;
	margin: 0 20px 20px;
}
}
@media screen and (max-width: 568px)  {
.pager	{
	margin: 0 15px 20px;
}
}

.pagination {
	max-width: 500px;
 text-align: center;
 margin: 0 auto;
 padding: 20px 0;
	min-height: 60px;
	display: flex;
	justify-content: space-between;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.pagination__sp {
	display: none;
}
.pagination ul {
	width: auto;
	margin: 0 20px;
}
.pagination li {
 margin: 0 5px;
 padding: 0;
 display: inline-block;
 position: relative;
	line-height: 1;
}
.pagination li a{
	display:table;
 color: #007bbb;
	text-decoration: underline;
}
.pagination li a:hover {
 color: #007bbb;
	text-decoration: none;
}
.pagination li a.active{
 color: #333;
	text-decoration: none;
	font-weight: 600;
}
.pagination .pre,
.pagination .next {
	margin: 0;
	display:inline-block !important;
}
.pagination .pre a{
 width: 90px;
	padding-left: 35px;
	position: relative;
}
.pagination .pre a span,
.pagination .next a span {
	line-height:normal;
	position: relative;
}
.pagination .pre a span:before {
 content: '';
 width: 25px;
 height: 25px;
 background: #007bbb;
 border-radius: 50%;
 position: absolute;
 top: 0px;
 left: -35px;
}
.pagination .pre a span:after {
 content: '';
 width: 9px;
 height: 9px;
 border: 0;
 border-bottom: solid 2px #f4f4f4;
 border-left: solid 2px #f4f4f4;
 position: absolute;
 top: 8px;
 left: -25px;
 transform: rotate(45deg);
}
.pagination .next a{
 width: 90px;
	padding-right: 35px;
	position: relative;
}
.pagination .next a span:before {
 content: '';
 width: 25px;
 height: 25px;
 background: #007bbb;
 border-radius: 50%;
 position: absolute;
 top: 0;
 right: -35px;
}
.pagination .next a span:after {
 content: '';
 width: 9px;
 height: 9px;
 border: 0;
 border-top: solid 2px #f4f4f4;
 border-right: solid 2px #f4f4f4;
 position: absolute;
 top: 8px;
 right: -25px;
 transform: rotate(45deg);
}
@media screen and (min-width: 899px) and (max-width: 1024px) {
.pagination {
	max-width: 95%;
}
}
@media only screen and (max-width: 898px){
.pagination {
	max-width: 95%;
}
}
@media screen and (max-width: 480px)  {
.pagination {
	display: none;
}
.pagination__sp {
	display: block;
	width: 100%;
 text-align: center;
 margin: 0 auto;
 padding: 20px 0 20px;
	min-height: 60px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.pagination__sp ul {
	width: auto;
	margin: 15px 20px 0;
}
.pagination__sp li {
 margin: 0 5px;
 padding: 0;
 display: inline-block;
 position: relative;
	line-height: 1;
}
.pagination__sp li a{
	display:table;
 color: #007bbb;
	text-decoration: underline;
}
.pagination__sp li a:hover {
 color: #007bbb;
	text-decoration: none;
}
.pagination__sp li a.active{
 color: #333;
	text-decoration: none;
	font-weight: 600;
}
.pagination__sp .pre,
.pagination__sp .next {
	margin: 0 15px;
	display:inline-block !important;
}
.pagination__sp .pre a{
 width: 90px;
	padding-left: 35px;
	position: relative;
}
.pagination__sp .pre a span,
.pagination__sp .next a span {
	line-height:normal;
	position: relative;
}
.pagination__sp .pre a span:before {
 content: '';
 width: 25px;
 height: 25px;
 background: #007bbb;
 border-radius: 50%;
 position: absolute;
 top: 0px;
 left: -35px;
}
.pagination__sp .pre a span:after {
 content: '';
 width: 9px;
 height: 9px;
 border: 0;
 border-bottom: solid 2px #f4f4f4;
 border-left: solid 2px #f4f4f4;
 position: absolute;
 top: 8px;
 left: -25px;
 transform: rotate(45deg);
}
.pagination__sp .next a{
 width: 90px;
	padding-right: 35px;
	position: relative;
}
.pagination__sp .next a span:before {
 content: '';
 width: 25px;
 height: 25px;
 background: #007bbb;
 border-radius: 50%;
 position: absolute;
 top: 0;
 right: -35px;
}
.pagination__sp .next a span:after {
 content: '';
 width: 9px;
 height: 9px;
 border: 0;
 border-top: solid 2px #f4f4f4;
 border-right: solid 2px #f4f4f4;
 position: absolute;
 top: 8px;
 right: -25px;
 transform: rotate(45deg);
}
}


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

 tooltip（検索結果用）

------------------------------------------------- */
.tooltip { 
 position: relative;
 cursor: pointer;
}
.balloon_top { /* ツールチップのスタイル */
 width: 500px; /* 横幅 */
 position: absolute;
 left: 50%;
 bottom: 80%; /* Y軸の位置 */
 transform: translateX(-50%);
 margin-bottom: 15px; /* テキストとの距離 */
 padding: 8px;
 border-radius: 10px; /* 角の丸み */
 background-color: #666; /* ツールチップの背景色 */
 font-size: 0.8em;
 color: #fff;
	text-align: left;	
 visibility: hidden; /* ツールチップを非表示に */
 opacity: 0; /* 不透明度を0％に */
 z-index: 1;
 transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
}
.balloon_top::before { /* 吹き出しの「しっぽ」のスタイル */
 content: "";
 width: 0;
 height: 0;
 border: 10px solid transparent;
 border-top: 12px solid #666; /* 最後の値は「ツールチップの背景色」と合わせる */
 position: absolute;
 top: 99%;
 left: 50%;
 transform: translateX(-50%);
}
.tooltip:hover .balloon_top { /* マウスオーバー時のスタイル */
 bottom: 100%; /* Y軸の位置 */
 visibility: visible; /* ツールチップを表示 */
 opacity: 1; /* 不透明度を100％に */
}
.balloon_top > span { 
	padding-left:1.3em;
	text-indent:-1.3em;
	display: block;
}
@media screen and (max-width: 835px)  {
.balloon_top { 
 width: 400px;
 left: -35%;
}
.balloon_top::before { 
 left: 80%;
}
}
@media screen and (max-width: 640px)  {
.balloon_top { 
 left: -50%;
}
.balloon_top::before { 
 left: 76%;
}
}
@media screen and (max-width: 568px)  {
.balloon_top { 
	left: -40%;
}
.balloon_top::before { 
 left: 73%;
}
}
@media screen and (max-width: 436px)  {
.balloon_top { 
 width: 350px;
 left: -65%;
}
.balloon_top::before { 
 left: 84%;
}
}
@media screen and (max-width: 394px)  {
.balloon_top { 
 width: 300px;
 left: 135%;
}
.balloon_top::before { 
 left: 21%;
}
}
@media screen and (max-width: 330px)  {
.balloon_top { 
 width: 280px;
 left: 125%;
}
.balloon_top::before { 
 left: 22%;
}
}

