/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
  	background-color: #fff;
  	font-family: YuGothic,'游ゴシック','Yu Gothic',sans-serif;
    font-weight: 300;
    font-size: 16px;
    color:#333;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    margin-top: 107px;
	word-wrap: break-word;
}


/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: YuGothic,'游ゴシック','Yu Gothic',sans-serif;
    font-weight: 300;
    color: #333;
}
h3.exlrg{
	font-size:11px;
	font-weight:normal;
	margin-bottom:10px;
	color: #011791;
	transform: scale(1,1.1);
	line-height: 120%;
	margin:0px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.mt {
	margin-top: 80px;
}

/* Links */
a {
    color: #004679;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus{
    opacity: 0.7;
    text-decoration: none;
    outline: 0;
    transition: 0.5s;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar-nav a:active,.navbar-nav a:hover {
    outline: 0;
    border-bottom: 1px solid #487CA3;
}
.navbar-brand{
	border-bottom: #000000;
}
.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 10px;
	background-color: #ffffff;
	margin-bottom:0px;
}
.navbar p {
	margin-bottom: 12px;
	font-size: 12px;
	color: #999;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #1E5576;
    background-color: #FFFFFF;
    border-bottom: 1px solid #1E5576;
}

.navbar-brand {
	font-size: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-brand img {
    vertical-align: middle;
	max-width: 314px;
	width: 100%;
}
.header-site-title{
	margin: 0;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 5px;
	text-indent: -11111px;
	height: 1px;
}
.header-site-title span{
	display: block;
}

.btn-theme {
	color: #ffffff;
	background-color: #74cfae;
	border-color: transparent;
}

.btn {
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 18px;
	border: 5px solid transparent;
	border-radius: 0px;
}

.lead {
	letter-spacing: 1px;
}

/* WRAP SECTIONS */

/* hello */
#hello {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 75px;
	background-image: url(../img/pagebg.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-size: 1920px 700px;
    background-position: center;
    position:relative;
}
#hello:before{
	position:absolute;
	content:" ";
	background-color:rgb(40 62 113 / 52%);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}

#hello h1 {
	font-size: 90px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #74cfae;
}

#hello h2 {
    margin-top: 0px;
    color: #fff;
    letter-spacing: 6px;
    font-weight: 600;
}

#hello img{
	max-width: 100%;
}

.cntTtl {
    width: 180px;
    margin: 20px auto 2px;
    text-align: center;
    background-image: url(../img/line_.png);
    background-repeat: repeat-x;
    background-position: left center;
}
.cntTtl h3 {
	max-width: 100%;
	width: 130px;
	letter-spacing: 4px;
	margin: 0px;
	padding: 0px 20px;
	background-color: #ffffff;
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	font-family: YuGothic,'游ゴシック','Yu Gothic',sans-serif;
}
.col-lg-4 span{
    font-size: 12px;
    color: #999999;
    font-weight: bold;
    padding-bottom: 16px;
    display: block;
}
.col-lg-4 p{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	font-family: YuGothic,'游ゴシック','Yu Gothic',sans-serif;
}

.siteContent .container {
    padding-top: 20px;
    margin-top: 20px;
    /*border-top: 1px solid #CCCCCC;*/
}
body.home .siteContent .container{
	margin-top:40px;
}
.siteContent.posts-content .container{
	border-top: none;
}
@media screen and (min-width:992px){
	.siteContent.posts-content .container{
		margin-top:60px;
	}
}
.siteContent.posts-content .container ol{
	padding:0px;
}
.siteContent.posts-content .container > div > div.mainSection > ol > li:nth-of-type(1){
	border-top: 1px solid #ccc;
}
.main_title{
	margin-bottom: 20px;
}
.posts-content .main_title{
	border-bottom:1px solid #999999;
	padding-bottom:20px;
	margin-bottom:40px;
}
.main_title .post_title{
	font-size: 26px;
	background-image: none;
    padding-left: 0px;
	margin-bottom: 0;
	margin-top:0px;
	color: #196AAB;
	transform: scale(1,1.2);
	line-height: 120%;
	font-weight: bold;
}
.main_title span{
    padding-left: 30px;
    font-size: 11px;
    color: #999999;
}
.mainSection ol{
	padding: 0 0 0 24px;
}
.mainSection #itemContainer{
	height:auto !important;
}
.mainSection #itemContainer>li{
    list-style: none;
    border-bottom: 1px solid #DDDDDD;
    padding: 15px 10px;
    font-size: 12px;
}
.mainSection #itemContainer>li:nth-of-type(5n) + li{
	border-top:1px solid #DDDDDD;
}
.mainSection #itemContainer + .holder{
	text-align: left;
}

.clearfix .title, .clearfix .category, .clearfix .date{
    margin-bottom: 0;
    float: left;
    line-height: 40px;
}
.posts-content .category{
	display: none;
}

