/* ==========================================================================
	csr index
========================================================================== */
/*--------------
	content
--------------*/

.company_index li {
	margin-right: 4%;
	margin-bottom: 4%;
	width: 22%;
}
.company_index li:nth-child(4n) {
	margin-right: 0;
}

.content .company_index li a {
	display: block;
	width: 100%;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.content .company_index li a p {
	margin: 0;
}
.company_index li a .img img {
	vertical-align: bottom;
}
.company_index li a .ttl {
	border-left: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	box-sizing: border-box;
}
@media screen and (min-width: 961px) {
	.content .company_index li a:hover {
		color: #FFF;
		box-shadow: 0 0 10px #CCC;
		background: #01a0e9;
	}
	.company_index li a:hover .ttl {
		border-color: #01a0e9;
	}
}
.company_index li a .ttl .cell {
	padding: 10px 5px;
	height: 40px;
	line-height: 1.4;
}

.list_group li,
.content .list_group li:nth-child(5n) {
	box-sizing: border-box;
	width: 20%;
	position: relative;
}
.list_group li:last-child {
	-moz-width: -moz-calc( 20% + 1px );
	-webkit-width: -webkit-calc( 20% + 1px );
	width: calc( 20% + 1px );
}
.list_group li a {
	padding: 7px 15px;
	display: block;
	border-left: 1px dotted #333;
	border-bottom: 1px dotted #333;
}

.list_group li:nth-child(-n+5) a {
	padding-top: 0;
}
.list_group li:nth-child(n+11) a {
	border-bottom: 0;
}

.list_group li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.list_group li:nth-child(5n) a,
.list_group li:last-child a {
	border-right: 1px dotted #333;
}
.list_group li a img {
	vertical-align: bottom;
}

.list_group li:before,
.list_group li:nth-child(5n):after,
.list_group li:last-child:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: #FFF;
	position: absolute;
	left: -9px;
	bottom: -9px;
	z-index: 1;
}
.list_group li:nth-child(5n):after,
.list_group li:last-child:after {
	left: auto;
	right: -9px;
}

@media screen and (max-width: 960px) {
	.company_index li {
		width: 30%;
		margin-right: 5%;
		margin-bottom: 5%;
	}
	.company_index li:nth-child(4n) {
		margin-right: 5%;
		margin-bottom: 5%;
	}
	.company_index li:nth-child(3n) {
		margin-right: 0;
		margin-bottom: 0;
	}
	.company_index li a .ttl .cell {
		padding: 5px;
	}
}

@media screen and (max-width: 600px) {
	.company_index li {
		width: 100%;
		margin-right: 0;
		font-size: 2rem;
	}
	.company_index li:not(:last-child) {
		margin-bottom: 8%;
	}

	.content .list_group li,
	.content .list_group li:nth-child(5n) {
		width: 50%;
	}
	.list_group li:nth-child(5n) a {
		border-right: 0;
	}
	.list_group li:nth-child(2n) a,
	.list_group li:last-child a {
		border-right: 1px dotted #333;
	}
	.list_group li:nth-child(-n+5) a {
		padding-top: 7px;
	}
	.list_group li:nth-child(-n+2) a {
		padding-top: 0;
	}
	.list_group li:nth-child(n+11) a {
		border-bottom: 1px dotted #333;
	}
	.list_group li:nth-child(5n):after {
		display: none;
	}
	.list_group li:nth-child(2n):after {
		content: "";
		display: block;
		width: 18px;
		height: 18px;
		background: #FFF;
		position: absolute;
		left: -9px;
		bottom: -9px;
		z-index: 1;
	}
	.list_group li:nth-child(2n):after {
		left: auto;
		right: -9px;
	}

}

/* CSRレイアウト変更に伴う作業
---------------------------------------------------------- */

