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

	Title: strengths.css
	Created: 2018-6-5

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

	Base
	growth


=========================================================== */
.tit-a {
    text-align: center;
    background: #f9f9f9;
    border: solid 1px #ccc;
    margin: 0 0 15px;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.3em;
}
.read {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 18px !important;
    line-height: 1.6 !important;
}

@media screen and (max-width: 1024px) {
.tit-a {
    letter-spacing: 0;
}
}
/* table-a
----------------------------------------------------------- */
.table-a th {
    width: 25%;
    padding: 10px 10px;
    color: #fff;
    background: #e28080;
}
.table-a td {
    padding: 10px 10px;
    vertical-align: top;
    background: #ffdddd;
}

@media screen and (max-width: 1024px) {
.table-a th {
    width: auto;
}
.table-a .responsive-center {
    text-align: center;
}
}
/* ===========================================================

	strengths

=========================================================== */
/* strengths-bg
----------------------------------------------------------- */
#strengths .strengths-bg-a {
    padding: 20px 20px 1px;
    background: #fff5f4;
}
#strengths .strengths-bg-b {
    padding: 20px 20px 1px;
    background: #eff3fa;
}
#strengths .strengths-bg-c {
    padding: 20px 20px 1px;
    background: #fff9ed;
}
#strengths .strengths-bg-d {
    padding: 20px 15px;
    border: 1px solid #003893;
    font-size: 1.1em;
    font-weight: bold;
}
/* strengths-bg
----------------------------------------------------------- */
#strengths dl.strengths-governance {
    border: 1px solid #003893;
    display: table;
    width: 100%;
}
#strengths dl.strengths-governance dt {
    display: table-cell;
    width: 220px;
    border-right: 1px solid #003893;
    text-align: center;
    vertical-align: middle;
    padding: 16px;
    color: #003893;
    font-size: 1.6em;
    font-weight: bold;
}
#strengths dl.strengths-governance dt span {
    display: inline-block;
    font-size: 0.6em;
    line-height: 1.5em;
    padding: 0 5px;
}
#strengths dl.strengths-governance dd {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 16px;
    font-size: 1.1em;
}
#strengths dl.strengths-governance dd th, #strengths dl.strengths-governance dd td {
    font-weight: bold;
}
#strengths dl.strengths-governance dd td em {
    font-size: 1.5em;
}

@media screen and (max-width: 1024px) {
#strengths dl.strengths-governance, #strengths dl.strengths-governance dt, #strengths dl.strengths-governance dd {
    display: block;
    width: 100%
}
#strengths dl.strengths-governance dt {
    border-right: none;
    border-bottom: 1px solid #003893;
}
#strengths dl.strengths-governance dt br {
    display: none;
}
}
/* #strengths ul.pagelink
----------------------------------------------------------- */
#strengths p.pagelink {
    text-align: center;
    width: 640px;
    margin: 0 auto 10px;
    padding: 0;
    border: 2px double #CCCCCC;
    background: #d8e2f4;
}
#strengths p.pagelink strong {
    font-weight: bold;
    font-size: 18px;
}
#strengths p.pagelink a {
    display: block;
    padding: 20px 20px 35px;
    background-image: url(/assets/img/common/ic/ic_arrow-pagelink.png);
    background-position: left 50% bottom 15px;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #111;
    transition: background 0.2s linear;
}
#strengths p.pagelink a:hover {
    background-position: left 50% bottom 10px;
    background-repeat: no-repeat;
}
#strengths ul.pagelink {
    zoom: 1;
    width: 780px;
    margin: 20px auto 10px;
    overflow: hidden;
}
#strengths ul.pagelink li {
    display: inline;
    float: left;
    position: relative;
    width: 240px;
    background: #d8e2f4;
    border: solid 1px #ccc;
    margin: 0 30px 10px 0;
}
#strengths ul.pagelink li.lastChild {
    margin: 0 0 10px 0;
}
#strengths ul.pagelink li a {
    display: block;
    padding: 20px 25px 20px 75px;
    background: url(../img/common/ic/ic_arrow-pagelink.png) 40px 50% no-repeat;
    font-size: 14px;
    font-weight: bold;
    color: #111;
}
#strengths ul.pagelink li a:hover {
    text-decoration: underline;
    color: #111;
}