.clearfix .date{
	padding-right: 20px;
}
.clearfix .date .entry-date{
	display: block;
	min-width: 85px;
	color: #3B4043;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .68px;
	line-height: 120%;
	padding-top: 5px;
}
.clearfix .category {
	width: 100px;
}
.clearfix .category a{
    padding: 5px 22px;
    border-radius: 30px;
	letter-spacing: 2px;
}
.clearfix .category a:hover{
	opacity: .8;
}
.clearfix .update a{
	background-color: #58656E;
	color: #fff;
}
.clearfix .research a{
	background-color: #499475;
	color: #fff;
    padding: 5px 29px;
}
.clearfix .symposium a{
	background-color: #C0542D;
	color: #fff;
	padding: 5px 8px;
}
.clearfix .info a{
	background-color: #487CA3;
	color: #fff;
}
.clearfix .title{
	color: #3B4043;
	font-size: 15px;
	font-weight: 500;
	line-height: 165%;
	letter-spacing: 0;
}
.clearfix .title a:hover{
	text-decoration: underline;
}
.widget img{
	margin-bottom: 20px;
}

.sub .siteContent .container{
	border-top: none;
	margin-top: 20px;
}



/* Green */
#green {
	background-color: #74cfae;
	padding-top: 50px;
	margin-bottom: 0px;
}

#green h3 {
	color: white;
	font-weight: 400;
	margin-bottom: 35px;
}

#green p {
	color: white;
	font-weight: 400;
	font-size: 20px;
}

/* Color */
.fc-white{
	color:white;
}
.tf-blue{
	color:#3333ff;
}


/* Skills */
#skills {
	background-color: #4e4e4e;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
}

#skills h3 {
	color: white;
}

#skills p {
	color: white;
	font-weight: 400;
}

/* Social Links */
#social {
	width: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
}

#social i {
	font-size: 50px;
	color: #74cfae;
}

#social .col-md-3:hover {
	background-color: #f5f5f5;
}

#social .col-md-3 {
	padding:30px;
}

/* Footer */
#f {
	padding-top: 0px;
		background-color:#283E67;
}

#f p {
	color:#fff;
	text-align: left;
	font-weight: 100;
	font-size: 11px;
	padding: 0 15px;
}

#f p.copy-r{
	margin:17px 0px 20px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
}

#f .access-exerpt-content{
	padding:50px 0px 0px;
	background-color: #283E67;
}
#f .access-exerpt-content p{
	text-align: left;
	margin:0px;
	padding:0px;
	line-height: 120%;
	font-size: 14px;
	font-weight: 500;
}
#f .access-exerpt-content .ae-title{
	color:white;
	line-height: 120%;
	margin-bottom:20px;
	font-weight:bold;
	font-size: 18px;
}
#f .access-exerpt-content > .container > .row.ae{
	padding:0px 15px;
	letter-spacing: 1px;
}

/*Grid*/
.grid .grid-img{
	min-height: 300px;
	max-height: 300px;
	width:100%;
	border-radius: 3px;
	transition: opacity 0.3s ease-in;
}
@media screen and (max-width:1299px) {
	.grid .grid-img{
		min-height: 250px;
	}
}
.grid .grid-img:hover{
	opacity: 0.8;
}
.grid .col-lg-4 p{
	text-align: center;
	letter-spacing: 1px;
	color: #444444;
	font-size: 15px;
	font-weight: 500;
	line-height: 150%;
}


/* Image Opacity */
.grid img {
    opacity: 1;
}
.grid img:hover {
    opacity: .8;
}
.infomation {
	padding: 0;
    border: 1px solid #DDDDDD;
}
.infomation p{
	font-size: 12px;
	font-weight: 600;
    line-height: 1.5;
	padding: 2px 10px 6px;
	margin-bottom: 0;
	color: #004679;
	font-family: YuGothic,'游ゴシック','Yu Gothic',sans-serif;
}
.infomation li{
	font-family: YuGothic,'游ゴシック','Yu Gothic',sans-serif;
    font-weight: 800;
    list-style: none;
    font-size: 12px;
    padding: 7px 0;
    background-position: left;
    padding-left: 36px;
    border-bottom: 1px solid #DDD;
    color: #004679;
}
.infomation li:nth-child(1) {
    background-image: url(../img/wighet_1.png);
    background-position: 8px 8px;
    background-repeat: no-repeat;
}
.infomation li:nth-child(2) {
    background-image: url(../img/wighet_2.png);
    background-position: 7px 3px;
    background-repeat: no-repeat;
}
.infomation li:nth-child(3) {
    background-image: url(../img/wighet_3.png);
    background-position: 10px 3px;
    background-repeat: no-repeat;
	border-bottom: none;
}

#new-entries{
	text-align: center;
}
.infomation{
	text-align: left;
}
.sub p{
	font-size: 14px;
}
.navbar p{
	font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.8;
}
.sub .main_title{
    clear: both;
    display: block;
    margin-bottom: 20px;
}
.sub .main_title .content_title{
    position: relative;
    font-size: 22px;
	letter-spacing: 2px;
    padding-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    border-bottom:2px solid #ccc;
}
.sub .main_title .content_title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #004679;
    bottom: -2px;
    width: 30%;
}
#hello h2{
	font-size: 33px;
	margin-top: 0;
}

/* navbar-collapse target img + a (EN and JP) */
.navbar-collapse > .navbar-nav > .sp-only img + a{
	display: inline-block;
}