.csr_group {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.csr_group p {
	margin: 0;
}

.csr_group li a p {
	line-height: .65;
}

.csr_group.first_block {
	padding-bottom: 6rem;
}


.csr_group.first_block li a .ttl {
	background-color: #009FE8;
}

.csr_group.second_block {
	flex-wrap: wrap;
}

.csr_group.first_block li {
	width: 48%;
	margin-right: 0;
	background-color: #009FE8;
}

.csr_group li span,
.csr_group li a .ttl .cell {
	position: relative;
	color: #fff;
}

.content .box .csr_group a {
	text-decoration: none;
}

.csr_group li a .ttl,
.csr_group li .ttl {
	padding: 1.3rem 1rem;
	line-height: 1.6;
	box-sizing: border-box;
}

.csr_group li .specifics {
	padding-right: 3rem;
	color: #fff;
	background-color: #1592E6;
	font-size: 13px;
	box-sizing: border-box;
}

.csr_group.first_block li .specifics {
	padding-bottom: 2rem;
}

.csr_group li a .table {
	position: relative;
	font-size: 14px;
	font-weight: bold;
}


.csr_group li a .table::after {
	position: absolute;
	right: 1rem;
	top: 29%;
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	color: #fff;
	z-index: 1;
}

.csr_group.second_block li a .ttl .cell::after {
	top: 11px;
}


.csr_group.second_block li {
	width: 31%;
	margin-right: 0;
	margin-bottom: 3rem;
}

/*-----20240917追加分------*/
ul.esg_group {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #fff;
}
ul.esg_group li a{
	color: #fff!important;
	text-decoration: none!important;
	transition: 0.6s;
	display: flex;
	flex-direction: column;
	flex: 1;
}
ul.esg_group li a:hover{
	opacity: 1!important;
	transition: 0.6s ease-in-out;
}
ul.esg_group li:hover.esg_environment{
	background: #008f4f;
	transition: 0.6s ease-in-out;
}
ul.esg_group li:hover.esg_social{
	background: #e06e17;
	transition: 0.6s ease-in-out;
}
ul.esg_group li:hover.esg_governance{
	background: #098cb4;
	transition: 0.6s ease-in-out;
}
ul.esg_group li a:hover > img{
	opacity: 0.8;
}
ul.esg_group li{
	width: 31%;
	display: flex;
	flex-direction: column;
}
.esg_environment{
	background: #00a955;
	overflow: hidden;
	position: relative;
}
.esg_social{
	background: #e5853e;
	overflow: hidden;
	position: relative;
}
.esg_governance{
	background: #269fc5;	
	overflow: hidden;
	position: relative;
}
.esg_flex_wapper{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 10px;
}
.esg_initial{
	font-size: 48px;
	padding: 0 4px 0 0 ;
}
.esg_flex_wapper .inner{
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.esg_environment_below_box,
.esg_social_below_box,
.esg_governance_below_box{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding: 20px 10px 10px;
	flex: 1; /* 高さを均等にする */
}
.esg_environment_below_box{
	background: #01d776;
}
.esg_social_below_box{
	background: #eda36c;
}
.esg_governance_below_box{
	background: #40bfe7;
}
.esg_environment .circle{
	width: 420px;
	height: 420px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	left: -100%;
	top: 60%;
	background-color: #80fd61;
	opacity: 0.2;
	z-index: 0;
	transition: 0.6s;
}
.esg_social .circle{
	width: 420px;
	height: 420px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	left: -100%;
	top: 60%;
	background-color: #ec7f1a;
	opacity: 0.2;
	z-index: 0;
	transition: 0.6s;
}
.esg_governance .circle{
	width: 420px;
	height: 420px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	left: -100%;
	top: 60%;
	background-color: #0d90b1;
	opacity: 0.2;
	z-index: 0;
	transition: 0.6s;
}
ul.esg_group li:hover.esg_environment .circle,
ul.esg_group li:hover.esg_social .circle,
ul.esg_group li:hover.esg_governance .circle{
	opacity: 0;
}



.esg_h1_title_env,
.esg_h1_title_social,
.esg_h1_title_governance{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	margin: 60px 0;
}
.esg_h1_title_env .above{
	width: 100%;
	height: 56px;
	background:#00a955;
    font-style: normal;
}
.esg_h1_title_social .above{
	width: 100%;
	height: 56px;
	background:#ec7f1a;
    font-style: normal;
}
.esg_h1_title_governance .above{
	width: 100%;
	height: 56px;
	background:#269fc5;	
    font-style: normal;
}
.esg_h1_title_env .below{
	width: 100%;
	height: 32px;
	background: #01d776;text-align: right;
}
.esg_h1_title_social .below{
	width: 100%;
	height: 32px;
	background: #eda36c;
	text-align: right;
}
.esg_h1_title_governance .below{
	width: 100%;
	height: 32px;
	background: #40bfe7;
	text-align: right;
}
.esg_h1_title_env h1,
.esg_h1_title_social h1,
.esg_h1_title_governance h1{
	position: absolute;
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-size: 42px;
    font-weight: 200;
    font-style: normal;
	left: 20px;
	top: -42%;
	opacity: 0;
	animation: titlefadein 0.7s ease forwards;
	animation-delay: 0.5s;
}
@keyframes titlefadein {
	0% {
	   opacity: 0;
	   left: 10px;
	}
	100% {
	   opacity: 1;
	   left: 20px;
	}
 }
.esg_h1_title_env h2,
.esg_h1_title_social h2,
.esg_h1_title_governance h2{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	font-size: 26px;
	right: 20px;
	bottom: -26px;
	padding: 0 10px;
	opacity: 0;
	animation: tittle2fadein 1s ease forwards;
	animation-delay: 1.2s;
}
@keyframes tittle2fadein {
	0% {
	   opacity: 0;
	   right: -300px;
	}
	100% {
	   opacity: 1;
	   right: 20px;
	}
 }
.esg_h1_title_env h2 > span{
	width: 30vw;
	border-top: 1px solid #ffffff;
	border-image:  linear-gradient(121deg, rgba(101,252,70,0) 0%, rgba(198,255,186,1) 37%, rgba(255,255,255,1) 100%)1;
	margin-right: 10px;
}
.esg_h1_title_social h2 > span{
	width: 30vw;
	border-top: 1px solid #ffffff;
	border-image:  linear-gradient(121deg, rgba(101,252,70,0) 0%, rgb(255, 204, 164) 37%, rgba(255,255,255,1) 100%)1;
	margin-right: 10px;
}
.esg_h1_title_governance h2 > span{
	width: 30vw;
	border-top: 1px solid #ffffff;
	border-image:  linear-gradient(121deg, rgba(101,252,70,0) 0%, rgb(145, 229, 255) 37%, rgba(255,255,255,1) 100%)1;
	margin-right: 10px;
}
.esg_h1_title_env .circle{
	width: 280px;
	height: 280px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	left: -5%;
	top: -50%;
	background-color: #80fd61;
	opacity: 0;
	z-index: 0;
	transition: 0.6s;
	animation: circlefadein 1.2s ease forwards;
}
@keyframes circlefadein {
	0% {
	   opacity: 0;
	   left: -20%;
	}
	100% {
	   opacity: 0.2;
	   left: -5%;
	}
 }
.esg_h1_title_social .circle{
	width: 280px;
	height: 280px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	left: -5%;
	top: -50%;
	background: #eda36c;
	opacity: 0.2;
	z-index: 0;
	transition: 0.6s;
	animation: circlefadein 1.2s ease forwards;
}
.esg_h1_title_governance .circle{
	width: 280px;
	height: 280px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	left: -5%;
	top: -50%;
	background: #0d90b1;
	opacity: 0.2;
	z-index: 0;
	transition: 0.6s;
	animation: circlefadein 1.2s ease forwards;
}
.esg_h3_title_env{
	text-align: left!important;
	color: #00a955;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	border-bottom: 1px solid #00a955;
	padding-bottom: 0!important;
	margin-bottom: 20px!important;
}
.esg_h3_title_social{
	text-align: left!important;
	color: #ec7f1a;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	border-bottom: 1px solid #ec7f1a;
	padding-bottom: 0!important;
	margin-bottom: 20px!important;
}
.esg_h3_title_governance{
	text-align: left!important;
	color: #0d90b1;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	border-bottom: 1px solid #0d90b1;
	padding-bottom: 0!important;
	margin-bottom: 20px!important;
}
.esg_box{
	margin-bottom: 68px;
}

@media screen and (max-width: 960px) {
.esg_flex_wapper{
	flex-direction: column;
	justify-content: center;
	}
}
@media screen and (max-width: 600px) {
.esg_box:last-of-type {
	margin-bottom: 0px;
}
.table_esg_env td{
	padding: 6px 4px!important;
}
ul.esg_group {
	flex-direction: column;
}
.esg_flex_wapper{
	flex-direction: row;
	justify-content: space-around;
}
ul.esg_group li{
	width: 100%;
	margin-bottom: 60px;
}
.esg_flex_wapper{
	font-size: 22px;
}
.esg_environment .circle,
.esg_social .circle,
.esg_governance .circle{
	left: -55%;
	top: -18%;
}
}
/*-----20240917追加分 end------*/

.csr_group.second_block .customers {
	background-color: #8F62D7;
}
.csr_group.second_block .customers .specifics {
	background-color: #BDB0EA;
}
.csr_group.second_block .investors {
	background-color: #3665A3;
}
.csr_group.second_block .investors .specifics {
	background-color: #688BBA;
}
.csr_group.second_block .welfare {
	background-color: #34A3B9;
}
.csr_group.second_block .welfare .specifics {
	background-color: #61C5D8;
}
.csr_group.second_block .employees {
	background-color: #D0AB1C;
}
.csr_group.second_block .employees .specifics {
	background-color: #DABD50;
}
.csr_group.second_block .community {
	background-color: #2EA633;
}
.csr_group.second_block .community .specifics {
	background-color: #5EB862;
}
.csr_group.second_block .environment {
	background-color: #DF7751;
}
.csr_group.second_block .environment .specifics {
	background-color: #FFA583;
}
.csr_group.second_block .sdgs {
	background-color: #1B0543;
}
.csr_group.second_block .sdgs .specifics {
	background-color: #280A5E;
}



.csr_group.second_block li:nth-child(4),
.csr_group.second_block li:nth-child(7) {
	margin-left: 0;
}

.csr_group.first_block li:first-child {
	margin: 0;
}

.csr_group li:last-child a .ttl {
	border: none;
}

.link_button {
	margin: .5rem 0 0;
}


.link_button .right_arrow {
	display: inline-block;
	width: 100%;
	background-color: #34B3ED;
	color: #fff;
	padding: 1rem 0 1rem 20px;
	box-sizing: border-box;
}

.link_button a:hover,
.content .box .csr_group a:hover img,
.content .box .csr_group a:hover .table,
#csr_report ul .order2 .pic a:hover img {
	opacity: .7;
	text-decoration: none;
	cursor: pointer;
}

.link_button .right_arrow:after {
	top: 23%;
	color: #fff;
}

#csr_report ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
}

