/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://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:#444444;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 140px;
}


/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: YuGothic,'游ゴシック','Yu Gothic',sans-serif;
    font-weight: 300;
    color: #333;
	clear: both;
}
h3.exlrg{
	font-size:20px;
	font-weight:bold;
	margin-bottom:25px;
	color: #006E51;
	transform: scale(1,1.1);
	line-height: 120%;
}
html {
  scroll-padding-top: 125px;
}

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

.centered {
    text-align: center;
}

.mt {
	margin-top: 80px;
}

/* Links */
a {
    color: #003869;
    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: 22px;
	background-color: #ffffff;
	z-index: 999999999999;
}
.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 {
    background-color: #FFFFFF;
	position: relative !important;
}
.navbar-default .navbar-nav > .active > a::before, .navbar-default .navbar-nav > .active > a::before {
	position: absolute;
	content:"";
	background-color: #60C9AE;
	width:50px;
	height:4px;
    bottom: -10px;
    left: calc(50% - 25px);
    border-radius: 10px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	border:0px;
}
.navbar-brand {
	font-size: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:0px;
}
@media screen and (max-width:767px){
	.navbar-brand {
		padding-left:15px;
	}
}
.navbar-brand img {
    vertical-align: middle;
	max-width: 290px;
	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: 50px;
	padding-bottom: 37px;
	background-image: url(../img/pagebg.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
    position:relative;
}
#hello:before{
	position:absolute;
	content:" ";
	background-color:rgb(5 147 179 / 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;
}
.container {
	padding-left:0px;
	padding-right:0px;
}
@media screen and (max-width:991px){
	.container {
		padding-left:15px;
		padding-right:15px;
	}
}
.siteContent .container {
    padding-top: 20px;
    margin-top: 20px;
    /*border-top: 1px solid #CCCCCC;*/
}
body.home .siteContent .container{
	padding-bottom: 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: #006E51;
	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{
	margin-bottom:30px;
	text-align: center;
}

.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: #444444;
	font-size: 12px;
	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{
	margin-left: 15px;
	color: #1E5376;
	font-size: 14px;
	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;
	margin-top: 0px;
	background-color:#006E51;
}

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

#f p.copy-r{
	margin:0px 0px 10px 0px;
	font-size: 13px;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	padding:0px;
}

#f .access-exerpt-content{
	padding:10px 0px 0px;
	background-color: #006E51;
}
#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:20px 0px;
	letter-spacing: 1px;
}

/*Grid*/
.grid .grid-img{
	min-height: 300px;
	max-height: 300px;
	width:100%;
	background-size: cover !important;
    width: 100%;
    border-radius: 4px;
	transition: opacity 0.3s ease-in;
	background-repeat: no-repeat;
	background-position: center;
}

.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{
		max-width: 490px;
		margin: 20px 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:198px;
	}
}
@media screen and (max-width:991px){
	.col-md-3{
    	margin: 30px auto 0;		
	}
	#hello{
		padding-top: 100px;
		padding-bottom: 20px;
	}
}
@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;
	}
	.mainSection ol li {
		list-style: none;
		border-bottom: 1px solid #ccc;
		padding: 12px 0;
		font-size: 12px;
	}
	.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;
	}
	.mainSection ol{
		padding: 0;
	}

	#hello{
		padding-top: 70px;
		padding-bottom: 20px;
	}
	#hello h2{
		margin-top: 30px;
	}
}
@media screen and (max-width: 510px) {
	.navbar p{
		display:none;
	}
	.navbar-brand{
		max-width:calc(100% - 60px);
	}

	.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: 70px;
		padding-bottom: 20px;
		font-size: 16px;
	}
	.overflow h2{
		font-size: 22px;
	}
}

/* add css */
.header-bar {
    background:#006E51;
	margin-bottom: 20px;
	padding: 3px 0;
	color: #fff;
    font-weight: 500;
}

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

.header-bar ul li {
    float:left;
    list-style: none;
    padding:0px 10px;
}
.header-bar a{
    color:#fff;
    font-size:13px;
	line-height: 120%;
    margin-bottom:0px
}
.header-bar a.lang-link{
    color:#78B2A3;
}
.header-bar a:hover{
    color:#fff;
	opacity: 1;
    font-size:13px;
	line-height: 120%;
    margin-bottom:0px
}
.header-bar>.container>*{
	display: inline-block;
	margin-top: 0px;
	padding:0px;
}

.navbar-default .navbar-nav > li > a {
	color:#525252;
	font-size: 15px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 1px;
}
.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: 768px) {
    .navbar-nav > li > a {
        padding-right:10px;
        padding-left:10px;
	}
}