@media screen and (max-width: 1200px) {
	.col-lg-4{
		width: 490px;
		margin: 0 auto;
	}	
}
@media screen and (max-width: 992px) {
	.navbar-collapse ul{
		display: table;
		width: 100%;
		text-align: center;
		padding-top: 10px;
		float: inherit !important;
	}
	.navbar-collapse li{
		display: table-cell;
		float: initial;
		text-align: center;
	}
	body {
		margin-top:131px;
	}
}
@media screen and (max-width:991px){
	.col-md-3{
    	margin: 30px auto 0;		
	}
}
@media screen and (max-width: 767px) {
	.navbar-collapse ul{
		display: block;
	    width: auto;
		float: inherit;
		padding-top: 0;
	}
	.navbar-collapse li{
		display: block;
		float: initial;
		text-align: center;
		width: 300px;
		margin: 0 auto;
	}
	.clearfix .title{
		clear: both;
		margin-top: 4px;
	}
	.clearfix .date{
		padding-right: 10px;
	}
	.clearfix .title, .clearfix .category, .clearfix .date{
		line-height: 20px;
	}
	.clearfix .category a{
		font-size: 11px;
	}
	.clearfix .symposium a {
    	padding: 3px 8px;
	}
	.clearfix .update a{
		padding: 3px 22px
	}
	.clearfix .research a{
		padding: 3px 29px;
	}
	.clearfix .info a{
		padding: 3px 22px;
	}
	.col-md-3{
		width: 100%;
		min-width:200px;
    	margin: 30px auto 0;		
	}
	.clearfix .title{
		margin-left:0;
	}
	.siteContent p{
		font-size: 13px;
		line-height: 1.9;
	}
	#hello{
		padding-top: 50px;
		padding-bottom: 45px;
	}
	#hello h2{
		margin-top: 30px;
	}
}
@media screen and (max-width: 510px) {
	.navbar p{
		display:none;
	}
	.navbar-brand{
		max-width:calc(100% - 60px);
	}
	.navbar .container{
		padding-top:6px;
	}
	.navbar-collapse{
		/*margin-top:15px;*/
	}
	.navbar-toggle{
		margin-top: 5px;
	}
	.col-lg-4{
		width: 100%;
	}
	.container > .navbar-header, .container > .navbar-collapse{
		/*margin-top: 15px;*/
	}
	#hello{
		padding-top: 30px;
		padding-bottom: 25px;
		font-size: 16px;
	}
	.overflow h2{
		font-size: 22px;
	}
}

/* add css */
.header-bar {
    background:#fff;
	padding: 3px 0 0px;
}

.header-bar ul {
    float: right;
    margin-top: 0px;
    margin-bottom:0px;
}

.header-bar ul li {
    float:left;
    list-style: none;
    padding:0px 10px;
}
.header-bar a ,.header-bar p{
    color:#000;
    font-size:11px;
	font-weight: normal;
	line-height: 120%;
    margin-bottom:0px
}
.header-bar>.container>*{
	display: inline-block;
	margin-top: 0px;
	padding:0px;
}
.navbar-default .navbar-nav {
	margin-top:20px;
}
.navbar-default .navbar-nav > li > a {
	color:#000;
	font-size: 15px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 1px;
	padding-right:10px;
	padding-left:10px;
}
.navbar-default .navbar-nav > li {
	display: inline-block;
}
.in .navbar-default .navbar-nav > li > a:hover{
	box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
    .navbar-nav > li > a {
        padding-right:20px;
        padding-left:20px;
	}
}

/* POSTS & ABOUT */
@media (min-width: 1200px){
	.posts-content .col-lg-8{
		width:69%;
		padding-left:100px;
	}
	.posts-content .col-md-3 {
		width: 30%;
		margin-right:1%;
		margin-left:0px;
		padding-right:15px;
	}
}
#about-container{
	margin-top: 80px;
	background: url(../img/pagebg.jpg) no-repeat #000000 center 26% / 1658px 1244px;
	min-height: 340px;
	height:auto;
}
#about-container > .about-row{
	margin:0px auto;
	background-color: rgb(5 131 179 / 52%);
	text-align: center;
	min-height: 340px;
	height:100%;
	padding:45px 20% 20px 20%
}
#about-container > .about-row > [class^="about-"] {
    max-width: 100%;
    min-width: 100px;
	margin: 0px auto;
	letter-spacing: 2px;
}
#about-container > .about-row > .about-title > h2{
	transform: scale(1, 1.1);
	font-size:36px;
}
#about-container > .about-row > .about-subtitle > h3{
	font-size: 22px;
	letter-spacing: 3px;
}
#about-container > .about-row > .about-text{
	margin-top: 50px;
	line-height: 200%;
}
@media screen and (min-width:1683px){
	#about-container > .about-row{
		width:1658px;
	}
}
@media screen and (max-width:560px){
	#about-container{
		height:auto;
	}
	#about-container > .about-row{
		padding:20px 10px 30px 10px
	}
	#about-container > .about-row > .about-text{
		margin-top: 30px;
	}
}

