@charset "utf-8";
/* esg */

.contents {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	padding: 40px 0px 40px 0px;
	margin: 0px;
	text-align: justify;
	text-justify: distribute;
}


.contents_blue {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	padding: 40px 0px 40px 0px;
	margin: 0px;
	text-align: justify;
	text-justify: distribute;
	background-color: #DBF0FF;
}



.category {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}

.category_image {
	width: 100px;
	height: 100px;
	overflow: hidden;
	display: inline-block;
	float: left;
	border-radius: 50px;
	border: 3px solid  #39BAFF;
}

.category_text {
	width: 860px;
	display: inline-block;
	float: left;
	margin: 20px 0px 0px 20px;
}

.category_title {
	font-size: 26px;
	line-height: 100%;
	font-weight: bold;
	vertical-align: middle;
	color: #009FF4;
}


.category_english {
	display: inline-block;
	font-size: 55%;
	vertical-align: middle;
	padding: 0 0 0px 20px;
}

.effort-txt {
	margin: 5px 0 0 0px;
	list-style: circle;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #454545;
}

      
  
.entry {
	width: 480px;
	height: 100%;
	overflow: hidden;
	margin: 20px 0px;
}

.entry > .target {
	margin: 0px 0px 10px 0px;
	padding: 0 12px;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	background: #30B6FE;
}

.entry > .text {
	min-height: 41px;
	display: block;
	clear: both;
	margin: 0px 0px 5px 0px;
	font-size: 16px;
	line-height: 21px;
}

.entry > .icon {
	display: flex;
	flex-flow: row wrap;
	align-items: left;
}

.entry .icon > img {
	width: 58px;
	height: 58px;
	margin: 5px 5px 0 0;
}