/* POSTS & ABOUT */
@media (min-width: 1200px){
	.posts-content .col-lg-8{
		width:75%;
	}
	.posts-content .col-md-3 {
		width: 24%;
		margin-left:1%;
		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%;
}
.w30{
	width:30%;
	padding-left:20px;
}
.w70{
	width:70%;
}
.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: #006E51;
}
.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:138px;
	}
	.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-slider {
	height: 1286px !important;
}
.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;
	}
	.sp-only{
		display: block !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:#006E51;
    color: #fff;
    text-align: center;
    text-decoration: none;
	padding: 10px 15px;
	border: 1px solid #ffffff;
	border-radius: 4px;
	z-index: 999999999999999999999999;
}
#page_top a:hover {
    background-color: #1E5576;
    text-decoration: none;
}

/* 20201202追加 */
.to-link {
    padding-top:140px;
    margin-top:-140px;
}
body.results p span.content-red{
	color: #ff0000;
}
body.results .mainSection h2{
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #006E51;
    transform: scale(1,1.1);
    line-height: 120%;
}
body.results .mainSection h3{
	margin-bottom: 25px;
	font-size: 1.1em;
    font-weight: bold;
}
body.results .mainSection h4{
	color: #006E51;
	font-weight: 500;
}
body.members .members-orgbtn{
	margin-top: 30px;
	width: 100%;
}
body.members .members-orgbtn a{
    display: inline-block;
	padding: 10px;
    width: 160px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    letter-spacing: 2px;
    background-color: #006E51;
	border-radius: 10px;
}

.nav.navbar-nav.navbar-right {
	margin-top:15px;
}

@media screen and (min-width: 768px) {
	.navbar > .container .navbar-brand {
		margin:0px auto;
	}
}

.navbar-toggle {
	margin-top:20px;
}
#layerslider-container {
	overflow: hidden;
}
.slide-text .container .green-bg {
	position: relative;
}
.slide-text .container .green-bg::before {
	position: absolute;
	content:"";
	background-image: url(../img/slide/slide-text.png);
	background-repeat:no-repeat;
	left:0px;
	bottom: 0px;
    left: 0px;
	width: 610px;
    height: 211px;
	z-index:99999999;
	background-size: cover;
}
.slide-text {
	background-color: #6dbec2;
}
.slide-text .container .green-bg {
	height: 0px;
}
@media screen and (max-width:1280px){
	.slide-text .container .green-bg::before {
		width: 505px;
		height: 175px;
	}
}
@media screen and (max-width:1199px){
	.slide-text .container .green-bg::before {
		width: 400px;
		height: 138px;
	}
}
@media screen and (max-width:767px){
	.slide-text .container .green-bg::before {
		display: none;
	}
	.slide-text .container .green-bg {
		height: auto;
		margin:0px auto;
		text-align: center;
	}
}

.movie_blk {
    width: 100%;
    height: 821px;
    position: relative;
	background-image: url(../img/video/back-s.png);
}
.movie_blk video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width:768px){
	.movie_blk video {
		display: block !important;
	}
	.movie_blk video.sp-only {
		display:none !important;
	}
}
@media screen and (max-width:767px){
	.movie_blk video.sp-only {
		position: inherit;
	}
}
.movie_blk div {
    font-size: 16px;
    padding: 40px 90px 0px;
	font-weight: bold;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
	width:1170px;
	height: auto;
	backdrop-filter: blur(12px);
}
.movie_blk div .video-title{
	font-size: 32px;
    color: #3D3D3D;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 50px;
	position:relative;
}
.movie_blk div .video-title::after{
	content:"";
	background-color: #60C9AE;
	width:50px;
	height:4px;
	bottom:-20px;
	left:calc(50% - 25px);
	display: block;
    position: relative;
}
@media screen and (max-width:767px){
	.movie_blk div .video-title{
		font-size: 20px;
	}
}
.movie_blk div p {
	letter-spacing: 0.7px;
}
.movie_blk div .video-link {
    background-color: #006E51;
    display: block;
    text-align: center;
    width: 186px;
    margin: 41px auto 0px;
    padding: 15px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    font-weight: normal;
}
@media screen and (max-width:1170px){
	.movie_blk div {
		border-radius: 0px;
		padding: 40px 30px 0px;
		width:100%;
		height: auto;
	}
}
@media screen and (max-width:767px){
	.movie_blk {
		height: auto;
	}
	.movie_blk div {
		position: static;
		left:0px;
		top:0px;
		transform: none;
	}
}
.grid-img-link {
	margin-top:-60px;
	display: block;
}
.grid-img-link:hover {
	opacity: 1 !important;
}
.grid-img-link img{
	transition: 0.5s;
}
.grid-img-link img:hover {
	opacity: 0.9 !important;
	transition: 0.5s;
}