/* Float */
.f-left{
	float: left;
}
.f-right{
	float: right;
}
.f-clear{
	clear:both;
}
/* Width */
.w25{
	width:25%;
	padding-left:20px;
}
.w75{
	width:75%;
}
.w20{
	width:20%;
}
.w30{
	width:30%;
	padding-left:20px;
}
.w70{
	width:70%;
}
.w50{
	width:50%;
}
.w40{
	width:40%;
	padding-left:20px;
}
.w60{
	width:60%;
}

/* Float + Width */
@media screen and (max-width:560px){
	.f-left{
		float: none;
	}
	.f-right{
		float: none;
	}
	.f-left.w75,.f-left.w70,.f-left.w60,.f-right.w75,.f-right.w70,.f-right.w60{
		width:100%;
	}
	.f-left.w25,.f-left.w30,.f-left.w40,.f-right.w25,.f-right.w30,.f-right.w40{
		width:50%;
		padding-left:0px;
		margin:10px auto 10px auto;
		display: block;
	}
}

/* Facility list */
ul.facility-list,ul.facility-list li{
	list-style: none;
	margin-bottom:15px;
}
ul.facility-list li.p-width {
	padding-left: 0px;
	margin-left:-20px;
}
.ml20{
	margin-left:20px;
}
@media screen and (max-width:560px){
	ul.facility-list,ul.facility-list li{
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		padding:0px 15px;
	}
	ul.facility-list li.p-width {
		margin-left:0px;
		padding-left: 0px;
	}
}

/* istory-list*/
ul.history-list,ul.history-list>li{
 list-style: none;
}
ul.history-list{
	font-size: 0px;
	margin:20px 0px;
	padding:15px 0px 0px 0px;
	border-top:1px solid #ccc;
}
ul.history-list>li{
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	width:calc(100% - 100px);
	padding-bottom:15px;
	margin-bottom:15px;
}
ul.history-list>li.il-date{
	width:100px;
	margin:0px 0px 5px 0px;
	padding:0px;
}
ul.history-list>li:not([class]){
	position: relative;
}
ul.history-list>li:not([class])::after{
	position: absolute;
	content:" ";
	width:calc(100% + 100px);
	left:-100px;
	bottom:0px;
	border-bottom:1px solid #ccc;
}
@media screen and (max-width:560px){
	ul.history-list>li:not([class])::after{
		width:100%;
		left:0px;
	}
	body ul.history-list>li{
		width:100%;
	}
}

/* Member list */
.genre-container{
	border-bottom:1px solid #034458;
}
.intro-list,.intro-list>li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size:0px;
}
.intro-list + .genre-container{
	margin-top:40px;
}
.intro-list>li{
	display: inline-block;
	max-width:100%;
	width: 100%;
    padding: 0px 10px 0 40px;
	font-size:16px;
	text-align: center;
	margin-top:30px;
	text-align: left;
}
.photo-list>li {
    padding: 0px 10px 0 0px;

}
.intro-list>li>img{
	max-width:160px;
	padding:10px;
	height:65px;
	width:65px;
	border:1px solid#ccc;
	margin-bottom:10px;
}
.contlist li {
margin-bottom:10px;font-size:14px;
}
.photo-list>li>img{
	border: none!important;
    padding: 0px!important;
    border-radius: 50px!important;
    float: left!important;
    margin-right: 20px!important;
}

