@charset "utf-8";

/* === センター長挨拶 about/message/ === */

.ttl_msg {
	margin-bottom: 60px;
}
.txt_msg {
	width: 70%;
	float: left;
}
.msg_slogan {
	margin-bottom: 35px;
	color: #014d9e;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.35;
}
.msg_name {
	line-height: 1.75;
}
.msg_name_center {
	font-size: 1.5rem;
	display: block;
}
.msg_name_director {
	margin-right: .5em;
	font-size: 1.3rem;
}
.msg_name_name {
	font-size: 2.4rem;
}
.msg_img {
	width: 27%;
	float: right;
}
.msg_img img {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.ttl_msg {
		margin-bottom: 30px;
	}
	.txt_msg {
		width: 100%;
		float: none;
	}
	.msg_slogan {
		margin-bottom: 15px;
		text-align: center;
	}
	.msg_name {
		margin-bottom: 25px;
		line-height: 1.75;
		text-align: center;
	}
	.msg_name_center {
		font-size: 1.3rem;
	}
	.msg_name_director {
		font-size: 1.2rem;
	}
	.msg_name_name {
		font-size: 1.6rem;
	}
	.msg_img {
		width: 100%;
		text-align: center;
		float: none;
	}
	.msg_img img {
		width: 180px;
	}
}


/* === 施設紹介 about/facility/ === */

.txt_facility {
	width: 45%;
	float: left;
}
.txt_facility dt {
	width: 80px;
	margin-bottom: 5px;
	background: #edefec;
	font-size: 1.4rem;
	text-align: center;
}
.txt_facility dd {
	margin-bottom: 30px;
}
.txt_facility dd:last-child {
	margin-bottom: 0;
}
.img_facility {
	width: 45%;
	float: right;
}
.img_facility img {
	width: 100%;
	margin-bottom: 15px;
}
.btn_googlemap a {
	height: 32px;
	padding-left: 32px;
	background: url(../../img/common/googlemap.svg) no-repeat;
	color: #333;
	display: block;
}
.btn_googlemap a:hover {
	color: #999;
}

@media only screen and (max-width: 767px) {
	.txt_facility {
		width: 100%;
		margin-bottom: 20px;
		float: none;
	}
	.txt_facility dd {
		margin-bottom: 15px;
	}
	.img_facility {
		width: 100%;
		float: none;
	}
}


/* === 研究プロジェクト project/ === */

.list_prj_features {
	margin-bottom: 30px;
	padding-left: 0;
	list-style: none;
}
.list_prj_features li {
	margin-bottom: 10px;
	padding-left: 32px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
}
.list_prj_features li:before {
	width: 25px;
	height: 25px;
	background: #014d9e;
	color: #fff;
	line-height: 25px;
	text-align: center;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
}
.list_prj_features li:nth-child(1):before { content: "1"; }
.list_prj_features li:nth-child(2):before { content: "2"; }
.list_prj_features li:nth-child(3):before { content: "3"; }
.list_prj_features li:nth-child(4):before { content: "4"; }
.list_prj_features li:nth-child(5):before { content: "5"; }