.col-lg-4 {
	padding-left:7px;
	padding-right:7px;
}

.bg-img {
	background-image: url(../img/back.png);
	background-position: 0% 100%;
}

.info-title {
	font-size:24px;
	font-weight: bold;
	color:#3B4043;
	padding-left:1.2em;
	position: relative;
}
.info-title::before {
	position: absolute;
	content:"";
	width:20px;
	height:20px;
	background-color: #60C9AE;
	border-radius: 20px;
	top:8px;
	left:0px;
}
.info-title{
	display: flex;
	align-items: center;
}
.info-title:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
	margin-left: 1em;
	background: #ACE2D5;

}
.info-block {
	margin-top:30px;
	display: flex;
	flex-wrap: wrap;
}
.info-block > div {
	width:46%;
	margin-right:4%;
}
@media screen and (max-width:991px){
	.info-block > div {
		width:100%;
		margin-right:0%;
	}
	.info-block > div:first-child{
		margin-bottom:60px;
	}
	.info-title {
		font-size:20px !important;
	}
}
.info-box{
	width:100%;
	height:500px;
	border-radius: 4px;
	background-color: rgb(255 255 255 / 50%);
	border:1px solid #ACE2D5;
	overflow-y: scroll;
	padding:30px;
}
@media screen and (max-width:991px){
	.info-box{
		height:auto;
		max-height: 500px;
	}
}
.info-box p {
	color:#3B4043;
	font-size:15px;
	font-weight: bold;
}
.info-box p span {
	color:#60C9AE;
	font-size:15px;
	font-weight: bold;
	display: block;
}
.link-arrow {
	position: relative;
}
.link-arrow::after {
	position: absolute;
	content:url(../img/arrow.png);
	width:15px;
	height: 15px;
	right:15px;
	top:calc(50% - 8px);
}
#f .ae.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: 0px;
    margin-left: 0px;
}
#f .ae.row .f-menu {
	margin-left:60px;
}
#f .ae.row .f-menu p{
	font-weight: bold;
	font-size:20px;
}
#f .ae.row .f-menu ul {
	padding-top:10px;
	padding-inline-start:0px;
	padding-bottom:10px;
	float:left;
}
#f .ae.row .f-menu ul li {
	list-style: none;
	position: relative;
	float:left;
	padding-left:1em;
	padding-right:3em;
}
#f .ae.row .f-menu ul li:before{
	position: absolute;
	content:url(../img/arrow.png);
	width:15px;
	height: 15px;
	left:0px;
	top:calc(50% - 8px);
}
#f .ae.row .f-menu ul li a {
	color:#fff;
	font-size:15px;
	font-weight: bold;
}
#f .ae.row .f-menu .f-lang {
	background-color: #005E45;
    display: block;
    text-align: center;
    width: 178px;
    margin: 0px;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    font-weight: normal;
	letter-spacing: 0px;
	float:left;
}
.bg-img .container .row,
#f .container .row {
	margin-right: 0px;
    margin-left: 0px;
}
.bg-img .container .row.grid .col-lg-4:first-child{
	padding-left:0px;
}
.bg-img .container .row.grid .col-lg-4:first-child{
	padding-right:0px;
}
@media screen and (max-width:1199px){
	#f .container{
		padding-left:15px;
		padding-right:15px;
	}
	#f .ae.row .f-menu {
		margin-left:0px;
		margin-top:40px;
		width: 100%;
	}
	#f .ae.row .f-menu .f-lang {
		margin-top:0px;
		margin-bottom:0px;
	}
}
@media screen and (max-width:600px){
	.bg-img .container .row.grid .col-lg-4{
		padding-left:15px;
		padding-right:15px;
	}
	#f .ae.row .f-menu ul {
		float:none;
	}
	#f .ae.row .f-menu ul li {
		float:none;
		padding-right:0em;
	}
	#f .ae.row .f-menu .f-lang {
		margin-top:0px;
		margin-bottom:0px;
		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: #006e51;
    font-weight: Bold;
    border-radius: 3px;
}
.mainSection .container  h2:first-child {
    margin-top:0px;
}