.intro-list>li>p{
	margin:0px auto;
	padding:3px;
}
.intro-list>li>p.il-name{
	position: relative;
	font-weight: bold;
}
.intro-list>li>p.il-name2{
	position: relative;
	font-weight: bold;
}
.intro-list>li>p.il-name::before{
	position: absolute;
	content: '';
	width: 20px;
	height: 5px;
	top: 12px;
    left: -30px;
	background-color: #196AAB;
}
.intro-list>li>p.il-genre{
	font-size:0.9em;
}
@media screen and (max-width: 767px){
	/* .intro-list>li{
		max-width: 100%;
		width: 100%;
	} */
	body {
		margin-top:70px;
	}
	.siteContent .container {
		padding-top: 20px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 460px) {
	.intro-list>li{
		max-width: 100%;
		min-width: 100%;
	}
	/* .intro-list>li>img,.intro-list>li>p{
		max-width: 30%;
		min-width: 140px;
	} */
}


/* result list */
ul.result-list,ul.result-list>li{
	padding:0px;
	margin:0px;
	list-style: none;
}
ul.result-list{
	padding-top:0px;
	margin-top:0px;
	margin-bottom:50px;
}
ul.result-list li.firstlist {
    padding: 0;
}
ul.result-list>li{
	border-bottom:1px solid #ccc;
	width:100%;
	padding:10px 5px 20px 5px;
	margin-bottom:20px;
}
ul.result-list>li.rl-title{
	border:none;
	padding:0px 5px;
	margin-bottom:0px;
	font-size: 1.1em;
	font-weight: bold;
}

/* LayerSlider */
.layer-text{
	position: absolute;
	left:5%;
	top:140px;
}
.bt *{
	transition:all 0s !important;
}
.layer-text .bt>a{
	padding:8px;
	background: #1E5576;
	border-radius:10px;
	color:white;
	text-align:center;
	display:block;
	font-size:13px;
	font-weight: 500;
	line-height: 150%;
	width:100%;
	transition:all 0s ease-in-out !important;
}
.layer-text .bt>a:hover{
	padding:8px;
	opacity: 1 !important;
	background-color:#ffffff !important;
	color:#1E5576!important;
	border-bottom:2px solid #333;
}
.layer-text h2 span{
	display: block;
}
.fs {
	font-size:20px;
	font-weight:bold;
}
@media screen and (min-width:1200px){
	.layer-text{
		left:calc(50% - 570px);
		top:160px;
	}	
}
@media screen and (max-width:575px){
	.layer-text h2 span{
		display: initial;
	}
	.layer-text div p br{
		display: none;
	}
}

/* sp-only */
@media screen and (min-width:768px){
	.sp-only{
		display: none !important;
	}
}
@media screen and (max-width:767px){
	.pc-only{
		max-height:0px !important;
		overflow: hidden !important;
	}
	.header-bar{
		padding: 2px 0;
	}
}

/*pagenation*/
.holder {
    margin:15px 0;
}
.holder a {
    font-size:12px;
    cursor:pointer;
    margin:0 5px;
    color:#333;
}
.holder a:hover {
    background-color:#222;
    color:#fff;
}
.holder a.jp-previous {
    margin-right:15px;
}
.holder a.jp-next {
    margin-left:15px;
}
.holder a.jp-current,a.jp-current:hover {
	color: #1E5576;
	line-height: 120%;
}
.holder a.jp-disabled,a.jp-disabled:hover {
    color:#bbb;
}
.holder a.jp-current,a.jp-current:hover,.holder a.jp-disabled,a.jp-disabled:hover {
    cursor:default;
	background:none;
	line-height: 120%;
}
.holder span {
    margin: 0 5px;
}

/* to top */
#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {
    background-color:#196AAB;
    color: #fff;
    text-align: center;
    text-decoration: none;
	padding: 10px 15px;
	border: 1px solid #ffffff;
	z-index: 999999999999999999999999;
}
#page_top a:hover {
    background-color: #1E5576;
    text-decoration: none;
}

/* 20201223追加 */
.top-header.top-link img {
	margin-right:7px;
	margin-bottom:2px;
}
.top-header.top-lang img {
	margin-right:7px;
	margin-bottom:2px;
}
.top-header.top-separater {
	color:#E7E7E7;
	margin-top:2px;
}

@media (min-width: 1300px) {
    .home .container,
	.page .container {
        width: 1300px;
    }
}
.page .mainSection .container {
	width:1100px;
	margin-bottom:80px;
}
@media (max-width: 1199px) {
	.page .mainSection .container {
		width:auto;
	}
}
.slide-catch {
	color:#FFFFFF; 
	letter-spacing: 2px; 
	line-height: 140%; 
	font-size: 36px; 
	font-weight: bold; 
	margin-top: 0; 
	margin-bottom:10px;
}
.slide-text {
	display:inline-block; 
	margin-bottom: 30px; 
	padding-top:20px; 
	color:#FFFFFF; 
	letter-spacing: 1px; 
	line-height: 210%; 
	font-weight: normal;
	font-size:15px;
}
.slide-button a{
	position: relative;
	display:block; 
	width:370px;
	padding:15px;
	border:2px solid #fff;
	border-radius:2px;
	color:#fff;
	font-weight: bold;
	font-size:16px;
	margin-top:40px;
}
.slide-button a::after{
	position: absolute;
	content:"";
	background-image: url(../img/arrow-right.png);
	background-size: contain;
	background-repeat: no-repeat;
	width:20px;
	height:20px;
	right:15px;
	top:calc(50% - 10px);
}
@media screen and (max-width:767px){
	.slide-catch {
		color:#FFFFFF; 
		letter-spacing: 2px; 
		line-height: 140%; 
		font-size: 24px; 
		font-weight: bold; 
		margin-top: 0; 
		margin-bottom:10px;
		padding-right:20px;
	}
	.slide-text {
		font-size: 14px; 
		padding-right:20px;
	}
	.slide-text br{
		display: none;
	}
	.slide-button a{
		width:100%;
		max-width:300px;
	}
}