#csr_report ul .order2 {
	width: 31%;
}

#csr_report ul .order2 a {
	display: block;
}

#csr_report ul .order2 .pic img {
	border: 1px solid #707070;
	padding: 1rem;
	box-sizing: border-box;
}

#csr_report ul .order1 {
	width: 69%;
	padding-left: 3rem;
	box-sizing: border-box;
}

#csr_report .txt dt {
	color: #333;
	font-weight: bold;
	font-size: 1.6rem;
}

#csr_report .txt dl {
	margin: 0;
}

#csr_report .txt .subttl {
	font-size: 2rem;
	padding-bottom: 1rem;
}

#csr_report .txt dd {
	margin-left: 0;
	line-height: 2;
}

#csr_report .txt dd {
	padding-bottom: 3rem;
}

#csr_report .txt dd:last-child {
	padding-bottom: 0;
}

.csr_group li p {
	margin: 0;
}

#csr h2 {
	font-size: 20px;
	text-align: center;
	margin: 0;
	padding-bottom: 2.5rem;
}

#category {
	padding-bottom: 7rem;
}
.table_esg_env{
	width: 100%;
    overflow-x: auto;
}
.table_esg_env table{
	border-collapse: collapse;
    border-spacing: 0;
    min-width: 601px;
    width: 100%;
}
.table_esg_env th{
	font-size: 1.8rem;
	color: #00a955;
	padding: 6px 4px;;
}
.table_esg_env th:nth-child(2){
	background: #f5f5f5;
}
.table_esg_env th:first-child{
	background: #ebeaea;
	width: 30%;
}
.table_esg_env td{
	border:  1px solid #dddada;
	padding: 26px 16px;
}
.table_esg_env td:first-child{
	text-align: center;
}
.text_center{
	text-align: center
}
.table_esg_env dl:not(:first-of-type){
	margin: 50px 0 0;
}
.table_esg_env dd{
	margin: 0;
}
.esg_box h4{
	color: #00a955;
	font-weight: bold;
	margin-top: 60px;
}
.esg_box ul li{
	position: relative;
	text-indent: 1.4rem;
}
.esg_box ol {
	counter-reset: item; /* 親のolでカウンターをリセット */
	list-style-type: none;
	padding-left: 0;
	text-indent: -1.4rem;
}
.esg_box ul li:before{
	position: absolute;
	left: -1.4rem;
	top: 0;
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	color: #b9b9b9;
}
.esg_box ol li {
	text-indent: -1.8rem; /* 数字が左に出るようにインデントを調整 */
	padding-left: 1.8rem; /* 本文を適切に配置 */
	margin-bottom: 24px;
}
.esg_box ol li:before {
	counter-increment: item; /* カウンターをインクリメント */
	content: counter(item) '.'; /* カウンターの値を取得して表示 */
	margin-left: 0.4rem;
}
.transfer_risk_bg{
	background: #F4FFFA;
	font-weight: bold;
	color: #5a5a5a;
}
.risk_bg{
	background: linear-gradient(180deg, #F4FFFA 24%,  #91f17e 100%);
	font-weight: bold;
	color: #5a5a5a;
}
.pysical_risk_bg{
	background: linear-gradient(180deg, #F4FFFA 20%, #35c8cf  100%);
	font-weight: bold;
	color: #5a5a5a;
}
.opportunity_bg{
	background: rgb(45,192,253);
	background: linear-gradient(180deg, #c9fbff 20%, #ffffff 100%);
	font-weight: bold;
	color: #5a5a5a;
}
.esg_box ol.no_number{
	text-indent: 0!important;
}
.esg_box ol.no_number li::before{
    counter-increment: unset;
    content: unset;
    margin-left: 0;
	text-indent: 0!important;
	padding-left: 0;
}
ul.social_list{
	margin: 30px 0 30px;
}
ul.social_list li:first-child{
	text-indent: 24px;
}
ul.social_list li:first-child::before{
	content: "◆";
	color: #000;
	text-indent: 14px;
	font-size: 12px;
	top: 2px;
}
ul.social_list li:not(:first-child)::before{
	display: none;
}
ul.social_list li:not(:first-child){
	text-indent: unset;
	padding: 6px 0 0 20px;
}
.img_adj_gov{
	text-align: center;
	margin-top: 30px;
}
.scroll_img{
	display: none;
}
@media screen and (max-width: 600px) {
	.scroll_img{
		display: block;
	}
	.sp {
		display: none;
	}
	.csr_groupsp.second_block {
		display: block;
	}
	.csr_group.first_block li,.csr_group.second_block li {
		width: 100%;
		flex-direction: row;
	}
	.csr_group.second_block li a p {
		text-align: left;
	}
	.csr_group.second_block li .img img {
		width: 100%;
	}
	.csr_groupsp.second_block {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		padding-top: 2rem;
	}
	.csr_groupsp.second_block li {
		width: 100%;
		margin-bottom: 2rem;
	}
	.csr_groupsp.second_block li a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		line-height: .6;
		-ms-align-self: stretch;
		align-self: stretch;
		background-color: #009FE8;
		color: #fff;

	}
	.csr_groupsp.second_block li a:after {
		position: absolute;
		right: 30px;
		content: '\f105';
		font-family: 'Font Awesome 5 Free';
		font-weight: bold;
		color: #fff;
		z-index: 1;
		font-size: 2.4rem;
	}

	.csr_groupsp.second_block .img {
		width: 30%;
	}
	.csr_groupsp.second_block .ttl {
		width: 70%;
		padding-left: 1rem;
		align-self: center;
		z-index: 1;
		line-height: 2.6;
	}

	.csr_group.first_block {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.csr_group.first_block li,
	.csr_group.second_block li  {
		margin-left: 0;
		margin-bottom: 4rem;
	}
	.csr_group.first_block li:first-child,
	.csr_group li:first-child {
		margin-bottom: 4rem;
	}
	.csr_group li:last-child {
		margin-bottom: 0;
	}

	.csr_group li a .ttl .cell,
	.csr_groupsp.second_block .ttl {
		font-size: 2.4rem;
	}

	#csr_report ul {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	#csr_report ul .order2 {
		order: 2;
		width: 100%;
	}

	#csr_report ul .order2 .pic {
		text-align: center;
	}

	#csr_report ul .order1 {
		order: 1;
		padding-left: 0;
		width: 100%;
		margin-bottom: 3rem;
	}

	#csr_report .txt dt {
		font-size: 2.4rem;
	}

	#csr_report .txt .subttl {
		font-size: 2.8rem;
	}

	.csr_group li a .img {
		display: none;
	}

	#csr_report ul .order2 .pic a {
		width: 50%;
		margin: 0 auto;
	}
	#csr_report ul .order2 .link_button a {
		width: 75%;
		margin: 0 auto;
	}

	.csr_title {
		font-size: 4.5rem;
	}

}

