@charset "utf-8";
/* CSS Document */

html,body {
	height: 100%;
}

body {
	font: /*100%/1.4*/ "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
}

a:link {color:#0000FF;}

a:visited{
	color:#0000FF;
}

a:hover{
	color:#FF0000;
}

.glayout {
	color: #cccccc;
}

header {
	padding: 0.5em 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}

.container2 {
	display: block;
	position: relative;
	width: 100%;
	background: url('../images/contentback_main.png') no-repeat fixed center center;
	background-size: cover;	
}

.content {
	padding-top: 30px;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 100px;
	background-color: #FFF;
}

@media screen and (max-width:576px){
.content {
	padding-right: 8%;
	padding-left: 8%;
}
}

h1 {
	text-align: center;
	margin: 0;
	background-color: #efefef;
}

/*	--------パンくずリスト--------	*/
.breadcrumb {
	background: #fafafa;
	font-size: 0.9em;
}

.breadcrumb li a {
	color: #006934;
}











/*     地域内エコシステムとは　H2    */
.page-ecosystem h2,
.page-ecosys-map h2,
.page-ecosys-processlist h2,
.page-ecosys-process-map h2,
.page-ecosys-processlist-map h2,
.page-ecosys-leaflet h2 {
    font-size:min(6vw,2em);
}

.page-ecosystem h2,
.page-ecosys-map h2,
.page-ecosys-processlist h2,
.page-ecosys-process-map h2,
.page-ecosys-processlist-map h2,
.page-ecosys-leaflet h2 {
  position: relative;
  background: #e6efea;
  padding: 0.25em 0.5em;
  border-left: solid 2em #99cc99;
}

.page-ecosystem h2:before,
.page-ecosys-map h2:before,
.page-ecosys-processlist h2:before,
.page-ecosys-process-map h2:before,
.page-ecosys-processlist-map h2:before,
.page-ecosys-leaflet h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f5da";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/*     地域内エコシステムとは    */


.page-ecosystem .kanngaekata-h3{
	color: #090;
	font-weight: bold;
}

.page-ecosystem .list-ecosys{
	border: solid 3px #9C9;
	padding: 2em 0 2em 2em;
	border-radius: 20px 0 20px 0;
}

.page-ecosystem .list-ecosys li{
	color: #090;
	font-weight: bold;
	list-style-type: none;
	font-size: 1.1em;
	line-height: 1.8em;
}

.page-ecosystem .list-ecosys li:before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	color: #9C9;
	padding-right: 0.5em;
	margin-left: -1.3em;
}

.page-ecosystem .torikumi{
	border: solid 2px #00A2CF;
	padding: 0 2em 2em;
	border-radius: 20px;
	background: #F9F9F9;
}

.page-ecosystem .torikumi-h3{
	color: #ffffff;/*00A2CF*/
	font-weight: bold;
	background: #00A2CF;
	border-radius: 20px;
	font-size: clamp(15px, 2vw, 1.5em);
}

.btn-ecosys .btn{
	box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
	border-radius: 30px;
	padding-top: 1em;
	padding-bottom: 1em;
}

.btn-ecosys a {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
}

.btn-ecosys a:hover {
	color: #D8F0C1;
}

@media screen and (max-width:993px){
.page-ecosystem .btn-ecosys a .br::before {
content: "\A" ;
white-space: pre ;
}
}

@media screen and (max-width:767px){
.page-ecosystem .btn-ecosys a .br-02::before {
content: "\A" ;
white-space: pre ;
}
}


/*     地域内エコシステムプロセスリスト page-ecosys-processlist    */

.page-ecosys-processlist section {
	margin-bottom: 3em;
}

.table-processlist-naritachi {
	width: 100%;
	margin-bottom: 5em;
	border:2px solid;
    border-collapse:collapse0;
}

.table-processlist-naritachi {
	
}

.table-processlist-naritachi span {
	font-weight: bold;
	font-size: 1.1em;
	border-bottom : 2px solid #333;
}

.table-processlist-naritachi ul {
	margin-top: 10px;
	list-style-type: square;
}

.table-processlist-naritachi .top {
	background: #FDF0B2;
}

.table-processlist-naritachi .mid {
	background: #E1F1C1;
}

.table-processlist-naritachi .bottom {
	background: #C3E6EB;
}

.table-processlist-naritachi th,
.table-processlist-naritachi td {
	padding: 1em;
}


/*     地域内エコシステム　共通    */

.page-ecosystem figcaption,
.page-ecosys-map figcaption,
.page-ecosys-processlist figcaption,
.page-ecosys-process-map figcaption{
	font-weight: bold;
}

.page-ecosystem p,
.page-ecosys-map p,
.page-ecosys-processlist p,
.page-ecosys-process-map p,
.page-ecosys-processlist-map p{
	font-size: 1.1em;
	line-height: 1.8em;
}