.home .row .lead-box {
	margin-top:110px;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.home .row .lead-box .left-box {
	width:40%;
}
.home .row .lead-box .right-box {
	width:60%;
	padding-top:10px;
}
.home .row .lead-box .lead-heading {
	font-size:38px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 1px;
	color:#111;
	margin-bottom:10px;
}
.home .row .lead-box .lead-heading::before {
	position: absolute;
	display: block;
	content:"";
	width:8px;
	height:8px;
	top:-30px;
	left:15px;
	background-color: #0055F3;
}
.home .row .lead-box .lead-heading::after {
	position: absolute;
	display: block;
	content:"";
	width:8px;
	height:8px;
	top:-30px;
	left:28px;
	background-color: #00C19E;
}
.home .row .lead-box .lead-sub-heading {
	font-size:15px;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0px;
	color:#111;
	margin-bottom:30px;
}

.home .row .lead-box .left-box a{
	display: block;
	width:220px;
	border-radius: 2px;
	color:#fff;
	font-weight: bold;
	background-color:#1F57C1;
	border:1px solid #1F57C1;
	padding:15px;
	text-align: center;
}
.home .row .lead-box .left-box a:hover {
	opacity: 1;
	color:#1F57C1;
	background-color:#fff;
}
.home .row .lead-box .lead-keyword-title {
	color:#011791;
	font-size:24px;
	font-weight: bold;
	padding-bottom:15px;
	border-bottom:7px solid #EEEEEE;
}
.home .row .lead-box .lead-keyword {
	color:#3B4043;
	font-size:17px;
	letter-spacing: 1px;
	line-height: 1.9;
	font-weight: bold;
}
@media screen and (max-width:1199px) {
	.home .row .lead-box .lead-heading {
		font-size:26px;
	}
}
@media screen and (max-width:767px) {
	.home .row .lead-box .left-box,
	.home .row .lead-box .right-box {
		width:100%;
	}
	.home .row .lead-box .right-box {
		margin-top:50px;
	}
}

.home .row.mt.grid .col-lg-3 p {
	color:#111;
	font-size:17px;
	letter-spacing: 0.5px;
	line-height: 1.4;
	font-weight: bold;
	margin:0px;
}
.home .row.mt.grid .col-lg-3 .grid-text {
	padding:20px 8px;
	border-bottom:1px solid #D8D8D8;
}
@media screen and (max-width:1199px) {
	.home .row.mt.grid .col-lg-3 a {
		width:48%;
		margin:10px 1%;
		float:left;
	}
}
@media screen and (max-width:767px) {
	.home .row.mt.grid .col-lg-3 a {
		display: block;
		width:100%;
		margin:30px 0px;
		float:none;
	}
	.grid .grid-img {
		min-height: 300px;
	}
}
.home .row.join .col-md-6 {
	width:50%;
	margin-top:100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 490px;
	max-height: 490px;
	overflow: hidden;
	padding:120px 45px;
	color:#fff;
}
@media screen and (max-width:991px){
	.home .row.join .col-md-6 {
		width:100%;
		margin:0px auto;
		min-height: 100%;
		max-height: 100%;
		padding:60px 20px;
	}
	.home .row.join .col-md-6:first-child {
		margin-top:100px;
	}
}
.home .row.join .col-md-6:first-child{
	background-image: url(../img/join-researcher.png);
}
.home .row.join .col-md-6:last-child{
	background-image: url(../img/join-guraduate.png);
}
.home .row.join .col-md-6 .join-title {
	text-align: center;
	font-size:26px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom:10px;
}
.home .row.join .col-md-6 .join-lead {
	text-align: left;
	font-size:15px;
	font-weight: normal;
	padding-top:20px;
	border-top:1px solid #A6A4B2;
}
.home .row.join .col-md-6 .join-lead a {
	color:#fff;
	text-decoration: underline;
}
.home .section.siteContent.posts-content .container .row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

#news-box {
	position: relative;
	background-color: #1F57C1;
	padding:45px 40px;
	color:#fff;
}
#news-box::before {
	position: absolute;
	display: block;
	content:"";
	width:6px;
	height:74px;
	background-color: #00C19E;
	top:45px;
	left:0px;
}
#news-box .news-title {
	font-size:34px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom:15px;
	line-height: 1;
}
#news-box .news-lead {
	font-size:15px;
	font-weight: normal;
	margin-bottom: 0px;
}
@media screen and (max-width:1199px){
	#news-box .news-title {
		font-size:23px;
		font-weight: bold;
	}
}
@media screen and (max-width:991px){
	#news-box {
		text-align: center;
		padding:36px 10px 30px;
		color:#fff;
	}
	#news-box::before {
		width:74px;
		height:6px;
		top:0px;
		left:calc(50% - 37px);
	}
	#news-box .news-title {
		font-size:26px;
	}
	.posts-content .col-lg-8{
		width:94%;
		padding:0px 3%;
	}
	.posts-content .col-md-3 {
		width: 100%;
		margin-right:0%;
		padding-right:0px;
	}
}
#itemContainer li {
	display: flex;
	flex-wrap: wrap;
}
#itemContainer li .date {
	width:100px;
	padding:0px;
}
#itemContainer li .title {
	width:calc(100% - 100px);
}
@media screen and (max-width:767px) {
	#itemContainer li .date,
	#itemContainer li .title {
		width:100%;
	}
}
.holder a {
	padding: 2px 4px;
	border:1px solid #1F57C1;
	border-radius: 2px;
	color:#1F57C1 !important;
	font-weight: 500 !important;
	margin:0px 2px !important;
}
.holder a:hover,
.holder a.jp-current, a.jp-current:hover {
	color:#fff !important;
	background-color: #1F57C1 !important;
	opacity: 1;
}
.holder a.jp-previous {
	margin-right:2px !important;
	padding: 2px 1px;
}
.holder a.jp-next {
	margin-left:2px !important;
	padding: 2px 1px;
}
.holder a.jp-previous:hover,
.holder a.jp-next:hover{
	padding: 2px 1px;
}

