@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: #163f7f;
            /*color: #333;*/
			/*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: #333;
		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: rgba(255, 255, 255, 1);
		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 1.5em;
			list-style: decimal;
			line-height: 1.6;
		}

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

		.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;
                margin-left: 0.5em;
			}

        .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: #2159b7;
            color: #fff;
            text-decoration: none;
            text-align: center;
            line-height: 1;
            padding: 0.7em 1.5em 0.6em;
            border: 1px solid #2159b7;
            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;
                    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.1);
				}

				.content_body .page_nav ul li a:hover{
					box-shadow: 0 0 0 1px #17285b;
				}

				.content_body .page_nav ul li.active a{
					background: #17285b;
					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%;
}

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

	.contents.contact .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 .contact_info_box p:last-child{
			margin-bottom: 0;
		}

        .contents.contact .contact_info_box .form_anc_btn{}

	.contents.contact .map_img{
		box-sizing: border-box;
		width: 600px;
		margin: 2em auto;
		background: #fff;
		text-align: center;
		padding: 2em 0;
	}

	.contents.contact .google_map{
		width: 600px;
		height: 500px;
		margin: 2em auto 3em auto;
	}

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

    .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 #17285b;
            }

				.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 3px auto;
}

.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;
    justify-content: flex-start;
    align-items: flex-start;
}

    .img_list .list_box{
        width:280px;
        margin: 0 10px;
    }

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

    .img_list .list_box .img_area{
        margin:0 0 25px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        min-height: 210px;
    }

    .img_list .list_box .text_area{
        margin: 0 0 20px 0;
    }

.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;
					color: #fff;
					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_box{}

.content_body .members_box table{
	display: block;
	margin: 1em auto;
	line-height: 1.6;
}

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

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

		.content_body .members_box table tbody tr{
			box-sizing: border-box;
			display: flex;
			margin-bottom: 1em;
			border-bottom: 1px dotted rgba(23,40,91,0.5);
			padding:0 0.3em 0.4em 0.3em;
		}

			.content_body .members_box table tbody tr th,
			.content_body .members_box table tbody tr td{
				background: none;
				border: none;
				padding: 0;
			}

			.content_body .members_box table tbody tr th{
				display: block;
				width: 17.5em;
				font-weight: normal;
				border-right: 1px solid rgba(23,40,91,0.3);
			}

			.content_body .members_box table tbody tr td{
				box-sizing: border-box;
				display: block;
				padding-left: 0.8em;
				width: calc(100% - 17.5em);
			}

.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;
    }


.staff_intro_box{
    display: flex;
    justify-content: space-between;
    margin: 0 0.5rem;
}

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

.content_body .staff_intro_box .text h3{
    text-align: left;
}

.content_body .staff_intro_box .text p{
    text-align: left !important;
}

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

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

/*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;
}

/*お問合せフォーム*/
.contact_form_box > .box_inner {
    margin-bottom: 2em;
}

.contact_form_box > .box_inner dl {
    display: flex;
    padding: 0.8em 1em;
    background: #fff;
    border-bottom: 1px dotted #aaa;
    margin: 0;
}

.contact_form_box > .box_inner dl:last-child{
    border-bottom: none;
}

.contact_form_box > .box_inner dl:nth-child(even) {
    background: #fff;
}

.contact_form_box > .box_inner dl dt {
    width: 12em;
    font-weight: bold;
    color:#333;
    position: relative;
    padding-right: 2.5em;
}

.contact_form_box > .box_inner dl dd p{
    margin:0;
}

.contact_form_box > .box_inner dl dd .example_text{
    margin-left: 1em;
    font-size: 0.9em;
}

.contact_form_box > .box_inner dl.required dt:after {
    content: "必須";
    display: inline-block;
    background:#c40026;
    color: #fff;
    line-height: 1;
    font-size: 0.8em;
    font-weight: 500;
    position: absolute;
    top: 0.2em;
    right: 0;
    padding: 0.3em 0.4em 0.3em;
}

.contact_form_box > .box_inner dl dd {
    width: calc(100% - 12em);
    box-sizing: border-box;
    padding-left: 1em;
}

.contact_form_box > .box_inner select{
    padding:0.1em 0.2em;
    border:1px solid #bbb;
    font-size: 1em;
}

.contact_form_box > .box_inner dl dd input[type="text"],
.contact_form_box > .box_inner dl dd input[type="email"],
.contact_form_box > .box_inner dl dd textarea {
    border: 1px solid #bbb;
    padding: 0.1em 0.2em;
    box-sizing: border-box;
    font-size: 1em;
}

.contact_form_box > .box_inner dl.r_subject dd input[type="text"] {
    width: 100%;
}
.contact_form_box > .box_inner dl.r_name dd input[type="text"] {
    width: 20em;
}
.contact_form_box > .box_inner dl.r_mail dd input[type="email"] {
    width: 100%;
}
.contact_form_box > .box_inner dl.r_tel dd input[type="text"] {
    width: 10em;
}


.contact_form_box > .box_inner dl.r_content dd textarea {
    width: 100%;
    height: 8em;
}

.mw_wp_form_confirm .contact_form_box > .box_inner dl.required dt:after{
    content: none;
}

.mw_wp_form_confirm .contact_form_box > .box_inner dl dd .input_email_retype{
    display: none;
}