.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 #006e51;
    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: #006e51;
    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: bold;
}
.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:bold;
}
.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: 12px;
    width:4px;
    height:2px;
    background-color: #006e51;
}
.mainSection .container ul ul > li:before {
    content: "\e15b";
    font-size: 12px;
}
.mainSection .container  th {
    background-color: #006e51;
    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;
}

/* members */
.img-thumbnail {
	border:0px;
	padding:0px;
}
.mainSection.members .container > .row-eq-height {
	display: flex;
	flex-wrap: wrap;
}
.mainSection.members .container > .row-eq-height > .col-sm-4 {
	border: 1px solid #ddd;
    padding: 20px 5px;
    width: 32%;
    margin-right: 1.33333333%;
    border-radius: 4px;
	margin-bottom: 1.33333333%;
}
.mainSection.members .container > .row-eq-height > .col-sm-6 {
	border-top:1px solid #ddd;
	padding: 10px 0px;
	width:48%;
	margin-right:2%;
}
@media screen and (max-width:1199px){
	.mainSection.members .container > .row-eq-height > .col-sm-6 > .row-eq-height .col-sm-2 {
		padding: 0px 5px;
	}
}
@media screen and (max-width:991px){
	.mainSection.members .container > .row-eq-height > .col-sm-6 > .row-eq-height .col-sm-2 {
		padding: 0px;
	}
}
@media screen and (max-width:767px){
	.mainSection.members .container > .row-eq-height > .col-sm-6 {
		width:100%;
		max-width:400px;
		margin-right:0%;
		margin-bottom:15px;
	}
	.mainSection.members .container > .row-eq-height > .col-sm-6 > .row-eq-height .col-sm-2 {
		padding: 0px 15px;
	}
	.mainSection.members .container > .row-eq-height > .col-sm-6 > .row-eq-height .col-sm-2 .img-thumbnail {
		width:100%;
	}
}
.mainSection.members .container > .row-eq-height > .col-sm-4 h4 {
	font-size:24px;
	font-weight: bold;
	padding:0px;
	margin:0px;
	letter-spacing: 0px;
}
.mainSection.members .container > .row-eq-height > .col-sm-6 h4 {
	font-size:18px;
	font-weight: bold;
	padding:0px;
	margin:0px;
	letter-spacing: 0px;
}
.mainSection.members .container > .row-eq-height > .col-sm-4 h4::before,
.mainSection.members .container > .row-eq-height > .col-sm-6 h4::before {
	display: none;
}
.mainSection.members .container > .row-eq-height > .col-sm-4 p,
.mainSection.members .container > .row-eq-height > .col-sm-6 p{
	font-size:13px;
	margin-bottom: 0px;
}