#banner-area {
	width:100%;
	margin-top:100px;
	padding:0px 20px;
	border-top:1px solid #D8D8D8;
	text-align: center;
}
#banner-area div {
	margin:0px auto;
}
#banner-area div a {
	margin:30px 40px;
	display: inline-block;
}
@media screen and (max-width:767px) {
	#banner-area div a {
		margin:15px 40px;
	}
}
#f .access-exerpt-content .container {
	display: flex;
	flex-wrap: wrap;
}
#f .access-exerpt-content .container div:first-child {
	width: 450px;
}
#f .access-exerpt-content .container div:last-child {
	width: calc(100% - 450px);
}
@media screen and (max-width:991px) {
	#f .access-exerpt-content .container div {
		width: 100% !important;
	}
}
#f .access-exerpt-content .container .footer-nav {
	margin:20px 0px 0px;
	padding:0px;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom:30px;
}
#f .access-exerpt-content .container .footer-nav li {
	position: relative;
	margin-right:30px;
	padding-left:1em;
}
#f .access-exerpt-content .container .footer-nav li:before {
	position: absolute;
	display: block;
	content:"";
	background-image: url(../img/arrow-right-c.png);
	width:20px;
	height: 20px;
	top:0px;
	left:0px;
}
#f .access-exerpt-content .container .footer-nav li a {
	font-size:14px;
	font-weight: bold;
	color:#FFFFFF;
}
#f .access-exerpt-content .container #contact-title {
	font-size:20px;
	font-weight:bold;
	letter-spacing: 0.5px;
	display:inline-block;
	margin-top:15px;
	margin-right:30px;
	float:left;
}
#f .access-exerpt-content .container #contact-text {
	font-size:13px;
	line-height: 1.4;
}
@media screen and (max-width:991px) {
	#f .access-exerpt-content .container .footer-nav {
		margin:40px 0px 20px;
	}
	#f .access-exerpt-content .container #contact-title {
		margin-bottom:5px;
		float:none;
	}
}

/*===============================================================
common page
===============================================================*/
.mainSection .container h2 {
    font-size: 27px;
    letter-spacing: 3px;
    padding: 15px;
    color: #fff;
    line-height: 1.4;
    margin-top: 60px;
    margin-bottom: 1.5em;
    position: relative;
    background: #283E67;
    font-weight: Bold;
    border-radius: 3px;
}
.mainSection .container  h2:first-child {
    margin-top:0px;
}
.mainSection .container h2:target,
.mainSection .container h3:target,
.mainSection .container h4:target,
.mainSection .container h5:target,
.mainSection .container h6:target {
  scroll-margin-top: 130px;
}
.mainSection .container h3 {
    font-size: 24px;
    letter-spacing: 2.5px;
    padding-left:18px;
    color:#000;
    line-height: 1.4;
    margin-bottom: 1em;
    position: relative;
    font-weight: 500;
}
.mainSection .container h3::before {
    border-left: 2px solid #0b99aa;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.mainSection .container h4 {
    font-size: 21px;
    letter-spacing: 2px;
    padding-left:18px;
    color:#000;
    line-height: 1.4;
    margin-bottom: 1em;
    position: relative;
    font-weight: 500;
}
.mainSection .container h4::before {
    background: #0b99aa;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 5px;
}
.mainSection .container h5 {
    font-size: 19px;
    letter-spacing: 1px;
    color:#1e2229;
    line-height: 1.4;
    margin-bottom: 0.3em;
    font-weight: bold;
}
.mainSection .container   {
    margin-bottom:30px;
    letter-spacing: 0.5px;
	font-weight: 500;
}
.mainSection .container ul {
    list-style: none;
    margin-left: 5px;

}
.mainSection .container ul,
.mainSection .container ol {
    margin-bottom:30px;
}
.mainSection .container li,
.mainSection .container li {
    padding:0px;
    margin-bottom:10px;
	font-weight:500;
}
.mainSection .container ul,
.mainSection .container ol {
    margin-bottom:10px;
}

.mainSection .container ul > li {
    position: relative;
}
.mainSection .container ul > li:before {
    position: absolute;
    content: "";
    left: -10px;
    top: 10px;
    width:4px;
    height:2px;
    background-color: #0b99aa;
}
.mainSection .container ul ul > li:before {
    content: "\e15b";
    font-size: 12px;
}
.mainSection .container  th {
    background-color: #283E67;
    color:#fff;
    font-weight: normal;
    letter-spacing: 0px;
}
.mainSection .container  td,
.mainSection .container  th {
    padding: 15px;
    border: 1px solid #bbb;
    font-size: 15px;
	font-weight:bold;
}
.mainSection .container  tr {
    background-color: transparent;
}
.mainSection .container  table {
    background-color: white;
}
.mainSection .container thead {
    border:0px;
}
.mainSection .container .top-scrollbar {
    overflow-x: auto;
}
.mainSection .container .top-scrollbar__inner {
    min-height: 5px;
}
.mainSection .container .top-scrollbar__inner {
    width: 100%;
    min-width: 650px;
}
.mainSection .container figure {
	margin:30px 0px;
}
.mainSection .container figure figcaption {
	color:#555;
	font-size:14px;
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
}

