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

	Title: features.css
	Created: 2018-05-07
	Featuresコンテンツ専用スタイル

=========================================================== */
/*
	Common
	Features
	Strategy
	Distribution Policy
	Sustainability
		sustainability policy
		certification
		contribution
	
=========================================================== */

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

	Common

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

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

	features

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




.outline-construction {
	display: flex; flex-direction: row; flex-wrap: wrap; align-content: space-between;
	height: 100%; position: relative;
}
.outline-construction__cell { width: 100%; }


.dl-table--outline-construction { width: 100%; }
.dl-table--outline-construction > dl > dt,
.dl-table--outline-construction > dl > dd { vertical-align: middle; }
.dl-table--outline-construction > dl > dt { white-space: nowrap; padding: 1.0em; font-weight: bold; color: #fff;  }
.dl-table--outline-construction > dl > dd { padding: 0; }

.dl-table--outline-construction .dl-table-responsive { width: 100%; }
.dl-table--outline-construction .dl-table-responsive > dl > dt,
.dl-table--outline-construction .dl-table-responsive > dl > dd { vertical-align: middle; }
.dl-table--outline-construction .dl-table-responsive > dl > dt { padding: 1.0em; font-weight: bold; color: #fff;  }
.dl-table--outline-construction .dl-table-responsive > dl > dd { padding: 0; }


.dl-table--outline-construction .dl-table { width: 100%; }
.dl-table--outline-construction .dl-table > dl > dt,
.dl-table--outline-construction .dl-table > dl > dd { vertical-align: middle; padding: 0.5em 1.0em; border-bottom: solid 1px #ddd; }
.dl-table--outline-construction .dl-table > dl:last-child > dt,
.dl-table--outline-construction .dl-table > dl:last-child > dd { border-bottom: none; }
.dl-table--outline-construction .dl-table > dl > dt { white-space: nowrap; width: 40%; }
.dl-table--outline-construction .dl-table > dl > dd { width: 60%; }


.construction-table > dt { background-color: rgba(18,46,90,0.6); }

.construction-table--office > dt { background-color: rgba(116,165,207,1.00); }
.construction-table--office > dd { background-color: rgba(116,165,207,0.10); }
.construction-table--office .dl-table-responsive > dl > dt { background-color: rgba(116,165,207,0.80); }

.construction-table--residence > dt { background-color: rgba(138,193,138,1.00); }
.construction-table--residence > dd { background-color: rgba(138,193,138,0.10); }
.construction-table--residence .dl-table-responsive > dl > dt { background-color: rgba(138,193,138,0.80); }

.construction-table--other > dt { background-color: rgba(102,102,102,1.00); }
.construction-table--other > dd { background-color: rgba(125,125,125,0.10); }
.construction-table--other .dl-table-responsive > dl > dt { background-color: rgba(125,125,125,0.80); }


.construction-table--area-01 > dt { background-color: rgba(188,178,114,1.00); }
.construction-table--area-01 > dd { background-color: rgba(188,178,114,0.10); }
.construction-table--area-01 .dl-table-responsive > dl > dt { background-color: rgba(188,178,114,0.80); }

.construction-table--area-02 > dt { background-color: rgba(80,100,133,1.00); }
.construction-table--area-02 > dd { background-color: rgba(80,100,133,0.10); }
.construction-table--area-02 .dl-table-responsive > dl > dt { background-color: rgba(80,100,133,0.80); }

@media print, screen and (min-width: 768px) {
	.dl-table--outline-construction { text-align: center; }
	.dl-table--outline-construction > dl > dt { width: 20% }
	.dl-table--outline-construction > dl > dd { width: 80%; }
	.dl-table--outline-construction .dl-table-responsive > dl > dt { width: 40%; }
	.dl-table--outline-construction .dl-table-responsive > dl > dd { width: 60%; }
  
	.dl-table--outline-construction.construction-info > dl > dt { width: 15% }
	.dl-table--outline-construction.construction-info > dl > dd { width: 85%; }
	.dl-table--outline-construction.construction-info .dl-table-responsive > dl > dt { width: 20%; }
	.dl-table--outline-construction.construction-info .dl-table-responsive > dl > dd { width: 80%; }
	
	.outline-construction__cell { width: 100%; min-height: 288px;}
}






.construction-table__label {
	display: block; padding: 0 1.0em; margin: 0;
	color: #fff; border-radius: 0.5em; text-align: center;
}
.construction-table__label.construction-table__label--01 { background-color: rgba(188,178,114,1.00); }
.construction-table__label.construction-table__label--02 { background-color: rgba(80,100,133,1.00); }
.construction-table__label.construction-table__label--other { background-color: #666; }





.sponsorship-photo-list {
	display: block; padding: 0; margin: 1.0em 0;
}
.sponsorship-photo-list ul {
	display: block; padding: 0; margin: 0;
}
.sponsorship-photo-list li {
	display: block; padding: 0; margin: 0;
	text-align: center;
}

.sponsorship-photo-list {
	display: block; padding: 0; margin: 0;
}
.sponsorship-photo-list ul {
	display: flex; padding: 0; margin: 0 -5px;
	flex-direction: row;
	justify-content: center;
}
.sponsorship-photo-list li {
	display: block; padding: 5px; margin: 0;
	width: 33.333%;
}

.sponsorship-photo-list__cell {
	display: block; padding: 0; margin: 0 auto;
	text-align: center;
}
.sponsorship-photo-list__cell figure {
	display: block; padding: 0; margin: 0 auto;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0 0 10px rgba(18,46,90,0.05);
	max-width: 220px;
}
.sponsorship-photo-list__cell figcaption {
	display: block; padding: 0; margin: 0.25em auto 0 auto;
}



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

	Strategy

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


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

	Distribution Policy

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


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

	Sustainability

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

/* -----------------------------------------------------------
	sustainability policy
----------------------------------------------------------- */

/* -----------------------------------------------------------
	certification
----------------------------------------------------------- */

/* -----------------------------------------------------------
	contribution
----------------------------------------------------------- */

.dbj-scoring {
	display: flex; padding: 1.0em 0; margin: 0 -0.5px;
	flex-wrap: wrap; justify-content: center;
}



.dbj-scoring dl {
	display: block; padding: 10px 0.5px; margin: 0;
	width: 100%;
}
.dbj-scoring dt {
	display: block; padding: 0.5em; margin: 0;
	background-color: rgba(18,46,90,1.00);
	color: rgba(255,255,255,1.00);
	font-size: 1.4rem;
}
.dbj-scoring dt br { display: none; }
.dbj-scoring dd {
	display: block; padding: 1.0em 2.0em; margin: 0;
	background-color: rgba(18,46,90,0.05);
}
.dbj-scoring dd p {
	display: block; padding: 0; margin: 0 auto;
	max-width: 160px;
}

@media print, screen and (min-width: 576px) {
	.dbj-scoring dl { width: 50%; }
	.dbj-scoring dt { text-align: center; }
	.dbj-scoring dt br { display: inline; }
	.dbj-scoring dd { padding: 1.0em 3.0em; }
}
@media print, screen and (min-width: 768px) {
	.dbj-scoring dl { width: 33.333%; }
	.dbj-scoring dd { padding: 1.0em 2.0em; }
}
@media print, screen and (min-width: 992px) {
	.dbj-scoring dl { }
	.dbj-scoring dt { }
}
@media print, screen and (min-width: 1200px) {
	.dbj-scoring dl { width: 240px; }
	.dbj-scoring { flex-wrap: nowrap; }
}



.dbj-property {
	display: flex; padding: 0; margin: 1.0em 0;
	flex-direction: column; align-items: center;
	background-color: rgba(18,46,90,0.05);
}
.dbj-property__cell { display: block; padding: 0; padding: 5px; }
.dbj-property__cell--logo,
.dbj-property__cell--photo { width: 100%; }
	.dbj-property__cell--photo { padding: 10px; background-color: rgba(18,46,90,0.05); }
.dbj-property__cell--logo p.dbj-property__dbj-logo {
	display: block; padding: 20px 10px; margin: 0 auto;
	max-width: 180px;
}

.dbj-property__photo-list {
	display: block; padding: 0; margin: 0;
}
.dbj-property__photo-list ul {
	display: flex; padding: 0; margin: 0;
	width: 100%; flex-direction: column;
	justify-content: center;
}
.dbj-property__photo-list li {
	display: block; padding: 5px; margin: 0;
	width: 100%;
}

.dbj-property__photo {
	display: block; padding: 0; margin: 0 auto;
	text-align: center;
}
.dbj-property__photo figure {
	display: block; padding: 5px; margin: 0 auto;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0 0 10px rgba(18,46,90,0.05);
	max-width: 220px;
}
.dbj-property__photo figcaption {
	display: block; padding: 0; margin: 0 auto;
}


@media print, screen and (min-width: 576px) {
	.dbj-property__photo-list ul { flex-direction: row; }
	.dbj-property__photo-list li { width: 33.333%; }
}
@media print, screen and (min-width: 768px) {
	.dbj-property {
		flex-direction: row;
	}
	.dbj-property__cell { }
	.dbj-property__cell--logo { width: 30%; }
	.dbj-property__cell--photo { width: 70%; }
	.dbj-property__cell--logo p.dbj-property__dbj-logo { max-width: 240px; }
	.dbj-property__photo-list ul {
		justify-content: flex-start;
	}
}
@media print, screen and (min-width: 992px) {
	.dbj-property__cell--logo { width: 25%; }
	.dbj-property__cell--photo { width: 75%; }
}



p.smbc_sustainable-photo { display: block; max-width: 200px; margin: 0 auto; }

.pr-div{
	padding: 0px 0px 10px 0px;
  border-bottom: dashed 1px #1d498e;
  margin: 0px;
	clear: both;
}

.pr-text-l{
	font-size: 45px;
	text-align: center;
	font-weight: bold;
	line-height: 45px;
	float: left;
	color: #1d498e;
	/* width: 13%; */
	margin: 0px 30px!important;
	border-right: solid 3px;
	padding: 0 50px 20px 0;
}

.pr-text-l span{
	font-size: 25px;
}

.pr-text-r{
	font-size: 18px;
	/* line-height: 30px; */
	font-weight: bold;
	/* width: 83%; */
	margin: 0;
}

.pr-text-r span{
	font-size: 25px;
	font-weight: bold;
	color: #1d498e;
}


.pr-div-en{
	padding: 0px 0px 10px 0px;
  border-bottom: dashed 1px #1d498e;
  margin: 0px;
	clear: both;
}

.pr-text-l-en{
	font-size: 45px;
	text-align: center;
	font-weight: bold;
	line-height: 45px;
	float: left;
	color: #1d498e;
	/* width: 13%; */
	margin: 0px 30px!important;
	border-right: solid 3px;
	padding: 0 50px 20px 0;
}

.pr-text-l-en span{
	font-size: 25px;
}

.pr-text-l2-en{
	font-size: 45px;
	text-align: center;
	font-weight: bold;
	line-height: 60px;
	float: left;
	color: #1d498e;
	/* width: 13%; */
	margin: 0px 30px!important;
	border-right: solid 3px;
	padding: 0 50px 20px 0;
}

.pr-text-l2-en span{
	font-size: 25px;
}

.pr-text-r-en{
	font-size: 18px;
	/* line-height: 30px; */
	font-weight: bold;
	/* width: 83%; */
	margin: 0;
}

.pr-text-r-en span{
	font-size: 25px;
	font-weight: bold;
	color: #1d498e;
}

.clear-both{
	clear: both;
}
.pro-table{
	width: 1850px;
}

.pro-indent{
	text-indent: -22px;
	padding: 0 0 0 16px;
	margin: 5px 0px!important;
}

.pro-indent2 {
	text-indent: -22px;
	padding: 0 0 0 16px;
	margin: 0px 0px!important;
}

.back-e{
	background-color: #dcefb9;
}
.back-s{
	background-color: #c7dff1;
}
.back-g{
	background-color: #f1e2c7;
}

.pro-indent em.color-e{
	color: #bdda88;
	margin-right: 5px;
}
.pro-indent em.color-s{
	color: #a4ccea;
	margin-right: 5px;
}
.pro-indent em.color-g{
	color: #efcd92;
	margin-right: 5px;
}

.pro-indent2 em.color-e{
	color: #bdda88;
	margin-right: 5px;
}
.pro-indent2 em.color-s{
	color: #a4ccea;
	margin-right: 5px;
}
.pro-indent2 em.color-g{
	color: #efcd92;
	margin-right: 5px;
}

.pro-img{
	width: 80px;
	margin-bottom: 5px;
}
.icon-sdgs{
	display: flex;
  flex-wrap: wrap;
  width: 200px;
}

ul.icon-sdgs li {
	width: 100px;
	padding: 2px;
}

@media print, screen and (max-width: 992px) {
	.pr-div, .pr-div-en{		
    border-bottom: dashed 1px #1d498e;
		margin: 0px;
    clear: both;
	}
	.pr-text-l, .pr-text-l-en {
    float: none;
    color: #1d498e;
    width: auto;
		margin: 0px!important;
    border-right: none;
    padding: 0;
	}
	.pr-text-r span, .pr-text-r-en span {
    font-size: 20px;
	}
	.pr-text-r, .pr-text-r-en {
    font-size: 15px;
	}
	.pr-text-l2-en{
    float: none;
    color: #1d498e;
    width: auto;
		margin: 0px!important;
    border-right: none;
    padding: 0;
		line-height: 45px;
	}
}

.fa-greater-than{
	color: #2a3548;
	padding-right: 5px;
}

.indent-climate{
	text-indent: -6px;
  padding-left: 24px;
}

.climate-box{
	float: left;
	width: 290px;
	margin: 5px 5px 40px;
}

.climate-box p{
	margin: 0px;
	padding: 5px 10px 0px;
}

.climate-box-color-t1{
	color: #fff;
	font-weight: bold;
	background-color: #37aed7;
}
.climate-box-color-t2{
	color: #fff;
	font-weight: bold;
	background-color: #1d498e;
}
.climate-box-color-t3{
	color: #fff;
	font-weight: bold;
	background-color: #38404c;
}
.climate-box-color-t4{
	color: #fff;
	font-weight: bold;
	background-color: #63666a;
}

.climate-box-color-d1{
	background-color: #d1eff9;
	height: 120px;
}
.climate-box-color-d2{
	background-color: #b8d4ff;
	height: 120px;
}
.climate-box-color-d3{
	background-color: #d1d1d1;
	height: 120px;
}
.climate-box-color-d4{
	background-color: #eaebeb;
	height: 120px;
}

.climate-box-color-d1-en{
	background-color: #d1eff9;
	height: 150px;
	line-height: 22px;
}
.climate-box-color-d2-en{
	background-color: #b8d4ff;
	height: 150px;
	line-height: 22px;
}
.climate-box-color-d3-en{
	background-color: #d1d1d1;
	height: 150px;
	line-height: 22px;
}
.climate-box-color-d4-en{
	background-color: #eaebeb;
	height: 150px;
	line-height: 22px;
}

@media print, screen and (max-width: 992px) {
	.climate-box{
		width: 100%;
		float: none;
		margin: 0px 0px 5px 0px;
	}
	.climate-box-color-d1,
	.climate-box-color-d2,
	.climate-box-color-d3,
	.climate-box-color-d4,
	.climate-box-color-d1-en,
	.climate-box-color-d2-en,
	.climate-box-color-d3-en,
	.climate-box-color-d4-en
	{
		height: auto;
	}
}