.pdf_desc {
  display: flex;
  align-items: center;
	padding: 0 1rem 13px;
	background-color: #280A5E;
}

.pdf_icon {
	width: 30px;
	padding-right: 1rem;
}

.pdf_name {
	color: #fff;
}

.third_block {
	justify-content: center;
}

@media screen and (max-width: 600px) {
	.sdgs_title {
		padding-top: 42px;
	}
}

/*--- --- */
.csr-esg-social-table {
	width: 100%;
	border: solid 1px #ccc;
	border-collapse: collapse;
}

.csr-esg-social-table .td1 {
	width: 30%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: solid 1px #ccc;
}

.csr-esg-social-table .td2 {
	width: 70%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: solid 1px #ccc;
}

/*--- --- */
.csr-esg-social-table2 {
	margin-top: 2em;
	margin-bottom: 2em; /* 20250115追加 */
	width: 100%;
	border: solid 1px #ccc;
	border-collapse: collapse;
}

.csr-esg-social-table2 .td1 {
	width: 40%;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	border: solid 1px #ccc;
}

.csr-esg-social-table2 .td2 {
	width: 60%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: solid 1px #ccc;
}

/*--- --- */
.csr-esg-social-table3 {
	margin-top: 2em;
	width: 100%;
	border: solid 1px #ccc;
	border-collapse: collapse;
}

