@charset "UTF-8";

@media (max-width:768px){
	.width-m {
		padding-left:12px;
		padding-right:12px;
	}
}
#page-header{
	padding-top:2em;
	text-align:center;
}
#page-header .sectionSubtitle-en{
	font-size:480%;
	color:#265aa6;
}
@media (max-width:768px){
	#page-header .sectionSubtitle-en{
		font-size:260%;
	}
}
#page-header p{
	padding-top:1em;
	font-size:160%;
}
@media (max-width:768px){
	#page-header p{
		font-size:120%;
	}
}

.section{
	padding:80px 0;
	border-bottom:1px solid #2859b0;
}
.section:last-of-type{
	border-bottom:0 none;
}
@media (max-width:768px){
	.section{
		padding:40px 0 56px
	}
}

.section-header{
}
.section-header-title{
	display:block;
	letter-spacing:.1em;
	line-height:1;
	font-size:36px;
	font-weight:700;
	text-align:center;
}
.section-header-image{
	padding-top:2em;
	text-align:center;
}
.section-header-text{
	padding-top:2em;
	font-size:100%;
}
.section-header-title + .section-header-text{
	text-align:center;
}
@media (max-width:768px){
	.section-header-title{
		font-size:24px;
		padding-top:0
	}
	.section-header-text{
		font-size:100%;
	}
	.section-header-title + .section-header-text,
	.section-header-title + .section-header-image{
		padding-top:1em;
	}
}

.subSection{
	padding-top:60px;
}
@media (max-width:768px){
	.subSection{
		padding-top:40px;
	}
}

.performanceCountry-list{
	display:flex;
	font-size:14px;
	line-height:1.5;
	padding:24px 12px;
	position:relative;
	text-align:left
}
@media (max-width:999px){
	.performanceCountry-list{
		font-size:12px;
		padding:24px 8px
	}
}
@media (max-width:768px){
	.performanceCountry-list{
		font-size:12px;
		line-height:1.2;
		padding:8px 0
	}
}

.performanceCountry-list>ul{
	width:20%
}
@media (max-width:768px){
	.performanceCountry-list>ul{
		width:33.333%
	}
	.performanceCountry-list>ul li{
		padding-left:12px
	}
}

.performanceCountry-list li{
	letter-spacing:.1em;
	padding:2px 12px;
}
@media (max-width:768px){
	.performanceCountry-list li{
		letter-spacing:normal;
		padding:2px
	}
}

.performanceCountry-list li.head{
	border-bottom:1px solid #2859b0;
	font-size:16px;
	font-weight:700;
	padding-bottom:8px;
	margin-bottom:8px;
	letter-spacing:0;
	height:4em;
	display:flex;
	align-items:flex-end;
}
@media (max-width:768px){
	.performanceCountry-list li:first-child{
		font-size:13px
	}
}

.performanceCountryList-second{
	display:flex;
	width:80%
}
@media (max-width:768px){
	.performanceCountryList-second{
		flex:1 0 66.666%;
		flex-wrap:wrap;
		width:66.666%
	}
}
@media (min-width:769px){
	.performanceCountryList-second ul{
		flex:1
	}
}
@media (max-width:768px){
	.performanceCountryList-second ul{
		padding-bottom:40px;
		width:50%
	}
}

.features{
}

.features-flex{
   	display:flex;
 	justify-content:space-between;
   	align-items:flex-start;
	background:url(../../../assets/images/pages/09_trading/trading_reuse-bg.jpg) 50% 50% no-repeat;
	background-size:contain;
	padding:0 1em;
}
.features-flex-mini{
	width:calc(100% / 3);
	padding:0 1em;
}
	
@media (max-width:768px){
	.graph{
		padding-top:24px;
		padding-bottom:24px
	}
}

.graph-container{
	align-items:flex-end;
	justify-content:space-between;
	display:flex
}
@media (max-width:768px){
	.graph-container{
		padding:0 0.5em;
	}
}
.graph-bar{
	color:#2859b0;
	flex:1
}

@media (max-width:768px){
	.graph-bar{
		font-size:10px
	}
}

.graph-bar div{
	position:relative;
	max-width:200px
}

.graph-bar ul{
	display:flex;
	margin:-40px -12px 0;
}

@media (max-width:768px){
	.graph-bar ul{
		margin:-24px -4px 0;
	}
}

.graph-bar ul i{
	display:block;
	height:160px;
	position:relative;
	width:100%
}

@media (max-width:768px){
	.graph-bar ul i{
		height:100px
	}
}

.graph-bar ul i:after{
	bottom:0;
	left:0;
	height:0;
	right:0;
	top:0;
	position:absolute;
	width:100%;
	background-color:#2859b0;
	background-size:8px 8px;
	background-image:radial-gradient(hsla(0,0%,100%,.6) 15%,transparent 0);
	content:"";
	display:block;
	top:auto
}

