@charset "utf-8";
/*--京pages.css--*/
/* ##########PC########## */
/*----------header----------*/


/*----------contents----------*/
.contents{}

	.topicpath{
		width: 960px;
		padding: 2rem 0 0 0;
		margin: 0 auto 2.4rem;
		font-size: 0.8rem;
		line-height: 1.6;
	}

		.topicpath ul{}

			.topicpath ul li{
				display: inline;
				position: relative;
				color: #222;
				padding-right: 2em;
			}

			.topicpath ul li:last-child{
				padding-right: 0;
			}

				.topicpath ul li:after{
					font-family: FontAwesome;
					content:"\f105";
					display: inline-block;
					position: absolute;
					right: 0.7em;
					top: 0;
				}

				.topicpath ul li:last-child:after{
					content: none;
				}

				.topicpath ul li a{
					text-decoration: none;
					color: #222;
				}

				.topicpath ul li:nth-child(1) a{
					color: #222;
					font-weight: bold;
				}

				.topicpath ul li a:hover{
					text-decoration: underline;
				}


	.content_title{
        box-sizing: border-box;
		width: 1000px;
		margin: 0 auto 2.8rem auto;
		line-height: 1.5;
        /*padding: 0.8rem 2rem 1rem;*/
        display: flex;
        flex-direction: column;
        align-items: center;
	}

		.content_title .lbl_en{
			/*color: #17285b;*/
            color: #256033;
			/*font-family: Times New Roman, "sans-serif";*/
			font-size: 2.4rem;
            font-weight: 700;
		}

		.content_title h2{
			display: inline-block;
			padding: 0.2rem 0.125rem 0 0.125rem;
			font-size: 1.1rem;
			color: #222;
            font-weight: 700;
		}

	.content_body{
		box-sizing: border-box;
		line-height: 1.8;
		font-size: 0.96rem;
		/*color: #17285b;*/
        color: #111;
		margin: 0 auto;
		position: relative;
		z-index: 3;
		width: 1000px;
		min-height: 500px;
		/*background: rgba(50,60,61,0.8);*/
        /*background: rgba(208, 240, 255, 0.78);*/
        /*background: #d8f2e0;*/
        background: #fff;
		padding: 3em 3em 3em 3em;
        box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
	}

		/*.content_body内汎用指定*/
		.content_body a{
			color: #003d84;
			transition: .3s all ease;
		}

		.content_body a:hover{
			color: #008740;
		}

		/*#####段落#####*/
		.content_body p{
			margin: 0 0 1em 0;
		}


		/*#####番号リスト#####*/
		.content_body ol{
			margin: 1em 2em;
			list-style: decimal;
			line-height: 1.6;
		}

			.content_body ol li{
				margin-bottom: 0.6em;
				margin-left: 2em;
			}

		.content_body img{
			max-width: 100%;
			height: auto;
		}

		/*#####H3#####*/
		.content_body h3{
			text-align: center;
			font-size: 1.6em;
			margin: 0 0 1em 0;
			letter-spacing: 0.1em;
			font-weight: bold;
		}

		/*#####H4#####*/
		.content_body h4{
			font-size: 1.3em;
			margin: 2.5em 0 1.5em 0;
			/*color: #ebaa32;*/
			font-weight: bold;
			border-bottom: 1px dotted #aaa;
			padding: 0 0.3em 0.1em 0.3em;
		}

		/*#####H5#####*/
		.content_body h5{
			font-size: 1.05em;
			margin: 2em 0 1em 0;
			font-weight: bold;
		}


		/*#####table#####*/
		.content_body table{
			margin: 1em;
			line-height: 1.6;
		}

			.content_body table th,
			.content_body table td{
				border: 1px solid rgba(0,0,0,0.2);
				padding: 0.5em 0.7em;
			}

			.content_body table th{
				/*background: rgba(0,0,0,0.5);*/
				font-weight: bold;
			}

			.content_body table td{
				/*background: rgba(0,0,0,0.4);*/
			}

		.content_body strong{
			font-weight: bold;
		}

		.content_body em{
			font-style: italic;
		}

		.content_body ul{
			list-style: disc;
			margin: 1em 1.5em 1.5em 1.5em;
		}

			.content_body ul li{
				margin-bottom: 1em;
			}

        .content_body .old_link{
            margin: 3em 0 0 0;
            text-align: center;
        }

        .content_body .old_link a{
            display: inline-block;
            width: auto;
            /*background: #717777;*/
            background: #256033;
            color: #fff;
            text-decoration: none;
            text-align: center;
            line-height: 1;
            padding: 0.7em 1.5em 0.6em;
            border: 1px solid #256033;
            transition: .3s all ease;
            text-shadow: none;
            margin: 0 auto;
        }

        .content_body .old_link a:hover{
            background: #fff;
            color: #222;
            box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
        }

		/*page_nav*/
		.content_body .page_nav{
			margin-bottom: 3em;
			text-shadow: none;
		}

			.content_body .page_nav ul{
				display: flex;
				justify-content: center;
				margin: 0;
				list-style: none;
			}

				.content_body .page_nav ul li{
					margin: 0 1em 0 0;
				}

				.content_body .page_nav ul li:last-child{
					margin-right: 0;
				}

				.content_body .page_nav ul li a{
					box-sizing: border-box;
					display: flex;
					align-items: center;
					background: #fff;
					height: 36px;
					border-radius: 18px;
					color: #333;
					text-decoration: none;
					padding: 0 1.5em;
					transition: .5s all ease;
                    border: 1px solid #256033;
                    
				}

				.content_body .page_nav ul li a:hover{
                    background: rgba(37, 96, 51,0.1);
                    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
				}

				.content_body .page_nav ul li.active a{
					background: #256033;
					color: #fff;
				}


		.content_body hr{
			border: none;
			border-bottom: 1px solid #b5b8b7;
			margin: 4em 0;
		}

		/*page_back*/
		.content_body .page_back{
			clear: both;
			text-align: center;
			margin-top: 4em;
		}

			.content_body .page_back a{
				text-decoration: none;
				display: inline-block;
				text-shadow: none;
				padding: 0.2em 1em;
				border: 1px solid rgba(0,0,0,0.2);
				font-size: 0.9em;
                color: #222;
                background: rgba(255,255,255,0.8);                
			}

			.content_body .page_back a:hover{
				color: #222;
				border: 1px solid rgba(0,0,0,0.7);
			}

		/*.content_body内汎用指定ここまで*/