.csr-esg-social-table3 .td1 {
	width: 40%;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	border: solid 1px #ccc;
}

.csr-esg-social-table3 .td2 {
	width: 60%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: solid 1px #ccc;
}

/*--- --- */
.csr-esg-social-table4 {
	width: 100%;
	border: 0;
}

.csr-esg-social-table4 .td1 {
	text-align: center;
	vertical-align: top;
	width: 1.5em;
}

.esg_block {
	margin-top: 2rem;
}

.esg_block p {
	margin: 0;
}

/*--- 20241224 --- */
#esg_social_area .esg_box h4 {
	color: #ec7f1a;
}
.table_esg_env ol li::before {
  content: "・";
  color: #383a3b;
}
.table_esg_env ol li {
	padding-left: 1em;
	text-indent: -1em;
}

/*--- 20250115 --- */
.csr-esg-governance-table {
	margin-top: 1em;
	margin-bottom: 2em;
	width: 100%;
	border: solid 1px #ccc;
	border-collapse: collapse;
}

.csr-esg-governance-table .td1 {
	width: 25%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: solid 1px #ccc;
}

.csr-esg-governance-table .td2 {
	width: 25%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: solid 1px #ccc;
}

.csr-esg-governance-table .td3 {
	width: 25%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: solid 1px #ccc;
}

