@import url(https://fonts.googleapis.com/css?family=Mako);


/*========================================================
common
========================================================*/

.en {font-family: 'Mako', sans-serif;}

.greenimg {background-color:#26b6bc;}
.green {color:#08abb1;}
.black{color:#000;}
.white{color:#fff;}
.red{color:#e60020;}
.pink{color:#EC6D88;}
.purple{color:#7E719E;}
.orange{color:#F08307;}

.sml{font-size:90%;}
.sml1{font-size:86%;}
.sml2{font-size:70%;}

.mTop10{ margin-top:10px !important; }
.mTop20{ margin-top:20px !important; }
.mTop30{ margin-top:30px !important; }
.mTop40{ margin-top:40px !important; }
.mTop50{ margin-top:50px !important; }
.mBtm10{ margin-bottom:10px !important; }
.mBtm20{ margin-bottom:20px !important; }
.mBtm30{ margin-bottom:30px !important; }
.mBtm40{ margin-bottom:40px !important; }
.mBtm50{ margin-bottom:50px !important; }

.center{ text-align:center !important; }
.bold{ font-weight:bold; }

.imgRep{position: relative; z-index: -1; line-height:1.6em;}

.radius7px {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.radius50per {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.dTable {
	display: table;
}
.tLeft, .tRight {
	display: table-cell;
	vertical-align: top;
}

.flexBetween{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
}
.flexAround{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-content: stretch;
	align-items: stretch;
}
.flexLeft{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
}
.flexCenter{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: stretch;
	align-items: stretch;
}


/* -------------------- smart phone  -------------------- */

@media screen and (min-width:641px) {
	.forSP {
		display: none;
	}
}
@media print {
	.forSP {
		display: none;
	}
}
@media screen and (max-width:640px) {
	.forPC {
		display: none;
	}
	
	#topHeader img,
	#topContents img,
	#pageContents img{
		width:100%;
		height: auto;
	}
	
	.w90{ width:90%; margin:0 auto; display:block;}
	.w80{ width:80%; margin:0 auto; display:block;}
	.w70{ width:70%; margin:0 auto; display:block;}
	.w60{ width:60%; margin:0 auto; display:block;}
}


/*========================================================
contents
========================================================*/

body {
	margin:0;
	padding:0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS P Gothic', Helvetica, sans-serif;
	-webkit-text-size-adjust:100%;
	position: relative;
	z-index:1;
}

#container {
	width: 100%;
	margin: 0;
	padding: 0;
}
#container.pageContainer {
	min-width: 980px;
	background-image: url(../images/page_container_bg.svg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #26b6bc;
	background-size: 980px auto;
}
#container.pageContainerR {
	background-color: #b5d3cd;
}

@media screen and (max-width:640px) {
	#container.pageContainer {
		min-width: 0;
		background-position: center top;
		background-size: auto 275px;
	}

	@media screen and (max-width:320px) {
		#container{
			font-size: 0.95em;
		}
	}
}


/*------------------ navi area -------------------*/

#navinew {
	display: block;
	width: 100%;
	min-width: 980px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #edede9;
	background: rgba(237, 237, 233, 0.95);
}
body:not(.topPage) #navinew {
	position: fixed;
}

#navinew nav .flexBetween{
	height: 70px;
	align-items: center;
}

#logoBtn {
	width: 130px;
	padding:0 10px;
	text-align: center;
}
#logoBtn a {
	color: #26b6bc;
	text-decoration: none;
}
#logoBtn img{
	width:100%;
	height: auto;
}
#logoBtn a span {
	display: block;
	padding-top: 2px;
	font-size: 0.7em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#logoBtn a span::after {
	content: '▶︎';
	font-size: 0.7em;
}

#navinew .cover{
	margin-left: auto;
}

#navinew ul:not(.subNavi) {
	padding: 0;
	margin-left:auto;
}
#navinew ul:not(.subNavi) > li {
	height: 70px;
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}
#navinew ul:not(.subNavi) > li > a::before,
#navinew ul:not(.subNavi) > li > span::before{
	content: '';
	display: block;
	width:24px;
	height:24px;
	position: absolute;
	left:0.5em;
	top:calc(50% - 13px);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
#navinew ul:not(.subNavi) > li:nth-child(1) > a::before{
	background-image:url(../images/menu_g1.svg);
}
#navinew ul:not(.subNavi) > li:nth-child(2) > span::before{
	background-image:url(../images/menu_g2.svg);
}
#navinew ul:not(.subNavi) > li:nth-child(3) > span::before{
	background-image:url(../images/menu_g3.svg);
}
#navinew ul:not(.subNavi) > li:nth-child(4) > span::before{
	background-image:url(../images/menu_g4.svg);
}
#navinew ul:not(.subNavi) > li:nth-child(5) > a::before{
	background-image:url(../images/menu_g5.svg);
}
#navinew ul:not(.subNavi) > li:nth-child(6) > span::before{
	background-image:url(../images/search.svg);
}