/*#####各ページ用#####*/
/*研究*/
.contents.research.index{}

	.contents.research.index .intro_box{
		box-sizing: border-box;
		width: 860px;
		/*padding: 3rem 3rem 2.8rem 3rem;*/
		margin: 0 auto 3.5em auto;
        /*
		border: 1px solid #fff;
		background: rgba(255,255,255,0.8);
        */
	}

		.contents.research.index .intro_box h3{
			margin: 0 0 0.7em 0;
			color: #fff;
			text-shadow: none;
			font-size: 1.46em;
		}

		.contents.research.index .intro_box p{
			line-height: 2.2;
			margin-bottom: 0;
			font-size: 1rem;
		}

	.contents.research.index .grants_list{
		width: 800px;
		margin: 0 auto;
	}

/*--共同研究者*/
.content_body .research_table{
    margin: 1em;
}
.content_body .research_table table{
    margin: 0;
    width: 100%;
}


/*研究実績*/
/*--学会発表*/
.content_body table.conference_presentation{
	display: block;
    width: auto !important;
}

	.content_body table.conference_presentation tbody{
		display: block;
	}

		.content_body table.conference_presentation tbody tr{
			display: flex;
			margin-bottom: 1em;
		}

		.content_body table.conference_presentation th,
		.content_body table.conference_presentation td{
			box-sizing: border-box;
			border: none;
			padding: 0.8em;
			display: block;
		}

		.content_body table.conference_presentation tbody tr th{
			width: 8em !important;
			/*background: rgba(0,0,0,0.2);*/
		}

		.content_body table.conference_presentation tbody tr td{
			width: calc(100% - 8em) !important;
			/*background: rgba(0,0,0,0.2);*/
			padding-left: 2em;
		}

			.content_body table.conference_presentation tbody tr td > dl{}

				.content_body table.conference_presentation tbody tr td > dl > dt{
					font-weight: bold;
					border-bottom: 1px dotted rgba(255,255,255,0.5);
					position: relative;
					padding: 0 0 0.1em 1.2em;
					font-size: 1.1em;
				}

					.content_body table.conference_presentation tbody tr td > dl > dt:before{
						font-family: FontAwesome;
						content:"\f111";
						position: absolute;
						top: 0;
						left: 0;
						/*color: #ebaa32;*/
                        /*color: #005472;*/
                        color: #256033;
						font-weight: normal;
					}

				.content_body table.conference_presentation tbody tr td > dl > dd{}

					.content_body table.conference_presentation tbody tr td > dl > dd > ul{
						list-style: none;
						margin: 1em 0.5em;
					}

						.content_body table.conference_presentation tbody tr td > dl > dd > ul > li{
							padding-left: 1em;
							position: relative;
							margin-bottom: 1.5em;
						}

							.content_body table.conference_presentation tbody tr td > dl > dd > ul > li:before{
								font-family: FontAwesome;
								content:"\f105";
								position: absolute;
								top: 0;
								left: 0;
								font-size: 0.8em;
								/*color: #ebaa32;*/
                                /*color: #005472;*/
                                color: #256033;
							}

								.content_body table.conference_presentation tbody tr td > dl > dd > ul > li dl{
									display: flex;
								}

									.content_body table.conference_presentation tbody tr td > dl > dd > ul > li dl dt{
										white-space: nowrap;
									}

									.content_body table.conference_presentation tbody tr td > dl > dd > ul > li dl dd{
										width: 100%;
									}

								.content_body table.conference_presentation tbody tr td > dl > dd > ul > li p{
									font-weight: bold;
									margin-bottom: 0;
									margin-top: 0.5em;
								}