@media screen and (max-width: 1024px) {
#strengths p.pagelink {
    width: 100%;
}
#strengths ul.pagelink {
    margin: 0 0 25px;
    width: 100%;
}
#strengths ul.pagelink li, #strengths ul.pagelink li.lastChild {
    display: block;
    float: none;
    left: 0;
    margin: 0 auto 10px;
}
#strengths ul.pagelink li a {
    padding: 10px 25px 10px 75px;
}
}
/* #strengths .strengths-table-a
----------------------------------------------------------- */
#strengths .strengths-table-a {
    border: 1px solid #111;
}
#strengths .strengths-table-a th, #strengths .strengths-table-a td {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.5;
}
#strengths .strengths-table-a th {
    padding: 5px 0 5px 10px;
}
#strengths .strengths-table-a td {
    padding: 5px 10px 5px 0;
}
#strengths .strengths-table-a sup {
    font-size: 9px;
    font-weight: bold;
}
/* #strengths h4.gr_title p.gr_read
----------------------------------------------------------- */
#strengths h4.gr_title {
    font-size: 16px;
    color: #111;
    margin: 0 0 20px 10px;
    padding: 0 0 0 5px;
    border-left: 4px solid #003894;
    line-height: 1em;
}
#strengths p.gr_read {
    border: 2px solid #6184bd;
    margin: 0 10px 30px 10px;
    padding: 10px;
}
/* #strengths p.reports_info a.reports_link
----------------------------------------------------------- */
#strengths p.reports_info {
    float: right;
    display: block;
    background: #d8e2f4;
    border: solid 1px #ccc;
    margin: 0 30px 10px 0;
}
#strengths a.reports_link {
    display: block;
    clear: both;
    padding: 10px 15px 10px 40px;
    background: url(/assets/img/common/ic/ic_arrow-outlink.png) 15px 50% no-repeat;
    font-weight: bold;
}
#strengths a.reports_link:hover {
    text-decoration: underline;
    color: #111;
}

@media screen and (max-width: 1024px) {
#strengths p.reports_info {
    width: 80%;
    float: none;
    margin: 0 auto;
}
}
/* .strengths-type
----------------------------------------------------------- */
.strengths-type {
    margin: 0 0 5px;
    padding: 10px;
}
.strengths-type dl {
    margin: 0 90px;
}
.strengths-type dl dt {
    float: left;
    width: 220px;
    text-align: center;
    line-height: 48px;
    font-size: 25px;
    font-weight: bold;
}
.strengths-type dl dd {
    float: left;
    width: 230px;
    margin: 0 70px 0 0;
    line-height: 48px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    position: relative;
}
.strengths-type dl dd.strengths-dd3, .strengths-type dl dd.strengths-dd4 {
    margin: 0;
    width: auto;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    text-decoration: underline;
}
.strengths-type dl dd.strengths-dd1:before, .strengths-type dl dd.strengths-dd1:after, .strengths-type dl dd.strengths-dd2:before, .strengths-type dl dd.strengths-dd2:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.strengths-type dl dd.strengths-dd1:before, .strengths-type dl dd.strengths-dd2:before {
    right: -64px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 15px solid transparent;
    border-left: 15px solid #898989;
}
.strengths-type dl dd.strengths-dd1:after, .strengths-type dl dd.strengths-dd2:after {
    right: -40px;
    width: 0px;
    height: 14px;
    border-left: 20px solid #898989;
}
.strengths-type-a {
    background: #fce5e3;
    border: 1px solid #e50f50;
}
.strengths-type-a dl dt {
    color: #e50f50;
}
.strengths-type-a dl dd.strengths-dd1 {
    background: #e50f50;
}
.strengths-type-a dl dd.strengths-dd2 {
    background: #ef858c;
}
.strengths-type-a dl dd.strengths-dd3 {
    color: #e50f50;
}
.strengths-type-b {
    background: #dfe8f6;
    border: 1px solid #0175c1;
}
.strengths-type-b dl dt {
    color: #0175c1;
}
.strengths-type-b dl dd.strengths-dd1 {
    background: #0175c1;
}
.strengths-type-b dl dd.strengths-dd2 {
    background: #68a5da;
}
.strengths-type-b dl dd.strengths-dd3 {
    color: #0175c1;
}
.strengths-type-c {
    background: #fef3df;
    border: 1px solid #f6ac01;
}
.strengths-type-c dl dt {
    color: #f6ac01;
    line-height: 90px;
}
.strengths-type-c dl dd.strengths-dd1 {
    background: #f6ac01;
    width: 530px;
    line-height: 40px;
}
.strengths-type-c dl dd.strengths-dd3 {
    color: #e50f50;
    line-height: 40px;
}
.strengths-type-c dl dd.strengths-dd4 {
    color: #0175c1;
    line-height: 40px;
}
.strengths-type-c dl dd sup {
    font-size: 12px;
    vertical-align: top;
}

.strengths-type-d {
    background: #fef3df;
    border: 1px solid #f6ac01;
}
.strengths-type-d dl dt {
    color: #f6ac01;
}
.strengths-type-d dl dd.strengths-dd1 {
    background: #f6ac01;
    width: 530px;
}
.strengths-type-d dl dd.strengths-dd3 {
    color: #f6ac01;
}
.strengths-type-d dl dd sup {
    font-size: 12px;
    vertical-align: top;
}

