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

/* ========== 地域内エコシステム　公募 .kobo-page ========== */

.kobo-page p {
	font-size: 1.5rem;
}


.container.container-title {
	padding: 0;
	position: relative;
}
.container.container-title .ecosys-logo {
	width: 100px;
	height: auto;
	position: absolute;
	top:50px;
}
@media screen and (max-width:991px){
	.container.container-title .ecosys-logo {
	position: initial;
	margin: 0 auto;
	margin-top: 10px;
}
}

.kobo-page h2 {
	font-weight: bold;
	background: rgba(60,140,60,1.00);/*rgba(51,122,183,1)*/
	padding: 1em 1.5em;
	text-align: center;
	margin: 0;
}

.kobo-page h2 .word01 {
	display: inline-block;
	/*font-size: 0.7em;*/
	font-size: 0.7em;/*IE用*/
    font-size: clamp(0.5em, 1.1vw, 0.7em);
	line-height: 1.5em;
	color: #fff;
	background-color: rgba(255,255,255,.1);/*rgba(31,102,163,1)*/
	padding: 5px 2em 3px;
	border-radius: 50vh;
	margin-bottom: 0.5em;
}
.kobo-page h2 .word02 {
	font-size: 0.8em;/*IE用*/
    font-size: clamp(0.7em, 1.5vw, 0.8em);
	line-height: 1.3em;
	color: #fff;
}

.kobo-page h3.word03 {
    font-size:min(6vw,2em);
}
.kobo-page h3.word03 {
  position: relative;
  background: rgba(60,140,60,.2);/*rgba(31,102,163,.2)*/
  padding: 0.25em 0.5em;
  border-left: solid 2em rgba(60,140,60,.8);
}
.kobo-page h3.word03:before {
  font-family: "Font Awesome 5 Free";
  content: "\f044";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.kobo-page .kobo-table h4 {
	color: #fff;
	font-weight: bold;
	background-color: rgba(0,0,0,.6);
	text-align: center;
	margin-bottom: 0;
	border-radius: 5px 5px 0 0;
	padding: 1em 0.5em;
}

.kobo-page .panel-dl h4 {
	font-weight: bold;
}

.kobo-page .panel-dl tbody th {
	font-size: 1.2em;
	color: #555;
	vertical-align: middle;
}

/*.kobo-page .word03 {
	font-size: 2.2em;
}
.kobo-page .word03 span {
	border-bottom: dotted 3px rgba(0,136,255,1);
}*/

/*ダウンロードボタン*/

/*事業概要・公募案内はこちら*/
.kobo-page .btn-giyo {
	padding-top: 1em;
	padding-bottom: 2em;
}

.kobo-page .btn-giyo a.btn--color.btn--cubic {
	color: #fff;
  background: linear-gradient(to top, rgba(60,150,60,1), rgba(60,150,60,.8));
  border-bottom: 4px solid rgba(50,100,50,1);
}

.kobo-page .btn-giyo a.btn--color.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 1px solid rgba(50,80,50,1);
	background: linear-gradient(to top, rgba(60,150,60,.8), rgba(60,150,60,1));
}

.kobo-page .btn-giyo a.btn--radius {
  border-radius: 5px;
}

.kobo-page.btn-giyo  .fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}






.kobo-page .panel-default.panel-dl .btn-default {
	font-size: 0.9em;
	color: #555;
	font-weight: bold;
	background: linear-gradient(to top, rgba(0, 0, 0,.15), rgba(0, 0, 0,.07));
	transition: 0.6s;
}
.kobo-page .panel-default.panel-dl .btn-default:hover {
  color: #000;
  background-color: #ccc;
  border-color: #999;
}
.kobo-page .logo-icon {
	margin-right: 0.5em;
	margin-bottom: 5px;
}

/*表のライン非表示*/
.table-youryo .table > thead > tr > th,
.table-youryo .table > tbody > tr > th,
.table-youryo .table > tfoot > tr > th,
.table-youryo .table > thead > tr > td,
.table-youryo .table > tbody > tr > td,
.table-youryo .table > tfoot > tr > td {
  border-top: 0 solid #dddddd;
}
/*.table > thead > tr > th {
  border-bottom: 0 solid #dddddd;
}*/
/*表のライン色変更*/
.kobo-table .table-bordered > thead > tr > th,
.kobo-table .table-bordered > tbody > tr > th,
.kobo-table .table-bordered > tfoot > tr > th,
.kobo-table .table.table-bordered > thead > tr > td,
.kobo-table .table-bordered > tbody > tr > td,
.kobo-table .table-bordered > tfoot > tr > td {
  border: 1px solid rgba(0,0,0,.6);
}

.kobo-page .table_01 .right {
	padding: 1.5em 1em;
}

.kobo-page .table_01 .left {
	width: 130px;
	background: rgba(60,100,60,.1);/*rgba(31,102,163,.1)*/
	vertical-align: middle;
	text-align: center;
	border-right-width: 2px;
  border-right-style: dotted;
  border-right-color: rgba(0,0,0,.2);
}

/*問合せ先*/
.kobo-page .toiawase {
	display: flex;
	align-items: center;
}

.kobo-page .toiawase .head {
	/*padding-left: 1em;*/
	padding-right: 1em;
}

.kobo-page .toiawase .text {
	padding-left: 1em;
	border-left: 1px dotted #8a6d3b;
}

.text-red {
	color: red;
}


.kobo-page .panel-default.panel-dl {
  border-color: rgba(60,140,60,.9);
}
.kobo-page .panel-default.panel-dl > .panel-heading {
  color: #fff;
  background-color: rgba(60,140,60,.9);/*rgba(51,122,183,.9)*/
  border-color: rgba(60,140,60,1);/*rgba(51,122,183,1)*/
}











@media screen and (max-width:767px){
}