/*--受賞歴*/
.content_body .awards_box{
	display: flex;
	padding: 0 1em;
}

.content_body .awards_box ul{
	list-style: none;
	margin: 0;
}

	.content_body .awards_box > ul{
		width: calc(100% - 250px);
	}

		.content_body .awards_box > ul > li{
			padding-left: 1.3em;
			position: relative;
			border-bottom: 1px dotted rgba(255,255,255,0.3);
			padding-bottom: 0.8em;
		}

			.content_body .awards_box > ul > li:before{
				font-family: FontAwesome;
				content:"\f0a3";
				position: absolute;
				top: -0.1em;
				left: 0;
				/*color: #ebaa32;*/
                /*color: #005472;*/
                color: #256033;
			}

	.content_body .awards_box .figs{
		box-sizing: border-box;
		width: 250px;
		padding-left: 30px;
	}

		.content_body .awards_box .figs ul{
			margin: 0;
		}

			.content_body .awards_box .figs ul li{}

				.content_body .awards_box .figs ul li a{
					display: block;
					box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.1);
					transition: .3s all ease;
				}

				.content_body .awards_box .figs ul li a:hover{
					filter: brightness(110%);
				}

					.content_body .awards_box .figs ul li a img{
						object-fit: scale-down;
					}

/*メンバー*/
.content_body table[class^="staff_"]{
	display: block;
	margin: 1em auto;
	line-height: 1.6;
}

.content_body table.staff_list{
	width: 800px;
}

.content_body table.staff_from_list{
	width: 600px;
}

	.content_body table[class^="staff_"] tbody{
		display: flex;
		flex-wrap: wrap;
	}

		.content_body table[class^="staff_"] tbody tr{
			box-sizing: border-box;
			display: flex;
			width: calc((100% - 2em) / 2);
			margin-right: 2em;
			margin-bottom: 1em;
			border-bottom: 1px dotted rgba(23,40,91,0.5);
			padding:0 0.3em 0.4em 0.3em;
		}

		.content_body table[class^="staff_"] tbody tr:nth-child(even){
			margin-right: 0;
		}

			.content_body table[class^="staff_"] tbody tr th,
			.content_body table[class^="staff_"] tbody tr td{
				background: none;
				border: none;
				padding: 0;
			}

			.content_body table[class^="staff_"] tbody tr th{
				display: block;
				width: 7.5em;
				font-weight: normal;
				border-right: 1px solid rgba(23,40,91,0.3);
			}

			.content_body table[class^="staff_"] tbody tr td{
				box-sizing: border-box;
				display: block;
				padding-left: 0.8em;
				width: calc(100% - 7.5em);
			}

.content_body .staff_intro_box{
	display: flex;
	justify-content: space-between;
}

	.content_body .staff_intro_box .text{
		box-sizing: border-box;
		width: calc(100% - 320px);
		padding-right: 2em;
	}

		.content_body .staff_intro_box .text h3{
			text-align: left;
			border-bottom: 1px dotted rgba(255,255,255,0.3);
		}

	.content_body .staff_intro_box .fig{
		width: 320px;
	}


/*お問い合わせ*/
.contents.contact.en{}

	.contents.contact.en .contact_info_box{
		box-sizing: border-box;
		width: 600px;
		padding: 1.6rem 0;
		margin: 0 auto 3.5em auto;
		border: 1px solid #fff;
		background: rgba(255, 255, 255, 0.8);
		text-align: center;
	}

		.contents.contact.en .contact_info_box p:last-child{
			margin-bottom: 0;
		}

	.contents.contact.en .map_img{
		width: 800px;
		margin: 2em auto;
		background: #fff;
		text-align: center;
		padding: 1em;
	}

	.contents.contact.en .google_map{
		width: 800px;
		height: 500px;
		margin: 2em auto;
		padding: 1em;
        background: #fff;
	}

		.contents.contact.en .google_map iframe{
			width: 100%;
			height: 100%;
		}

	.contents.contact.en .access_msg{
        display: flex;
        justify-content: center;
    }

	    .contents.contact.en .access_msg p{
            padding: 1.6rem;
            background: rgba(255, 255, 255, 0.8);
            margin: 0;
            text-align: center;
        }

	
    .content_body .page_text_box{
        width: 710px;
        padding: 35px 50px;
        margin: 0 auto 40px auto;
        border: 1px solid #fff;
        background: rgba(57,67,92,0.8);
    }

        .content_body .page_text_box h3{
            font-family: Arial, Helvetica, "sans-serif";
            text-align: center;
            color: #ffffff;
            font-size: 1.5em;
            margin: 0 0 25px 0;
            font-weight: normal;
        }

        .page_content_box{
            padding-bottom: 30px;
            margin-bottom: 40px;
            border-bottom: 1px solid #b5b8b7;
        }

        .page_content_box:last-child{
            margin-bottom: 0;
            border-bottom: none;
        }