#navinew li a,
#navinew li span {
	color: #000;
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 2.1em 1em 2.1em 3em;
	font-size: 0.84em;
	line-height: 1;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	position: relative;
}
#navinew li span {
	cursor: pointer;
}
#navinew li a:hover,
#navinew li span:hover,
#navinew li.nowPage > a,
#navinew li.nowPage > span {
	color: #26b6bc;
}

#navinew li#searchBtn {
	background-color: #dcdddd;
	background: rgba(220, 221, 221, 0.9);
}
#navinew li img {
	position: absolute;
	left: 0.5em;
	top: 50%;
	margin-top: -12px;
}

#navinew.on {
	position: fixed;
	top: 0;
}
#navinew.on li:first-child {
	display: inline-block;
}
#navinew.on li a {
/*	font-size: 0.84em;*/
	-webkit-font-smoothing: subpixel-antialiased;
}

#navinew .subNavi {
	width: 9.2em;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #edede9;
	background: rgba(237, 237, 233, 0.95);
	text-align: left;
	display: none;
}
#navinew .subNavi li {
	position: relative;
}
#navinew .subNavi li a {
	padding: 1.3em 1em 1.3em 2.6em;
}
#navinew .subNavi a::before {
	content: '▶︎';
	font-size: 0.7em;
	position: absolute;
	left: 22px;
	top: calc(50% - 0.5em);
}

#search {
	width: 20em;
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #dcdddd;
	background: rgba(220, 221, 221, 0.9);
	text-align: left;
	display: none;
}
#search .gsc-control-cse {
	border: 0 !important;
	padding: 10px 20px 10px 15px !important;
	background-color: #dcdddd;
	background: rgba(220, 221, 221, 0.9) !important;
}


@media screen and (max-width:640px) {
	#navinew {
		min-width: 0;
	}
	body:not(.topPage) #navinew {
		position: fixed;
	}

	#navinew nav .flexBetween{
		height: 60px;
		align-items: center;
	}


	#logoBtn {
		width: 100%;
		padding:0 10px;
		text-align: center;
		box-sizing: border-box;
	}
	#logoBtn a {
		display: block;
		width:110px;
		line-height: 0.8em;
	}
	#logoBtn a span {
		display: inline-block;
		padding-top: 0;
		font-size: 0.5em;
	}
	#logoBtn a span::after {
		content: '▶︎';
		font-size: 0.7em;
	}

	#navBtn{
		width:45px;
		height: 45px;
		display: block;
		position: absolute;
		right:5px;
		top:7px;
		background-image:url(../images/nav_btn_open.svg);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:contain;
	}
	#navBtn.open{
		background-image:url(../images/nav_btn_close.svg);
	}
	
	#navinew .cover{
		width:100%;
		height: calc(100vh - 60px);
		margin:0;
		padding: 10px 0 70px;
		position: absolute;
		left:0;
		top:60px;
		background: rgba(237, 237, 233, 0.95);
		display: none;
		box-sizing: border-box;
	}
	
	#navinew ul:not(.subNavi) {
		width:16em;
		height: 100%;
		margin: auto;
		position: relative;
		left:auto;
		top:auto;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
	}
	#navinew ul:not(.subNavi) > li {
		display: block;
		width:100%;
		height: auto;
		margin: 0 auto;
		padding: 6% 0 6% 0;
    display: grid;
	}
	#navinew ul:not(.subNavi) > li::before{
		content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0.5em;
    top: calc(50% - 13px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	}
	#navinew ul:not(.subNavi) > li:nth-child(2)::before{
		background-image: url(../images/menu_g2.svg);
	}
	#navinew ul:not(.subNavi) > li:nth-child(3)::before{
		background-image: url(../images/menu_g3.svg);
	}
	#navinew ul:not(.subNavi) > li:nth-child(4)::before{
		background-image: url(../images/menu_g4.svg);
	}
	#navinew ul:not(.subNavi) > li > span::before {
		content: none;
	}

	#navinew li a,
	#navinew li span {
    padding: 0 0 0 40px;
    font-size: 0.95em;
	}

	#navinew li#searchBtn {
		display: none;
	}

	#navinew .subNavi {
		width: auto;
		position: static;
		left:auto;
		top: auto;
		background-color: transparent;
		text-align: left;
		display: none;
		padding: 10px 0 0 40px;
	}
	#navinew .subNavi li {
		position: relative;
	}
	#navinew .subNavi li a {
		padding: 3% 0 3% 2.5em;
		font-size: 0.8em;
	}
	#navinew .subNavi a::before {
		content: '▶︎';
		font-size: 0.7em;
		position: absolute;
		left: 2.2em;
		top: calc(50% - 0.5em);
	}


	#search {
		width: 100%;
		position:fixed;
		top:auto;
		bottom:0;
		background-color: #dcdddd;
		background: rgba(220, 221, 221, 0.9);
		text-align: left;
		display: none;
	}
	#search .gsc-control-cse {
		border: 0 !important;
		padding: 10px 20px 10px 15px !important;
		background-color: #dcdddd;
		background: rgba(220, 221, 221, 0.9) !important;
	}
}