/* コンテンツ冒頭リンク */
.mainSection #myNavbar {
	display: block !important;
}
.mainSection .navbar-nav > li:last-child {
	border-right:1px solid #ddd;
}
.mainSection .navbar-nav > li {
	border-left:1px solid #ddd;
	margin-bottom:10px;
}
.mainSection .navbar-nav > li::before {
	display: none;
}
.mainSection .navbar-nav > li a {
	padding:0px 20px;
	font-weight: bold;
	font-size:18px;

}
.mainSection .navbar-nav > li a:hover {
	background-color: transparent;
	border:0px;
}
@media screen and (max-width:991px) {
	.mainSection .navbar-nav {
		display: flex;
		flex-wrap: wrap;
	}
	.mainSection .navbar-nav li {
		min-width:150px;
	}
	.mainSection .navbar-nav > li:nth-child(4) {
		border-right:1px solid #ddd;
	}
}
@media screen and (max-width:767px) {
	.mainSection .navbar-nav > li:last-child,
	.mainSection .navbar-nav > li:nth-child(4) {
		border-right:0px;
	}
	.mainSection .navbar-nav > li{
		width:85%;
		text-align: left;
	}
}
.mainSection .container .italic-text {
	font-style: italic;
}
/*===============================================================
下層ページ個別調整
===============================================================*/
.mainSection .container .flex-box {
	display:flex;
	flex-wrap: wrap;
}
.mainSection .container .flex-box.pi div:first-child {
	text-align: center;
}
.mainSection .container .flex-box.pi div .members-name {
	font-size:20px;
	font-weight: bold;
	color:#111;
	margin: 15px 0px 0px auto;
	line-height: 1.4;
}
.mainSection .container .flex-box.pi div .members-mail {
	font-size:13px;
	margin: 10px auto 0px;
	letter-spacing: 0px;
}
.mainSection .container .flex-box.members div {
	width: 25%;
	text-align: center;
}
@media screen and (max-width:991px) {
	.mainSection .container .flex-box.pi div:first-child {
		width: 100%;
	}
	.mainSection .container .flex-box.members div {
		width: 33.3%;
	}
}
@media screen and (max-width:767px) {
	.mainSection .container .flex-box.members div {
		width: 50%;
	}
}
@media screen and (max-width:600px) {
	.mainSection .container .flex-box.members div {
		width: 100%;
	}
}
.mainSection .container .flex-box.members div .members-post {
	font-size:13px;
	margin: 15px auto 10px;
	line-height: 1.3;
}
.mainSection .container .flex-box.members div .members-name {
	font-size:20px;
	font-weight: bold;
	color:#111;
	margin: 0px auto;
	line-height: 1.4;
}
.mainSection .container .flex-box.members div .members-mail {
	font-size:13px;
	margin: 10px auto 0px;
	letter-spacing: 0px;
}
.mainSection .container .flex-box.members div .members-memo a {
	display: block;
	margin:0px;
	font-size:13px;
	line-height: 1.4;
	letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
	.mainSection .container table.members {
		width: 100%;
		border-collapse: collapse;
		min-width: 800px;
	}
	.table-scroll {
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
	}
}

/* アルバム */
.mainSection.album .container figure {
	float:left;
	margin-right:30px;
}
.mainSection.album .container figure img {
	max-height: 210px;
	width: auto !important;
}
.mainSection.album .container h2,
.mainSection.album .container h3,
.mainSection.album .container h4,
.mainSection.album .container p {
	clear:both;
}

/* 通番 */
.flow {
  counter-reset: step;
}
.flow .item {
	text-indent:-2em;
	padding-left:2em;
}
.item::before {
  counter-increment: step;
  content: counter(step) ". ";
}
/*===============================================================
English 
===============================================================*/
body.enPage {
	letter-spacing: 0px !important;
}
#hello h2,
.mainSection .container h2,
.mainSection .container h3,
.mainSection .container h4,
.mainSection .container h5,
.mainSection .container h6 {
	letter-spacing: 0px !important;
}
.home.enPage .row.mt.grid .col-lg-3 p {
	font-size:15px;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top:3px;
}
.home.enPage .row.mt.grid .col-lg-3 .grid-text {
	min-height: 115px;
}
@media screen and (max-width:767px) {
	.home.enPage .row.mt.grid .col-lg-3 .grid-text {
		min-height: 10px;
	}
}
.enPage #f .access-exerpt-content .container #contact-title {
	margin-top:22px;
	margin-bottom:22px;
}
@media screen and (max-width:991px) {
	.enPage #f .access-exerpt-content .container #contact-title {
		margin-bottom:5px;
	}
}
.enPage .navbar-default .navbar-nav > li > a {
	letter-spacing: 0px;
}
@media screen and (max-width:1199px) {
	.navbar-default .navbar-nav > li > a {
		font-size:13px;
	}
}
@media screen and (max-width:767px) {
	.navbar-default .navbar-nav > li > a {
		font-size:15px;
	}
}
.enPage .slide-title,
.enPage .slide-text {
	letter-spacing: 0px;
}
.enPage .mainSection .container .flex-box.members div .members-name {
	letter-spacing: 0px;
}