/*研究*/
.page_ancer_link{
    margin: 0 30px 30px 30px;
}

    .page_ancer_link ul{
        display:flex;
        justify-content: center;
    }

    .page_ancer_link ul li{
        margin: 0 10px;
    }

    .page_ancer_link ul li a{
        padding: 4px 20px;
        min-width: 100px;
        text-align: center;
        background: #ffffff;
        position: relative;
        color: #2f3a5a;
        border-radius: 20px;
        text-decoration: none;
        display: block;
    }

    .page_ancer_link ul li a:hover{
        background: #eca934;
    }

    .page_ancer_link ul li.active a{
        background: #eca934;
    }

.link_list{
    width: 750px;
    margin: 0 auto;
	counter-reset: link_list_no;
}

	.content_body .link_list ul{
		list-style: none;
	}

		.content_body .link_list ul li{
		}

			.content_body .link_list ul li a{
				box-sizing: border-box;
				display: flex;
				align-items: center;
				height: 52px;
				border-radius: 26px;
				background: #fff;
				text-shadow: none;
				color: #111;
				font-size: 1.1em;
				padding: 0.1em 0 0 3em;
                text-decoration: none;
				position: relative;
                transition: .5s all ease;
			}

            .content_body .link_list ul li a:hover{
                box-shadow: 0 0 0 2px #256033;
            }

				.content_body .link_list ul li a:before{
					counter-increment: link_list_no;
					content: counter(link_list_no);
					position: absolute;
					left: 0.8em;
					top: 0.4em;
					font-size: 1.8em;
					font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
					font-weight: bold;
					display: inline-block;
					line-height: 1;
					color: #444;
				}

				.content_body .link_list ul li a:after{
					font-family: FontAwesome;
					content:"\f105";
					font-size: 2em;
					position: absolute;
					top: 0.25em;
					right: 0.5em;
					display: inline-block;
					line-height: 1;
					color: #888;
				}

.topic_img_box{
    text-align: center;
    margin: 1em auto 2em;
}

.topic_img_box img{
    background: #fff;
}

.topic_img_suggest{
    text-align: center;
    margin-bottom: 2em;
}