.csr-esg-governance-table .td4 {
	width: 25%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: solid 1px #ccc;
}

/*--- --- */
.csr-esg-governance-table2 {
	margin-top: 2em;
	margin-bottom: 2em;
	width: 100%;
	border: solid 1px #ccc;
	border-collapse: collapse;
}

.csr-esg-governance-table2 .td1 {
	width: 25%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: solid 1px #ccc;
}

.csr-esg-governance-table2 .td2 {
	width: 25%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: solid 1px #ccc;
}

.csr-esg-governance-table2 .td3 {
	width: 25%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: solid 1px #ccc;
}

.csr-esg-governance-table2 .td4 {
	width: 25%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: solid 1px #ccc;
}

/*---20250124--- */
.csr-esg-social-table5 {
	width: 100%;
	border: solid 1px #ccc;
	border-collapse: collapse;
}

.csr-esg-social-table5 .td1 {
	width: 55%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: solid 1px #ccc;
}

.csr-esg-social-table5 .td2 {
	width: 45%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: solid 1px #ccc;
}

.csr-esg-social-table6 {
	width: 100%;
	border: solid 1px #ccc;
	margin-bottom: 2em;
	border-collapse: collapse;
	margin-left: 20px;
}

.csr-esg-social-table6 .td1 {
	width: 20%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: solid 1px #ccc;
}

