@charset "UTF-8";
body{
	/*background:#f7f7f7 url(../images/pattern.png) repeat top left;*/
	color: #333;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size:13px;
	min-height:2000px;
	border-top: 2px solid #000000;
}

/*---------------------------------
基本設定
----------------------------------*/
html {
	min-width: 320px;
	font-size: 62.5%;/*10px*/
}
/*body {
	margin: 0;
	line-height: 1.5;
	color: #333;
	background:#fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}*/
/*Headline*/
h1 {
	margin: 0.67em 0;
	font-size: 48px;
	font-size: 4.8rem;
}
h2 {
	margin: 0.83em 0;
	font-size: 32px;
	font-size: 3.2rem;
}
h3 {
	margin: 1em 0;
	font-size: 18px;
	font-size: 1.8rem;
}
h4 {
	margin: 1.33em 0;
	font-size: 16px;
	font-size: 1.6rem;
}
h5 {
	margin: 1.67em 0;
	font-size: 14px;
	font-size: 1.4rem;
}
h6 {
	margin: 1.67em 0;
	font-size: 14px;
	font-size: 1.4rem;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #333;
}
/*clearfix*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*img {
  max-width: 100%;
}
.cd-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #21272c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/


/*---------------------------------
全体の枠
----------------------------------*/
#wrapper {
	margin: 0 10px;
	padding-bottom: 40px;
	/*background:#f7f7f7 url(../images/pattern.png) repeat top left;*/
}

/*---------------------------------
ヘッダー
----------------------------------*/
header{
	position: relative;
	padding: 10px 0 0 0;
/*	background: linear-gradient(#1693cb, #22a9d5);*/
	/*background-color: #1693cb;*/
}
#header_inner p{
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	color: #FFFFFF;
	background: #1d2088;
	line-height: 2em;
}
/*---------------------------------
メインビジュアル
----------------------------------*/
/* ---------- VISUAL ---------------------------------------- */

#visual {
/*	position: relative;*/
height: 300px;
	/*height: 480px;*/
	overflow: hidden;
}
#visual .visual-contents {
	height: 480px;
}
#visual .loading {
	position: absolute;
	width: 48px;
	height: 48px;
	top: 216px;
	left: 50%;
	margin-left: -24px;
	background: url(../../images/loading.gif) no-repeat top center;
}
#visual .inner {
	position: relative;
	display: none;
	height: 480px;
	background: url(../images/bg_visual.gif) no-repeat top center;
	background-color: #2e618d;
}
#visual .box {
	position: relative;
}
#visual .box .circuit {
	position: absolute;
	width: 1200px;
	top: 0;
	bottom: 0;
	left: -120px;
	height: 480px;
	background: url(../../images/circuit.png) no-repeat top left;
}
#visual .box .visual-text {
	position: absolute;
	width: 287px;
	height: 81px;
	top: 320px;
	left: -7px;
	background: url(../images/visual_text.png) no-repeat top left;
}
#visual .visual-bottom {
	position: absolute;
	bottom: 0;
	height: 36px;
	width: 100%;
}
#visual .visual-bottom-arrow {
	position: absolute;
	top: 0;
	height: 24px;
	width: 100%;
	background: url(../../images/visual_bottom_arrow.png) no-repeat top center;
}
#visual .visual-bottom-bar {
	position: absolute;
	height: 16px;
	width: 100%;
	bottom: 0;
	background: url(../../images/bg_visual_bottom.png) repeat-x bottom left;
}


/*---------------------------------
フッター
----------------------------------*/
footer {
	margin-top: 100px;
	color: #fff;
	text-align: center;
	line-height: 3em;
	background-color: #8E8E8E;
	margin-left: -5000px;
	margin-right: -5000px;
	letter-spacing: 0.2em;
}