.content_body dl.topic_ronbun{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.content_body dl.topic_ronbun dt{
    width:4.5em;
    margin-bottom: 5px;
}

.content_body dl.topic_ronbun dd{
    width:calc(100% - 4.5em);
    margin-bottom: 5px;
}


.img_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

    .img_list .list_box{
        width:calc((100% - 40px) / 3);
    }

    .img_list .list_box a{
        text-decoration:none;
    }

    .img_list .list_box .img_area{
        margin:0 0 1em 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        width: 100%;
        aspect-ratio: 4 / 3;
    }

        .img_list .list_box .img_area img{
            object-fit: contain;
            width: 100%;
            height: 100%;
        }

    .img_list .list_box .text_area{
        margin: 0 0 20px 0;
        line-height: 1.5;
    }

.more{
    margin: 10px 0 0 0;
}

    .more a{
        display: block;
        width: 100px;
        background: #717777;
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-size: 0.92rem;
        line-height: 1;
        padding: 0.5em 0 0.4em;
        border: 1px solid #717777;
        transition: .3s all ease;
        text-shadow: none;
        margin: 0 auto;
    }

    .more a:hover{
        background: #fff;
        color: #717777;
        box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
    }

/*一覧*/
.news_list_box{}

	.news_list_box > .box_inner{}

		.news_list_box > .box_inner > ul{
			margin: 0;
			list-style: none;
		}

			.news_list_box > .box_inner > ul > li{
				border-bottom: 1px solid #717679;
				font-size: 0.94rem;
				padding: 0.2rem 0;
				margin: 0;
			}

				.news_list_box > .box_inner > ul > li .no_link{
					display: flex;
					padding: 0.6rem 0.8rem;
					text-decoration: none;
					position: relative;
					transition: .3s all ease;
				}

/*
				.news_list_box > .box_inner > ul > li a{
					display: flex;
					padding: 0.6rem 0.8rem;
					text-decoration: none;
					color: #fff;
					position: relative;
					transition: .3s all ease;
				}

					.news_list_box > .box_inner > ul > li a:before{
						content: "";
						display: block;
						width: 100%;
						height: 100%;
						background: rgba(0,0,0,0.5);
						position: absolute;
						top: 0;
						left: 0;
						z-index: 1;
						transition: .3s all ease;
						transform: scaleX(0);
						transform-origin: left center;
						opacity: 0;
					}

					.news_list_box > .box_inner > ul > li a:hover:before{
						transform: scaleX(1);
						opacity: 1;
						box-shadow: 0 0 20px 5px rgba(235,170,50,0.5);
					}
*/
				.news_list_box > .box_inner > ul > li .entry_thumbnail{
					width: 8em;
                    margin-right: 1em;
					position: relative;
					z-index: 2;
				}

                .news_list_box > .box_inner > ul > li .entry_thumbnail img{
                    background:#fff;
                }

				.news_list_box > .box_inner > ul > li .entry_title{
					width: calc(100% - 9em);
					position: relative;
					z-index: 2;
				}

.research_list{
    width: 800px;
    margin: 0 auto 40px auto;
}

    .research_list h4{
        font-family: Arial, Helvetica, "sans-serif";
        font-size: 1.1em;
        font-weight: bold;
        padding: 0 10px 10px 10px;
        margin: 0 0 15px 0;
        color: #ebaa32;
        border-bottom: 1px solid #f9e5c0;
    }

    .research_list h5{
        font-size: 1.1em;
        font-weight: bold;
        padding: 5px 10px;
    }

    .research_list dl{
        padding: 0 10px 15px 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #717679;
    }

    .research_list dl dt{
        font-size: 1.1em;
    }

    .research_list dl dt .daihyo{
        color: #3a403c;
        display: inline-block;
        font-size: 0.9em;
        padding: 3px 10px;
        background: #eca934;
        border-radius: 1em;
        line-height: 1;
    }

    .research_list dl dt .buntan{
        color: #3a403c;
        display: inline-block;
        font-size: 0.9em;
        padding: 3px 10px;
        background: #ffffff;
        border-radius: 1em;
        line-height: 1;
    }

.research_list dl dd{}

/*メンバー*/
.members_list{
    width: 800px;
    margin: 0 auto;
    padding: 25px 15px 15px 15px;
    background: #fff;
}

    .members_list ul{}

    .members_list ul li{
        padding: 0 10px 15px 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #717679;
        color: #2f3a5a;
    }

    .members_list ul li .member_position{
        display:inline-block;
        min-width: 5em;
    }

    .members_list ul li .gakubu_name{
        display: inline-block;
        min-width: 8em;
    }

    .members_list ul li .fc_red{
        color:#c40000;
    }


.page_img{
    width: 800px;
    margin: 30px auto;
}

/*
    .members_detail{
        width: 800px;
        margin: 0 auto 20px auto;
        padding: 15px;
        background: #fff;
        color: #2f3a5a;
    }

    .members_detail_img{
        width: 600px;
        margin: 0 auto;
    }

    .members_detail p{
        margin: 0 10px 10px 10px;
    }

    .members_detail h4{
        font-size:1.2em;
        border-bottom: 1px solid #717679;
        margin-top: 30px;
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .members_detail h5{
        font-weight: bold;
        padding: 0 5px;
        margin-bottom: 5px
    }

    .members_detail > ul{
        margin: 0 0 20px 0;
    }

    .members_detail > ul > li{
        margin: 0 10px 10px 10px;
        padding: 0 0 0 25px;
        position: relative;
    }

    .members_detail > ul > li:before{
        font-family: FontAwesome;
        content: "\f138";
        display: inline-block;
        color: #0451bd;
        font-size: 1em;
        font-weight: normal;
        line-height: 1;
        position: absolute;
        top: 3px;
        left: 0px;
    }
*/
/*研究業績*/
.achievements_list01{
    width: 800px;
    margin: 0 auto 20px auto;
    padding: 15px;
    background: #fff;
    color: #2f3a5a;
}

    .achievements_list01 h4{
        font-size:1.2em;
        border-bottom: 1px solid #717679;
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .achievements_list01 dl{
        margin: 0 10px;
    }

    .achievements_list01 dl dt{
        font-weight: bold;
    }

    .achievements_list01 dl dd{
        margin: 0 0 10px 1em;
    }

    .achievements_list01 .achievements_img{
        margin:20px 1em 0 1em;
    }

    .achievements_list01 .achievements_img ul{
        display:flex;
        justify-content: center;
        align-items: center;
    }

    .achievements_list01 .achievements_img ul li{
        width:300px;
        margin: 0 10px;
    }

    .achievements_list01 .achievements_img ul li.tate{
        width:200px;
    }

    .achievements_list02{
        width: 800px;
        margin: 0 auto 20px auto;
        padding: 15px;
        background: #fff;
        color: #2f3a5a;
    }

    .achievements_list02 h4{
        font-size:1.2em;
        border-bottom: 1px solid #717679;
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .achievements_list02 h5{
        font-weight: bold;
        padding: 0 5px;
    }

    .achievements_list02 > dl{
        margin: 0 10px 10px 10px;
        display: flex;
        justify-content: flex-start;
    }

    .achievements_list02 > dl > dt{
        width: 100px;
    }

    .achievements_list02 > dl > dd{
        width: calc(100% - 100px);
        margin: 0;
    }

    .achievements_list02 > dl > dd .gakkai_title{
        font-weight:bold;
    }

    .achievements_list02 > dl > dd > dl{
        display: flex;
        justify-content: flex-start;
    }

    .achievements_list02 > dl > dd > dl > dt{
        white-space:nowrap;
    }

    .achievements_list02 > dl > dd > dl > dd{}

    .achievements_list02 > dl > dd > p{
        color: #0451BD;
    }

    .achievements_list02 > ul{
        margin: 0 0 40px 0;
    }

    .achievements_list02 > ul > li{
        margin: 0 10px 10px 10px;
        padding: 0 0 0 25px;
        position: relative;
    }

    .achievements_list02 > ul > li:before{
        font-family: FontAwesome;
        content: "\f138";
        display: inline-block;
        color: #0451bd;
        font-size: 1em;
        font-weight: normal;
        line-height: 1;
        position: absolute;
        top: 3px;
        left: 0px;
    }


/*NEWS*/
.news_box_inner{
    width: 800px;
    margin: 0 auto;
    padding: 25px 15px 15px 15px;
    background: #fff;
}

.news_box_inner ul li{
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #717679;
    display: flex;
    justify-content: flex-start;
}

.news_box_inner ul li .entry_date{
    width: 100px;
    display: block;
    color: #2f3a5a;
    font-weight: bold;
}

.news_box_inner ul li .entry_title{
    width: calc(100% - 100px);
    display: block;
}

.news_box_inner ul li .entry_title a{
    color:#2f3a5a;
    text-decoration: none;
}

.news_box_inner ul li .entry_title a:hover{
    text-decoration: underline;
}

.news_detail_inner{
    width: 800px;
    margin: 0 auto;
    padding: 25px 15px 15px 15px;
    background: #fff;
    color:#2f3a5a;
}

.news_detail_inner h4{
    font-size: 1.2em;
    border-bottom: 1px solid #717679;
    margin-bottom: 10px;
    padding: 0 5px;
}

.news_detail_inner .entry_date{
    text-align: right;
    padding: 0 5px;
    margin-bottom: 5px;
}

.news_detail_inner .entry_body{
    padding: 0 5px;
}

#pager{
    display: flex;
    justify-content: center;
    gap: 0.3em;
    line-height: 1;
    margin-top: 2em;
}

#pager .nav-links{
    display: flex;
    justify-content: center;
    gap: 0.3em;
    line-height: 1;
}

#pager .page-numbers{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    aspect-ratio: 1 / 1;
    text-decoration: none;
    border: 1px solid #fff;
    background: #fff;
}