#oldAlumni > .row-eq-height {
	display: flex;
	flex-wrap: wrap;
}
#oldAlumni > .row-eq-height > .col-sm-6 {
	width: 50%;
    margin-bottom: 15px;
}
@media screen and (max-width:1199px){
	#oldAlumni .col-sm-6 > .row-eq-height .col-sm-2 {
		padding: 0px 5px;
	}
}
@media screen and (max-width:991px){
	#oldAlumni .col-sm-6 > .row-eq-height .col-sm-2 {
		padding: 0px;
	}
}
@media screen and (max-width:767px){
	#oldAlumni > .row-eq-height > .col-sm-6 {
		width:100%;
		max-width:400px;
		margin-right:0%;
		padding:0px;
		margin-bottom:30px;
	}
	#oldAlumni .col-sm-6 > .row-eq-height .col-sm-2 {
		padding: 0px 15px;
	}
	#oldAlumni .col-sm-6 > .row-eq-height .col-sm-2 .img-thumbnail {
		width:100%;
	}
}
.mainSection.members .container > #oldAlumni h3{
	padding-left:0px;
	margin:30px 0px 30px;
	padding-top:30px;
}
.mainSection.members .container > #oldAlumni h4,
.mainSection.members .container > #oldAlumni p {
	padding-left:0px;
	margin:0px;
}
.mainSection.members .container > #oldAlumni h4 {
	font-size: 18px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    letter-spacing: 0px;
}
.mainSection.members .container > #oldAlumni p {
	font-size:13px;
}
.mainSection.members .container > #oldAlumni h3::before,
.mainSection.members .container > #oldAlumni h4::before {
	display: none;
}
body.home .siteContent #alumni.container {
	padding-bottom:0px;
}
@media screen and (max-width:1199px){
	.mainSection.members .container > .row-eq-height > .col-sm-4 {
		min-height: 145px;
	}
	.mainSection.members .container > .row-eq-height > .col-sm-4 h4 {
		font-size:20px;
		font-weight: bold;
	}
}
@media screen and (max-width:991px){
	.mainSection.members .container > .row-eq-height > .col-sm-4 {
		min-height: 152px;
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.mainSection.members .container > .row-eq-height > .col-sm-4 h4 {
		font-size:20px;
		font-weight: bold;
	}
}
@media screen and (max-width:767px){
	.mainSection.members .container > .row-eq-height > .col-sm-4 {
		width: 100%;
		max-width:400px;
		margin-right: 0%;
		margin-bottom: 2%;
	}
	.mainSection.members .container > .row-eq-height > .col-sm-4 h4 {
		font-size:20px;
		font-weight: bold;
	}
	.mainSection.members .container > .row-eq-height > .col-sm-4 .img-thumbnail {
		width:100%;
	}
}

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

/* Links */
.mainSection.links .container > .row-eq-height > .col-sm-6 {
	border-top:1px solid #ddd;
	padding: 10px 0px;
	min-height: 175px;
	width:48%;
	margin-right:2%;
}
.mainSection.links .container > .row-eq-height > .col-sm-6 h4 {
	font-size:18px;
	font-weight: bold;
	padding:8px 0px;
	margin:0px;
	letter-spacing: 0px;
}
.mainSection.links .container > .row-eq-height > .col-sm-6 h4::before {
	display: none;
}
body.home .siteContent .mainSection.links .container {
	padding-bottom:0px;
}

/* アクセス */
.mainSection.access .container .address-block{
	display: flex;
	flex-wrap: wrap;
}
.mainSection.access .container .address-block div {
	width:50%;
	padding:0px 20px;
}
@media screen and (max-width:767px) {
	.mainSection.access .container .address-block div {
		width:100%;
		padding:20px 0px;
	}
}

/* 担当講義 */
@media screen and (max-width:767px) {
	.mainSection.lectures .container div.table {
		width: 100%;
		margin: 0 auto;
		overflow-x: scroll;
	}

	.mainSection.lectures .container div.table table {
		width: 100%;
		min-width: 900px;
	}
}

/* 研究内容 */
.mainSection.research .container > .row-eq-height {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.mainSection.research .container > .row-eq-height > .col-sm-6 {
	border:1px solid #ddd;
	width:24%;
	margin-right:1%;
	margin-bottom:1%;
	padding: 18px;
	border-radius: 4px;
}
.mainSection.research .container > .row-eq-height.past > .col-sm-6 {
	width:19%;
	background-color: #f5f5f5;
}
.mainSection.research .container > h3{
	margin-top:50px;
}
@media screen and (max-width:991px){
	.mainSection.research .container > .row-eq-height > .col-sm-6 {
		width:32%;
	}
	.mainSection.research .container > .row-eq-height.past > .col-sm-6 {
		width:24%;
	}
}
@media screen and (max-width:767px){
	.mainSection.research .container > .row-eq-height > .col-sm-6 {
		width:49%;
	}
	.mainSection.research .container > .row-eq-height.past > .col-sm-6 {
		width:32%;
	}
}
@media screen and (max-width:600px){
	.mainSection.research .container > .row-eq-height > .col-sm-6 {
		width:100%;
		margin-right:0%;
		margin-bottom:3%;
	}
	.mainSection.research .container > .row-eq-height.past > .col-sm-6 {
		width:100%;
	}
}
.mainSection.research .container > .row-eq-height > .col-sm-6 .col-sm-6 {
	width:100%;	
	padding:0px;
}
.mainSection.research .container > .row-eq-height > .col-sm-6 .col-sm-6 h4 {
	font-size:16px;
	font-weight: bold;
	padding-left:0px;
	color:#333;
	margin:10px 0px 0px;
	letter-spacing: 1px;
}
.mainSection.research .container > .row-eq-height > .col-sm-6 .col-sm-6 h4::before {
	display: none;
}
.mainSection.research .container > .row-eq-height > .col-sm-6 p {
	margin-bottom:0px;
}

/* メンバー詳細ページ */
.mainSection.members .container dl.history dt {
	float: left;
    width: 4em;
	border-top:1px solid #ddd;
	padding-top:0.5em;
}
.mainSection.members .container dl.history dd {
    margin-left: 4em;
	padding-top:0.5em;
    padding-bottom: 0.5em;
	border-top:1px solid #ddd;
	font-weight: bold;
}
.mainSection.members .container dl.history dd + dd {
	border:0px;
	padding-top:0em;
}