@media (max-width:768px){
	.graph-bar ul i:after{
		background-size:4px 4px
	}
}

.graph-bar li{
	flex:1;
	padding:0 12px
}

@media (max-width:768px){
	.graph-bar li{
		padding:0 4px
	}
}

.graph-bar b{
	font-size:18px;
	font-weight:400;
	display:block;
	line-height:1;
	padding-top:8px;
	text-align:center
}

@media (max-width:768px){
	.graph-bar b{
		font-size:13px
	}
}
.graph-bar.aos-init li i:after{
	transition:.3s
}
.graph-bar.aos-init li:nth-child(2) i:after{
	transition-delay:.2s
}

.graph-bar.aos-init li:last-child i:after{
	transition-delay:.4s
}

.graph-bar .graphBar-arrow{
	position:relative;
	transform-origin:bottom left;
	transform:scale(0);
	transition:.2s;
	transition-delay:.7s;
	margin-left:-20px;
	margin-right:-20px;
	max-width:240px;
	display:none;
}
@media (max-width:768px){
	.graph-bar .graphBar-arrow{
		margin-left:-8px;
		margin-right:-8px;
		max-width:216px;
	}
}
.graph-bar.aos-animate .graphBar-arrow{
	transform:scale(1)
}

#urban .graph-bar.aos-animate li:first-child i:after{
	height:calc(5200 / 5435 * 100%);
}

#urban .graph-bar.aos-animate li:nth-child(2) i:after{
	height:calc(5435 / 5435 * 100%);
}

#urban .graph-bar.aos-animate li:last-child i:after{
	height:calc(5352 / 5435 * 100%);
	/* height:100%; */
}

#recycle .graph-bar.aos-animate li:first-child i:after{
	height:calc(64000 / 66620 * 100%);
}

#recycle .graph-bar.aos-animate li:nth-child(2) i:after{
	height:calc(66620 / 66620 * 100%);
}

#recycle .graph-bar.aos-animate li:last-child i:after{
	height:calc(64800 / 66620 * 100%);
	/* height:100%; */
}


.graph-bar span{
	bottom:-6px;
	font-weight:700;
	margin-left:8px;
	position:absolute;
	left:100%;
	white-space:nowrap
}

@media (max-width:768px){
	.graph-bar span{
		bottom:-4px;
		font-size:10px
	}
}

.graph-circle{
	align-items:center;
	display:flex;
	justify-content:center
}

@media (min-width:769px){
	.graph-circle{
		flex:1
	}
}

@media (max-width:768px){
	.graph-circle{
		width:140px;
		padding-bottom:20px;
	}
}

.graph-circle div{
	background:#2859b0;
	border-radius:50%;
	color:#fff;
	font-weight:600;
	line-height:2;
	letter-spacing:0.1em;
	text-indent:0.1em;
	font-size:16px;
	height:180px;
	width:180px;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
}

@media (max-width:768px){
	.graph-circle div{
		width:100px;
		height:100px;
		font-size:12px;
		line-height:1.6;
		letter-spacing:0;
		text-indent:0;
	}
}

.graph-list{
	position:relative;
	color:#2859b0;
	flex:1;
	font-size:28px;
	white-space:nowrap;
	padding-bottom:12px;
}

@media (max-width:768px){
	.graph-list{
		width:140px;
		font-size:16px;
	}
}
.graph-list ul + span{
	font-size:12px;
	font-weight:700;
	position:absolute;
	left:0;
	top:-1.5em;
	white-space:nowrap
}

.graph-list b{
	letter-spacing:.1em
}

.graph-list li{
	align-items:center;
	display:flex;
	justify-content:center
}

.graph-list li:not(:last-child){
	padding-bottom:16px
}

.graphList-year{
	align-items:flex-end;
	display:flex;
	justify-content:flex-start;
	font-size:17px;
	flex:1;
	padding:8px 0.5em 0 0;
}

@media (max-width:768px){
	.graphList-year{
		font-size:10px;
		padding:12px 0.5em 0 0
	}
}

.graphList-year b{
	font-size:24px;
	line-height:1;
}

@media (max-width:768px){
	.graphList-year b{
		font-size:12px;
		padding-bottom:2px
	}
}

.graphList-num{
	background:linear-gradient(transparent 78%,rgba(246,214,11,.8) 0);
	line-height:1;
	padding:4px 4px 0;
	text-align:center;
	width:6em
}

@media (max-width:768px){
	.graphList-num{
		width:auto;
	}
}

.graphList-num span{
	font-size:34px;
	line-height:1
}

@media (max-width:768px){
	.graphList-num span{
		font-size:22px
	}
}