@media screen and (max-width: 1200px) {
.strengths-type dl {
    margin: 0;
}
.strengths-type dl dt, .strengths-type dl dd {
    width: 100% !important;
    float: none;
    text-align: center !important;
    font-size: 20px !important;
    line-height: 1.8em;
}
.strengths-type dl dt {
    margin: 0 0 10px;
}
.strengths-type dl dd.strengths-dd1, .strengths-type dl dd.strengths-dd2 {
    margin: 0 0 40px !important;
}
.strengths-type dl dd.strengths-dd1:before, .strengths-type dl dd.strengths-dd1:after, .strengths-type dl dd.strengths-dd2:before, .strengths-type dl dd.strengths-dd2:after {
    left: 0;
    right: 0;
}
.strengths-type dl dd.strengths-dd1:before, .strengths-type dl dd.strengths-dd2:before {
    top: auto;
    bottom: -45px;
    border: 15px solid transparent;
    border-top: 12px solid #898989;
}
.strengths-type dl dd.strengths-dd1:after, .strengths-type dl dd.strengths-dd2:after {
    top: auto;
    bottom: -18px;
    width: 0px;
    height: 11px;
    border-left: 12px solid #898989;
}
}
/* #strengths h4.gr_title p.gr_read
----------------------------------------------------------- */
#strengths h4.gr_title {
    font-size: 16px;
    color: #111;
    margin: 0 0 20px 10px;
    padding: 0 0 0 5px;
    border-left: 4px solid #003894;
    line-height: 1em;
}
#strengths p.gr_read {
    border: 2px solid #6184bd;
    margin: 0 10px 30px 10px;
    padding: 10px;
}
/* #strengths p.reports_info a.reports_link
----------------------------------------------------------- */
#strengths p.reports_info {
    float: right;
    display: block;
    background: #d8e2f4;
    border: solid 1px #ccc;
    margin: 0 30px 10px 0;
}
#strengths a.reports_link {
    display: block;
    clear: both;
    padding: 10px 15px 10px 40px;
    background: url(/assets/img/common/ic/ic_arrow-outlink.png) 15px 50% no-repeat;
    font-weight: bold;
}
#strengths a.reports_link:hover {
    text-decoration: underline;
    color: #111;
}
/* sustainability
----------------------------------------------------------- */
.sustainability .tab-a li {
    width: 50%;
}
.sustainability h4 {
    font-size: 14px;
}
.sustainability-propaties {
    background: #efefef;
    padding: 30px 40px;
    margin-bottom: 20px;
}
.sustainability-propaties .coloum-l {
    width: 180px;
    float: left;
    margin: 0 40px 0 0;
}
.sustainability-propaties .coloum-l img {
    width: 180px;
    height: 250px;
}
.sustainability-propaties .coloum-l a img:hover {
    opacity: 0.8;
}
.sustainability-propaties .coloum-c {
    width: 610px;
    float: left;
    margin: 0 40px 0 0;
}
.sustainability-propaties .coloum-c h4 {
    border: none;
    margin: 0 0 15px;
    padding: 0;
}
.sustainability-propaties .coloum-c h4 a, .sustainability-propaties .coloum-c h4 a:link, .sustainability-propaties .coloum-c h4 a:hover, .sustainability-propaties .coloum-c h4 a:active, .sustainability-propaties .coloum-c h4 a:visited {
    font-weight: bold;
    font-size: 18px;
    color: #194c9e;
    text-decoration: none;
}
.sustainability-propaties .coloum-c table {
    width: 100%;
    margin: 0;
}
.sustainability-propaties .coloum-c table th {
    width: 33%;
    background: #767BBA;
    color: #fff;
}
.sustainability-propaties .coloum-c table td {
    background: #fff;
}
.sustainability-propaties .coloum-r {
    display: table-cell;
    width: 250px;
    height: 250px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
}
.sustainability-propaties .coloum-r .r-img {
    text-align: center;
    margin: 0;
}
.sustainability-propaties .coloum-r .r-img img {
    width: 200px;
    height: 180px;
}
.sustainability-propaties .coloum-r .r-txt {
    padding: 5px 15px;
    margin: 0 auto;
}
.sustainability-link {
    text-align: right;
}
.sustainability-link span {
    padding: 2px 0 2px 10px;
    position: relative;
}
.sustainability-link span:before {
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #c7161d;
}
.sustainability-link a:link, .sustainability-link a:visited {
    text-decoration: underline;
    color: #0a259b;
}
.sustainability-link a:hover {
    text-decoration: none;
    color: #111;
}

