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

section{
	margin: 0 auto 80px;
}

.box .inner{
	padding: 40px 6.5% 64px;
}

.esg_item{
	margin-top: 40px;
}

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

.tab_area li{
	width: 32%;
}

.tab_area li a{
	display: block;
	border: 1px solid #00856A;
	border-bottom: none;
	border-radius: 16px 16px 0 0;
	color: #00856A;
	font-weight: 700;
	line-height: 62px;
	text-align: left;
	padding: 0 24px;
	font-feature-settings: "palt";
}

.tab_area li a.active{
	background-color: #00856A;
	color: #fff;
}

.esg_contents{
	display: none;
	padding: 32px 4% 40px;
	border: 1px solid #00856A;
	border-radius: 0 0 16px 16px;
	overflow: hidden;
}

.esg_contents.show{
	display: block;
}

.esg_contents h3{
	font-size: 1.8rem;
	text-align: left;
	line-height: normal;
}

.esg_contents .tblStyle01 + p{
	margin-top: 16px;
}

.esg_contents .ttl_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.esg_contents .ttl_flex p{
	line-height: normal;
}

@media screen and (max-width: 767px){
	.box .inner{
		padding: 24px;
	}
	
	.tab_area li a{
		padding: 0 12px;;
		line-height: 40px;
		border-radius: 8px 8px 0 0;
	}
	
	.esg_contents{
		padding: 24px 16px;
	}
}

@media screen and (max-width: 540px){
	.box .inner{
		padding: 24px 16px;
	}
	
	.tab_area li a{
		padding: 0;
		font-size: 1.2rem;
		text-align: center;
	}
	
	.esg_contents h3{
		font-size: 1.6rem;
	}
	
	.esg_contents .ttl_flex{
		flex-direction: column;
		align-items: flex-start;
	}
	
	.esg_contents .ttl_flex p{
		margin-top: 4px;
	}
	
}