/*---------------------------------
 Flexible Slide-to-top Accordion Style
開閉式アコーディオン
----------------------------------*/
.st-accordion{
    width:100%; 
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul li{
	height: auto;
    /*height: 100px;*/
	margin-bottom: 10px;
	border: 1px solid #cccccc;
    /*border-bottom: 1px solid #c7deef;
    border-top:1px solid #fff;*/
    overflow: hidden;
}

.st-accordion ul li > a{
	position: relative;
	display: block;
	height: auto;
	overflow: hidden;/**/
    font-family: 'Josefin Slab',Georgia, serif;
    /*text-shadow: 1px 1px 1px #fff;*/
	text-shadow: 1px 1px 1px #DFDFDF;
    /*font-size: 30px;*/
	font-size: 20px;
    /*line-height: 100px;*/
	outline:none; 
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
	text-decoration: none;
}
.st-accordion ul li > a:hover{
    /*color: #1693eb;*/
	color: #474747;
	opacity: 0.9;
}
.st-accordion ul li > a span{
	position: absolute;
	bottom: 0;
	top: 80%;
	right: -26px;
	background: transparent url(../images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    /*color: #1693eb;*/
	color: #474747;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}


/* ---------------------アコーディオン */

ul.accordion {
	margin-top:15px;
	cursor: pointer;
}
.accordion > li {
	font-size:0.9rem;
	/*line-height: 150%;*/
	color: #dc143c;
	padding-left:1.5em ;
	/*cursor: pointer;*/
}
/*.accordion > li:last-child {
    border-bottom:none;
}*/
.accordion > li:first-child {
	margin-bottom:10px;
/*	text-decoration:underline;*/
}
.accordion > li.open:first-child {
	color: #dc143c;
	margin-bottom:10px;
}
.accordion > li.open {
   /* color:#fff;
    background:#666;*/
	color:#000;
	text-decoration:none;
}




/*---------------------------------
pj-content部分用
----------------------------------*/
.pj-content{
	overflow: hidden
/*	clear: both;*/
}
.pj-content h1{
	margin: 0.4em 0 0.83em 0;
	font-size: 25px;
	font-size: 2.5rem;
}
.pj-content h3{
	margin-bottom: 12px;
	text-align: left;
	font-size:  20px;
    font-family:  Georgia, serif;
	letter-spacing: 0.2em;
    /*font-style: italic;*/
    /*line-height:  28px;*/
    /*padding: 0px 4px 15px 4px;*/
	color: #1693eb;
	}
p.sub-title{
	/*margin-top: -1em;*/
	font-size: 18px;
	font-size: 1.8rem;
}
p.year{
	margin: 0.67em 0;
	font-size: 14px;
	font-size: 1.4rem;
}


/*成果報告書btn*/
.btnDetail{
/*  display: inline-block;*/
  border-radius: 9px;
  /*background: #FFD url(../img/icon_arrow_01_on.png) 94% center no-repeat;*/
  color: #fff;
  text-align: center;
  padding: 4px 50px 1px 30px;
  margin: 0 10px 0 0;
/*  font-size: 2px;
  font-size: 0.2rem;*/
  float: left;
  transition: all 0.3s ease;
  border: 1px solid #00a2bf;
  background-color: #1693eb;
  background-image:url(../images/pdficon.png);
  background-repeat:no-repeat;
  background-position:right 20px bottom 0;
  /*line-height:27px;*/
}
.btnDetail:hover {
/*  background-image: url(../img/icon_arrow_01.png);*/
color: #fff;
  opacity: 0.7;
}/* CSS Document */


/*開閉後の中身用*/
.st-content{
	clear: both;
	height: auto;
	padding-bottom: 20px;
   /* padding: 0 0 30px 0;*/
	background: #fafafa;
}

/*追加部分*/
#contents h2{
		position: relative;
		padding: 1em 0;
		text-align: center;
		font-size: 32px;
		font-size: 3.2rem;
		font-weight: normal;
	}
	#contents h2::before,
	#contents h2::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}

#contents h2::before {
	top: 0;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#contents h2::after {
	bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}

h3.sub_tit{
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
}
h3.sub_tit::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	/*background-color: #1693eb;*/
	background-color: #323232;
}


/*---------------------------------
table部分(追加部分)
----------------------------------*/
table {
  background: white;
  border-collapse: collapse;
  margin: 1.25em 0 0;
  width: 100%;
}

table tr,
table th,
table td {
  border: none;
  border-bottom: 1px solid #e4ebeb;
  font-family: 'Lato', sans-serif;
 /* font-size: .875rem;*/
  font-size: 1.4rem;
}

table th,
table td {
  padding: 10px 20px;
  text-align: left;
}

table th {
  background: #7A7A7A;
  color: #ffffff;
  text-transform: uppercase;
}

table tr td {
  background: #E5E5E5;
  /*color: #999999;*/
}

table tr:nth-of-type(2n+2) td {
  background: #ffffff;
}

table.bt tbody td {
  /*font-size: .8125rem;*/
  font-size: 1.4rem;
  padding: 0;
}

table.bt tbody td:before {
  background: #56a2cf;
  color: white;
  margin-right: 10px;
  padding: 2px 10px;
}

table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}

/*---------------------------------
btn部分(追加部分)
----------------------------------*/
ul.btn{
	margin: 60px 0;
	text-align: center;
}
ul.btn li{
	list-style-type: none;
	margin-bottom: 50px;
}
ul.btn li a{
	width: 60px;
	height: 38px;
	background: #EEE;
	border: 1px solid #DDD;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #111;
	padding: 22px 20px 20px;
		text-decoration: none;
}
ul.btn li a:hover{
	opacity: 0.7;
}

/*追加部分おわり*/


