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

/* ========== 共通 ========== */
.page-ecosystem h3.h3-cuctom,
.page-ecosys-processlist-map h3.h3-cuctom {
  position: relative;
  background: #E1EAE5;
  padding: 0.25em 0.5em;
  border-left: solid 2em rgba(25,116,70,.5);/*#75BA75*/
  font-size: 15px;/*IE用*/
  font-size: clamp(16px, 2vw, 1.4em);
	color: rgba(25,116,70,.9);
}
.page-ecosystem h3.h3-cuctom:before,
.page-ecosys-processlist-map h3.h3-cuctom:before {
  font-family: "Font Awesome 5 Free";
  content: "\f518";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.45em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}




/* ========== ecosystemu.html ========== */
	/*.h3-custom {
		font-size: 1.3em;
		padding: 5px 0 2px 0.5em;
		border-radius: 2px;
		border-left: 5px solid green;
	}*/
	.button_solid014 a{
    background: #eee;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 320px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    box-shadow: 3px 3px 0 #86C3AF;
    border-radius: 50px;
}
.button_solid014 a:hover {
  background-color: #C4E2CB;
  box-shadow: 0 0 0;
  transform: translate(5px, 5px);
	text-decoration: none;
}
.button_solid014 a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}









/* ========== ecosys-processlist-map.html ========== */
.page-ecosys-processlist-map .indent{
    list-style: none;
    padding-left: 1.5em;
}
.page-ecosys-processlist-map .indent li{
    text-indent: -1.5em;
}
.page-ecosys-processlist-map .indent li:before{
    content: "※";
    margin-right: 0.5em;
}








/* ========== ecosys-leaflet.html ========== */
.page-ecosys-leaflet h3.flowchart-h3 {
	font-size: 14px;/*IE用*/
	font-size: clamp(12px, 2vw, 1.4em);
	text-align: center;
	color: #fff;
	background: #5CAD5C;
	padding: 8px 0;
	border-radius: 3px;
	border: double 4px #fff;
}

.page-ecosys-leaflet h3.flowchart-h3 i {
	color: rgba(255,255,255,.7);
}

.leaflet-wrap {
	margin-bottom: 3em;
}

.leaflet-wrap .hyoshi {
	border: 1px solid #aaa;
}

.leaflet-wrap .a i.fas {
	margin-right: 0.5em;
}

.leaflet-wrap .b {
	position: relative;
	margin-bottom: 0.5em;
	background: #87c07c;
	border-bottom: 3px solid #5CAD5C;
	border-radius: 10px 10px 0 0;
}
.leaflet-wrap .b .text {
	color: #fff;
	font-weight: bold;
	padding: 4px 0 1px 150px;
}
.leaflet-wrap .b img.a {
	position: absolute;
	width: 70px;
	height: auto;
	top: 25%;
   left: 0%;
   transform: translateY(-50%);
}

.leaflet-wrap .title-wrap {
	display: flex;
	align-items:center;
	border-bottom: dotted 1px #999;
}
@media screen and (max-width:979px){
.leaflet-wrap .title-wrap {
	display: block;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
}

.leaflet-wrap .title {
	color: #2e684f;
	font-weight: bold;
	font-size: 14px;/*IE用*/
	font-size: clamp(17px, 1.7vw, 1.5em);
}

.leaflet-wrap .c {
	display: flex;
	align-items:center;
	margin-top: 0.5em;
}
.leaflet-wrap .c .label {
	font-size: 12px;
}
.leaflet-wrap .c .label {
	margin-right: 0.5em;
}
.leaflet-wrap .c ul {
	color: #444;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 -2.5em;
}
.leaflet-wrap .c ul li{	
	list-style-type: none;
}
.leaflet-wrap .c ul li:before{
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	color: #f0ad4e;
	padding-right: 0.2em;
	font-weight: bold;
}



/*ダウンロードボタン*/
.leaflet-wrap a.btn {
  margin-left: auto;
}
.leaflet-wrap a.btn--color {
  color: #fff;
  background-color: #5CAD5C;
}
.leaflet-wrap a.btn--color:hover {
  color: #fff;
  background: #93C993;
}
.leaflet-wrap a.btn-c {
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  padding: 3px 1em;
  border-radius: 100vh;
}
.leaflet-wrap a.btn-c i.fas {
  margin-right: 1rem;
}




.leaflet-wrap .text {
	font-size: 1em;
	margin-top: 1em;
}


/*  三角 (下向き)  */
.page-ecosys-leaflet .triangle{ 
     width: 0;
     height: 0;
     border-left: 25px solid transparent;
     border-right: 25px solid transparent;
     border-top: 25px solid #666;
	margin: 0 auto 2em auto;
}





@media screen and (max-width:767px){
.page-ecosys-leaflet .leaflet-wrap img.hyoshi {
	width: 80%;
	margin: 0 auto;
	}
}