/*------------------ page contents area -------------------*/

/*pageHeader*/
#pageHeader {
	width: 980px;
	height: 230px;
	padding-top: 150px;
	margin: 0 auto;
	position: relative;
}
#pageHeader .pageTitle {
	padding-left: 70px;
	position: relative;
}
#pageHeader .pageTitle img {
	width:50px;
	height:50px;
	position: absolute;
	left: 0;
	top: 0;
}
#pageHeader h2 {
	font-weight: bold;
	font-size: 27px;
	line-height: 1.15em;
	letter-spacing: 0.05em;
}
#pageHeader h2 span {
	display: block;
	font-size: 0.7em;
}
#pageHeader p.en {
	color: #e60020;
	margin-top: 4px;
}
#pageHeader .bgCommon {
	width:616px;
	position: absolute;
	right: 40px;
	bottom: 35px;
}
#pageHeader .bgAbout {
	width:758px;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 53px;
}
#pageHeader .bgResearcher {
	width:596px;
	position: absolute;
	right: 0;
	top: 120px;
}
#pageHeader .bgAchievements {
	width:100%;
	position: absolute;
	left: 0;
	bottom: 50px;
}

@media screen and (max-width:640px) {
	#pageHeader {
		width: 100%;
		height: 300px;
		padding-top: 110px;
		margin: 0 auto;
		position: relative;
		box-sizing: border-box;
	}
	
	#pageHeader .pageTitle {
		padding-left: 55px;
	}
	#pageHeader .pageTitle img {
		width:35px;
		height:35px;
		left:10px;
	}
	#pageHeader h2 {
		font-size: 1.2em;
		line-height: 1.15em;
		letter-spacing: 0.05em;
	}
	#pageHeader h2 span {
		display: block;
		font-size: 0.7em;
	}
	#pageHeader p.en {
		color: #e60020;
		margin-top: 4px;
	}
	#pageHeader .bgCommon {
		width:90%;
		position: absolute;
		right: 5%;
		bottom: 23px;
	}
	#pageHeader .bgAbout {
		width:90%;
		height: auto;
		position: absolute;
		right: 0;
		bottom:30px;
	}
	#pageHeader .bgResearcher {
		width:90%;
		position: absolute;
		right: 5%;
		top: auto;
		bottom:28px;
	}
	#pageHeader .bgAchievements {
		width:100%;
		position: absolute;
		left: 0;
		bottom: 25px;
	}
}

/*pageContents*/
#pageContents {
	width: 980px;
	margin: 0 auto 40px;
	padding-bottom: 40px;
	position: relative;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background-color: #fff;
}

#pageContents .co {
	width: 850px;
	margin: 0 auto 30px;
	position: relative;
	text-align: center;
}

#pageContents h3 {
	margin: 0 0 30px;
	padding: 60px 0 15px;
	color: #26b6bc;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 2px dotted #26b6bc;
}
#pageContents h3.noBorder {
	border-bottom: 0;
}

#pageContents h4 {
	line-height: 1.5em;
}

#pageContents p {
	margin-bottom: 1em;
	padding: 0 30px;
	line-height: 1.8em;
	font-size: 13px;
	text-align: left;
}
#pageContents p.lead {
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#pageContents p.alignRight {
	margin-top: 30px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: right;
}
#pageContents p.note {
	margin: -20px 0 30px;
	padding: 0;
	font-size: 0.75em;
	text-align: right;
}
#pageContents p.anno {
	font-size: 0.75em;
}


#pageContents .linkBtn {
	padding: 10px 0;
	font-weight: bold;
	line-height: 1em;
	background-color: #26b6bc;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#pageContents .linkBtn a {
	color: #fff;
	text-decoration: none;
}
#pageContents .linkBtn a:after {
	content: '▶︎';
	font-size: 0.7em;
	padding-left: 0.5em;
	margin-right: -1em;
	vertical-align: 0.2em;
}