.contact_form_box > .box_footer{
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contact_form_box > .box_footer .submit_box{
        
    }

    .contact_form_box > .box_footer .submit_box ul{
        display: flex;
        flex-direction: column;
        list-style: none;
        margin: 0;
    }

        .contact_form_box > .box_footer .submit_box ul li{
            padding: 0;
            margin: 0 0 1em 0;
        }

            .contact_form_box > .box_footer .submit_box ul li:before{
                content: none;
            }

                .contact_form_box > .box_footer .submit_box input[type="submit"]{
                    background: #004eaa;
                    color: #fff;
                    font-size: 1.1em;
                    cursor: pointer;
                    transition: .3s all ease;
                    border: 1px solid #fff;
                    box-shadow: 2px 2px 0 0 rgb(0 0 0 / 10%);
                    width: 240px;
                    height: 50px;
                }

                .contact_form_box > .box_footer .submit_box input[type="submit"][name="submitBack"]{
                    background: #eee;
                    color: #555;
                    box-shadow: none;
                    height: 40px;
                }

                .contact_form_box > .box_footer .submit_box input[type="submit"]:hover{
                    opacity:0.8;
                }

/*大学院生募集*/
.recruitment_catch{
    text-align: center;
    font-size: 1.5em;
    margin: 0 0 1em 0;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.contact_btn_list{
    margin-top: 3rem;
}

.contact_btn_list ul{
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.contact_btn_list ul li{}

.contact_btn_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 2.5em 0 1.5em;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    transition: .5s all ease;
}

.contact_btn_list ul li a:hover{
    box-shadow: 0 0 0 2px #17285b;
    color: #111;
}

.contact_btn_list ul li a:after{
    font-family: FontAwesome;
    content: "\f105";
    font-size: 1.5em;
    position: absolute;
    top: calc(50% - 0.5em);
    right: 0.6em;
    display: inline-block;
    line-height: 1;
    color: #888;
}

@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: 90vw;
    }

    .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;
    }

}

@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 7vw auto;
        line-height: 1.5;
    }

    .content_title .lbl_en{
        line-height: 1.2;
    }

    .content_body{
        min-height: 350px;
        overflow: hidden;
        padding: 1em;
        margin: 0 auto;
    }
    
    .content_body .page_nav{
        margin-bottom: 2em;
    }
    
    .content_body .page_nav ul{
        display: flex;
        justify-content: center;
        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;
    }

    /*メンバー*/
    .content_body .members_box table{
        width: 100%;
    }

    .content_body .members_box table tbody tr th{
        width: 12.5em;
    }

    .content_body .members_box table tbody tr td{
        width: calc(100% - 12.5em);
    }

    .staff_intro_box{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .content_body .staff_intro_box .text{
        box-sizing: border-box;
        width: auto;
        padding-right: 0;
    }

    .content_body .staff_intro_box .text h3{
        text-align: center;
        margin: 0 0 1vw 0;
    }

    .content_body .staff_intro_box .text p{
        text-align: center !important;
    }

    .content_body .staff_intro_box .fig{
        width: 45vw;
        margin: 0 auto;
    }
    
    /*お問い合わせ*/
    .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 .contact_info_box{
        width:auto;
        padding: 1em;
    }
    
    .contents.contact .map_img{
        width:auto;
    }
    
    .contents.contact .google_map{
        width:auto;
        height: 300px;
    }
    
    /*お知らせ*/
    .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%;
    }
    
    /*お問合せフォーム*/
    .contact_form_box > .box_inner {
        margin-bottom: 0em;
        width: auto;
    }
    .contact_form_box > .box_inner dl {
        flex-flow: column;
        justify-content: flex-end;
        padding: 0;
        background: none;
        margin-bottom: 1.5rem;
    }

    .wpcf7-spinner{
        display: none !important;
    }

    .contact_form_box > .box_inner dl:nth-child(even) {}
    .contact_form_box > .box_inner dl dt {
        position:inherit;
        width: auto;
        padding: 0.3em 0.5em;
        background: #eeeeee;
        border-radius: 0.3em;
        display:flex;
        align-items:center;
    }

    .contact_form_box > .box_inner dl dt p{
        margin: 0;
    }

    .contact_form_box > .box_inner dl dd p {
        margin: 0;
    }
    .contact_form_box > .box_inner dl.required dt:after {
        position: inherit;
        display: inline-block;
        margin-left:1em;
        padding: 0.3em 0.4em 0.3em;
    }
    .contact_form_box > .box_inner dl dd {
        width: auto;
        margin: 0.8em 1em 1.5em 1em;
        padding-left: 0;
    }
    .contact_form_box > .box_inner select {
        font-size: 1.2em;
        max-width: 100%;
    }

    .contact_form_box > .box_inner dl dd input[type="text"], .contact_form_box > .box_inner dl dd input[type="email"], .contact_form_box > .box_inner dl dd textarea {
        font-size: 1.2em;
    }

    .contact_form_box > .box_inner dl dd .example_text{
        display: block;
        margin-left: 0;
        margin-top: 0.5em;
    }

    .contact_form_box > .box_inner dl.r_name dd input[type="text"] {
        width: 100%;
    }

    .contact_form_box > .box_inner dl.r_biko dd textarea {
        width: 100%;
        font-size: 1.2em;
    }

    .contact_form_box > .box_inner .submit_box{
        margin-top: 1rem;
    }

    .contact_form_box > .box_footer .submit_box input[type="submit"]{
        width: 60vw;
        height: 12vw;
    }

    .contact_form_box > .box_footer .submit_box input[type="submit"][name="submitBack"]{
        height: 10vw;
    }

    

    /*大学院生募集*/
    .recruitment_catch{
        text-align: left;
    }

    .contact_btn_list{
        margin-top: 2rem;
    }

    .contact_btn_list ul{
        flex-direction: column;
    }

    .contact_btn_list ul li{
        margin-bottom: 0;
    }

    .contact_btn_list ul li a{
        height: 3rem;
        border-radius: 3rem;
    }

}

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

}