@charset "utf-8";
/* ===========================================================

	Title: esg.css
	Created: 2019-12-11

=========================================================== */
/*

	authentication


=========================================================== */
/* ===========================================================

	authentication

=========================================================== */
.authentication-list .column__cell {
    position: relative;
    padding-bottom: 80px;
}
.authentication-list .column__cell .link-button {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

ul.icon-sdgs {
    display: flex;
    flex-wrap: wrap;
    width: 464px;
}

ul.icon-sdgs li {
    width: 116px;
    padding: 4px;
}

table.sdgs-table td.type-E {
    color: #fff;
    background-color: #00a94e;
    font-weight: bold;
}
table.sdgs-table td.type-S {
    color: #fff;
    background-color: #0faee5;
    font-weight: bold;
}
table.sdgs-table td.type-G {
    color: #fff;
    background-color: #1950a2;
    font-weight: bold;
}

.arrow-step {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #9ad4e5;
    margin: 0 auto;
}

.sdgs-step dt {
    color: #0165ad;
    border: 1px solid #0165ad;
    padding: 1rem;
    text-align: center;
    margin: 2rem 0;
}

ul.page-index-menu {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    line-height: 1.2;
}

ul.page-index-menu li {
    display: block;
    padding: 0.5rem;
    margin: 0;
}

ul.page-index-menu a {
    font-size: 1.125em;
    display: block;
    padding: 0.5rem 1.0rem;
    margin: 0;
    color:#0165AD;
    border: solid 1px #0165AD;
}

ul.page-index-menu a:hover {
    color:#fff;
    background-color: #0165AD;
    text-decoration: none;
}

ul.page-index-menu a::after {
    font-size: 0.875rem;
  display: inline-block; padding: 0; margin: 0 0 0 0.25rem;
  content: "▼";
}

.report-esg-lists{
    display: flex;
    flex-wrap:wrap;
}
.report-esg-list{
    width: 100%;
    padding: 1rem;
}

.report-esg-list .icon-mark {
    display: inline-block;
    vertical-align: bottom;
}

.report-esg-list .icon-mark img {
    width: 24px;
}
.report-esg-list dt{
    margin: 0 0 1rem 0;
}
.report-esg-list dt {
    margin: 0 0 2.0rem 0;
    padding: 0.5rem 0;
    border-bottom: 1px solid #ccc;
}
.report-esg-list dt a{
    font-size: 2.0rem;
    font-weight: bold;
}
.report-esg-list dd {
}

.report-esg-list dd.subtitle {
    font-weight: bold;
    display: inline-block;
    background-color: #0065ac;
    border-radius: 100px;
    padding: 6px 16px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin: 0em 0 0.5em 0;
}

.report-esg-list .report-esg-body {
    line-height: 1.8;
}

.amount{
    font-size: 0.875em;
}

@media screen and (max-width: 1279px) {
    ul.icon-sdgs {
        width: 234px;
    }
}

@media screen and (max-width: 767px) {
    .report-esg-list{
        width: 100%;
        padding: 1rem 0;
    }
}

.contents-style .initiative-contents h3{
    font-size: 2.2rem;
}

.contents-style .initiative-contents h4{
    font-size: 2.0rem;
}

.contents-style .initiative-contents h5{
    font-size: 1.8rem;
    margin: 0em 0 1.0em 0;
}

.contents-style .initiative-contents h5 em{
    color: #333;
}

.contents-style .initiative-contents h6{
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0 0 0.5em 0;
}

.contents-style .initiative-contents .kpibox {
    border: 4px solid #dcebf5;
    padding: 0 20px;
    margin: 0 0 1em;
}

.contents-style .initiative-contents .kpibox h6 {
    display: inline-block;
    background-color: #0065ac;
    border-radius: 100px;
    padding: 6px 16px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin: 1.0em 0 0.5em 0;
}

.contents-style .initiative-contents .kpibox ul{
    margin-left: 1.5rem;
}
.contents-style .initiative-contents .kpibox h7 {
    font-weight: bold;
    margin-left: -1.5rem;
}

.contents-style .initiative-contents .kpibox h7 em{
    color: #00aacb;
}

.comparison {
    width: 35%;
    margin: 1rem 8% 1rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comparison-en {
    width: 40%;
    margin: 1rem 8% 1rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comparison-title{
    font-weight: bold;
}

.comparison-value span {
    font-size: 2.0rem;
    display: inline-block;
    padding: 8px 16px;
    background-color: #dcebf5;
    border-radius: 8px;
    font-weight: bold;
}

.portfolio-hub {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px !important;
}
.portfolio-hub li {
	width: 180px;
	margin: 0 12px 20px;
}
.portfolio-hub li img {
	width: 180px;
	height: 210px;
}
.portfolio-hub li.maxHeight img {
	width: auto;
	height: 210px;
}
.portfolio-hub__image {
	width: 180px;
	height: 210px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f9f9f9;
	margin: 0 0 5px;
}
.portfolio-hub .portfolio-hub__number {
    border: 1px solid;
    font-size: 0.75em;
    padding: 0 4px;
    text-align: center;
    margin-right: 10px;
}

.portfolio-hub .portfolio__name {
    padding: 0 10;
    display: block;
    margin: 5px 0;
    font-size: 0.875em;
}

.portfolio-hub a:link, .portfolio-hub a:visited {
	display: block;
    color: #333;
    text-decoration: none;
    opacity: 1;
}

.portfolio-hub a:hover{
    color: #333;
    text-decoration: none;
    opacity: 0.75;
}

.portfoliolist-type--1 .portfolio-hub .portfolio-hub__number { color: rgba(28, 120, 184, 1.0); border-color: rgba(28, 120, 184, 1.0);}
.portfoliolist-type--2 .portfolio-hub .portfolio-hub__number { color: rgba(142, 173, 215, 1.0); border-color:rgba(142, 173, 215, 1.0); }
.portfoliolist-type--4 .portfolio-hub .portfolio-hub__number { color: rgba(1, 185, 204, 1.0); border-color:rgba(1, 185, 204, 1.0); }
.portfoliolist-type--8 .portfolio-hub .portfolio-hub__number { color: rgba(98, 202, 217, 1.0); border-color:rgba(98, 202, 217, 1.0); }
.portfoliolist-type--16 .portfolio-hub .portfolio-hub__number { color: rgba(148, 215, 226, 1.0); border-color:rgba(148, 215, 226, 1.0); }

.contents-style h3.h-authentication {
    display: flex;
    align-items: center;
    /* padding: 1rem; */
    padding: 0;
}

.contents-style h3 .h-title {
    padding: 0 2rem 0 0;
    font-size: 2.2rem;
}

.h-logo {
    width: 72px;
}

.authentication-contents table {
    margin: 1.0em 0 2.0em;
}

.authentication-contents .ARES_imgcolumnBox {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.report-type-cover {
    display: flex;
}

.report-type-cover .cover {
    max-width: 80px;
    width:80px;
}

.report-type-cover ul {
    padding: 0.5em 1em;
}

.chart-layout .column__cell{
    width: 50%;
}
@media screen and (max-width: 1279px) {
    .column--equal-width.chart-layout{
        display: block;
    }
    .chart-layout .column__cell{
        width: 100%;
    }
    .comparison {
        width: 50%;
    }
    .comparison-en {
        width: 60%;
    }
}
@media screen and (max-width: 700px) {
    .comparison {
        width: 60%;
    }
}
@media screen and (max-width: 820px) {
    .comparison-en {
        width: 70%;
    }
}
@media screen and (max-width: 565px) {
    .comparison, .comparison-en {
        width: 100%;
    }
    
    .authentication-contents .ARES_imgcolumnBox {
        flex-direction: column;
        gap: 20px;
    }
    
    .authentication-contents .ARES_imgcolumnBox figure {
        text-align: center;
    }
}

.green-table{}
.green-table tbody th {
	width: auto;
}

.border-right--none{
    border-right: none !important;
}


/* ===========================================================

	climate

=========================================================== */
.climate .indent-list > li::before {
    color: #00aacb;
}
.climate-scenario-list li {
    text-indent: -1em;
    margin-left: 1em;
}
.climate-scenario-big {
    background: #d9f2f7;
}
.climate-structure {
    border: 4px solid #dcebf5;
    padding: 0 20px;
    margin: 0 0 1em;
}
.climate-structure h6 {
    display: block;
    background-color: #0065ac;
    border-radius: 100px;
    padding: 6px 16px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
    text-align: center;
}