.ecosys-hosoku {
	/*background: #FFECEC;
	border: solid 1px #F7B1B2;*/
	padding: 1em;
}

.ecosys-hosoku ul {
	list-style: none;
}

.ecosys-hosoku ul li {
	padding-left: 1em;
    text-indent: -1em;
}

.ecosys-hosoku a {
	text-decoration: underline;
}



/*     地域内エコシステム検討状況マップ page-ecosys-map    */

.page-ecosys-map h3 {
	font-size:min(3.6vw,1.3em);
	color: #333;
	padding: 0.5em 0;
}

.page-ecosys-map .komejirushi li {
	list-style: none;
	text-indent: -1em;
    padding-left: 1em;
}

.page-ecosys-map .komejirushi a {
	text-decoration: underline;
}

.page-ecosys-map .kiseki .text-box {
	line-height: 1.6em;
	font-size: 1.1em
}


/*     地域内エコシステムプロセスリストと検討状況マップの作成にあたって page-ecosys-process-map    */

.page-ecosys-process-map h3 {
	border-radius: 10px;
	font-size:min(3.7vw,1.3em);
	padding: 0.3em 0;
}

.page-ecosys-process-map .panel-body {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.page-ecosys-process-map .dl-map a {
	color: #fff;
}

.page-ecosys-process-map .dl-map a:hover {
	color: #00BFFF;
}

@media screen and (max-width:979px){
.page-ecosys-process-map .dl-map a .br::before {
content: "\A" ;
white-space: pre ;
}
}

@media screen and (max-width:767px){
.page-ecosys-process-map .dl-map a .br-02::before {
content: "\A" ;
white-space: pre ;
}
}

/*リストマーク*/

.page-ecosys-process-map .cyui-jiko ul {
  border: dotted 2px #F29272;
  padding: 1.5em 2em;
  position: relative;
	background: rgba(242,146,114,0.05)
}

.page-ecosys-process-map .cyui-jiko ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0.5em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

.page-ecosys-process-map .cyui-jiko ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f071";
  position: absolute;
  display: block;
  font-size: 2.5em;
  padding: 0.3em;
  /*width: 1.2em;*/
  color: #FF5933; /*アイコン色*/
  font-weight: 900;
  /*font-weight: normal;*//*アイコンは太字にしない*/
  text-align: center;
  left : 0em; /*左端からのアイコンまでの距離*/
  top : -0.8em;
}

.page-ecosys-process-map .cyui-jiko ul li:last-of-type{
  border-bottom: none;
}



.page-ecosys-process-map .table-goiken {
	border: solid 2px #999;
}

.page-ecosys-process-map .table-goiken th {
	width: 17%;
	background: #E9DEC6;
}

.page-ecosys-process-map .table-goiken tr:nth-child(2n) th {
	background: #EEE5D3;
}

.page-ecosys-process-map .table-goiken th,
.page-ecosys-process-map .table-goiken td {
	padding: 1em;
}

.page-ecosys-process-map .bikou-pamph h5 {
	font-weight: bold;
	font-size: 1.2em;
}

.page-ecosys-process-map .bl-pamphlet a {
	color: #fff;
}

.page-ecosys-process-map .bl-pamphlet a:hover {
	color: #00BFFF;
}

@media screen and (max-width:450px){
.page-ecosys-process-map .bikou-pamph .br::before {
content: "\A" ;
white-space: pre ;
}
}










/*     データベース　H2    */
.data h2 {
  position: relative;
  background: #e6efea;
  padding: 0.25em 0.5em;
  border-left: solid 2em #99cc99;
}

.data h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f02d";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.45em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}










/*     技術情報　H2    */

.info-page h2,
.info-page-02 h2 {
    font-size:min(6vw,2em);
}

.info-page h2,
.info-page-02 h2 {
  position: relative;
  background: #e6efea;
  padding: 0.25em 0.5em;
  border-left: solid 2em #99cc99;
}

.info-page h2:before,
.info-page-02 h2:before{
  font-family: "Font Awesome 5 Free";
  content: "\f080";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.info-page p,
.info-page-02 p {
	font-size: 1.1em;
	line-height: 1.8em;
}

.info-page figcaption,
.info-page-02 figcaption{
	font-weight: bold;
}

.info-page-02 .komejirushi li {
	list-style: none;
	text-indent: -1em;
    padding-left: 1em;
}

.info-page h3,
.info-page-02 h3 {
    font-size:min(5vw,1.5em);
}











/*     お知らせ　H2    */
.inform-page h2 {
  position: relative;
  background: #e6efea;
  padding: 0.25em 0.5em;
  border-left: solid 2em #99cc99;
}

.inform-page h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 400;
  left: -1.4em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}











/*     お問合せ　H2    */

.inquiry-page h2 {
    font-size:min(6vw,2em);
}

.inquiry-page h2 {
  position: relative;
  background: #e6efea;
  padding: 0.25em 0.5em;
  border-left: solid 2em #99cc99;
}