.st-content p{
    font-size:  16px;
    /*font-family:  Georgia, serif;*/
    /*font-style: italic;*/
    line-height:  28px;
    padding: 0px 4px 15px 4px; 
}
.st-content img{
    /*width: 125px;*/
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
dl.teacher{
	margin-top: 2em;
	font-size: 14px;
	font-size: 1.4rem;
}
.pj-content dt{
	padding-bottom: 0.2em;
	text-decoration: underline;
	font-size: 15px;
	font-size: 1.5rem;
}
dl.teacher dd{
	/*margin-left: 1em;*/
}
dl.teacher dd:nth-child(3n) {
	margin: 0.em 0 0 0;
	font-size: 18px;
	font-size: 1.8rem;
}
dl.description{
	margin-top: 2em;
}
dl.description dt{
	margin-bottom: 0.3em;
	color: #1693eb;
	text-decoration: none;
}
dl.description dd{
	margin-bottom: 1em;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2em;
}
dl.description dt:before{
	font-family: 'FontAwesome';
	content:"\f1ce";
	color: #1693eb;
}
dl.description ul li{
	border: none;
	line-height: 0.5em;
}
address.CenterAdd{

}
address.CenterAdd span{
	display: block;
	font-style: normal;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
address.CenterAdd span i{
	margin-right: 0.5em;
}

p.p-hp{
	width: 100px;
/*	width: 14.5299%;*/
	padding: 2px;
	margin-left: auto;
	margin-right: 10px;
	text-align: center;
	border: 1px solid #1693eb;
	font-size: 7px;
	font-size: 0.7rem;
}
p.p-hp a{
	display: block;
	text-decoration: none;
}
p.p-hp a:hover{
	opacity: 0.7;
}
/*---------------------------------
Address部分
----------------------------------*/


/*---------------------------------
コンテンツ
----------------------------------*/
p.desc{
	margin: 0 0 30px 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5em;
}


/*---------------------------------
ページtopへ
----------------------------------*/

#page-top{
  display: none;
  position: fixed;
  left: 1600px;
  bottom: 30px;
/*  right: 30px;
  bottom: 30px;*/
  margin: 0;
  padding: 0;
  text-align:center;
}
#move-page-top{
  color:#333;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
#move-page-top:hover{
  /*color:#009416;*/
  opacity: 0.7;
}
/*p.pagetop{
	font-size: 52rem;
	font-size: 52px;
	text-align: right;
	margin-right: -100px;	
}*/

@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:36px;
	}
}
@media screen and (min-width: 780px){
	#wrapper{
		width: 780px;
		margin: 0 auto;
		padding: 0 20px;
	}
	
	h1{
		margin-top: 0;
	}
	.st-content{
		overflow: hidden;
		height: auto;
		padding: 0 0 100px 0;
	}
	
	
	#st-accordion li img{
		float: left;
		/*overflow: hidden;*/
		width: 40.1709%; /*470px/1170px*/
	}
	/*#st-accordion li img:nth-child(3n){
		float: none;
		border: 1px solid #AD1214;
		
	}*/
	div.pj-content{
		margin-left: 42.7350%;
		padding-top: 5px;		
	}
	dl.description img{
	overflow: hidden;
}
	#page-top{
    right:50%;
    margin-right: -300px;
  }
  

}

@media screen and (min-width: 1170px){
	img {
	max-width: 100%;
	height: auto;
}
	#wrapper{
		width: 1170px;
		margin: 0 auto;
	}
	
	ul.btn li{
	list-style-type: none;
		display: inline;
}

/*		共通Header 		*/
#kandaicommon_header{
	width:100%;
	height:25px;
	background:url(../img/navi_back.gif) repeat-x top left;
	line-height:0;
	font-size:0;
	text-align:left;
	border-bottom: 1px solid #F0F0F0;
}

#kandaicommon_header img.kandaicommon_title{
	float:left;
	width:121px;
	height:25px;
}

#kandaicommon_header ul#kandaicommon_navi{
	float:right;
	width:484px;
	height:25px;
	margin:0;
	padding:0;
	list-style:none;
}

#kandaicommon_header ul#kandaicommon_navi li{
	float:left;
	margin:0;
	padding:7px 0 0 0;
	display:block;
}

#kandaicommon_header ul#kandaicommon_navi li img{
	border:none;
}

#kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi01{
	width:99px;
}

#kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi02{
	width:91px;
}

#kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi03{
	width:109px;
}

#kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi04{
	width:87px;
}

#kandaicommon_header ul#kandaicommon_navi li.kandaicommon_navi05{
	width:98px;
}

/*開閉後の中身用*/
/*---------------------------------
ヘッダー
----------------------------------*/	
#header_inner{
	width: 1170px;
	margin: 0 auto;
	text-align: center;
	line-height: 3em;	
}
}
/*---------------------------------
成果報告書ボタン
----------------------------------*/
#btn_result {
	border: 1px solid #baceeb;
	width: 100px;
	height:　25px;
	padding: 2px;
	margin-left: 42.7350%;
	text-align: center;
	line-height:2.8em;
	font-size:0.7em;
}

/*#btn_result a{
	display: block;
	text-decoration: none;
	color:#898989;
}*/
#btn_result a:hover{
	opacity: 0.7;
}
