@charset "UTF-8";

#mainContainer table thead th{
	background-color: transparent!important;
}
#mainContainer table tbody tr td:first-of-type{
	width: 35%;
	font-weight: bold;
}

h2#newsRelease {
    padding: 10px;
    background-color: #01aa45;
    color: #FFF;
}
.topSec h2 {
    font-size: 18px;
}


#news_list .news dl {
    font-size: 13px;
    line-height: 1.5em;
    background-color: #F6F7F9;
    padding: 10px 20px;
}

#news_list .news dl:first-of-type{
	padding:20px 20px 10px 20px;
}
#news_list .news dl:last-of-type{
	padding:0 20px 10px 20px;
}
#news_list .news dl dt {
    float: left;
    width: 130px;
    text-align: center;
}

#news_list.left_col_news .news dl dd {
    float: left;
}

#news_list .news dl dd {
    float: left;
    width: 450px;
}

#news_list .news dl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#mainContainer .leftColumn ul li{
	padding-left: 27px;
    text-indent: -14px;
}
.tag1{
	width: 75px!important;
    text-align: center;
    border: 1px solid #ed896a;
    font-size: 10px;
    font-weight: bold;
    margin-top: -1px;
	color: #ed896a;
}
.tag2{
	width: 75px!important;
    text-align: center;
    border: 1px solid #45a6dd;
    font-size: 10px;
    font-weight: bold;
    margin-top: -1px;
	color: #45a6dd;
}
#news_list .news dl dd a[href$="pdf"], #infoArea dl dd a[href$="pdf"] {
    background: url(/institutional/common/imgs/icn_pdf.png) right 2px no-repeat;
    padding-right: 20px;
}

#pageTitleInner {
    margin: 0 auto;
    font-weight: bold;
}

.flex_com{
	display: flex;
    width: 960px;
    margin: 0 auto;
    line-height: 1em;
    justify-content: space-between;
}

.flex_img{
	width: 55%;
    display: flex;
	margin-top: 10px;
}
.flex_img img{
	height: 59px;
}
#pageTitle {
    border-bottom: 1px solid #E4E4E4;
    font-size: 22px;
}
.imgbox_1,
.imgbox_2,
.imgbox_3{
	position: relative;
}
.imgbox_1:after {
  content: '';
  display: inline-block;
 width: 150px;
    height: 88px;
    background-image: url(/institutional/sustainable_finance/img/green_1_yoko4.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: -58px;
    right: 0;
}
.imgbox_2:after {
  content: '';
  display: inline-block;
  width: 150px;
    height: 88px;
    background-image: url(/institutional/sustainable_finance/img/blue_1_yoko4.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: -58px;
    right: 0;
}
.imgbox_3:after {
  content: '';
  display: inline-block;
  width: 150px;
    height: 88px;
    background-image: url(/institutional/sustainable_finance/img/pink_1_yoko4.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: -58px;
    right: 0;
}

.news_table table thead{
	background-color: #7D8998;
    color: #FFF;
}
.news_table table thead th:nth-of-type(2),
.news_table table thead th:nth-of-type(3){
	width: 13%;
}
#mainContainer .news_table table tbody tr td:first-of-type{
	width: 20%;
	font-weight: normal;
}
.txtAC{
	text-align: center!important;
}
#mainContainer table .green_table tr td:first-of-type{
	width: auto;
	font-weight: normal;
}

#mainContainer table .green_table tr td p span{
    font-size: 12px;
}

#mainContainer table .green_table tr td{
    width: 33.333%;
    height: 200px;
    position: relative;
}

#mainContainer table .green_table tr td img{
    width: 160px;
    height: 100px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 10px;
}

#mainContainer .icon--newtab {
  width: 16px;
}