.inquiry-page h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.3em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*     リンク　H2    */
.link-page h2 {
  position: relative;
  background: #e6efea;
  padding: 0.25em 0.5em;
  border-left: solid 2em #99cc99;
}

.link-page h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f109";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.6em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

h3 {
	color: #006934;
	font-weight: bold;
}

.wrap {
	padding-bottom: 230px;
}

/*     メイン画像    */

.sp {
	display: none !important; 
}






.sec_top{
	font-size: 1.1em;
	margin-bottom: 5em;
}

.sec_top p{
	text-indent: 1.1em;
}

.sec_info{
	margin-bottom: 5em;
}

.page-ecosystem .sec_top{
	margin-bottom: 3em;
}

.page-ecosystem .sec_info{
	margin-bottom: 3em;
}

.sec_info p{
	font-size: 1.1em;
	text-indent: 1.1em;
}

.sec_info .ref{
	font-size: 0.8em;
}

span.suptext {
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}

.kome:first-line {
	font-weight: bold;
}

.infoimage{
	margin-top: 40px;
}

.infocaption {
	font-size: 1.2em;
	text-align: center;
}

.linkbox {
	margin-bottom: 0.5em;
}

.linkbox a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}











/*     報告書等関連データベース    */

.data .panel-group {
	box-shadow: 1px 1px 3px #ccc;
}

.list-data a:link {
	color:#186AB7;
}

.data a:visited{
	color:#186AB7;
}

.data a:hover{
	color:#0000FF;
}

.data h2 {
    font-size:min(6vw,2em);
}

.data h3 {
	color: #fff;
	font-weight: normal;
	font-size: 1.5em;
	margin-top: 50px;
	margin-bottom: 10px;
	text-align: center;
	background: #006934;
	line-height: 40px;
}
.data h4 {
	font-weight: bold;
	text-align: center;
}

.data h4 i {
	margin-right: 0.5em;
}

.data h5 {
	font-weight: bold;
	border-left: solid 4px #006934;
	background: #efefef;
	line-height: 30px;
}

.data .panel-group {
	border: #999;
}

.data .panel section{
	padding-bottom: 3em;
}

.data .padding-1em {
	padding: 1em;
}

.data .content ol {
	list-style-type: none;
}

.data .hosoku {
	font-size: 1em;
}

.data .list-data {
	list-style: none;
	margin-left: -30px
}

.data .list-data li {
	padding-left: 20px;
	background: url(../images/icon_1r_32.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	line-height: 1.8em;
}

.data .icon_pdf {
	padding-left: 20px;
	background: url(../images/icon_1r_32.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	line-height: 1.8em;
}

.data .dl-map a {
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
}

.data .dl-map a:hover {
	color: #00BFFF;
}

.data .dl-map a .br::before {
content: "\A" ;
white-space: pre ;
}

@media screen and (max-width:400px){
.data .dl-map a .br-02::before {
content: "\A" ;
white-space: pre ;
}
}

@media screen and (max-width:350px){
.data .dl-map a .br-03::before {
content: "\A" ;
white-space: pre ;
}
}

.data .komejirushi a {
	text-decoration: underline;
}











/*          お知らせ         */
table.tabletype {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 2;
}

table.tabletype th {
	width: 18%;
	padding: 5px 10px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f3f6f7;
}

table.tabletype td {
	width: 82%;
	padding: 5px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.table-box a:link {
	color: #186AB7;
}

.table-box a:visited{
	color:#186AB7;
}

.table-box a:hover{
	color:#0000FF;
}







/*----- フッター下部設定 -----*/
#mainwrap {
	margin: 0 auto;
}

#mainwrap {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.wrap {
	padding-bottom: 100px;
}

#footerIn {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}
/*-----ここまで フッター下部設定 -----*/





/*          フッター         */

#footerIn {
	text-align: center;
	border-top-style: solid;
	border-top-color: #666;
}

.copyright {
	font-size: 12px;
	color: #060;
}

.counter {
	font-size: 12px;
	color: #666;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

.mail {
	padding: 2em;
	margin-top: 30px;
	line-height: 1.8em;
}









/*-----共通　マージン -----*/
.m-t-1 {margin-top:calc(3%);}
.m-t-2 {margin-top:calc(6%);}
.m-t-3 {margin-top:calc(9%);}
.m-t-4 {margin-top:calc(12%);}
.m-t-5 {margin-top:calc(15%);}
.m-b-1 {margin-bottom:calc(3%);}
.m-b-2 {margin-bottom:calc(6%);}
.m-b-3 {margin-bottom:calc(9%);}
.m-b-4 {margin-bottom:calc(12%);}
.m-b-5 {margin-bottom:calc(15%);}





/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:979px){ 
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/

@media screen and (max-width:767px){
.pc {
	display: none !important; 
}
.sp {
	display: block!important; 
}
}

/*================================================
 *  プリントcss
 ================================================*/

@media print{
	
}