#pageContents .aside {
	width: 850px;
	margin: 30px auto;
	padding: 30px;
	background-color: #edede9;
	text-align: center;
	box-sizing: border-box;
}
#pageContents .aside h4 {
	margin-bottom: 30px;
	color: #26b6bc;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	line-height: 1.4em;
}

.balloon {
	display: block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	font-family: 'Mako', sans-serif;
	color: #fff;
}
.bcBlue{ background-color:#26b6bc; }
.bcRed{ background-color:#e60020; }
.bcPink{ background-color:#ec6d88; }
.bcYellow{ background-color:#f08307; }


@media screen and (max-width:640px) {
	#pageContents {
		width: 92%;
		margin: 0 auto 30px;
		padding-bottom: 10px;
	}
	#pageContents .co {
		width: 90%;
		margin: 0 auto 30px;
	}
	#pageContents h3 {
		margin: 0 0 25px;
		padding: 30px 0 10px;
		font-size: 1.1em;
		line-height: 1.4em;
	}
	#pageContents p {
		margin-bottom: 1em;
		padding: 0;
		line-height: 1.8em;
		font-size: 0.8em;
	}
	#pageContents p.lead {
		margin-bottom: 20px;
		font-size: 0.85em;
	}
	#pageContents p.alignRight {
		margin-top: 20px;
		font-size: 0.75em;
	}
	#pageContents p.note {
		text-align: center;
		font-size: 0.68em;
	}

	#pageContents .co img{
		width:100%;
		height: auto;
	}

	#pageContents .aside {
		width: 92%;
		margin: 30px auto;
		padding: 5%;
	}
	#pageContents .aside h4 {
		font-size: 1.1em;
	}

}

/*------------------ footer area -------------------*/
#footer {
	margin: 0;
	background-color: #f1f4f4;
}
#footer-inner {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
}

@media screen and (max-width:640px) {
	#footer-inner {
		width: 92%;
		padding: 20px 0;
	}
}

/*------------------ link area -------------------*/
#links{
	flex-wrap: nowrap;
}
#links h3 {
	width: 120px;
	padding-left: 35px;
	padding-top: 15px;
	box-sizing: border-box;
	position: relative;
}
#links h3::before{
	content: '';
	display: block;
	width:25px;
	height: 25px;
	position: absolute;
	left:0;
	top:10px;
	background: url(../images/icon-links.svg) no-repeat center center;
	background-size:contain;
}
#links ul {
	width:calc(100% - 140px);
	font-size: 11px;
	letter-spacing: 0.1em;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
#links li {
	display: inline-block;
	padding-left: 40px;
	margin: 10px 0;
	line-height: 1.4em;
}
#links li p{
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px 25px;
}
#links a {
	color: #000;
	text-decoration: none;
}
#links a:hover {
	color: #666;
	text-decoration: none;
}

/*------------------ sitemap area -------------------*/
#sitemap {
	padding: 30px 0;
	background-color: #edede9;
	box-sizing: border-box;
}
#sitemapInner {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	flex-wrap: nowrap;
	box-sizing: border-box;
}
#sitemap h3 {
	width: 150px;
	font-size: 1.1em;
	padding-right: 20px;
}
#sitemapInner > ul {
	border-left: 1px solid #ccc;
	padding-left: 20px;
	box-sizing: border-box;
}
#sitemapInner ul > li {
	color: #999;
	width: 140px;
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 5px;
	padding-left: 10px;
	margin-right: 10px;
	background: url(../images/arrow_red.png) no-repeat left 3px;
}
#sitemap li.withLayer {
	padding-left: 0;
	margin-right: 20px;
	background: none;
	color: #26b6bc;
}
#sitemap li ul{
/*	float:left;*/
}
#sitemap li ul li {
	margin-top: 5px;
}
#sitemap a {
	color: #666;
	text-decoration: underline;
}
#sitemap a:hover {
	color: #08abb1;
}


@media screen and (max-width:640px) {
	#links,
	#sitemap {
		flex-flow: column;
	}
	#sitemapInner {
		width: 92%;
		flex-flow: column  wrap;
	}
	#links h3 ,
	#links ul ,
	#links li ,
	#sitemapInner ul,
	#sitemapInner ul li {
		width:100%;
	}
	#links h3,
	#sitemap h3 {
		margin-bottom: 0.8em;
	}
	#links li {
		padding-left: 0;
	}
	#sitemapInner ul{
		margin-bottom: 15px;
	}
}


/*------------------ copyright -------------------*/
#copyright {
	font-size: 10px;
	text-align: right;
	padding: 10px 25px;
	border-top: 1px solid #ddd;
	background: #fff;
}

@media screen and (max-width:640px) {
	#copyright {
		padding: 10px;
		font-size: 2.6vw;
		text-align: center;
	}
}