.h3_prj {
	margin: 60px 0 15px;
	padding-left: 28px;
	color: #333;
	position: relative;
}
.h3_prj:before {
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: #333;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}
.h3_prj:first-child {
	margin: 0 0 15px;
}
.h3_prj._ls:before {
	background: rgb(0,149,176);
	background: linear-gradient(90deg, rgba(0,149,176,1) 0%, rgba(82,172,44,1) 100%);
}
.h3_prj._env:before {
	background: rgb(255,211,0);
	background: linear-gradient(90deg, rgba(255,211,0,1) 0%, rgba(237,119,0,1) 100%);
}
.h3_prj._nano:before {
	background: rgb(233,110,144);
	background: linear-gradient(90deg, rgba(233,110,144,1) 0%, rgba(186,81,126,1) 100%);
}
.h3_prj._ic:before {
	background: rgb(0,166,207);
	background: linear-gradient(90deg, rgba(0,166,207,1) 0%, rgba(0,95,150,1) 100%);
}
.list_prj {
	border-bottom: 1px solid #edefec;
}
.list_prj li {
	padding: 15px 0 15px 15px;
	border-top: 1px solid #edefec;
}
.list_prj li a {
	padding-right: 45px;
	background: url(../../img/project/arw.svg) no-repeat center right 15px;
	color: #333;
	display:block;
}
.list_prj._ls li a   { background-image: url(../../img/project/arw_ls.svg); }
.list_prj._env li a  { background-image: url(../../img/project/arw_env.svg); }
.list_prj._nano li a { background-image: url(../../img/project/arw_nano.svg); }
.list_prj._ic li a   { background-image: url(../../img/project/arw_ic.svg); }
.list_prj li a[href$=".pdf"] { 
	background-image: url(../../img/common/pdf.svg);
	background-size: 35px 40px;
}
.list_prj li a:hover {
	background-position: center right 0;
}
.list_prj li a[href$=".pdf"]:hover {
	background-position: center right 15px;
}

.list_prj_year {
	font-size: 1.3rem;
	line-height: 20px;
}
.list_prj_year span {
	width: 70px;
	height: 20px;
	margin-right: 7px;
	background: #edefec;
	border-radius: 10px;
	font-size: 1.1rem;
	text-align: center;
	display: inline-block;
}
.list_prj_ttl {
	color: #009382;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	display: block;
	transition: all .5s;
}
.list_prj._ls .list_prj_ttl   { color: #0095b0; }
.list_prj._env .list_prj_ttl  { color: #ed7700; }
.list_prj._nano .list_prj_ttl { color: #e96e90; }
.list_prj._ic .list_prj_ttl   { color: #00a6cf; }

.list_prj li a:hover .list_prj_ttl {
	opacity: .6;
}
.list_prj_leader {
	font-size: 1.3rem;
	display: block;
}
.list_prj_leader span {
	margin-right: .5em;
	font-size: 1.1rem;
	display: inline-block;
}
.list_prj_url {
	padding-left: 20px;
	background: url(../../img/common/link.svg) no-repeat center left;
	font-size: 1.3rem;
	font-weight: 500;
	display: inline-block;
}
.list_prj_url a {
	margin-left: .5em;
	padding: 0 !important;
	font-weight: 400;
	background: none !important;
	display: inline-block !important;
}
.list_prj_url a:hover {
	color: #014d9e;
}

@media only screen and (max-width: 767px) {
	.list_prj_features {
		margin-bottom: 20px;
	}
	.list_prj_features li {
		padding-left: 28px;
		font-size: 1.5rem;
	}
	.list_prj_features li:before {
		width: 20px;
		height: 20px;
		line-height: 20px;
		top: 0;
	}
	.h3_prj {
		margin: 30px 0 10px;
		padding-left: 22px;
	}
	.h3_prj:before {
		width: 18px;
		height: 18px;
		margin-top: -9px;
	}
	.list_prj li {
		padding: 10px 0 10px 10px;
	}
	.list_prj li a {
		padding-right: 55px;
		background-size: 30px;
	}
	.list_prj li a:hover {
		background-position: center right 0;
	}
	.list_prj_ttl {
		font-size: 1.5rem;
	}
	.list_prj_leader {
		font-size: 1.2rem;
	}
	.list_prj_url {
		margin-top: 5px;
		background-position: top 5px left;
	}
	.list_prj_url a {
		margin-left: 0;
		display: block !important;
	}
}


/* === 公開情報 publication/ === */

.pamphlet_img {
	width: 25%;
	float: right;
}
.pamphlet_img img {
	width: 100%;
}
.pamphlet_txt {
	width: 70%;
	float: left;
}

@media only screen and (max-width: 767px) {
	.pamphlet_img {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
		float: none;
	}
	.pamphlet_img img {
		max-width: 240px;
	}
	.pamphlet_txt {
		width: 100%;
		float: none;
	}
}


/* === アクセス access/ === */

h3.subway,
h3.taxi,
h3.car {
	margin-top: 45px;
	padding-left: 30px;
	background-position: center left;
	background-repeat: no-repeat;
	clear: both;
}
h3.subway { background-image: url(../../img/access/subway.svg); }
h3.taxi   { background-image: url(../../img/access/taxi.svg); }
h3.car    { background-image: url(../../img/access/car.svg); }

.googlemap iframe {
	width: 100%;
	height: 400px;
	border: 0;
}
.txt_access {
	width: 57%;
	float: left;
}
.img_access {
	width: 37%;
	float: right;
}
.img_access img {
	width: 100%;
}
.video {
    width: 100%;
    height: 0;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    position: relative;
    float: right;
}
.video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.memo_access {
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid #edefec;
}
.memo_access ul {
	margin-top: 15px;
}
.memo_access ul li {
	margin-bottom: 5px;
}
.memo_access ul li a {
	padding-right: 25px;
	background: url(../../img/access/link.svg) no-repeat center right;
	color: #333;
}
.memo_access ul li a:hover {
	color: #014d9e;
}

@media only screen and (max-width: 767px) {
	.googlemap iframe {
		height: 200px;
	}
	.txt_access {
		width: 100%;
		margin-bottom: 15px;
		float: none;
	}
	.img_access {
		width: 100%;
		float: none;
	}
	.memo_access {
		margin-top: 30px;
		padding-top: 20px;
	}
}


/* === お知らせ news/ === */

.tab_news {
	margin-bottom: 60px;
}
.tab_news ul {
	border-bottom: 1px solid #edefec;
}
.tab_news ul li {
	width: 16.666%;
	font-size: 1.5rem;
	text-align: center;
	float: left;
}
.tab_news ul li a {
	height: 50px;
	color: #333;
	line-height: 50px;
	display: block;
}
.tab_news ul li a:hover{
	color: #014d9e;
	font-weight: 700;
}
.tab_news ul li a.current {
	border-bottom: 2px solid #014d9e;
	color: #014d9e;
	font-weight: 700;
}

.list_news {
	border-top: 1px solid #edefec;
}
.list_news dt {
	padding: 1em;
	float: left;
	clear: both;
}
.list_news dd {
	padding: 1em 1em 1em 240px;
	border-bottom: 1px solid #edefec;
}
.list_news dd a {
	color: #333;
}
.list_news dd a:hover {
	color: #014d9e;
}
.list_news_date {
	width: 105px;
	display: inline-block;
}
.list_news_cat {
	width: 100px;
	height: 20px;
	background: #014d9e;
	border-radius: 10px;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	display: inline-block;
}
.list_news_cat._research     { background: #52ac2a;}
.list_news_cat._awards       { background: #ed4a45;}
.list_news_cat._event        { background: #f0881c;}
.list_news_cat._pressrelease { background: #00a6cf;}

@media only screen and (max-width: 767px) {
	.tab_news {
		display: none;
	}
	.list_news dt {
		padding: .75em .75em 0;
		font-weight: 500;
		float: none;
	}
	.list_news dd {
		padding: 0 .75em .75em;
	}
	.list_news dd a {
		color: #014d9e;
	}
	.list_news_date {
		width: 120px;
	}
}


/* === サイトマップ sitemap.html === */

.sitemap {
	border-top: 1px solid #edefec;
	line-height: 1;
}
.sitemap dt {
	padding: 40px 0;
	color: #014d9e;
	font-size: 2rem;
	font-weight: 700;
	float: left;
	clear: both;
}
.sitemap dd {
	padding: 40px 0 40px 250px;
	border-bottom: 1px solid #edefec;
}
.sitemap dd ul li {
	margin-bottom: 30px;
}
.sitemap dd ul li:last-child {
	margin-bottom: 0;
}
.sitemap dd ul li a {
	color: #333;
}
.sitemap dd ul li a:hover {
	color: #014d9e;
}

@media only screen and (max-width: 767px) {
	.sitemap {
		border-top: 1px solid #edefec;
		line-height: 1;
	}
	.sitemap dt {
		padding: 20px 0;
		font-size: 1.6rem;
		float: none;
	}
	.sitemap dd {
		padding: 0 0 20px 0;
	}
	.sitemap dd ul li {
		margin-bottom: 15px;
	}
}