@media screen and (max-width: 768px) {
.sustainability .tab-a li {
    width: 100%;
}
}

@media screen and (max-width: 1200px) {
.sustainability-propaties {
    padding: 20px;
    margin-bottom: 10px;
}
.sustainability-propaties .coloum-l {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
}
.sustainability-propaties .coloum-c {
    width: 100%;
    margin: 0;
    float: none;
}
.sustainability-propaties .coloum-c h4 {
    text-align: center;
    margin: 0 0 10px;
}
.sustainability-propaties .coloum-c table {
    margin: 0 0 10px;
}
.sustainability-propaties .coloum-c table th {
    white-space: nowrap;
}
.sustainability-propaties .coloum-r {
    width: 100%;
    display: block;
    max-width: 350px;
    height: auto;
    margin: 0 auto;
}
.sustainability-propaties .coloum-r .r-txt {
    padding: 5px 15px 15px;
}
.sustainability-link {
    text-align: center;
    margin: 0 20px;
}
}
/*
2018-05-01
 */
.gresb-float {
    float: left;
}
.gresb-text {
    width: 935px;
    margin-left: 250px;
    margin-top: 40px;
}

@media screen and (max-width: 1200px) {
.gresb-text {
    float: left;
    margin: 0 auto;
    width: auto;/* margin-top: 40px;   */
}
}

@media screen and (max-width: 1200px) {
.gresb-float {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
}
}
/* ===========================================================

	growth

=========================================================== */	
.growth-colum {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.growth-item {
    width: 565px;
    text-align: center;
    padding: 15px;
    margin: 0 0 20px;
    font-size: 1.4rem;
}
.growth-item:first-child {
    background-color: #e0f2fc;
    color: #035099;
}
.growth-item:last-child {
    background-color: #feeae9;
    color: #cb101a;
}
.growth-item:last-child em {
    color: #cb101a;
}
.growth-item p {
    margin: 5px 0;
}
.growth-item p strong {
    font-size: 2.0rem;
}
.growth-item table {
    width: 100%;
    margin: 10px auto;
}
.growth-item table th {
    color: #fff;
    border: none;
}
.growth-item table td {
    border: none;
    background-color: #fff;
    text-align: left;
}
.growth-item--left > table {
    border: solid 1px #035099;
}
.growth-item--left > table th {
    background-color: #035099;
}
.growth-item--left > table td {
	text-align: center;
}
.growth-item--left > table table {
	display: inline-block;
	margin: 0 auto;
	width: auto;
}
.growth-item--left > table table td {
	text-align: left;
}
.growth-item--left > table table th {
    color: #035099;
}
.growth-item--right > table {
    border: solid 1px #cb101a;
}
.growth-item--right > table th {
    background-color: #cb101a;
}
.growth-item--right > table table th {
    color: #cb101a;
}
.growth-item--right > table td {
	text-align: center;
}
.growth-item--right > table table {
	display: inline-block;
	margin: 0 auto;
	width: auto;
}
.growth-item--right > table table td {
	text-align: left;
}
.growth-item .equal {
    display: inline-block;
    transform: rotate(90deg);
}
.growth-cross, .growth-arrow {
    text-align: center;
    align-self: center;
}
.graph-area .graph1, .graph-area .graph2, .graph-area .graph3, .graph-area .graph4 {
    width: 50%;
	padding: 20px 0;
}
.graph-area .graph1, .graph-area .graph3 {
	float: left;
}
.graph-area .graph2, .graph-area .graph4 {
	float: right;
}
.graph-area h4 {
	line-height: 1.4;
	margin: 0;
}
.graph-area p {
	margin: 0 0 10px;
}
.graph-area .graph3 h4, .graph-area .graph4 h4 {
	height: 3em;
}
.graph-area h5 {
    font-size: 17px;
    font-size: 1.7rem;
    color: #111;
    font-weight: bold;
}
.graph-area em {
    color: #111;
}
.graph-area dl {
	padding: 10px 0 0;
	margin: 0;
	line-height: 1.2;
}
.graph-area dt {
	font-size: 1.3rem;
	margin: 0 0 3px;
}
.graph-area dd {
	margin: 0;
}
.graph-area dd em {
	font-size: 3.0rem;
	padding-left: 0 0.05em 0 0.05em;
	color: #035099;
}

@media screen and (max-width: 1200px) {
	.growth-colum {
		display: block;
	}
	.growth-item {
		width: 100%;
	}
	.graph-area .graph1,  .graph-area .graph2,  .graph-area .graph3,  .graph-area .graph4 {
		width: 100%;
	}
	.graph-area .graph3 h4, .graph-area .graph4 h4 {
		height: auto;
	}
}