.csr-esg-social-table6 .td2 {
	width: 80%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: solid 1px #ccc;
}

.csr-esg-social-table6 caption {
	text-align: left;
}

.csr-esg-social-table7 {
	width: 100%;
	border: none;
	margin-bottom: 2em;
	border-collapse: collapse;
}

.csr-esg-social-table7 .td1 {
	width: 35%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: none;
	vertical-align: top;
}

.csr-esg-social-table7 .td2 {
	width: 65%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: none;
	vertical-align: top;
}

.csr-esg-social-table8 {
	width: 100%;
	border: none;
	border-collapse: separate;
	border-spacing: 15px;
}

.csr-esg-social-table8 .td1 {
	width: 40%;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	border: none;
	vertical-align: top;
}

.csr-esg-social-table8 .td2 {
	width: 60%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: none;
	vertical-align: top;
}

.csr-esg-social-table9 {
	margin-bottom: 2em;
	width: 100%;
	border: none;
	border-collapse: separate;
	border-spacing: 15px;
}

.csr-esg-social-table9 .td1 {
	width: 40%;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	border: none;
	vertical-align: top;
}

.csr-esg-social-table9 .td2 {
	width: 60%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: none;
	vertical-align: top;
}

ul.social_list_nomark{
	margin: 25px 0 32px;
}

ul.social_list_nomark li::before {
	display: none;
}
ul.social_list_nomark li {
	text-indent: unset;
	padding: 6px 0 0 20px;
}

.contribution_img {
	max-width: 50%;
}

.esg_governance img,iframe {
	height: -webkit-fill-available;
}

.social_annotation {
	margin-top: -1rem;
}

@media screen and (max-width: 600px) {
	.csr-esg-social-table7 {
		border: none;
    }
	.csr-esg-social-table7 .td1,
	.csr-esg-social-table7 .td2 {
		display: block;
		width: 100%!important;
		float: left;
    }

    .csr-esg-social-table8 .td1,
	.csr-esg-social-table8 .td2 {
		display: block;
		width: 100%!important;
		float: left;
    }

	.csr-esg-social-table9 .td1,
	.csr-esg-social-table9 .td2 {
		display: block;
		width: 100%!important;
		float: left;
    }

	.contribution_img {
		max-width: 80%;
	}

	.esg_group li a img {
		display: none;
	}
}

/*--- /////20250321///// --- */
.sdgs_box {
	gap: 3rem;
}

.csr_group.sdgs_box .sdgs {
	display: flex;
	align-content: stretch;
	flex-direction: column;
}

.csr_group.sdgs_box .sdgs:nth-child(1) .specifics {
	height: 100%;
}

@media screen and (max-width: 600px) {
	.sdgs_box {
		gap: 0;
	}
	#category {
		padding-bottom: 0;
	}
}

/*--- 20250609 add --- */
.csr-esg-env-table2 {
	margin-top: 2em;
	margin-bottom: 2em;
	width: 100%;
	border: solid 1px #ccc;
	border-collapse: collapse;
}

.csr-esg-env-table2 caption {
	text-align: left;
}

.csr-esg-env-table2 th {
	background: #ebebeb
}

.csr-esg-env-table2 .td1 {
	width: 25%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: solid 1px #ccc;
}

.csr-esg-env-table2 .td2,
.csr-esg-env-table2 .td3,
.csr-esg-env-table2 .td4 {
	width: 25%;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	border: solid 1px #ccc;
}

.before_none {
	text-indent: 0 !important;
}

.before_none:before{
	display: none;
}

.margin-0 {
	margin: 0;
}
/*--- --- */