#pager .page-numbers:hover{
    border-color: #256033;
}

#pager .page-numbers.current{
    background: #256033;
    color: #fff;
    border-color: #256033;
}

#pager .next.page-numbers,
#pager .prev.page-numbers{
    width: auto;
    aspect-ratio: initial;
    background: none;
    border: none;
}

#pager .next.page-numbers:hover,
#pager .prev.page-numbers:hover{
    text-decoration: underline;
}

#pager .next.page-numbers{
    margin-left: 1em;
}

#pager .prev.page-numbers{
    margin-right: 1em;
}

/*年別アーカイブ*/
.archives_box{
    width: 1000px;
    margin: 0 auto;
}

.archive_year{
    margin: 0 1rem;
    display: flex;
    justify-content: flex-start;
    gap: 0.5rem;
}

.archive_year li{
    min-width: 6rem;
}

.archive_year li a{
    display: block;
    text-align: center;
    padding: 0.6rem 1rem;
    text-decoration: none;
    color: #256033;
    background: #eee;
    clip-path: polygon(15% 0, 85% 0, 100% 100%, 0 100%);
    font-weight: 500;
    transition: .3s all ease;
}

.archive_year li a:hover{
    background: #256033;
    color: #fff;
}

.archive_year li.active a{
    background: #256033;
    color: #fff;
}

.contents.contact .content_body .way_wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 0 2em;
    padding: 0 3rem;
}

