@charset "utf-8";

	
.anchorFlex.esg li {
	width: 32%;
	box-sizing: border-box;
	border: 1px solid #22b0a4;
}

.normalTable th.alignLeft {
	text-align: left;
}

.normalTable td {
	text-align: right;
}

.normalTable td.center {
	text-align: center;
}

.normalTable tr td:nth-child(2) {
	text-align: center;
}

table .w120 {
	width: 120px;
}

.dotTitle {
	font-size: 2.2rem;
	margin-bottom: 20px;
	font-weight: 500;
	position: relative;
	padding-left: 30px;
	line-height: 1.4;
}

.dotTitle::before {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #999;
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
}

.dblFlex {
	display: flex;
	justify-content: space-between;
}

.dblSame {
	width: 49%;
}

.tdBg01 {
	background: #eee;
}
.tdBg02 {
	background: #ccc;
}
.tdBg03 {
	background: #999;
}

.colors01 {
	background: #eee;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #bcbcbc;
	vertical-align: middle;
	margin-right: 5px;
}
.colors02 {
	background: #ccc;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #bcbcbc;
	vertical-align: middle;
	margin-right: 5px;
}
.colors03 {
	background: #999;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #bcbcbc;
	vertical-align: middle;
	margin-right: 5px;
}

.wp5 {
	width: 5%;
}

.wp10 {
	width: 10%;
}

.wp15 {
	width: 15%;
}
.wp20 {
	width: 20%;
}
.wp25 {
	width: 25%;
}
.wp30 {
	width: 30%;
}
.wp40 {
	width: 40%;
}

.envTable.ver05 th,
.envTable.ver05 td {
	padding: 10px;
	vertical-align: middle;
}

.envTable.ver05 th {
	
	text-align: center;
}

.envTable.ver05 td.aCenter,
.envTable th.aCenter {
	text-align: center;
}

.envTable.ver03.aLeft td {
	text-align: left !important;
} 
.envTable.ver03.aLeft td.aRight {
	text-align: right !important;
}


.tiFlex {
	display: flex;
}


.tiFlex dt {
	width: 3.5em;
	flex-shrink: 0;
}

.greenTxt {
	color: #00ad8c;
	font-weight: 500;
}
.blueTxt {
	color: #22408f;
	font-weight: 500;
}


.exIndTxt {
	text-indent: -1.7em;
	padding-left: 1.7em;
}


td.diag  {
  position: relative;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><line x1='100%' y1='0' x2='0' y2='100%' stroke='rgb(51,51,51)' stroke-width='1'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px){
	.anchorFlex.esg {
		display: block;
	}

	.anchorFlex.esg li {
		width: 100%;
	}

	.anchorFlex.esg li:nth-child(n + 2) {
		margin-top: 20px;
	}

	.dotTitle {
		font-size: 2.0rem;
		padding-left: 20px;
	}
	.dotTitle::before {
		width: 12px;
		height: 12px;
		top: 10px;
	}

	.dblFlex {
		display: block;
		justify-content: space-between;
	}

	.dblSame {
		width: 100%;
	}

	.dblFlex .dblSame:nth-child(n + 2) {
		margin-top: 30px;
	}

	table.envTable .w120 {
		width: 80px;
	}

	.envTable.ver05 {
		width: 1200px;
	}
}

