@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

.kv-sustainability_esg2 {
    background: url(/img/kv/sustainability_esg2.jpg) no-repeat center center;
    background-size: cover;
}


.sustainability-csr-btn {
	margin-bottom: 5em;
}
.sustainability .mrg-01 {
    margin-bottom: 20px;
}

/*#esg2-01,#esg2-02,#esg2-03,#esg2-04,#esg2-05,#esg2-06,#esg2-07,#esg2-08,#esg2-09,#esg2-10,#esg2-11,#esg2-12, #multistakeholder{
margin-top:-120px;
padding-top:120px;
display: block;
    height: auto;
}*/

.mt3{
	margin-top:3em;
}

.grid-box-left {
    width: auto;
}
a:link {
    line-height: auto;
}

table li a:link {
    line-height: 1.5em;
    position: relative;
}

table li a:after {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #094;
    border-bottom: 2px solid #094;
}
.sustainability-esg .table-style-02 tbody td:nth-of-type(1) ul li {
		padding-top:0.5em;
		padding-bottom:0.5em;
    padding-left: 0;
    text-indent: 0;
}
.sustainability-esg .table-style-02 tbody td:nth-of-type(1) ul li ul{
	padding-left:1em;
}

.sustainability-esg .table-style-02 tbody td:nth-of-type(1) ul li span{
    font-size: 13px;
}

@media (max-width: 768px)
{
.kv-sustainability_esg2 {
    background: url(/img/kv/sustainability_esg2_sp.jpg) no-repeat center center;
    background-size: cover;
}
.esg-table thead th,
.esg-table tbody th,
.esg-table tbody td,
.sustainability-esg .table-style-02 tbody td:nth-of-type(1) ul li {
    font-size: 14px;
		padding-top:0.5em;
		padding-bottom:0.5em;
    padding-left: 0;
    text-indent: 0;
}
table li a:link {
		display:block;
}
table li a:after {
    right: -10px;
}

.sustainability-esg .table-style-02 tbody td:nth-of-type(1) ul li span{
    font-size: 12px;
		display:block;
}
.table-style-02 tbody td {
    font-size: 10px;
    padding: 8px 20px 8px 5px;
}

}