.contents.contact .content_body .way{
    width: calc((100% - 2em)  /2);
}

.contents.contact .content_body .way h4{
    margin-top: 1em;
    margin-bottom: 0.75em;
    font-size: 1.2em;
    line-height: 1.2;
    padding-bottom: 0.3em;
}

.contents.greeting .prof_info{
	width: 16rem;
    float: left;
    margin: 1rem 3rem 1rem 0;
}

	.contents.greeting .prof_info .fig{
		margin-bottom: 0.5em;
	}

	.contents.greeting .prof_info .text{
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.contents.greeting .prof_info p{
		margin-bottom: 0;
		line-height: 1.4;
	}

	.contents.greeting .prof_info p.lang_en{
		font-size: 1.15em;
		font-weight: 500;
	}

	.contents.greeting .prof_info p.position{
		margin-top: 0.3em;
		font-size: 0.9em;
	}

img.aligncenter{
    margin-left: auto;
    margin-right: auto;
    display: block;
}


@media screen and (min-width:1px) and (max-width:1024px) {
    .topicpath{
        width: auto;
        padding: 1rem 3vw 0;
        margin-bottom: 1rem;
    }
    
    .content_title{
        width: auto;
        margin-bottom: 1.5rem;
    }

    .content_body{
        width: auto;
		margin-left: 11vw;
		margin-right: 11vw;
    }

    .page_img{
        width: auto;
    }

    .content_body table.staff_list{
        width: auto;
    }

    .contents.research.index .intro_box{
        width: auto;
    }

    .contents.research.index .grants_list{
        width: auto;
    }

    .link_list{
        width: auto;
    }

    .contents.contact.en .map_img,
    .contents.contact.en .google_map{
        width: auto;
    }

    .archives_box{
        width: auto;
    }

    .archive_year{
        margin-left: 11vw;
        margin-right: 11vw;
    }    

}

@media screen and (min-width:1px) and (max-width:768px) {
}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
    
    .topicpath{
        display: none;
    }
    
    .content_title{
        width: auto;
        margin: 0 auto 5vw auto;
        line-height: 1.5;
    }

    .content_body{
        width: auto;
        min-height: 200px;
        overflow: hidden;
        padding: 1em;
        margin: 0 8vw;
}
    
    .content_body .page_nav{
        margin-bottom: 2em;
    }
    
    .content_body .page_nav ul{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .content_body .page_nav ul li {
        margin: 0 1em 1em 0;
    }
    
    .page_content_box{
        padding-bottom: 10vw;
        margin-bottom: 12vw;
    }
    
    .content_body h3{
        margin: 0 0 5vw 0;
    }
    
    /*メンバー*/
    .content_body table.staff_list{
        width:auto;
    }
    
    .content_body table[class^="staff_"] tbody tr{
        width: 100%;
        margin-right: 0;
    }
    
    .content_body table.staff_from_list{
        width:auto;
    }
    
    .content_body .staff_intro_box{
        display:block;
    }
    
    .content_body .staff_intro_box .fig{
        width:auto;
    }
    
    .content_body .staff_intro_box .text{
        width: auto;
        padding-right: 0;
    }
    
    .members_list{
        width: auto;
        padding: 5vw 4vw 4vw 4vw;
    }
    
    .members_list ul li{
        padding: 0 3vw 2.5vw 3vw;
        margin-bottom: 3vw;
    }
    
    .page_img{
        width: auto;
        margin: 6vw 0;
    }
    
    .members_detail{
        width: auto;
        padding: 6vw;
        margin: 0 auto 8vw auto;
    }
    
    .members_detail_img{
        width: auto;
    }

    
    /*研究*/
    .contents.research.index .intro_box{
        padding: 1.5em;
        width: auto;
    }
    
    .contents.research.index .intro_box p{
        line-height: 1.8;
    }
    
    .content_body .page_text_box{
        width: auto;
        padding: 6vw;
        margin: 0 auto 8vw auto;
    }
    
    .content_body .page_text_box h3{
        margin: 0 0 5vw 0;
    }
    
    .link_list{
        width:auto;
    }
    
    .link_list ul li{
        margin-bottom: 4vw;
    }
    
    .link_list ul li a{
        padding: 2vw 10vw;
        border-radius: 10vw;
    }
    
    .link_list ul li:first-child a:before{
        position: absolute;
        top: 4vw;
        left: 2vw;
    }
    
    .link_list ul li:nth-child(2) a:before{
        position: absolute;
        top: 4vw;
        left: 2vw;
    }
    
    .link_list ul li:nth-child(3) a:before{
        position: absolute;
        top: 4vw;
        left: 2vw;
    }

    .link_list ul li:nth-child(4) a:before{
        position: absolute;
        top: 4vw;
        left: 2vw;
    }

    .content_body .link_list ul li a {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        min-height: 52px;
        line-height: 1.3em;
        border-radius: 26px;
        background: #fff;
        text-shadow: none;
        color: #111;
        font-size: 1em;
        padding: 0.1em 2em 0 2em;
        text-decoration: none;
        position: relative;
        transition: .5s all ease;
    }
    
    .content_body .link_list ul li a:after {
        font-family: FontAwesome;
        content: "\f105";
        font-size: 2em;
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        display: inline-block;
        line-height: 1;
        color: #888;
    }
    
    .img_list{
        display: block;
    }
    
    .img_list .list_box {
        width: 70vw;
        margin: 0 auto;
    }
    
    .img_list .list_box .img_area {
        margin: 0 0 3vw 0;
    }
    
    .img_list .list_box .text_area {
        margin: 0 0 7vw 0;
    }
    
    .research_list{
        width:auto;
        margin: 0 auto 8vw auto;
    }
    
    .research_list h4{
        padding: 0 2vw 2vw 2vw;
        margin: 0 0 3vw 0;
    }
    
    .research_list h5{
        font-size: 1.1em;
        font-weight: bold;
        padding: 1vw 2vw;
    }
    
    .research_list dl{
        padding: 0 2vw 3vw 2vw;
        margin-bottom: 3vw;
    }
    
    .research_list dl dt{
        margin-bottom: 3vw;
    }
    
    .contents.research.index .grants_list{
        width:auto;
    }
    
    /*研究業績*/
    .content_body table.conference_presentation tbody tr{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 1em;
    }
    
    .content_body table.conference_presentation tbody tr th{
        width:100% !important;
        padding: 0;
    }

    .content_body table.conference_presentation tbody tr td{
        width:100% !important;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    
    .achievements_list01{
        width: auto;
        padding: 6vw;
        margin: 0 auto 8vw auto;
    }
    
    .achievements_list02{
        width: auto;
        padding: 6vw;
        margin: 0 auto 8vw auto;
    }
    
    .achievements_list02 > dl{
        display: block;
    }
    
    .achievements_list02 > dl > dt{
        width:auto;
    }

    .achievements_list02 > dl > dd{
        width:auto;
    }
    
    .content_body .awards_box{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 1em;
    }
    
    .content_body .awards_box > ul{
        width:100%;
    }
    
    .content_body .awards_box .figs{
        width:100%;
        padding-bottom: 30px;
    }
    
    /*お問い合わせ*/
    .contact_list{
        width: auto;
        padding: 4vw;
        margin: 0 auto 8vw auto;
    }
    
    .contact_list .google_map iframe{
        height: 90vw;
    }
    
    .contact_text{
        width: auto;
        padding: 6vw;
        margin: 0 auto 8vw auto;
    }
    
    .contents.contact.en .contact_info_box{
        width:auto;
        padding: 1em;
    }
    
    .contents.contact.en .map_img{
        width:auto;
    }
    
    .contents.contact.en .google_map{
        width:auto;
        height: 300px;
    }

    .contents.contact.en .access_msg p{
        padding: 1em;
        text-align: left;
    }
    
    /*お知らせ*/
    .news_box{
        padding-bottom: 10vw;
    }
    
    .news_box_inner ul li{
        display: block;
    }
    
    .news_box_inner ul li .entry_date{
        width: auto;
    }
    
    .news_box_inner ul li .entry_title{
        width: auto;
    }
    
    .news_detail_box{
        padding-bottom: 10vw;
    }
    .news_box_inner{
        width: auto;
        padding: 5vw 4vw 4vw 4vw;
    }
    
    .news_detail_inner{
        width: auto;
        padding: 5vw 4vw 4vw 4vw;
    }
    
    /*トピックス一覧*/
    /*
    .news_list_box > .box_inner > ul > li a,
    .news_list_box > .box_inner > ul > li .no_link{
        display: block;
    }
    
    .news_list_box > .box_inner > ul > li .entry_thumbnail{
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 2vw;
    }
    */
    .news_list_box > .box_inner > ul > li .entry_title{
        display: block;
        width: 100%;
    }

    .archives_box{
        width: 90vw;
    }

    .archive_year{
        flex-wrap: wrap;
    }

    .archive_year li{
        min-width: 4rem;
    }

    .archive_year li a{
        clip-path:unset
    }

    .contents.contact .content_body .way_wrapper{
        gap: 0;
        padding: 0 1em;
        flex-direction: column;
    }

    .contents.contact .content_body .way{
        width: auto;
    }

    .contents.contact .content_body .way p{
        margin-bottom: 0;
    }

    .contents.greeting .prof_info{
        width: 70%;
        float: none;
        margin: 1rem auto;
    }
    
}

/* ##########印刷用########## */
@media print{

}