@charset "utf-8";
/*アニメーション-雲1*/
@keyframes cloudmove1 {
	0% {transform: translateX(0px);}
	25% {transform: translateX(-50px);}
	50% {transform: translateX(0);}
	75% {transform: translateX(50px);}
	100% {transform: translateX(0px);}
}
@-webkit-keyframes cloudmove1 {
	0% {transform: translateX(0px);}
	25% {transform: translateX(-50px);}
	50% {transform: translateX(0);}
	75% {transform: translateX(50px);}
	100% {transform: translateX(0px);}
}
@-moz-keyframes cloudmove1 {
	0% {transform: translateX(0px);}
	25% {transform: translateX(-50px);}
	50% {transform: translateX(0);}
	75% {transform: translateX(50px);}
	100% {transform: translateX(0px);}
}

/*アニメーション-雲2*/
@keyframes cloudmove2 {
	0% {transform: translateX(0px);}
	25% {transform: translateX(50px);}
	50% {transform: translateX(0);}
	75% {transform: translateX(-50px);}
	100% {transform: translateX(0px);}
}
@-webkit-keyframes cloudmove2 {
	0% {transform: translateX(0px);}
	25% {transform: translateX(50px);}
	50% {transform: translateX(0);}
	75% {transform: translateX(-50px);}
	100% {transform: translateX(0px);}
}
@-moz-keyframes cloudmove2 {
	0% {transform: translateX(0px);}
	25% {transform: translateX(50px);}
	50% {transform: translateX(0);}
	75% {transform: translateX(-50px);}
	100% {transform: translateX(0px);}
}

/*アニメーション-雲3*/
@keyframes cloudmove3 {
	0% {transform: translateX(0px);}
	25% {transform: translateX(-50px);}
	50% {transform: translateX(-100px);}
	75% {transform: translateX(-50px);}
	100% {transform: translateX(0px);}
}
@-webkit-keyframes cloudmove3 {
	0% {transform: translateX(0px);}
	25% {transform: translateX(-50px);}
	50% {transform: translateX(-100px);}
	75% {transform: translateX(-50px);}
	100% {transform: translateX(0px);}
}
@-moz-keyframes cloudmove3 {
	0% {transform: translateX(0px);}
	25% {transform: translateX(-50px);}
	50% {transform: translateX(-100px);}
	75% {transform: translateX(-50px);}
	100% {transform: translateX(0px);}
}

/*アニメーション-気球*/
@keyframes balloon1 {
	0% { transform: translateY(0) }
	33.33333% { transform: translateY(-10px) }
	66.66667% { transform: translateY(0) }
	100% { transform: translateY(0) }
}
@-webkit-keyframes balloon1 {
	0% { transform: translateY(0) }
	33.33333% { transform: translateY(-10px) }
	66.66667% { transform: translateY(0) }
	100% { transform: translateY(0) }
}
@-moz-keyframes balloon1 {
	0% { transform: translateY(0) }
	33.33333% { transform: translateY(-10px) }
	66.66667% { transform: translateY(0) }
	100% { transform: translateY(0) }
}

/*アニメーション-収集エリア-気球*/
@keyframes balloon2 {
	0% { transform: translateY(0) }
	33.33333% { transform: translateY(-10px) }
	66.66667% { transform: translateY(0) }
	100% { transform: translateY(0) }
}
@-webkit-keyframes balloon2 {
	0% { transform: translateY(0) }
	33.33333% { transform: translateY(-10px) }
	66.66667% { transform: translateY(0) }
	100% { transform: translateY(0) }
}
@-moz-keyframes balloon2 {
	0% { transform: translateY(0) }
	33.33333% { transform: translateY(-10px) }
	66.66667% { transform: translateY(0) }
	100% { transform: translateY(0) }
}


/*アニメーション-収集エリア-エコマンジャンプ*/
@keyframes fluffy1 {
	0% { transform:translateY(0) }
	5% { transform:translateY(0) }
	10% { transform:translateY(0) }
	20% { transform:translateY(-15px) }
	25% { transform:translateY(0) }
	30% { transform:translateY(-15px) }
	50% { transform:translateY(0) }
	100% { transform:translateY(0) }
}
@-webkit-keyframes fluffy1 {
	0% { transform:translateY(0) }
	5% { transform:translateY(0) }
	10% { transform:translateY(0) }
	20% { transform:translateY(-15px) }
	25% { transform:translateY(0) }
	30% { transform:translateY(-15px) }
	50% { transform:translateY(0) }
	100% { transform:translateY(0) }
}
@-moz-keyframes fluffy1 {
	0% { transform:translateY(0) }
	5% { transform:translateY(0) }
	10% { transform:translateY(0) }
	20% { transform:translateY(-15px) }
	25% { transform:translateY(0) }
	30% { transform:translateY(-15px) }
	50% { transform:translateY(0) }
	100% { transform:translateY(0) }
}

/*アニメーション-収集エリア-飛行機*/
@keyframes ariplanemove {
	0% { transform:translateX(0) }
	70% { transform:translateX(-70vw) }
	70.000001% { opacity: 1 }
	70.000002% { opacity: 0 }
	70.000003% { transform:translateX(40vw) }
	71% { opacity: 1 }
	100% { transform:translateX(0) }
}
@-webkit-keyframes ariplanemove {
	0% { transform:translateX(0) }
	70% { transform:translateX(-70vw) }
	70.000001% { opacity: 1 }
	70.000002% { opacity: 0 }
	70.000003% { transform:translateX(40vw) }
	71% { opacity: 1 }
	100% { transform:translateX(0) }
}
@-moz-keyframes ariplanemove {
	0% { transform:translateX(0) }
	70% { transform:translateX(-70vw) }
	70.000001% { opacity: 1 }
	70.000002% { opacity: 0 }
	70.000003% { transform:translateX(40vw) }
	71% { opacity: 1 }
	100% { transform:translateX(0) }
}


/*アニメーション-風車-左1*/
@keyframes windmill1 {
	0% { transform:rotate(0); }
	33% { transform:rotate(120deg) }
	66% { transform:rotate(240deg) }
	100% { transform:rotate(360deg) }
}
@-webkit-keyframes windmill1 {
	0% { transform:rotate(0); }
	33% { transform:rotate(120deg) }
	66% { transform:rotate(240deg) }
	100% { transform:rotate(360deg) }
}
@-moz-keyframes windmill1 {
	0% { transform:rotate(0); }
	33% { transform:rotate(120deg) }
	66% { transform:rotate(240deg) }
	100% { transform:rotate(360deg) }
}




/*common*/
.roundDecoration:before{
	position: absolute;
	content: "";
	top: -36px;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 36px;
	background: url(../img/top/dec_topArea.png) 0 0 no-repeat;
}
@media screen and (max-width: 1280px) {
	
}
@media screen and (max-width: 1024px) {
	
}



/*=================top====================*/
.firstView{
	position: relative;
}
.firstView .mainimg{
	display: none;
}
.firstView .main{
	width: 100%;
}
.firstView .textwrap{
	position: absolute;
	top: 280px;
	top: 22vw;
	left: 65px;
	left: 5vw;
	z-index: 9;
}
.firstView .textwrap .tit{
	font-size: 45px;
	font-size: 3.51vw;
	line-height: 60px;
	line-height: 1.3333;
	color: #0059d1;
	font-weight: bold;
}
.firstView .textwrap .txt{
	font-size: 16px;
	font-size: 1.25vw;
	line-height: 34px;
	line-height: 2.125;
	font-weight: 500;
	color: #232323;
	margin-top: 16px;
	margin-top: 1.25vw;
}
/*雲-右上*/
.firstView .cloud1{
	position: absolute;
	width: 4.0625vw;
	right: 5.3125vw;
	top: 19.140625vw;
	z-index: 5;
	animation: cloudmove1 40s linear infinite;
	-webkit-animation: cloudmove1 40s linear infinite;
	-moz-animation: cloudmove1 40s linear infinite;
}
/*雲-中央*/
.firstView .cloud2{
	position: absolute;
	width: 6.71875vw;
	left: 51vw;
	top: 24vw;
	z-index: 5;
	animation: cloudmove2 60s linear infinite;
	-webkit-animation: cloudmove2 60s linear infinite;
	-moz-animation: cloudmove2 60s linear infinite;
}
/*雲-左下*/
.firstView .cloud3{
	position: absolute;
	width: 4.0625vw;
	left: 24.2vw;
	top: 43.75vw;
	z-index: 5;
	animation: cloudmove3 50s linear infinite;
	-webkit-animation: cloudmove3 50s linear infinite;
	-moz-animation: cloudmove3 50s linear infinite;
}
/*気球*/
.firstView .balloon{
	position: absolute;
	width: 9.6vw;
	right: 14.0vw;
	top: 27.9vw;
	z-index: 8;
	animation: balloon1 3s linear infinite;
}
/*飛行機*/
.firstView .ariplane{
	position: absolute;
	width: 14.8vw;
	left: 63.5vw;
	top: 23.98vw;
	z-index: 8;
	animation: ariplanemove 50s linear infinite;/*50s*/
}
/*リニア*/
.firstView .linear{
	position: absolute;
	width: 25.15vw;
	left: 57.659375vw;
	bottom: 26.10vw;
	z-index: 2;
}
/*手前ビル*/
.firstView .temae_building{
	position: absolute;
	width: 17.03125vw;
	left: 54.86875vw;
	bottom: 23.63625vw;
	z-index: 3;
}
/*木々*/
.firstView .tree{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 4;
}
/*車*/
.firstView .vehicle{
	position: absolute;
	width: 17.96875vw;
	left: 29.6875vw;
	bottom: 13.75vw;
	z-index: 5;
}

.firstView .main-v-link{
	position: absolute;
	width: 21.96875vw;
	left: 47.6875vw;
	bottom: 13.75vw;
	z-index: 5;
}


/*風車-左1*/
.firstView .windmill1{
	position: absolute;
	width: 3.75vw;
	left: 36.921875vw;
	top: 51.53125vw;
	z-index: 7;
	transform-origin: center;
	animation: windmill1 40s linear infinite;
}
/*風車-左2*/
.firstView .windmill2{
	position: absolute;
	width: 3.59375vw;
	left: 41.196875vw;
	top: 52.46875vw;
	z-index: 6;
	transform-origin: center;
	animation: windmill1 40s linear infinite;
}
/*風車-左3*/
.firstView .windmill3{
	position: absolute;
	width: 3.125vw;
	left: 45.28125vw;
	top: 53.25vw;
	z-index: 5;
	transform-origin: center;
	animation: windmill1 40s linear infinite;
}
/*SCROLL*/
.scrollLine{
	position: absolute;
	width: 180px;
	font-size: 14px;
	line-height: 30px;
	font-weight: 700;
	color: #0059d1;
	left: 5.38vw;
	bottom: 31.25vw;
    letter-spacing: 2px;
    transform-origin: left bottom;
    transform: rotate(90deg);
	z-index: 9;
}
.scrollLine:after{
	position: absolute;
	content: "";
	width: 100px;
	height: 1px;
	background: #0059d1;
	right: 0;
	top: 15px;
}
@media screen and (max-width: 1280px) {
.firstView .textwrap{
	top: 270px;
}
/*風車-左1*/
.firstView .windmill1{
	width: 3.75vw;
	left: 36.821875vw;
	top: 51.23125vw;
}
/*風車-左2*/
.firstView .windmill2{
	width: 3.59375vw;
	left: 40.996875vw;
	top: 52.16875vw;
}
/*風車-左3*/
.firstView .windmill3{
	width: 3.125vw;
	left: 45.18125vw;
	top: 52.95vw;
}	
}
@media screen and (max-width: 1024px) {
.firstView img{
	display: none;
}
.firstView .mainimg{
	display: block;
	width: 100%;
	height: auto;
}
.firstView .textwrap{
	top: 60px;
	left: 20px;
}
.firstView .textwrap .tit{
	font-size: 20px;
	line-height: 1.3333;
}
.firstView .textwrap .txt{
	font-size: 11px;
	line-height: 1.5;
	margin-top: 10px;
	text-shadow: 0 0 15px rgba(255,255,255,1),0 0 15px rgba(255,255,255,1),0 0 15px rgba(255,255,255,1),0 0 15px rgba(255,255,255,1),
	0 0 15px rgba(255,255,255,1),0 0 15px rgba(255,255,255,1),0 0 15px rgba(255,255,255,1),0 0 15px rgba(255,255,255,1);
}
.scrollLine{
	display: none;
}	
}

/*topNews*/
.topNews{
	position: relative;
	margin-top: -110px;
	z-index: 4;
}
.topNewsIn{
	max-width: 1140px;
	margin: 0 auto;

}
.topNewsBox{
	position: relative;
	display: flex;

}
.topNewsBox:after{
	position: absolute;
	content: "";
	width: 200px;
	height: 1px;
	left: 0;
	bottom: -32px;
	background: #b2cdf1;
}
.topNewsBox .titBlock{
	width: 210px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 32px;
	line-height: 36px;
	color: #0059d1;
	font-weight: bold;
	text-align: center;
	padding: 6px 0;
	margin-right: 20px;
	letter-spacing: 2px;
}
.topNewsBox .titBlock span{
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #00b14c;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.topNewsBox .contBlock{
	flex: 1;
	width: 400px;
	padding: 0 0 0 36px;
	border-left: 1px solid #b2cdf1;
}
.newsBox{
	display: flex;
	flex-wrap: wrap;
}
.topNewsBox .fbBlock{

}

.topNewsBox .contBlock li{
	display: flex;
}
.topNewsBox .contBlock li + li{
	margin: 24px 0 0;
}
.topNewsBox .contBlock li .date{
	width: 128px;
	font-size: 14px;
	line-height: 24px;
	color: #0059d1;
	font-weight: bold;
}
.topNewsBox .contBlock li .txt{
	flex: 1;
}
.topNewsBox .contBlock li .txt a{
	font-size: 16px;
	line-height: 24px;
	color: #232323;
	font-weight: 500;
}
.topNewsBox .contBlock li .txt a:hover{
	color: #00b14c;
}
.topNews .moreBtn{
	padding: 56px 0 0 38px;
	width: 100%;
	z-index: 3;
	position: relative;
}
.topNews .moreBtn a{
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #232323;
	font-weight: bold;
	padding-left: 28px;
	background-image: url(../common/img/arw_right1.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.topNews .moreBtn a:hover{
	color: #00b04b;
	text-decoration: underline;
	background-position: left 5px center;
}
@media screen and (max-width: 1024px) {

	.newsBox .fbBlock{
		margin-top: 40px;
	}

.topNews{
	margin-top: -10px;
	background: #fefefe;
	padding-bottom: 40px;
}
.topNewsBox{
	display: block;
}
.topNewsBox:after{
	display: none;
}
.topNewsBox .titBlock{
	width: 100%;
	display: block;
	font-size: 24px;
	line-height: 30px;
	padding: 6px 0;
	margin-right: 0;
	letter-spacing: 2px;
}
.topNewsBox .titBlock span{
	font-size: 11px;
	line-height: 1;
	margin-bottom: 6px;
}
.topNewsBox .contBlock{
	padding: 0;
	border-left: none;
}
.topNewsBox .contBlock li + li{
	margin: 20px 0 0;
}
.topNewsBox .contBlock li .date{
	width: 90px;
	font-size: 12px;
	line-height: 21px;
}
.topNewsBox .contBlock li .txt a{
	font-size: 14px;
	line-height: 21px;
}
.topNews .moreBtn{
	padding: 20px 0 0;
	text-align: center;
}
.topNews .moreBtn a{
	font-size: 14px;
	line-height: 26px;
	padding-left: 28px;
}
}










/*topReasonWrap*/
.topReasonWrap{
	margin-top: -90px;
	position: relative;
	z-index: 2;
}
.topReasonWrap .ecoman{
	position: absolute;
	left: 14.7%;
	top: 12.8%;
}
.topReason{
	position: relative;
	padding: 12.8% 0 0;
	padding: 162px 0 78px;
	background: url(../img/top/bg1_2.png) top center no-repeat;
	background-size: 100% 100%;
}
.topReasonList{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 40px 0 0;
	padding: 0 20px;
}
.topReasonList li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 23px 6px;
	margin: 0 0 45px;
	background: url(../img/top/bg_circle.png) center top no-repeat;
}
.topReasonList li + li{
	border-left: 1px solid #b2cdf1;
}
.topReasonList li:nth-child(4){
	border-left: none;
	padding-bottom: 36px;
}
.topReasonList li:nth-child(5){
	padding-bottom: 36px;
}
.topReasonList li .titblock{
	position: relative;
	padding: 40px 0 0 100px;
}
.topReasonList li .titblock > img{
	position: absolute;
}
.topReasonList li:nth-child(1) .titblock > img{
	left: -8px;
	top: 4px;
}
.topReasonList li:nth-child(2) .titblock > img{
	left: 0;
	top: -2px;
}
.topReasonList li:nth-child(3) .titblock > img{
	left: -12px;
	top: -2px;
}
.topReasonList li:nth-child(4) .titblock > img{
	left: 0;
	top: -2px;
}
.topReasonList li:nth-child(5) .titblock > img{
	left: -6px;
	top: -2px;
}
.topReasonList li .titblockin{
	display: block;
	padding: 75px 0 6px 20px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #0059d1;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.topReasonList li .ecoman1{
	background-image: url(../img/top/tit_reason1.png);
}
.topReasonList li .ecoman2{
	background-image: url(../img/top/tit_reason2.png);
}
.topReasonList li .ecoman3{
	background-image: url(../img/top/tit_reason3.png);
}
.topReasonList li .ecoman4{
	background-image: url(../img/top/tit_reason4.png);
}
.topReasonList li .ecoman5{
	background-image: url(../img/top/tit_reason5.png);
}
.topReasonList li .txt{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	text-align: justify;
	margin: 16px 0 0;
}
@media screen and (max-width: 1024px) {
.topReasonWrap{
	margin-top: 0;
}
.topReasonWrap .ecoman{
	display: none;
}
.topReason{
	padding: 40px 0;
	background: #eaf1fb;
}
.topReasonList{
	display: block;
	margin: 40px 0 0;
	padding: 0;
}
.topReasonList li{
	width: 100%;
	padding: 20px 0;
	margin: 0 0 20px;
	background: url(../img/top/bg_circle.png) center top no-repeat;
	background-size: 180px auto;
}
.topReasonList li + li{
	border-left: none;
}
.topReasonList li:nth-child(4){
	border-left: none;
	padding-bottom: 0;
}
.topReasonList li:nth-child(5){
	padding-bottom: 0;
}
.topReasonList li .titblock{
	text-align: center;
	padding: 0;
}
.topReasonList li .titblock > img{
	display: none;
}
.topReasonList li .titblockin{
	padding: 0;
	font-size: 18px;
	line-height: 26px;
	background: transparent!important;
}
.topReasonList li .txt{
	font-size: 14px;
	line-height: 28px;
	margin: 10px 0 0;
	min-height: 130px;
}	
}

/*topArea*/
.topArea{
	padding: 0 0 50px;
	position: relative;
	background: url(../img/top/bg_topArea.png) center no-repeat #0059d1;
	background-size: 100% 100%;
	z-index: 3;
}
.topArea .comtxt1{
	margin: 42px 0 0;
}
.topAreaIn{
	position: relative;
}
.topAreaIn .balloon{
	position: absolute;
	left: 14px;
	top: 108px;
	z-index: 3;
	animation: balloon2 3s linear infinite;
	-webkit-animation: balloon2 3s linear infinite;
	-moz-animation: balloon2 3s linear infinite;
}
.topAreaBox{
	position: relative;
	padding: 184px 20px 20px;
	margin: 26px 0 0;
	border-radius: 10px;
	background: #fff;
}
.topAreaBox:before{
	position: absolute;
	content: "";
	right: 50%;
	top: 32px;
	width: 372px;
	height: 274px;
	transform: translateX(8px);
	background: url(../img/top/map1.png) 0 0 no-repeat;
	z-index: 1;
}
.topAreaBox:after{
	position: absolute;
	content: "";
	right: 40px;
	top: 32px;
	width: 372px;
	height: 274px;
	background: url(../img/top/map2_2.png) 0 0 no-repeat;
	z-index: 1;
}
.topAreaTab{
	position: relative;
	display: flex;
	z-index: 3;
}
.topAreaTab .item{
	width: 50%;
	padding: 0 0 0 50px;
}
.topAreaTab .tab{
	width: 250px;
	height: 91px;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #fff;
	padding: 12px 0 0 18px;
	box-sizing: border-box;
	background-image: url(../img/top/bg_tab1.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.topAreaTab .item + .item .tab{
	background-image: url(../img/top/bg_tab2.png);
}
.topAreaTab .tab .small{
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.topAreaCont{
	position: relative;
	display: flex;
	margin: 10px 0 0;
	padding: 0 0 64px;
}
.topAreaCont:before{
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #b2cdf1;
}
.topAreaCont .item{
	width: 50%;
}
.topAreaCont .areaTit{
	padding: 0 12%;
	line-height: 1;
}
.topAreaCont .areaTit span{
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	padding: 0 0 18px;
}
.topAreaCont .areaTit span:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 9px;
	background: #ccdef6;
}
.topAreaCont .item + .item .areaTit span:before{
	background: #ccefdb;
}
.topAreaCont .subTit{
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	padding: 32px 12% 22px;
}
.topAreaCont .txt{
	font-size: 14px;
	line-height: 2;
	font-weight: 500;
	padding: 12px 12%;
}
.topAreaCont .bg1{
	background-color: #e5eefa;
}
.topAreaCont .bg2{
	background-color: #e5f7ed;
}
@media screen and (max-width: 1024px) {
.topArea{
	padding: 0 0 40px;
	background: #0059d1;
}
.topArea .comtxt1{
	margin: 30px 0 0;
}
.topAreaIn .balloon{
	display: none;
}
.topAreaBox{
	padding: 20px;
	margin: 30px 0 0;
}
.topAreaBox:before{
	display: none;
}
.topAreaBox:after{
	display: none;
}
.topAreaTab .item{
	padding: 0;
	background: #00b04b!important;
	cursor: pointer;
}
.topAreaTab .item + .item{
	background: #00b04b!important;
}
.topAreaTab .item.on{
	background: #0059d1!important;
}
.topAreaTab {
	margin: 0;
	border-radius: 5px;
	overflow: hidden;
}
.topAreaTab .tab{
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 18px;
	padding: 6px;
	background: transparent;
}
.topAreaTab .item + .item .tab{
	background: transparent;
}
.topAreaTab .tab .small{
	font-size: 10px;
	line-height: 18px;
}
.topAreaCont{
	display: block;
	margin: 30px 0 0;
	padding: 0 0 30px;
}
.topAreaCont:before{
	display: none;
}
.topAreaCont .item{
	display: none;
	width: 100%;
}
.topAreaCont .item.on{
	display: block;
}
.topAreaCont .areaTit{
	padding: 0;
}
.topAreaCont .areaTit span{
	font-size: 18px;
	line-height: 26px;
	padding: 0 0 12px;
}
.topAreaCont .areaTit span:before{
	height: 6px;
}
.topAreaCont .subTit{
	font-size: 15px;
	line-height: 30px;
	padding: 20px;
}
.topAreaCont .txt{
	padding: 10px 20px;
}
}
/*topWaste*/
.topWaste{
	padding: 70px 0 40px;
	background: url(../img/top/bg_topWaste.png) top center no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.topWasteIn{
	position: relative;
}
.topWasteIn:before{
	position: absolute;
	content: "";
	width: 120px;
	height: 120px;
	right: -20px;
	top: -40px;
	background: url(../img/top/dec_topWaste1.jpg) 0 0 no-repeat;
}
.topWasteIn .ecoman{
	position: absolute;
	top: 200px;
	right: 20px;
	animation: fluffy1 3s ease infinite;
}
.topWaste .comtxt1{
	margin: 44px 0 0;
}
.topWaste .anchorGroup{
	position: relative;
	margin: 30px auto 0;
	max-width: 900px;
	height: 288px;
	background: url(../img/top/img_topWaste1.png) center bottom no-repeat;
}
.topWaste .anchorGroup .tit{
	line-height: 1;
	text-align: center;
}
.topWaste .anchorGroup .tit span{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 49px;
	font-weight: bold;
	color: #0059d1;
	width: 243px;
}
.topWaste .anchorGroup .tit span:before,
.topWaste .anchorGroup .tit span:after{
	position: absolute;
	content: "";
	top: 0;
	width: 22px;
	height: 49px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.topWaste .anchorGroup .tit span:before{
	left: 0;
	background-image: url(../img/top/dec_topWaste2.png);
}
.topWaste .anchorGroup .tit span:after{
	right: 0;
	background-image: url(../img/top/dec_topWaste3.png);
}
.topWaste .anchorGroup .btn{
	position: absolute;
	width: 150px;
	height: 60px;
	box-sizing: border-box;
	border-radius: 10px;
	z-index: 5;
}
.topWaste .anchorGroup .btn1{
	right: 0;
	bottom: 2px;
}
.topWaste .anchorGroup .btn2{
	left: 50%;
	top: 68px;
	transform: translateX(198px);
}
.topWaste .anchorGroup .btn3{
	left: 50%;
	top: 68px;
	transform: translateX(-354px);
}
.topWaste .anchorGroup .btn4{
	left: 0;
	bottom: 2px;
}
.topWaste .anchorGroup .btn a{
	position: relative;
	display: flex;
	width: 100%;
	height: 60px;
	z-index: 5;
}
.topWaste .anchorGroup .btn a .arrow{
	width: 40px;
	height: 60px;
	background-color: #0059d1;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../common/img/arw_down1.png);
	transition: all .3s ease;
	border-radius: 10px 0 0 10px;
}
.topWaste .anchorGroup .btn a .txt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 110px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 2px 15px 0 0;
	box-sizing: border-box;
	background-color: #00b14c;
	transition: all .3s ease;
	border-radius: 0 10px 10px 0;
}
.topWaste .anchorGroup .btn a:hover .arrow{
	background-color: #00b14c;
}
.topWaste .anchorGroup .btn a:hover .txt{
	background-color: #0059d1;
}
.topWaste .anchorGroup .btn .icon{
	position: absolute;
	width: 124px;
	height: 124px;
	top: -93px;
	left: 13px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	z-index: -1;
	transition: all .3s ease;
	box-sizing: border-box;
}
.topWaste .anchorGroup .btn a:hover .icon{
	top: -99px;
}
.topWaste .anchorGroup .btn1 .icon{
	padding-top: 28px;
}
.topWaste .anchorGroup .btn2 .icon{
	padding-top: 32px;
}
.topWaste .anchorGroup .btn3 .icon{
	padding-top: 32px;
}
.topWaste .anchorGroup .btn4 .icon{
	padding-top: 30px;
}
.topWasteDetail{
	display: flex;
	flex-wrap: wrap;
	max-width: 1080px;
	margin: 72px auto 0;
}
.topWasteDetail .item{
	position: relative;
	padding: 36px 0 28px;
	border-top: 4px solid #0059d1;
	width: calc((100% - 61px)/2);
	margin-right: 60px;
}
.topWasteDetail .item:nth-child(2n){
	margin-right: 0;
}
.topWasteDetail .item:nth-child(2n):before{
	position: absolute;
	content: "";
	width: 1px;
	left: -30px;
	top: 28px;
	height: calc(100% - 56px);
	background: #b2cdf1;
}
.topWasteDetail .item .icon{
	height: 58px;
	text-align: center;
}
.topWasteDetail .item .tit{
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #0059d1;
	margin: 20px 0 0;
}
.topWasteDetail .item .comment{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	padding: 0 18px;
	margin: 16px 0 0;
}
.topWasteDetail .item .img{
	margin: 22px 0 0;
}
.topWasteDetail .item .img img{
	width: 100%;
}
.twoColLinks{
	display: flex;
	margin: 10px 0 0;
}
.twoColLinks li{
	width: 50%;
	padding: 0 0 0 18px;
	box-sizing: border-box;
}
.twoColLinks .decTit{
	
}
.twoColLinks .decTit img{
	position: relative;
	left: -20px;
}
.twoColLinks .linkTit{
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
}
.twoColLinks .link{
	
}
.twoColLinks .link .ext{
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-left: 14px;
}
@media screen and (max-width: 1024px) {
.topWaste{
	padding: 40px 0;
	background: #eaf1fb;
}
.topWasteIn:before{
	display: none;
}
.topWasteIn .ecoman{
	display: none;
}
.topWaste .comtxt1{
	margin: 30px 0 0;
}
.topWaste .anchorGroup{
	margin: 30px auto 0;
	max-width: 900px;
	height: auto;
	background: transparent;
}
.topWaste .anchorGroup .btn{
	display: none;
}
.topWasteDetail{
	display: block;
	max-width: 100%;
	margin: 40px 0 0;
}
.topWasteDetail .item{
	padding: 30px 0;
	border-top: 3px solid #0059d1;
	width: 100%;
	margin-right: 0;
}
.topWasteDetail .item:nth-child(2n):before{
	display: none;
}
.topWasteDetail .item .tit{
	font-size: 18px;
	line-height: 28px;
	margin: 15px 0 0;
}
.topWasteDetail .item .comment{
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 15px 0 0;
}
.topWasteDetail .item .img{
	margin: 20px 0 0;
	text-align: center;
}
.topWasteDetail .item .img img{
	width: auto;
}
.twoColLinks{
	margin: 15px 0 0;
}
.twoColLinks li{
	width: 50%;
	padding: 0 10px 0 0;
}
.twoColLinks .decTit img{
	left: 0;
}
.twoColLinks .link .ext{
	font-size: 13px;
	margin-left: 14px;
}	
}





/*topTruck*/
.topTruck{
	position: relative;
	padding: 0 0 50px;
	background: url(../img/top/bg_topTruck.png) top center no-repeat #0059d1;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.topTruck .in{
	max-width: 1240px;
	padding: 0 30px;
}
.topTruckIn{
	position: relative;
}
.topTruckIn:before {
    position: absolute;
    content: "";
    top: 24px;
    right: -50px;
    width: 155px;
    height: 130px;
    background: url(../img/top/dec_topTruck1.jpg) 0 0 no-repeat;
}
.topTruck .hd1:before{
	position: absolute;
	content: "";
	width: 260px;
	height: 166px;
	left: 50%;
	top: -33px;
	transform: translateX(-504px);
	background: url(../img/top/img_topTruck1.png) 0 0 no-repeat;
}
.topTruck .comtxt1{
	margin: 40px 0 0;
}
.topTruckCont{
	margin: 60px 0 0;
	border: 2px solid #80ace8;
	border-radius: 10px;
}
.topTruckIntro{
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding: 50px 0 40px;
}
.topTruckIntro .left{
	position: absolute;
	left: 6px;
	top: 125px;
	width: 52%;
}
.topTruckIntro .left .ecoman{
	position: absolute;
	bottom: -16px;
	right: -24px;
	animation: fluffy1 3s ease infinite;
}
.topTruckIntro .right{
	width: 53.14%;
	padding: 0 4.25% 0 0;
}
.topTruckIntro .right .normal{
	display: flex;
	flex-direction: row-reverse;
}
.topTruckIntro .right .normal .text{
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 0 0 10px;
}
.topTruckIntro .right .normal .text .txt{
	width: 160px;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 34px;
}
.topTruckIntro .right .normal .text .num{
	width: 160px;
}
.topTruckIntro .right .normal .text p{
	font-size: 20px;
	line-height: 40px;
	color: #80d8a5;
	font-weight: bold;
}
.topTruckIntro .right .normal .text span{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	vertical-align: baseline;
}
.topTruckIntro .right .normal .text span span{
	font-size: 32px;
	line-height: 40px;
	margin-right: 4px;
}
.topTruckIntro .right .normal .img{
	width: 340px;
}
.topTruckIntro .right .normal .img img{
	width: 100%;
}
.topTruckIntro .right .content{
	margin: 42px 0 0;
	padding: 0 0 0 120px;
}
.topTruckIntro .right .content .tit{
	font-size: 20px;
	line-height: 34px;
	font-weight: bold;
	color: #fff;
}
.topTruckIntro .right .content .txt{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	color: #fff;
	margin: 18px 0 0;
}
.topTruckSubCont{
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 48px 48px 40px;
	border-top: 2px solid #80ace8;
}
.topTruckSubCont2{
	flex-direction: row-reverse;
}
.topTruckSubCont .tabBlock{
	width: 27.7%;
}
.topTruckSubCont1 .tabBlock{
	border-right: 2px solid #80ace8;
}
.topTruckSubCont2 .tabBlock{
	border-left: 2px solid #80ace8;
}
.topTruckSubCont .slideBlock{
	width: 67%;
}
.topTruckSubCont .tabBlock .text{
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 6px 0 0;
}
.topTruckSubCont .tabBlock .text .txt{
	width: 213px;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 36px;
}
.topTruckSubCont .tabBlock .text .num{
	width: 160px;
}
.topTruckSubCont .tabBlock .text p{
	font-size: 20px;
	line-height: 30px;
	color: #80d8a5;
	font-weight: bold;
}
.topTruckSubCont .tabBlock .text span{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	vertical-align: baseline;
}
.topTruckSubCont .tabBlock .text span span{
	font-size: 32px;
	line-height: 40px;
	margin-right: 4px;
}
.topTruckSubCont .tabBlock ul{
	margin: 25px 0 0;
}
.topTruckSubCont .tabBlock li{
	
}
.topTruckSubCont .tabBlock li + li{
	margin: 8px 0 0;
}
.topTruckSubCont .tabBlock li a{
	display: block;
	padding-left: 27.7%;
	font-size: 16px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    background-image: url(../common/img/arw_right3.png);
    background-position: left 21.7% center;
    background-repeat: no-repeat;
	box-sizing: border-box;
}
.topTruckSubCont .tabBlock li a.current{
	color: #0059d1;
	background-image: url(../common/img/arw_right4.png);
	background-color: #fff;
}
.topTruckSubCont .tabBlock li a:hover{
	color: #fff;
	padding-left: 29.3%;
	background-color: #00b14c;
	background-position: left 23.4% center;
	background-image: url(../common/img/arw_right3.png);
}
.topTruckSliderItem{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.topTruckSliderItem .item{
	width: 46.6%;
}
.topTruckSliderItem .item .img{
	margin-bottom: 25px;
}
.topTruckSliderItem .item .img img{
	width: 100%;
}
.topTruckSliderItem .item .tit{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 8px;
}
.topTruckSliderItem .item .txt{
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	font-weight: 500;
}
@media screen and (max-width: 1024px) {
.topTruck{
	padding: 0 0 40px;
	background: #0059d1;
}
.topTruck .in{
	padding: 0 20px;
}
.topTruckIn:before {
    display: none;
}
.topTruck .hd1:before{
	display: none;
}
.topTruck .comtxt1{
	margin: 30px 0 0;
}
.topTruckCont{
	margin: 40px 0 0;
	border: 1px solid #80ace8;
}
.topTruckIntro{
	display: block;
	padding: 40px 0;
}
.topTruckIntro .left{
	display: none;
}
.topTruckIntro .right{
	width: 100%;
	padding: 0;
}
.topTruckIntro .right .normal{
	display: block;
}
.topTruckIntro .right .normal .text{
	display: flex;
	flex-direction: row;
	padding: 0;
}
.topTruckIntro .right .normal .text .txt{
	width: auto;
	font-size: 26px;
	line-height: 36px;
	margin: 0 15px 0 0;
}
.topTruckIntro .right .normal .text .num{
	width: auto;
}
.topTruckIntro .right .normal .text p{
	font-size: 16px;
	line-height: 20px;
}
.topTruckIntro .right .normal .text span{
	font-size: 16px;
	line-height: 20px;
}
.topTruckIntro .right .normal .text span span{
	font-size: 20px;
	line-height: 20px;
	margin-right: 4px;
}
.topTruckIntro .right .normal .img{
	width: auto;
	text-align: center;
	margin: 30px 0 0;
	padding: 0 20px;
}
.topTruckIntro .right .normal .img img{
	width: auto;
}
.topTruckIntro .right .content{
	margin: 30px 0 0;
	padding: 0 20px;
}
.topTruckIntro .right .content .tit{
	font-size: 18px;
	line-height: 30px;
}
.topTruckIntro .right .content .txt{
	font-size: 14px;
	line-height: 28px;
	margin: 18px 0 0;
}
.topTruckSubCont{
	display: block;
	padding: 40px 20px;
	border-top: 1px solid #80ace8;
}
.topTruckSubCont .tabBlock{
	width: 100%;
}
.topTruckSubCont1 .tabBlock{
	border-right: none;
}
.topTruckSubCont2 .tabBlock{
	border-left: none;
}
.topTruckSubCont .slideBlock{
	width: 100%;
	margin: 30px 0 0;
}
.topTruckSubCont .tabBlock .tit{
	font-size: 26px;
	line-height: 36px;
	padding: 0;
	margin: 0 15 0 0;
}
.topTruckSubCont .tabBlock .text{
	display: flex;
	flex-direction: row;
	padding: 0;
}
.topTruckSubCont .tabBlock .text .txt{
	width: auto;
	font-size: 26px;
	line-height: 36px;
	margin: 0 15px 0 0;
}
.topTruckSubCont .tabBlock .text .num{
	width: auto;
}
.topTruckSubCont .tabBlock .text p{
	font-size: 16px;
	line-height: 20px;
}
.topTruckSubCont .tabBlock .text span{
	font-size: 16px;
	line-height: 20px;
}
.topTruckSubCont .tabBlock .text span span{
	font-size: 20px;
	line-height: 20px;
	margin-right: 4px;
}
.topTruckSubCont .tabBlock ul{
	display: none;
}
.topTruckSliderItem .item{
	width: 48%;
}
.topTruckSliderItem .item .img{
	margin-bottom: 15px;
}
.topTruckSliderItem .item .tit{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
}
.topTruckSliderItem .item .txt{
	font-size: 12px;
	line-height: 21px;
}	
}

.slidePrev,
.slideNext{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	background-color: #00b14c;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	cursor: pointer;
	transition: all .3s ease;
}
.slidePrev{
	left: -30px;
	background-image: url(../common/img/arw_prev.png);
}
.slideNext{
	right: -30px;
	background-image: url(../common/img/arw_next.png);
}
.slidePrev:hover,
.slideNext:hover{
	background-color: #fff;
}
.slidePrev:hover{
	left: -35px;
	background-image: url(../common/img/arw_prev2.png);
}
.slideNext:hover{
	right: -35px;
	background-image: url(../common/img/arw_next2.png);
}
@media screen and (max-width: 1024px) {
.slidePrev,
.slideNext{
	width: 34px;
	height: 34px;
}
.slidePrev{
	left: -17px;
	background-image: url(../common/img/arw_prev.png);
}
.slideNext{
	right: -17px;
	background-image: url(../common/img/arw_next.png);
}
.slidePrev:hover{
	left: -17px;
	background-image: url(../common/img/arw_prev2.png);
}
.slideNext:hover{
	right: -17px;
	background-image: url(../common/img/arw_next2.png);
}	
}



/*=================contribution====================*/
/*aboutMain*/
.aboutMainWrap{
	position: relative;
	display: flex;
	flex-direction: column;
}
.aboutMainWrap img{
	display: block;
	width: 100%;
}
.aboutMain{
	position: absolute;
	top: 246px;
	bottom: 80px;
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.aboutMainCont{
	display: flex;
	flex-direction: column;
	width: 640px;
	height: 180px;
	padding: 0 40px;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: url(../img/about/dec_about3.png) center no-repeat;
	background-size: 100% 100%;
}
.aboutMainCont .tit{
	font-size: 40px;
	line-height: 60px;
	font-weight: bold;
	color: #0059d1;
}
.aboutMainCont .sub{
	font-size: 20px;
	line-height: 34px;
	font-weight: bold;
	color: #00b14c;
}
.aboutMainCont .txt{
	font-size: 16px;
	line-height: 34px;
	color: #232323;
	font-weight: 500;
	margin: 10px 0 0;
}
@media screen and (max-width: 1280px) {
.aboutMainWrap{
	height: 606px;
	background: url(../img/about/main_about.jpg) center bottom no-repeat;
	background-size: cover;
}	
.aboutMainWrap img{
	display: none;
}
}
@media screen and (max-width: 1024px) {
.aboutMainWrap{
	height: 530px;
}
.aboutMain{
	top: 130px;
	bottom: 80px;
}	
}
@media screen and (max-width: 767px) {
.aboutMainWrap{
	height: 260px;
}
.aboutMain{
	top: 50px;
	bottom: 40px;
}
.aboutMainCont{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 180px;
	padding: 0 20px;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: none;
}
.aboutMainCont .tit{
	font-size: 24px;
	line-height: 38px;
}
.aboutMainCont .sub{
	font-size: 15px;
	line-height: 24px;
}
.aboutMainCont .txt{
	font-size: 12px;
	line-height: 21px;
	margin: 5px 0 0;
}
.aboutMainCont .txt br{
	display: none;
}
}
/*contTit*/
.contTit{
	position: relative;
	padding: 25px 0 0;
	z-index: 3;
}
.contTit1{
	/*margin-top: -25px;*/
}
.contTit:before{
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	top: 0;
	height: 160px;
	background-color: #0059d1;
	z-index: 1;
}
.contTit.green:before{
	background-color: #57c816;
}
.contTitBox{
	position: relative;
	display: flex;
	padding: 38px 50px 20px;
	min-height: 178px;
	border-radius: 10px 10px 0 0;
	background-color: #fff;
	z-index: 3;
}
.contTitBox.onlyTxt{
	min-height: 140px;
}
.contTitBox.border:after{
	position: absolute;
	content: "";
	left: 50px;
	right: 50px;
	bottom: -5px;
	height: 5px;
	background: #b2cdf1;
}
.contTitBox .tit{
	width: 220px;
	font-size: 30px;
	line-height: 44px;
	font-weight: bold;
	color: #0059d1;
	padding: 8px 0 0;
}
.contTitBox .tit .big{
	display: block;
	color: #00b14c;
	font-size: 40px;
	line-height: 50px;
}
.contTitBox .tit .colorGreen{
	color: #00b14c;
}
.contTitBox .txt{
	flex: 1;
	font-size: 16px;
	line-height: 34px;
	color: #232323;
	font-weight: 500;
	padding: 4px 20px;
}
.contTitBox.onlyTxt .txt{
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 767px) {
.contTit{
	padding: 20px 0 0;
}
.contTit1{
	/*margin-top: -20px;*/
}
.contTit:before{
	height: 160px;
}
.contTitBox{
	display: block;
	padding: 20px;
	min-height: auto;
	border-radius: 10px 10px 0 0;
}
.contTitBox.border:after{
	left: 0;
	right: 0;
	bottom: -3px;
	height: 3px;
}
.contTitBox .tit{
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	padding: 0;
}
.contTitBox .tit .big{
	font-size: 30px;
	line-height: 40px;
}
.contTitBox .txt{
	font-size: 14px;
	line-height: 24px;
	padding: 15px 0;
}	
.contTitBox .img{
	text-align: center;
}
.contTitBox .img img{
	width: auto;
	height: 60px;
}
}
/*aboutBtns*/
.aboutBtns{
	display: flex;
}
.aboutBtns .item{
	position: relative;
	display: flex;
	width: 50%;
	height: 120px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #80ace8;
	background: url(../common/img/arw_right5.png) right 48px center no-repeat #0059d1;
}
.aboutBtns.col-3 .item{
	width: 33.33%;
	padding-right: 50px;
}
.aboutBtns .item + .item{
	border-left: 1px solid #80ace8;
	border-right: none;
}
.aboutBtns.col-3 .item + .item{
	border-left: 1px solid #80ace8;
	border-right: 1px solid #80ace8;
}
.aboutBtns.col-3 .item:nth-child(3n){
	border-right: none;
}
.aboutBtns .item:before{
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	left: 0;
	top: 0;
    background: url(../common/img/dec1.png) 0 0 no-repeat;
}
.aboutBtns .item img{
	margin: 0 28px 0 0;
}
@media screen and (max-width: 767px) {
.aboutBtns .item{
	height: 60px;
	font-size: 14px;
	background: url(../common/img/arw_right5.png) right 10px center no-repeat #0059d1;
}
.aboutBtns .item:before{
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	left: 0;
	top: 0;
    background: url(../common/img/dec1.png) 0 0 no-repeat;
}
.aboutBtns .item img{
	margin: 0 10px 0 0;
	height: 28px;
}	
.aboutBtns.col-3{
	display: block;
}
.aboutBtns.col-3 .item{
	width: 100%;
	padding-right: 30px;
	background: url(../common/img/arw_right5.png) right 20px center no-repeat #0059d1;
}
.aboutBtns.col-3 .item + .item{
	border-left: none;
    border-right: none;
    border-top: 1px solid #80ace8;
    border-bottom: none;
}
}


/*=================contribution====================*/
/*pageContribution*/
.pageContribution{

}
.pageContribution .cont1{
	position: relative;
	padding: 40px 0 260px;
	overflow-x: hidden;
}
.pageContribution .cont1:before{
	position: absolute;
	content: "";
	width: 123px;
	height: 191px;
	left: 50%;
	bottom: 66px;
	margin-left: -60px;
	background: url(../img/about/ball1.png) 0 0 no-repeat;
	z-index: 6;
}
.pageContribution .cont1:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 114px;
	left: 0;
	bottom: 0;
	background: url(../img/about/tree1.png) center bottom repeat-x;
	z-index: 5;
}
.pageContribution .cont1 .box{
	padding: 0 120px;
	display: flex;
	justify-content: space-between;
}
.pageContribution .cont1 .box .item{
	width: 380px;
}
.pageContribution .cont1 .box .item .content{
	position: relative;
	z-index: 5;
}
.pageContribution .cont1 .box .item .content:before{
	position: absolute;
	content: "";
	width: 510px;
	height: 510px;
	background: url(../img/about/circle1.png) 0 0 no-repeat;
	z-index: -1;
}
.pageContribution .cont1 .box .item .content1:before{
	left: -70px;
	top: 20px;
}
.pageContribution .cont1 .box .item .content2{
	margin-top: 124px;
}
.pageContribution .cont1 .box .item .content2:before{
	left: -200px;
	top: 10px;
}
.pageContribution .cont1 .box .item .content3{
	margin-top: 66px;
}
.pageContribution .cont1 .box .item .content3:before{
	left: 106px;
	top: 40px;
	background: url(../img/about/circle2.png) 0 0 no-repeat;
}
.pageContribution .cont1 .box .item .content4{
	margin-top: 60px;
}
.pageContribution .cont1 .box .item .content4:before{
	left: -70px;
	top: -25px;
	background: url(../img/about/circle2.png) 0 0 no-repeat;
}
.pageContribution .cont1 .box .item .content1 .img{
	margin: 0 0 0 -35px;
}
.pageContribution .cont1 .box .item .content2 .img{
	margin: 0 -72px 0 38px;
}
.pageContribution .cont1 .box .item .content3 .img{
	margin: 0 -15px 0 163px;
}
.pageContribution .cont1 .box .item .content4 .img{
	margin: 0 0 0 233px;
}
.pageContribution .cont1 .box .item .content .tit{
	font-size: 20px;
	line-height: 34px;
	color: #0059d1;
	font-weight: bold;
}
.pageContribution .cont1 .box .item .content1 .tit{
	margin-top: 27px;
}
.pageContribution .cont1 .box .item .content2 .tit{
	margin-top: -12px;
}
.pageContribution .cont1 .box .item .content3 .tit{
	margin-top: -30px;
	color: #00b14c;
}
.pageContribution .cont1 .box .item .content4 .tit{
	margin-top: -25px;
	color: #00b14c;
}
.pageContribution .cont1 .box .item .content .txt{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	margin: 10px 0 0;
}
.pageContribution .cont1 .box .item .content .subBox{
	margin: 10px 0 0;
	display: flex;
	border: 1px solid #a7a7a7;
	border-radius: 8px;
	background: #fff;
	padding: 20px;
}	
.pageContribution .cont1 .box .item .content .subBox img{
	margin: 0 20px 0 0;
}
.pageContribution .cont1 .box .item .content .subBox p{
	flex: 1;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	padding: 5px 0 0;
}
@media screen and (max-width: 1200px) {
.pageContribution .cont1 .box{
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
}
}
@media screen and (max-width: 1024px) {
.pageContribution .cont1{
	padding: 40px 0 200px;
	overflow: hidden;
}
.pageContribution .cont1:before{
	width: 62px;
	height: 96px;
	bottom: 33px;
	margin-left: -30px;
	background: url(../img/about/ball1.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.pageContribution .cont1:after{
	height: 57px;
	background: url(../img/about/tree1.png) center bottom repeat-x;
	background-size: auto 100%;
}
.pageContribution .cont1 .box{
	padding: 0;
	display: block;
}
.pageContribution .cont1 .box .item{
	width: 100%;
}
.pageContribution .cont1 .box .item .content:before{
	width: 280px;
	height: 280px;
	background: url(../img/about/circle1.png) 0 0 no-repeat;
	background-size: 100% 100%;
	transform: translateX(-50%);
}
.pageContribution .cont1 .box .item .content1:before{
	left: 50%;
	top: 120px;
}
.pageContribution .cont1 .box .item .content2{
	margin-top: 60px;
}
.pageContribution .cont1 .box .item .content2:before{
	left: 50%;
	top: 120px;
}
.pageContribution .cont1 .box .item .content3{
	margin-top: 60px;
}
.pageContribution .cont1 .box .item .content3:before{
	left: 50%;
	top: 200px;
	background: url(../img/about/circle2.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.pageContribution .cont1 .box .item .content4{
	margin-top: 60px;
}
.pageContribution .cont1 .box .item .content4:before{
	left: 50%;
	top: 120px;
	background: url(../img/about/circle2.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.pageContribution .cont1 .box .item .content .img{
	text-align: center;
}
.pageContribution .cont1 .box .item .content1 .img{
	margin: 0;
}
.pageContribution .cont1 .box .item .content2 .img{
	margin: 0;
}
.pageContribution .cont1 .box .item .content3 .img{
	margin: 0;
}
.pageContribution .cont1 .box .item .content4 .img{
	margin: 0;
}
.pageContribution .cont1 .box .item .content .tit{
	font-size: 18px;
	line-height: 30px;
}
.pageContribution .cont1 .box .item .content1 .tit{
	margin-top: 20px;
}
.pageContribution .cont1 .box .item .content2 .tit{
	margin-top: 20px;
}
.pageContribution .cont1 .box .item .content3 .tit{
	margin-top: 20px;
}
.pageContribution .cont1 .box .item .content4 .tit{
	margin-top: 20px;
}
.pageContribution .cont1 .box .item .content .txt{
	font-size: 14px;
	line-height: 30px;
	margin: 10px 0 0;
}
.pageContribution .cont1 .box .item .content .subBox{
	margin: 20px 0 0;
}
.pageContribution .cont1 .box .item .content .subBox p{
	font-size: 12px;
	line-height: 21px;
}	
}

/*.pageContribution .cont2*/
.pageContribution .cont2{
	position: relative;
	padding: 50px 0 166px;
	overflow-x: hidden;
}
.pageContribution .cont2:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 114px;
	left: 0;
	bottom: 0;
	background: url(../img/about/tree1.png) center bottom repeat-x;
	z-index: 5;
}
.pageContribution .cont2 .box{
	padding: 0 120px;
	display: flex;
	justify-content: space-between;
}
.pageContribution .cont2 .box .item{
	width: 380px;
}
.pageContribution .cont2 .box .item .content{
	position: relative;
	z-index: 5;
}
.pageContribution .cont2 .box .item .content:before{
	position: absolute;
	content: "";
	width: 510px;
	height: 510px;
	background: url(../img/about/circle1.png) 0 0 no-repeat;
	z-index: -1;
}
.pageContribution .cont2 .box .item .content1:before{
	left: -70px;
	top: 60px;
}
.pageContribution .cont2 .box .item .content2{
	margin-top: 182px;
}
.pageContribution .cont2 .box .item .content2:before{
	left: -290px;
	top: -10px;
}
.pageContribution .cont2 .box .item .content3{
	margin-top: 316px;
}
.pageContribution .cont2 .box .item .content3:before{
	left: -70px;
	top: -117px;
}
.pageContribution .cont2 .box .item .content4{
	margin-top: 45px;
}
.pageContribution .cont2 .box .item .content4:before{
	left: -70px;
	top: 64px;
	background: url(../img/about/circle2.png) 0 0 no-repeat;
}
.pageContribution .cont2 .box .item .content5{
	margin-top: 136px;
}
.pageContribution .cont2 .box .item .content5:before{
	left: 193px;
	top: 2px;
	background: url(../img/about/circle2.png) 0 0 no-repeat;
}
.pageContribution .cont2 .box .item .content6{
	margin-top: 100px;
}
.pageContribution .cont2 .box .item .content6:before{
	left: -70px;
	top: 88px;
	background: url(../img/about/circle2.png) 0 0 no-repeat;
}
.pageContribution .cont2 .box .item .content1 .img{
	margin: 0 -68px 0 40px;
}
.pageContribution .cont2 .box .item .content2 .img{
	margin: 0 -22px 0 0;
}
.pageContribution .cont2 .box .item .content4 .img{
	margin: 0 0 0 30px;
}
.pageContribution .cont2 .box .item .content5 .img{
	margin: 0 0 0 147px;
}
.pageContribution .cont2 .box .item .content6 .img{
	margin: 0 -46px 0 0;
	text-align: right;
}
.pageContribution .cont2 .box .item .content .tit{
	font-size: 20px;
	line-height: 34px;
	color: #0059d1;
	font-weight: bold;
}
.pageContribution .cont2 .box .item .content1 .tit{
	margin-top: -46px;
}
.pageContribution .cont2 .box .item .content4 .tit{
	margin-top: 42px;
	color: #00b14c;
}
.pageContribution .cont2 .box .item .content5 .tit{
	margin-top: 3px;
	color: #00b14c;
}
.pageContribution .cont2 .box .item .content6 .tit{
	margin-top: -5px;
	color: #00b14c;
}
.pageContribution .cont2 .box .item .content .txt{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	margin: 10px 0 0;
}
.pageContribution .cont2 .box .item .content .txt + .txt{
	margin: 0;
}
.pageContribution .cont2 .box .item .content1 .txt{
	width: 250px;
}
.pageContribution .cont2 .box .item .content .txt.indent{
	padding: 0 0 0 20px;
	text-indent: -1em;
}
@media screen and (max-width: 1200px) {
.pageContribution .cont2 .box{
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
}
}
@media screen and (max-width: 1024px) {
.pageContribution .cont2{
	padding: 40px 0 160px;
	overflow: hidden;
}
.pageContribution .cont2:after{
	height: 57px;
	background: url(../img/about/tree1.png) center bottom repeat-x;
	background-size: auto 100%;
}
.pageContribution .cont2 .box{
	padding: 0;
	display: block;
}
.pageContribution .cont2 .box .item{
	width: 100%;
}
.pageContribution .cont2 .box .item .content:before{
	width: 280px;
	height: 280px;
	background: url(../img/about/circle1.png) 0 0 no-repeat;
	background-size: 100% 100%;
	transform: translateX(-50%);
}
.pageContribution .cont2 .box .item .content1:before{
	left: 50%;
    top: 120px;
}
.pageContribution .cont2 .box .item .content2{
	margin-top: 60px;
}
.pageContribution .cont2 .box .item .content2:before{
	left: 50%;
    top: 80px;
}
.pageContribution .cont2 .box .item .content3{
	margin-top: 80px;
}
.pageContribution .cont2 .box .item .content3:before{
	left: 50%;
    top: 30px;
}
.pageContribution .cont2 .box .item .content4{
	margin-top: 80px;
}
.pageContribution .cont2 .box .item .content4:before{
	left: 50%;
    top: 120px;
	background: url(../img/about/circle2.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.pageContribution .cont2 .box .item .content5{
	margin-top: 40px;
}
.pageContribution .cont2 .box .item .content5:before{
	left: 50%;
    top: 120px;
	background: url(../img/about/circle2.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.pageContribution .cont2 .box .item .content6{
	margin-top: 60px;
}
.pageContribution .cont2 .box .item .content6:before{
	left: 50%;
    top: 200px;
	background: url(../img/about/circle2.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.pageContribution .cont2 .box .item .content .img{
	text-align: center;
}
.pageContribution .cont2 .box .item .content1 .img{
	margin: 0;
}
.pageContribution .cont2 .box .item .content2 .img{
	margin: 0;
}
.pageContribution .cont2 .box .item .content4 .img{
	margin: 0;
}
.pageContribution .cont2 .box .item .content5 .img{
	margin: 0;
}
.pageContribution .cont2 .box .item .content6 .img{
	margin: 0;
	text-align: center;
}
.pageContribution .cont2 .box .item .content .tit{
	font-size: 18px;
	line-height: 30px;
}
.pageContribution .cont2 .box .item .content1 .tit{
	margin-top: 20px;
}
.pageContribution .cont2 .box .item .content4 .tit{
	margin-top: 20px;
}
.pageContribution .cont2 .box .item .content5 .tit{
	margin-top: 20px;
}
.pageContribution .cont2 .box .item .content6 .tit{
	margin-top: 20px;
}
.pageContribution .cont2 .box .item .content .txt{
	font-size: 14px;
	line-height: 30px;
	margin: 15px 0;
}
.pageContribution .cont2 .box .item .content .txt + .txt{
	margin: 0;
}
.pageContribution .cont2 .box .item .content1 .txt{
	width: 100%;
}
}
/*.pageContribution .cont3*/
.pageContribution .cont3{
	padding: 50px 0;
	background: url(../img/about/bg2.png) center top no-repeat #0097d7;
	background-size: cover;
}
.pageContribution .cont3 .box{
	padding: 0 50px;
	border-radius: 10px;
	background-image: linear-gradient(to bottom, #ecf2fb 0%, #fff 12%, #fff 12%, #fff 100%);
}
.pageContribution .cont3 .titBox{
	position: relative;
	display: flex;
	padding: 30px 0;
	min-height: 178px;
	z-index: 3;
}
.pageContribution .cont3 .titBox .tit{
	width: 220px;
	font-size: 30px;
	line-height: 44px;
	font-weight: bold;
	color: #0059d1;
	padding: 8px 0 0;
}
.pageContribution .cont3 .titBox .tit .big{
	display: block;
	color: #00b14c;
	font-size: 40px;
	line-height: 50px;
}
.pageContribution .cont3 .titBox .txt{
	flex: 1;
	font-size: 16px;
	line-height: 34px;
	color: #232323;
	font-weight: 500;
	padding: 4px 20px;
}
.pageContribution .cont3 .intro{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.pageContribution .cont3 .intro:before{
	position: absolute;
	content: "";
	width: 1px;
	height: calc(100% - 33px);
	left: 50%;
	top: 33px;
	background: #b2cdf1;
}
.pageContribution .cont3 .intro .item{
	padding: 50px 15px 8px;
	width: 47%;
	border-top: 4px solid #0059d1;
}
.pageContribution .cont3 .intro .item .icon{
	text-align: center;
}
.pageContribution .cont3 .intro .item .tit{
	font-size: 20px;
	line-height: 34px;
	color: #0059d1;
	font-weight: bold;
	margin: 12px 0 14px;
	text-align: center;
}
.pageContribution .cont3 .intro .item .txt{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
}
.sustainability{
	position: relative;
	padding: 176px 0 83px;
}
.sustainability:before{
	position: absolute;
	content: "";
	left: -50px;
	right: -50px;
	height: 220px;
	top: 0;
	background: url(../img/about/img_aboutcont3_3.jpg) center no-repeat;
	background-size: cover;
	z-index: 1;
}
.sustainability .maintit{
	position: relative;
	font-size: 30px;
	line-height: 60px;
	color: #0059d1;
	font-weight: bold;
	text-align: center;
	margin: 0 0 32px;
	z-index: 2;
}
.sustainability .subtit{
	position: relative;
	font-size: 24px;
	line-height: 42px;
	color: #00b14c;
	font-weight: bold;
	text-align: center;
}
.sustainability .subtit:before{
	position: absolute;
	content: "";
	width: 100px;
	left: 50%;
	top: -22px;
	transform: translateX(-50%);
	height: 4px;
	background: #0059d1;
}
.sustainability .comment{
	font-size: 16px;
	line-height: 34px;
	color: #232323;
	font-weight: 500;
	text-align: center;
}
.sustainability .col-3{
	position: relative;
	display: flex;
	margin: 28px 0 0;
}
.sustainability .col-3 .item{
	position: relative;
	width: calc((100% - 121px)/3);
	margin-right: 60px;
	padding: 45px 0 0;
	border-top: 2px solid #d9e6f8;
}
.sustainability .col-3 .item:before{
	position: absolute;
	content: "";
	width: 1px;
	height: calc(100% - 51px);
	top: 51px;
	right: -30px;
	background: #b2cdf1;
}
.sustainability .col-3 .item:nth-child(3n){
	margin-right: 0;
}
.sustainability .col-3 .item:nth-child(3n):before{
	display: none;
}
.sustainability .col-3 .item .tit{
	font-size: 20px;
	line-height: 34px;
	color: #0059d1;
	font-weight: bold;
	margin: 0 0 20px;
}
.sustainability .col-3 .item .txt{
	display: flex;
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	min-height: 135px;
}
.sustainability .col-3 .item .txt img{
	width: 31.25%;
	margin: 0 0 0 15px;
	align-self: flex-end;
}
.sustainability .col-3 .item .txt p{
	flex: 1;
}
.sustainability .col-3 .item .img{
	margin: 10px 0 0;
	display: flex;
}
.sustainability .col-3 .item .img img{
	width: 31.25%;
	margin-right: 3.12%;
}
.sustainability .col-3 .item .img img:nth-child(3n){
	margin-right: 0;
}
.sustainability .col-3 + .subtit{
	margin-top: 94px;
}
.sustainability .col-3.ecoman{
	position: relative;
}
.sustainability .col-3.ecoman:before{
	position: absolute;
	content: "";
	width: 101px;
	height: 153px;
	right: 21px;
	top: -161px;
	background: url(../img/about/img_aboutcont3_4.png) 0 0 no-repeat;
}
@media screen and (max-width: 1024px) {
.pageContribution .cont3{
	padding: 40px 0;
	background: #0097d7;
}
.pageContribution .cont3 .box{
	padding: 0 20px;
	border-radius: 6px;
	background-image: linear-gradient(to bottom, #ecf2fb 0%, #fff 20%, #fff 20%, #fff 100%);
}
.pageContribution .cont3 .titBox{
	display: block;
	padding: 20px 0;
	min-height: auto;
}
.pageContribution .cont3 .titBox .tit{
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	padding: 0;
}
.pageContribution .cont3 .titBox .tit .big{
	font-size: 30px;
	line-height: 40px;
}
.pageContribution .cont3 .titBox .txt{
	font-size: 14px;
    line-height: 24px;
    padding: 15px 0;
}
.pageContribution .cont3 .titBox .img{
	text-align: center;
}
.pageContribution .cont3 .titBox .img img{
	width: auto;
	height: 60px;
}
.pageContribution .cont3 .intro{
	display: block;
}
.pageContribution .cont3 .intro:before{
	display: none;
}
.pageContribution .cont3 .intro .item{
	padding: 30px 0 5px;
	width: 100%;
	border-top: 2px solid #0059d1;
	margin-bottom: 20px;
}
.pageContribution .cont3 .intro .item .icon img{
	width: auto;
	height: 40px;
}
.pageContribution .cont3 .intro .item .tit{
	font-size: 18px;
	line-height: 30px;
	margin: 15px 0;
}
.pageContribution .cont3 .intro .item .txt{
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}
.sustainability{
	position: relative;
	padding: 90px 0 10px;
}
.sustainability:before{
	left: -20px;
	right: -20px;
	height: 120px;
}
.sustainability .maintit{
	font-size: 20px;
	line-height: 40px;
	margin: 0 0 30px;
}
.sustainability .subtit{
	font-size: 16px;
	line-height: 28px;
}
.sustainability .subtit:before{
	width: 80px;
	top: -18px;
	height: 3px;
}
.sustainability .comment{
	font-size: 12px;
	line-height: 30px;
	margin: 5px 0 0;
}
.sustainability .col-3{
	display: block;
	margin: 30px 0 0;
}
.sustainability .col-3 .item{
	width: 100%;
	margin-right: 0;
	padding: 30px 0 0;
	margin-bottom: 30px;
}
.sustainability .col-3 .item:before{
	display: none;
}
.sustainability .col-3 .item .tit{
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 10px;
}
.sustainability .col-3 .item .txt{
	display: flex;
	font-size: 14px;
	line-height: 28px;
	min-height: auto;
}
.sustainability .col-3 .item .txt img{
	display: none;
}
.sustainability .col-3 + .subtit{
	margin-top: 80px;
}
.sustainability .col-3.ecoman:before{
	display: none;
}	
.sustainability .col-3 .item .img img{
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.sustainability .col-3 .item .img img:nth-child(3n){
	margin-right: 10px;
}
}


/*=================company====================*/
/*pageCompany*/
.pageCompany{

}
.pageCompany .cont1 {
    position: relative;
    padding: 56px 0 220px;
    background: url(../img/about/bg_company1.jpg) center top no-repeat #fff;
    background-size: 1920px auto;
    overflow-x: hidden;
}
.pageCompany .cont1:before {
    position: absolute;
    content: "";
    width: 123px;
    height: 191px;
    left: 50%;
    bottom: 66px;
    margin-left: -60px;
    background: url(../img/about/ball1.png) 0 0 no-repeat;
    z-index: 6;
}
.pageCompany .cont1:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 114px;
    left: 0;
    bottom: 0;
    background: url(../img/about/tree1.png) center bottom repeat-x;
    z-index: 5;
}
.pageCompany .cont1 .box{
	padding: 0 50px;
}
.pageCompany .cont1 .message{
	display: flex;
}
.pageCompany .cont1 .message .img{
	width: 46%;
}
.pageCompany .cont1 .message .img img{
	width: 100%;
}
.pageCompany .cont1 .message .content{
	flex: 1;
	padding: 0 0 0 58px;
}
.pageCompany .cont1 .message .content .tit{
	font-size: 32px;
	line-height: 50px;
	color: #0059d1;
	font-weight: bold;
	text-align: center;
}
.pageCompany .cont1 .message .content .txt{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	text-align: justify;
	margin: 42px 0 0;
}
.pageCompany .cont1 .idea{
	position: relative;
	margin: 90px 0 0;
}
.pageCompany .cont1 .idea:before{
	position: absolute;
	content: "";
	width: 117px;
	height: 153px;
	right: 90px;
	top: -90px;
	background: url(../img/about/img_aboutcont1_5.png) 0 0 no-repeat;
	z-index: 1;
}
.pageCompany .cont1 .idea .tit{
	position: relative;
	font-size: 32px;
	line-height: 50px;
	color: #0059d1;
	font-weight: bold;
	text-align: center;
	z-index: 3;
}
.pageCompany .cont1 .idea .content{
	margin: 50px 0 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.pageCompany .cont1 .idea .content:before{
	position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 30px);
    top: 30px;
    left: 50%;
    background: #b2cdf1;
    z-index: 1;
}
.pageCompany .cont1 .idea .content .item{
	width: 47%;
	border-top: 4px solid #0059d1;
	padding: 36px 10px 20px;
}
.pageCompany .cont1 .idea .content .sub{
	font-size: 20px;
	line-height: 34px;
	color: #0059d1;
	font-weight: bold;
	text-align: center;
}
.pageCompany .cont1 .idea .content .txt{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	text-align: center;
	margin: 12px 0 0;
}
@media screen and (max-width: 767px) {
.pageCompany .cont1 {
    padding: 40px 0 150px;
    background: url(../img/about/bg_company1.jpg) center top no-repeat #fff;
    background-size: 960px auto;
}
.pageCompany .cont1:before {
    width: 62px;
    height: 96px;
    bottom: 33px;
    margin-left: -30px;
    background: url(../img/about/ball1.png) 0 0 no-repeat;
    background-size: 100% auto;
}
.pageCompany .cont1:after {
    height: 57px;
    background: url(../img/about/tree1.png) center bottom repeat-x;
    background-size: auto 100%;
}
.pageCompany .cont1 .box{
	padding: 0;
}
.pageCompany .cont1 .message{
	display: block;
}
.pageCompany .cont1 .message .img{
	width: 100%;
}
.pageCompany .cont1 .message .content{
	padding: 30px 0 0;
}
.pageCompany .cont1 .message .content .tit{
	font-size: 24px;
	line-height: 40px;
}
.pageCompany .cont1 .message .content .txt{
	font-size: 14px;
	line-height: 30px;
	margin: 10px 0 0;
}
.pageCompany .cont1 .idea{
	margin: 50px 0 0;
}
.pageCompany .cont1 .idea:before{
	display: none;
}
.pageCompany .cont1 .idea .tit{
	font-size: 24px;
	line-height: 40px;
}
.pageCompany .cont1 .idea .content{
	margin: 20px 0 0;
	display: block;
}
.pageCompany .cont1 .idea .content:before{
	display: none;
}
.pageCompany .cont1 .idea .content .item{
	width: 100%;
	border-top: 2px solid #0059d1;
	padding: 20px 10px;
}
.pageCompany .cont1 .idea .content .sub{
	font-size: 18px;
	line-height: 30px;
}
.pageCompany .cont1 .idea .content .txt{
	font-size: 14px;
	line-height: 30px;
	margin: 10px 0 0;
}	
}

/*.pageCompany .cont2*/
.pageCompany .cont2{
	padding: 54px 0 50px;
    position: relative;
    background: url(../img/about/bg_company2.png) center no-repeat #0059d1;
    background-size: 100% 100%;
}
.pageCompany .cont2 .tit{
	font-size: 32px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.pageCompany .cont2 .box{
	position: relative;
	margin: 40px 0 0;
	padding: 20px;
	border-radius: 10px;
	background-image: linear-gradient(to bottom, #ecf2fb 0%, #fff 20%, #fff 20%, #fff 100%);
}
.pageCompany .cont2 .box:after{
	position: absolute;
	content: "";
	width: 101px;
	height: 153px;
	right: 72px;
	bottom: 35px;
	background: url(../img/about/img_aboutcont3_4.png) 0 0 no-repeat;
}
.pageCompany .cont2 .box table{
	width: 100%;
}
.pageCompany .cont2 .box th{
	width: 208px;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	padding: 25px 10px 25px 28px;
	box-sizing: border-box;
	border-right: 1px solid #b2cdf1;
	vertical-align: top;
}
.pageCompany .cont2 .box td{
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	padding: 25px 10px 25px 40px;
}
.pageCompany .cont2 .box td dl{
	display: flex;
	font-size: 16px;
	line-height: 28px;
}
.pageCompany .cont2 .box td dt{
	width: 200px;
	font-weight: bold;
}
.pageCompany .cont2 .box td.shortdl dl dt{
	width: 100px;
}
.pageCompany .cont2 .box td dd{
	flex: 1;
}
.pageCompany .cont2 .box tr:nth-child(2n) th,
.pageCompany .cont2 .box tr:nth-child(2n) td{
	background: #e5eefa;
}
.pageCompany .cont2 .box .textandbtn{
	padding-top: 0;
	padding-bottom: 0;
}
.pageCompany .cont2 .box .textandbtn .inner{
	display: flex;
	align-items: center;
}
.pageCompany .cont2 .box .textandbtn .inner span{
	margin: 0 15px 0 0;
}
.pdfbtn{
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	color: #232323;
	font-weight: 500;
	padding: 7px 20px 7px 36px;
	border: 1px solid #b2cdf1;
	border-radius: 5px;
	background: url(../common/img/arw_right1.png) left 16px center no-repeat #fff;
	vertical-align: top;
}
.pdfbtn + .pdfbtn{
	margin: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
.pageCompany .cont2{
	padding: 40px 0 40px;
    background: #0059d1;
}
.pageCompany .cont2 .tit{
	font-size: 24px;
	line-height: 40px;
}
.pageCompany .cont2 .box{
	margin: 20px 0 0;
	padding: 10px;
	border-radius: 5px;
	background: #fff;
}
.pageCompany .cont2 .box:after{
	display: none;
}
.pageCompany .cont2 .box table,
.pageCompany .cont2 .box tbody,
.pageCompany .cont2 .box tr,
.pageCompany .cont2 .box th,
.pageCompany .cont2 .box td{
	display: block;
	width: 100%;
}
.pageCompany .cont2 .box th{
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	padding: 10px;
	border-right: none;
}
.pageCompany .cont2 .box td{
	font-size: 14px;
	line-height: 24px;
	padding: 0 10px 10px;
}
.pageCompany .cont2 .box td dl{
	display: block;
	font-size: 14px;
	line-height: 24px;
}
.pageCompany .cont2 .box td dt{
	width: 100%;
}
.pageCompany .cont2 .box td dl .spnone{
	display: none;
}
.pageCompany .cont2 .box td.shortdl dl dt{
	width: 100%;
}
.pageCompany .cont2 .box .textandbtn{
    padding-bottom: 10px;
}
.pageCompany .cont2 .box .textandbtn .inner{
	display: block;
}
.pageCompany .cont2 .box .textandbtn .inner span{
	margin: 0 0 10px;
	display: block;
}
.pdfbtn{
	font-size: 14px;
	line-height: 24px;
	padding: 5px 20px 5px 36px;
	border-radius: 3px;
	background: url(../common/img/arw_right1.png) left 16px center no-repeat #fff;
	vertical-align: top;
	margin: 5px 10px 5px 0;
}
.pdfbtn + .pdfbtn{
	margin: 0;
}	
}
/*.pageCompany .cont3*/
.pageCompany .cont3{
	
}
.pageCompany .cont3 .tit{
	font-size: 32px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 30px;
	background: #00b14c;
}
.pageCompany .cont3 .box{
	display: flex;
	border-top: 2px solid #80d8a5;
}
.pageCompany .cont3 .box .item{
	width: 50%;
	border-right: 1px solid #80d8a5;
}
.pageCompany .cont3 .box .item + .item{
	border-left: 1px solid #80d8a5;
	border-right: none;
}
.pageCompany .cont3 .box .item .address{
	height: 140px;
	padding: 32px 90px 10px 46px;
	background: url(../img/about/icon_address.png) right 47px center no-repeat #00b14c;
}
.pageCompany .cont3 .box .item .address .txt1{
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
}
.pageCompany .cont3 .box .item .address .txt2{
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	font-weight: 500;
}
.pageCompany .cont3 .box .item .map{
	width: 100%;
	height: 350px;
}
.pageCompany .cont3 .box .item .map iframe{
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
.pageCompany .cont3 .tit{
	font-size: 24px;
	line-height: 40px;
	padding: 20px;
}
.pageCompany .cont3 .box{
	display: block;
	border-top: 1px solid #80d8a5;
}
.pageCompany .cont3 .box .item{
	width: 100%;
	border-right: none;
}
.pageCompany .cont3 .box .item + .item{
	border-left: none;
	border-right: none;
}
.pageCompany .cont3 .box .item .address{
	height: auto;
	padding: 20px 60px 20px 20px;
	background: url(../img/about/icon_address.png) right 15px center no-repeat #00b14c;
}
.pageCompany .cont3 .box .item .address .txt1{
	font-size: 18px;
	line-height: 30px;
}
.pageCompany .cont3 .box .item .address .txt2{
	font-size: 14px;
	line-height: 30px;
}
.pageCompany .cont3 .box .item .map{
	height: 240px;
}
}

/*=================staff====================*/
/*pageStaff*/
.pageStaff{

}
.pageStaff .cont1 .box{
	margin: 40px 0 0;
	padding: 0 50px;
	display: flex;
	flex-wrap: wrap;
}
.pageStaff .cont1 .box .item{
	width: 49%;
	box-sizing: border-box;
	margin: 0 .5% 40px;
	padding: 20px 20px;
	border-radius: 10px;
	background: #ebf2fb;
}
.pageStaff .cont1 .box .item:nth-child(2n){
	flex-direction: row-reverse;
}
.pageStaff .cont1 .box .item .intro{
	display: flex;
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}

.pageStaff .cont1 .box .item .intro .img{
	margin: 0 0 10px;
	width: 100%;
	text-align: center;
}
.pageStaff .cont1 .box .item .intro .img img{
	width: 30%;
}
.pageStaff .cont1 .box .item .intro .name{
	font-weight: bold;
	margin: 0 20px;
}
.pageStaff .cont1 .box .item .intro .year{
	
}
.pageStaff .cont1 .box .item .content{

}
.pageStaff .cont1 .box .item:nth-child(2n) .content{
	padding: 0 50px 0 0;
}
.pageStaff .cont1 .box .item .content .tit{
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	color: #0059d1;
	margin: 0 0 10px;
}
.pageStaff .cont1 .box .item .content .txt{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	margin: 0 0 20px;
}
@media screen and (max-width: 767px) {

	.pageStaff .cont1 .box .item{
		width: 100%;
		box-sizing: border-box;
		margin: 0 0 40px;
		padding: 10px 10px;
	}

.pageStaff .cont1 .box{
	margin: 30px 0 0;
	padding: 0;
}
.pageStaff .cont1 .box .item{
	display: block;
	margin: 0 0 30px;
	padding: 20px;
	border-radius: 5px;
}
.pageStaff .cont1 .box .item .intro{
	width: 100%;
	font-size: 14px;
	line-height: 30px;
}
.pageStaff .cont1 .box .item .content{
	padding: 30px 0 0;
}
.pageStaff .cont1 .box .item:nth-child(2n) .content{
	padding: 30px 0 0;
}
.pageStaff .cont1 .box .item .content .tit{
	font-size: 14px;
	line-height: 30px;
}
.pageStaff .cont1 .box .item .content .txt{
	font-size: 14px;
	line-height: 30px;
	margin: 0 0 20px;
}	
}


/*=================rule====================*/
.treeAfter{
	position: relative;
}
.treeAfter:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 114px;
    left: 0;
    bottom: 0;
    background: url(../img/about/tree1.png) center bottom repeat-x;
    z-index: 5;
}
@media screen and (max-width: 1024px) {
.treeAfter:after {
    height: 57px;
    background: url(../img/about/tree1.png) center bottom repeat-x;
    background-size: auto 100%;
}	
}
/*pageRule*/
.pageRule{

}
.pageRule .cont1{
	padding: 80px 0 170px;
	background: url(../img/thisthat/bg_rule1.png) center no-repeat;
	background-size: 1920px auto;
}
.pageRule .cont1 .box{
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
.pageRule .cont1 .box:before{
	position: absolute;
	content: "";
	width: 100px;
	height: 144px;
	top: -40px;
	right: -115px;
	background: url(../img/top/ecoman2.png) 0 0 no-repeat;
}
.pageRule .cont1 .boxIn{
	
}
.pageRule .cont1 .boxIn img{
	width: 100%;
}
.pageRule .contTitBox .tit{
	font-size: 32px;
	line-height: 46px;
}
.pageRule .contTitBox .tit .big{
	font-size: 32px;
	line-height: 46px;
	color: #0059d1;
}
@media screen and (max-width: 767px) {
.pageRule .cont1{
	padding: 40px 0 80px;
	background: #fff;
}
.pageRule .contTitBox.onlyTxt .txt br{
	display: none;
}
.pageRule .cont1 .box{
	max-width: 100%;
	margin: 0;
	overflow-y: hidden;
	overflow-x: auto;
}
.pageRule .cont1 .box:before{
	display: none;
}
.pageRule .cont1 .boxIn{
	width: 400px;
	margin: 0 auto;
}
.pageRule .contTitBox .tit{
	font-size: 24px;
	line-height: 34px;
}
.pageRule .contTitBox .tit .big{
	font-size: 24px;
	line-height: 34px;
}	
}
/*.pageRule .cont2*/
.pageRule .cont2{
	padding: 54px 0 104px;
	background: url(../img/thisthat/bg_rule2.png) center top no-repeat;
	background-size: 1920px auto;
}
.pageRule .cont2 .box{
	padding: 0 50px;
}
.pageRule .cont2 .content1{
	padding: 0 0 10px;
}
.pageRule .cont2 .content2{
	position: relative;
	padding: 56px 0 35px;
	border-top: 5px solid #b2cdf1;
}
.pageRule .cont2 .content2:after{
	position: absolute;
	content: "";
	width: 27px;
	height: 30px;
	left: 50%;
	bottom: 22px;
	transform: translateX(-50%);
	background: url(../img/thisthat/arw_down1.png) 0 0 no-repeat;
}
.ruleLayout{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ruleLayout li{
	width: 47.2%;
	margin-bottom: 45px;
}
.ruleLayout .mainTit{
	position: relative;
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	color: #00b14c;
	top: -11px;
}
.ruleLayout .comment{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	margin: 20px 0 0;
}
.ruleLayout .ecoman{
	padding: 54px 20px 0 0;
	text-align: right;
}
.ruleBox{
	position: relative;
	display: flex;
	padding: 20px 25px 35px;
	background: #fff;
	border: 1px solid #a7a7a7;
}
.topBorder:before{
	position: absolute;
	content: "";
	left: 30px;
	right: 30px;
	top: -3px;
	height: 5px;
	background: #0059d1;
}
.topBorder.borderGreen:before{
	background: #00b14c;
}
.ruleBoxImg{
	width: 96px;
	text-align: center;
	margin: 0 0 0 -25px;
}
.ruleBoxCont{
	flex: 1;
}
.ruleBoxCont .subTit{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #0059d1;
	margin: 2px 0 8px;
}
.ruleBoxCont .txt{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
}
.ruleBoxCont .txt.indent{
	padding-left: 1em;
	text-indent: -1em;
}
.ruleBoxCont .txt strong{
	font-weight: bold;
}
.pageRule .cont2 .content3{
	position: relative;
	padding: 24px 30px 30px;
	background: #fff;
	border: 1px solid #a7a7a7;
}
.pageRule .cont2 .content3 .tit{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #0059d1;
	text-align: center;
	margin: 0 0 22px;
}
.pageRule .cont2 .content3 ul{
	display: flex;
	justify-content: space-between;
}
.pageRule .cont2 .content3 li{
	width: 48%;
	display: flex;
	padding: 20px 0 35px;
	box-sizing: border-box;
	background: #e5eefa;
}
.pageRule .cont2 .content3 li .img{
	width: 110px;
	text-align: center;
}
.pageRule .cont2 .content3 li .content{
	flex: 1;
}
.pageRule .cont2 .content3 li .subTit{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #0059d1;
	margin: 10px 0;
}
.pageRule .cont2 .content3 li .txt{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
}
.pageRule .cont2 .content4{
	margin: 54px 0 0;
	padding: 54px 0 0;
	border-top: 5px solid #b2cdf1;
}
.pageRule .cont2 .content4 .ruleBoxCont .subTit{
	color: #00b14c;
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 767px) {
.pageRule .cont2{
	padding: 40px 0 60px;
	background: #fff;
}
.pageRule .cont2 .box{
	padding: 0;
}
.pageRule .cont2 .content1{
	padding: 0 0 10px;
}
.pageRule .cont2 .content2{
	padding: 25px 0 40px;
	border-top: 3px solid #b2cdf1;
}
.pageRule .cont2 .content2:after{
	width: 14px;
	height: 15px;
	bottom: 20px;
	background: url(../img/thisthat/arw_down1.png) 0 0 no-repeat;
	background-size: auto 100%;
}
.ruleLayout{
	display: block;
}
.ruleLayout li{
	width: 100%;
	margin-bottom: 20px;
}
.ruleLayout .mainTit{
	font-size: 20px;
	line-height: 30px;
	top: 0;
}
.ruleLayout .comment{
	font-size: 14px;
	line-height: 28px;
	margin: 15px 0 0;
}
.ruleLayout .ecoman{
	display: none;
}
.ruleBox{
	padding: 20px;
}
.topBorder:before{
	position: absolute;
	content: "";
	left: 20px;
	right: 20px;
	top: -2px;
	height: 3px;
}
.ruleBoxImg{
	width: 90px;
	margin: 0 0 0 -20px;
}
.ruleBoxCont .subTit{
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 8px;
}
.ruleBoxCont .txt{
	font-size: 14px;
	line-height: 28px;
	padding-left: 1em;
	text-indent: -1em;
}
.pageRule .cont2 .content3{
	padding: 20px;
}
.pageRule .cont2 .content3 .tit{
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 20px;
}
.pageRule .cont2 .content3 ul{
	display: block;
}
.pageRule .cont2 .content3 li{
	width: 100%;
	padding: 20px 0;
}
.pageRule .cont2 .content3 li .img{
	width: 90px;
}
.pageRule .cont2 .content3 li .subTit{
	font-size: 18px;
	line-height: 28px;
	margin: 10px 0;
}
.pageRule .cont2 .content3 li .txt{
	font-size: 14px;
	line-height: 28px;
	padding-left: 1em;
	text-indent: -1em;
}
.pageRule .cont2 .content3 li .content{
	padding: 0 10px 0 0;
}
.pageRule .cont2 .content4{
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 3px solid #b2cdf1;
}
.pageRule .cont2 .content4 .ruleBoxCont .txt{
	padding-left: 0;
	text-indent: 0;
}
}
/*.pageRule .cont3*/
.pageRule .cont3{
	padding: 54px 0 50px;
	position: relative;
    background: url(../img/about/bg_company2.png) center no-repeat #0059d1;
    background-size: 100% 100%;
}
.pageRule .cont3 .tit{
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 0 0 38px;
}
.pageRule .cont3 .box{
	padding: 40px 50px 50px;
	background: #fff;
	border-radius: 10px;
}
.pageRule .cont3 .main{
	text-align: center;
}
.pageRule .cont3 .content1{
	display: flex;
}
.pageRule .cont3 .content1 .img{
	width: 263px;
}
.pageRule .cont3 .content1 .text{
	flex: 1;
	padding: 32px 0 0 42px;
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
}
.pageRule .cont3 .content2{
	margin: 50px 0 0;
}
.pageRule .cont3 .content2 .subTit{
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	color: #00b14c;
	margin: 0 0 26px;
}
.pageRule .cont3 .content2 ul{
	display: flex;
	justify-content: space-between;
}
.pageRule .cont3 .content2 li{
	width: 47.2%;
}
.pageRule .cont3 .content2 .item{
	border-top: 4px solid #0059d1;
	padding: 18px 0 0;
}
.pageRule .cont3 .content2 .item + .item{
	margin: 35px 0 0;
}
.pageRule .cont3 .content2 .item .comment{
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #0059d1;
	margin: 0 0 16px;
}
.pageRule .cont3 .content2 .item .comment .green{
	color: #00b14c;
}
.pageRule .cont3 .content2 .item table{
	width: 100%;
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
}
.pageRule .cont3 .content2 .item th{
	font-weight: bold;
	padding: 12px 4px 12px 12px;
	vertical-align: top;
	box-sizing: border-box;
}
.pageRule .cont3 .content2 .item .table1 th{
	width: 188px;
}
.pageRule .cont3 .content2 .item .table2 th{
	width: 245px;
}
.pageRule .cont3 .content2 .item .table3 th{
	width: 190px;
}
.pageRule .cont3 .content2 .item td{
	padding: 12px 5px 12px 0;
	letter-spacing: -1px;
}
.pageRule .cont3 .content2 .item tr:nth-child(2n+1) th,
.pageRule .cont3 .content2 .item tr:nth-child(2n+1) td{
	background: #ebf2fb;
}
@media screen and (max-width: 767px) {
.pageRule .cont3{
	padding: 30px 0;
    background: #0059d1;
}
.pageRule .cont3 .tit{
	font-size: 24px;
	line-height: 40px;
	margin: 0 0 20px;
}
.pageRule .cont3 .box{
	padding: 20px;
	border-radius: 5px;
}
.pageRule .cont3 .box .visiblets img{
	width: 132px;
}
.pageRule .cont3 .main {
    text-align: center;
    margin: 20px 0 0;
    overflow-y: hidden;
    overflow-x: auto;
}
.pageRule .cont3 .main img{
	width: 475px;
	max-width: 475px;
}
.pageRule .cont3 .content1{
	display: block;
}
.pageRule .cont3 .content1 .img{
	display: none;
}
.pageRule .cont3 .content1 .text{
	padding: 20px 0 0;
	font-size: 14px;
	line-height: 28px;
}
.pageRule .cont3 .content2{
	margin: 30px 0 0;
}
.pageRule .cont3 .content2 .subTit{
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 20px;
}
.pageRule .cont3 .content2 ul{
	display: block;
}
.pageRule .cont3 .content2 li{
	width: 100%;
}
.pageRule .cont3 .content2 .item{
	border-top: 2px solid #0059d1;
	padding: 14px 0 0;
}
.pageRule .cont3 .content2 .item + .item{
	margin: 30px 0 0;
}
.pageRule .cont3 .content2 .item .comment{
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 10px;
}
.pageRule .cont3 .content2 .item table{
	font-size: 12px;
	line-height: 24px;
}
.pageRule .cont3 .content2 .item th{
	padding: 10px;
}
.pageRule .cont3 .content2 .item .table1 th{
	width: 110px;
}
.pageRule .cont3 .content2 .item .table2 th{
	width: 110px;
}
.pageRule .cont3 .content2 .item .table3 th{
	width: 110px;
}
.pageRule .cont3 .content2 .item td{
	padding: 10px 5px;
	letter-spacing: -1px;
}
}
/*.pageRule .cont4*/
.pageRule .cont4{
	padding: 50px 0 50px;
	position: relative;
    background: url(../img/thisthat/bg_rule3.png) center no-repeat #00b14c;
    background-size: 100% 100%;
}
.pageRule .cont4 .tit{
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 0 0 42px;
}
.pageRule .cont4 .box{
	padding: 54px 50px 30px;
	background: #fff;
	border-radius: 10px;
}
.pageRule .cont4 .content1{
	display: flex;
	flex-direction: row-reverse;
}
.pageRule .cont4 .content1 .img{
	width: 540px;
	padding: 10px 0 0;
}
.pageRule .cont4 .content1 .text{
	flex: 1;
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	padding: 0 50px 0 0;
}
.pageRule .cont4 .content2{
	margin: 38px 0 0;
}
.pageRule .cont4 .content2 .subTit{
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #00b14c;
	margin: 0 0 22px;
}
.pageRule .cont4 .content2 table{
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}
.pageRule .cont4 .content2 th{
	font-weight: bold;
	background: #e5f7ed;
	height: 50px;
	padding-top: 5px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #b2e8c9;
	border-bottom: 2px solid #00b14c;
	width: 42%;
}
.pageRule .cont4 .content2 td{
	border-right: 1px solid #b2e8c9;
	border-bottom: 2px solid #00b14c;
	vertical-align: middle;
	width: 42%;
	padding: 22px 20px 18px;
}
.pageRule .cont4 .content2 td.borderBottom{
	border-bottom: 1px solid #b2e8c9;
}
.pageRule .cont4 .content2 td:first-child{
	line-height: 24px;
}
.pageRule .cont4 .content2 td:last-child{
	border-right: none;
}
.pageRule .cont4 .content2 td.bold{
	font-weight: bold;
	padding-left: 0;
	padding-right: 10px;
}
.pageRule .cont4 .content2 .comment{
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	margin: 14px 0 0;
}
.pageRule .cont4 .content2 th:first-child,
.pageRule .cont4 .content2 td:first-child{
	width: 16%;
}
@media screen and (max-width: 767px) {
.pageRule .cont4{
	padding: 30px 0 30px;
	position: relative;
    background: url(../img/thisthat/bg_rule3.png) center no-repeat #00b14c;
    background-size: 100% 100%;
}
.pageRule .cont4 .tit{
	font-size: 24px;
	line-height: 40px;
	margin: 0 0 20px;
}
.pageRule .cont4 .box{
	padding: 20px;
	border-radius: 5px;
}
.pageRule .cont4 .content1{
	display: block;
}
.pageRule .cont4 .content1 .img{
	width: 100%;
	padding: 0;
	text-align: center;
}
.pageRule .cont4 .content1 .img img{
	width: 255px;
}
.pageRule .cont4 .content1 .text{
	font-size: 14px;
	line-height: 28px;
	padding: 30px 0 0;
}
.pageRule .cont4 .content2{
	margin: 20px 0 0;
}
.pageRule .cont4 .content2 .subTit{
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 15px;
}
.pageRule .cont4 .content2 .tableWrap{
	overflow-y: hidden;
	overflow-x: auto;
}
.pageRule .cont4 .content2 table{
	width: 750px;
	font-size: 14px;
	line-height: 28px;
}
.pageRule .cont4 .content2 th{
	height: 40px;
}
.pageRule .cont4 .content2 td{
	width: 43%;
	padding: 12px 10px 15px;
}
.pageRule .cont4 .content2 .comment{
	font-size: 14px;
	line-height: 28px;
}
.pageRule .cont4 .content2 th:first-child,
.pageRule .cont4 .content2 td:first-child{
	width: 14%;
}	
}

/*=================whats====================*/
.ballBefore:before{
	position: absolute;
    content: "";
    width: 123px;
    height: 191px;
    left: 50%;
    bottom: 66px;
    margin-left: -60px;
    background: url(../img/about/ball1.png) 0 0 no-repeat;
    z-index: 6;
}
@media screen and (max-width: 1024px) {
.ballBefore:before{
    width: 62px;
    height: 96px;
    bottom: 33px;
    margin-left: -30px;
    background: url(../img/about/ball1.png) 0 0 no-repeat;
    background-size: 100% auto;
}	
}
.pageWhats .cont1{
	padding: 45px 0 484px;
	background: url(../img/thisthat/bg_whats1.png) center top no-repeat;
	background-size: 1920px auto;
}
.pageWhats .cont1 .box{
	padding: 0 50px;
}
.pageWhats .cont1 .content1{
	
}
.pageWhats .cont1 .content1 .comment{
	max-width: 790px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
}
.pageWhats .cont1 .content1 .main{
	margin: 12px 0 55px;
	text-align: center;
}
.pageWhats .cont1 .content1 .subCont1{
	display: flex;
	justify-content: space-between;
}
.pageWhats .cont1 .content1 .subCont1 .item{
	width: 47.2%;
}
.pageWhats .cont1 .content1 .subCont1 .item .tab{
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	color: #0059d1;
}
.pageWhats .cont1 .content1 .subCont1 .item + .item .tab{
	color: #00b14c;
}
.pageWhats .cont1 .content1 .subCont1 .item .ruleBox{
	display: none;
}
.pageWhats .cont1 .content1 .subCont1 .item .ruleBox.tab{
	display: block;
	padding: 18px 0;
}
.pageWhats .cont1 .content1 .subCont2{
	margin: 65px 0 0;
	display: flex;
	justify-content: space-between;
}
.pageWhats .cont1 .content1 .subCont2 .item{
	width: 29.4%;
}
.pageWhats .cont1 .content1 .subCont2 .ruleBox{
	padding: 30px 25px 42px;
	display: block;
}
.pageWhats .cont1 .content1 .subCont2 .ruleBox .img{
	text-align: center;
	margin: 0 0 18px;
}
.pageWhats .cont1 .content1 .subCont2 .ruleBox .tit{
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	font-weight: bold;
	color: #0059d1;
}
.pageWhats .cont1 .content1 .subCont2 .ruleBox .txt{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
}
.pageWhats .cont1 .content1 .subCont2 .arwAfter2 .tit,
.pageWhats .cont1 .content1 .subCont2 .arwAfter3 .tit{
	color: #00b14c;
}
.pageWhats .cont1 .content1 .subCont2 .arwAfter1:after{
	position: absolute;
	content: "";
	width: 27px;
	height: 30px;
	left: 50%;
	top: -46px;
	transform: translateX(-50%);
	background: url(../img/thisthat/arw_down1.png) 0 0 no-repeat;
}
.pageWhats .cont1 .content1 .subCont2 .arwAfter2:after{
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	left: 50%;
	top: -44px;
	transform: translateX(-50%);
	background: url(../img/thisthat/arw_whats1.png) 0 0 no-repeat;
}
.pageWhats .cont1 .content1 .subCont2 .arwAfter3:after{
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	left: 50%;
	top: -44px;
	transform: translateX(-50%);
	background: url(../img/thisthat/arw_whats2.png) 0 0 no-repeat;
}
@media screen and (max-width: 767px) {
.pageWhats .cont1{
	padding: 40px 0 180px;
	background: #fff;
}
.pageWhats .cont1 .box{
	padding: 0;
}
.pageWhats .cont1 .content1 .comment{
	font-size: 14px;
	line-height: 28px;
}
.pageWhats .cont1 .content1 .main{
	margin: 12px 0 20px;
}
.pageWhats .cont1 .content1 .main img{
	width: 172px;
}
.pageWhats .cont1 .content1 .subCont1{
	display: block;
}
.pageWhats .cont1 .content1 .subCont1 .item{
	width: 100%;
}
.pageWhats .cont1 .content1 .subCont1 .item .tab{
	font-size: 18px;
	line-height: 30px;
}
.pageWhats .cont1 .content1 .subCont1 .item .ruleBox{
	display: block;
	margin: 40px 0 0;
}
.pageWhats .cont1 .content1 .subCont1 .item:first-child .ruleBox + .ruleBox:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 15px;
    left: 50%;
    top: -29px;
    transform: translateX(-50%);
    background: url(../img/thisthat/arw_down1.png) 0 0 no-repeat;
    background-size: auto 15px;
}
.pageWhats .cont1 .content1 .subCont1 .item .ruleBox.tab{
	padding: 15px 0;
}
.pageWhats .cont1 .content1 .subCont1 .item .ruleBox .img{
	text-align: center;
	margin: 0 0 18px;
}
.pageWhats .cont1 .content1 .subCont1 .item .ruleBox .img img{
	height: 26px;
	width: auto;
}
.pageWhats .cont1 .content1 .subCont1 .item .ruleBox .tit{
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #0059d1;
}
.pageWhats .cont1 .content1 .subCont1 .item .ruleBox .txt{
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
}
.pageWhats .cont1 .content1 .subCont1 .item .ruleBox .txt br{
	display: none;
}
.pageWhats .cont1 .content1 .subCont2{
	margin: 40px 0 0;
}
.pageWhats .cont1 .content1 .subCont2 .item:first-child{
	display: none;
}
.pageWhats .cont1 .content1 .subCont2 .item{
	width: 48%;
}
.pageWhats .cont1 .content1 .subCont2 .ruleBox{
	padding: 20px 10px;
	display: block;
}
.pageWhats .cont1 .content1 .subCont2 .ruleBox .img{
	text-align: center;
	margin: 0 0 18px;
}
.pageWhats .cont1 .content1 .subCont2 .ruleBox .img img{
	height: 26px;
	width: auto;
}
.pageWhats .cont1 .content1 .subCont2 .ruleBox .tit{
	font-size: 16px;
	line-height: 28px;
	margin: 0 -5px;
}
.pageWhats .cont1 .content1 .subCont2 .ruleBox .txt{
	font-size: 14px;
	line-height: 28px;
	height: 90px;
}
.pageWhats .cont1 .content1 .subCont2 .arwAfter1:after{
	width: 14px;
	height: 15px;
	top: -46px;
	background: url(../img/thisthat/arw_down1.png) 0 0 no-repeat;
	background-size: auto 100%;
}
.pageWhats .cont1 .content1 .subCont2 .arwAfter2:after{
	width: 12px;
	height: 12px;
	top: -28px;
	background: url(../img/thisthat/arw_whats1.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.pageWhats .cont1 .content1 .subCont2 .arwAfter3:after{
	width: 12px;
	height: 12px;
	top: -28px;
	background: url(../img/thisthat/arw_whats2.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
}
.pageWhats .cont1 .content2{
	position: relative;
	margin: 90px 0 0;
}
.pageWhats .cont1 .content2 .main{
	text-align: center;
}
.pageWhats .cont1 .content2 .item{
	position: absolute;
	width: 248px;
	padding: 128px 0 0;
}
.pageWhats .cont1 .content2 .item1{
	left: 0;
	top: 122px;
}
.pageWhats .cont1 .content2 .item2{
	left: 50%;
	transform: translateX(-50%);
	top: 248px;
}
.pageWhats .cont1 .content2 .item3{
	right: 0;
	top: 122px;
}
.pageWhats .cont1 .content2 .item .icon{
    position: absolute;
    width: 100%;
    height: 124px;
    top: 0;
    left: 0;
    text-align: center;
}
.pageWhats .cont1 .content2 .item .btn{
	display: flex;
	position: relative;
	width: 100%;
    height: 60px;
    z-index: 5;
}
.pageWhats .cont1 .content2 .item .btn .arrow {
    width: 40px;
    height: 60px;
    background-color: #0059d1;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../common/img/arw_down1.png);
    transition: all .3s ease;
    border-radius: 10px 0 0 10px;
}
.pageWhats .cont1 .content2 .item .btn .txt{
	flex: 1;
	display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    padding: 2px 15px 0 15px;
    box-sizing: border-box;
    background-color: #00b14c;
    transition: all .3s ease;
    border-radius: 0 10px 10px 0;
}
.pageWhats .cont1 .content2 .item .btn:hover .arrow{
	background-color: #00b14c;
}
.pageWhats .cont1 .content2 .item .btn:hover .txt{
	background-color: #0059d1;
}
.pageWhats .cont1 .content2 .item .text{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	margin: 12px 0 0;
}
@media screen and (max-width: 767px) {
.pageWhats .cont1 .content2{
	margin: 50px 0 0;
}
.pageWhats .cont1 .content2 .main img{
	width: 185px;
}
.pageWhats .cont1 .content2 .item{
	position: relative;
	width: 248px;
	margin: 40px auto 0;
	padding: 128px 0 0;
}
.pageWhats .cont1 .content2 .item1{
	left: 0;
	top: 0;
}
.pageWhats .cont1 .content2 .item2{
	left: 0;
	transform: translateX(0);
	top: 0;
}
.pageWhats .cont1 .content2 .item3{
	right: 0;
	top: 0;
}
.pageWhats .cont1 .content2 .item .icon{
    position: absolute;
    width: 100%;
    height: 124px;
    top: 0;
    left: 0;
    text-align: center;
}
.pageWhats .cont1 .content2 .item .btn{
	display: flex;
	position: relative;
	width: 100%;
    height: 60px;
    z-index: 5;
}
.pageWhats .cont1 .content2 .item .btn .arrow {
    width: 40px;
    height: 60px;
    background-color: #0059d1;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../common/img/arw_down1.png);
    transition: all .3s ease;
    border-radius: 10px 0 0 10px;
}
.pageWhats .cont1 .content2 .item .btn .txt{
	flex: 1;
	display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    padding: 2px 15px 0 15px;
    box-sizing: border-box;
    background-color: #00b14c;
    transition: all .3s ease;
    border-radius: 0 10px 10px 0;
}
.pageWhats .cont1 .content2 .item .btn:hover .arrow{
	background-color: #00b14c;
}
.pageWhats .cont1 .content2 .item .btn:hover .txt{
	background-color: #0059d1;
}
.pageWhats .cont1 .content2 .item .text{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	margin: 12px 0 0;
}	
}



/*=================glossary====================*/
.pageGlossary .contTit1 .contTitBox.border:after{
	bottom: 32px;
}
.pageGlossary .cont1{
	padding: 25px 0 420px;
	background: url(../img/thisthat/bg_whats1.png) center top repeat-y;
	background-size: 1920px auto;
}
.pageGlossary .cont1 .box{
	padding: 0 50px;
}
.pageGlossary .cont1 .searchBox{
	border: 1px solid #a7a7a7;
	border-radius: 10px;
}
.pageGlossary .cont1 .searchBox .tit{
	position: relative;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	color: #0059d1;
	padding: 22px 10px 18px;
	border-bottom: 1px solid #a7a7a7;
}
.pageGlossary .cont1 .searchBox .tit:before{
	position: absolute;
	content: "";
	width: 200px;
	height: 5px;
	background: #0059d1;
	left: 50%;
	margin-left: -100px;
	top: -3px;
}
.pageGlossary .cont1 .searchBox .tab{
	padding: 8px 15px;
	background: #e5eefa;
    border-radius: 0 0 10px 10px;
}
.pageGlossary .cont1 .searchBox .tab a{
	position: relative;
	display: inline-block;
	width: 58px;
	height: 58px;
	font-size: 20px;
	line-height: 56px;
	font-weight: bold;
	color: #0059d1;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #aeafaf;
	box-sizing: border-box;
	margin: 7px 5px;
	vertical-align: top;
}
.pageGlossary .cont1 .searchBox .tab a:hover:before{
	position: absolute;
	content: "";
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	border-radius: 50%;
	border: 5px solid #0059d1;
	box-sizing: border-box;
}
.pageGlossary .cont1 .searchBox .tab a.hidden{
	display: none;
}
.pageGlossary .cont1 .searchBox .tab .JA a{
	color: #00b14c;
}
.pageGlossary .cont1 .searchBox .tab .JA a:hover:before{
	border-color: #00b14c;
}
.pageGlossary .cont1 ul.list{
	margin: 50px 0 0;
}
.pageGlossary .cont1 ul.list li{
	position: relative;
	display: flex;
	background: #fff;
	padding: 30px 50px 0 50px;
	border: 1px solid #a7a7a7;
}
.pageGlossary .cont1 ul.list li:before{
	position: absolute;
    content: "";
    left: 30px;
    right: 30px;
    top: -3px;
    height: 5px;
    background: #0059d1;
}
.pageGlossary .cont1 ul.list li.JA:before{
	background: #00b14c;
}
.pageGlossary .cont1 ul.list li + li{
	margin: 45px 0 0;
}
.pageGlossary .cont1 ul.list li .letter{
	width: 58px;
	height: 58px;
	background: #0059d1;
	border-radius: 50%;
	font-size: 20px;
	line-height: 58px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.pageGlossary .cont1 ul.list li.JA .letter{
	background: #00b14c;
}
.pageGlossary .cont1 ul.list li .content{
	flex: 1;
	padding: 0 0 0 40px;
}
.pageGlossary .cont1 ul.list li .content .item{
	padding: 25px 0 35px;
}
.pageGlossary .cont1 ul.list li .content .item + .item{
	border-top: 1px solid #d3d3d3;
}
.pageGlossary .cont1 .listTit{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #0059d1;
	margin: 0 0 12px;
}
.pageGlossary .cont1 ul.list li.JA .listTit{
	color: #00b14c;
}
.pageGlossary .cont1 .listTxt{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	color: #232323;
}
@media screen and (max-width: 767px) {
.pageGlossary .contTit1 .contTitBox.border:after{
	bottom: -3px;
}
.pageGlossary .cont1{
	padding: 30px 0 200px;
	background: #fff;
}
.pageGlossary .cont1 .box{
	padding: 0;
}
.pageGlossary .cont1 .searchBox{
	border-radius: 5px;
}
.pageGlossary .cont1 .searchBox .tit{
	font-size: 18px;
	line-height: 28px;
	padding: 16px 10px 12px;
}
.pageGlossary .cont1 .searchBox .tit:before{
	height: 3px;
	top: -2px;
}
.pageGlossary .cont1 .searchBox .tab{
	padding: 5px 5px;
}
.pageGlossary .cont1 .searchBox .tab a{
	width: 48px;
	height: 48px;
	font-size: 18px;
	line-height: 46px;
	margin: 5px 3px;
}
.pageGlossary .cont1 .searchBox .tab a:hover:before{
	left: -2px;
	top: -2px;
	right: -2px;
	bottom: -2px;
	border: 3px solid #0059d1;
}
.pageGlossary .cont1 .searchBox .tab .JA{
	margin: 15px 0 0;
}
.pageGlossary .cont1 ul.list{
	margin: 30px 0 0;
}
.pageGlossary .cont1 ul.list li{
	display: block;
	padding: 20px 20px 0;
}
.pageGlossary .cont1 ul.list li:before{
    top: -2px;
    height: 3px;
}
.pageGlossary .cont1 ul.list li + li{
	margin: 30px 0 0;
}
.pageGlossary .cont1 ul.list li .letter{
	width: 48px;
	height: 48px;
	font-size: 18px;
	line-height: 48px;
	margin: 0 auto;
}
.pageGlossary .cont1 ul.list li .content{
	padding: 0;
}
.pageGlossary .cont1 ul.list li .content .item{
	padding: 30px 0;
}
.pageGlossary .cont1 .listTit{
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 10px;
	text-align: center;
}
.pageGlossary .cont1 .listTxt{
	font-size: 14px;
	line-height: 24px;
}	
}
/*=================recycle====================*/
.pageRecycle{
	
}
.pageRecycle .cont1{
	padding: 60px 0 325px;
	background: url(../img/thisthat/bg_recycle.png) center top no-repeat;
	background-size: 1920px auto;
}
.pageRecycle .cont1 .box{
	padding: 0 50px;
}
.pageRecycle .cont1 .box .item{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.pageRecycle .cont1 .box .item1{
	padding: 0 0 67px;
}
.pageRecycle .cont1 .box .item2{
	flex-direction: row;
	padding: 0 0 78px;
}
.pageRecycle .cont1 .box .item3{
	padding: 0 0 50px;
}
.pageRecycle .cont1 .box .item .content{
	position: relative;
	width: 47.22%;
	padding: 34px 0 0;
}
.pageRecycle .cont1 .box .item .content:before{
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	top: 0;
	height: 4px;
	background: #00b14c;
}
.pageRecycle .cont1 .box .item .content .tit{
	font-size: 20px;
	line-height: 30px;
	color: #00b14c;
	font-weight: 700;
	padding: 0 15px;
	margin: 0 0 20px;
}
.pageRecycle .cont1 .box .item .content .txt{
	position: relative;
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	padding: 0 15px;
}
.pageRecycle .cont1 .box .item1 .content .txt:before{
	position: absolute;
	content: "";
	width: 102px;
	height: 154px;
	top: 16px;
	right: -150px;
	background: url(../img/top/ecoman3.png) 0 0 no-repeat;
}
.pageRecycle .cont1 .box .item3 .content .txt:before{
	position: absolute;
	content: "";
	width: 118px;
	height: 154px;
	top: 16px;
	right: -150px;
	background: url(../img/top/ecoman4.png) 0 0 no-repeat;
}
.pageRecycle .cont1 .box .item .content .txt + .tit{
	margin-top: 48px;
}
.pageRecycle .cont1 .box .item .content .txt.ecoman{
	margin: 0 150px 0 0;
}
.pageRecycle .cont1 .box .item .img{
	width: 47.23%;
	text-align: center;
}
.pageRecycle .cont1 .box .comment{
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #00b14c;
	text-align: center;
	border: 2px solid #00b14c;
	padding: 30px 20px;
}
@media screen and (max-width: 1024px) {
.pageRecycle .cont1{
	padding: 40px 0 160px;
	background: #fff;
}
.pageRecycle .cont1 .box{
	padding: 0;
}
.pageRecycle .cont1 .box .item{
	display: block;
	padding: 0 0 30px!important;
}
.pageRecycle .cont1 .box .item .content{
	width: 100%;
	padding: 30px 0 0;
}
.pageRecycle .cont1 .box .item .content:before{
	height: 2px;
}
.pageRecycle .cont1 .box .item .content .tit{
	font-size: 18px;
	line-height: 24px;
	padding: 0 10px;
	margin: 0 0 10px;
}
.pageRecycle .cont1 .box .item .content .txt{
	font-size: 14px;
	line-height: 24px;
	padding: 0 10px;
}
.pageRecycle .cont1 .box .item1 .content .txt:before{
	display: none;
}
.pageRecycle .cont1 .box .item3 .content .txt:before{
	display: none;
}
.pageRecycle .cont1 .box .item .content .txt + .tit{
	margin-top: 30px;
}
.pageRecycle .cont1 .box .item .content .txt.ecoman{
	margin: 0;
}
.pageRecycle .cont1 .box .item .img{
	width: 100%;
	margin: 20px 0 0;
}
.pageRecycle .cont1 .box .item .img img{
	width: 255px;
}
.pageRecycle .cont1 .box .comment{
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #00b14c;
	padding: 20px;
}
}
/*=================first====================*/
.pageFirst .cont1{
	padding: 0 0 306px;
	background: url(../img/first/bg.png) center top no-repeat;
	background-size: 1920px auto;
}
.pageFirst .cont1 .box{
	padding: 0 50px;
}
.pageFirst .cont1 .content1{
	display: flex;
	padding: 40px 0 55px;
	border-bottom: 5px solid #b2cdf1;
}
.pageFirst .cont1 .left{
	width: 22.22%;
}
.pageFirst .cont1 .left .text{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #0059d1;
}
.pageFirst .cont1 .left .text span{
	font-size: 40px;
	line-height: 50px;
	color: #00b14c;
}
.pageFirst .cont1 .left .img{
	margin: 30px 0 0 27px;
}
.pageFirst .cont1 .right{
	flex: 1;
}
.pageFirst .cont1 .right .txt{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
}
.pageFirst .cont1 .content1 .right ul{
	margin: 20px 0 0;
	display: flex;
}
.pageFirst .cont1 .content1 .right li{
	position: relative;
	width: calc((100% - 121px)/4);
	margin-right: 40px;
}
.pageFirst .cont1 .content1 .right li:last-child{
	margin-right: 0;
}
.pageFirst .cont1 .content1 .right li + li:before{
	position: absolute;
	content: "";
	width: 26px;
	height: 23px;
	left: -31px;
	top: 97px;
	background: url(../img/first/arw_right1.png) 0 0 no-repeat;
}
.pageFirst .cont1 .content1 .right li:nth-child(2n){
	top: 40px;
}
.pageFirst .cont1 .content1 .right li:nth-child(2n):before{
	top: 57px;
}
.pageFirst .cont1 .content1 .right li img{
	width: 100%;
}
.pageFirst .cont1 .content1 .right li span{
	position: absolute;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #0059d1;
	top: 65%;
	left: 0;
	width: 100%;
	text-align: center;
}

.pageFirst .cont1 .content2{
	display: flex;
	padding: 40px 0 63px;
	border-bottom: 5px solid #b2cdf1;
}
.pageFirst .cont1 .content2 .threebtns{
	margin: 35px 0 0;
	display: flex;
}
.pageFirst .cont1 .content2 .threebtns .btn{
	display: flex;
    position: relative;
    width: calc((100% - 91px)/3);
    height: 60px;
    margin-right: 30px;
}
.pageFirst .cont1 .content2 .threebtns .btn .arrow{
	width: 40px;
    height: 60px;
    background-color: #0059d1;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../common/img/arw_down1.png);
    transition: all .3s ease;
    border-radius: 10px 0 0 10px;
}
.pageFirst .cont1 .content2 .threebtns .btn:hover .arrow{
	background-color: #00b14c;
}
.pageFirst .cont1 .content2 .threebtns .btn .txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 2px 15px 0 15px;
    box-sizing: border-box;
    background-color: #00b14c;
    transition: all .3s ease;
    border-radius: 0 10px 10px 0;
}
.pageFirst .cont1 .content2 .threebtns .btn:hover .txt{
	background-color: #0059d1;
}

.pageFirst .cont1 .content3{
	display: flex;
	padding: 40px 0 0;
}
.pageFirst .cont1 .content3 .left .text{
	font-size: 32px;
	line-height: 50px;
}
.pageFirst .cont1 .content3 .contactCont{
	display: flex;
	flex-direction: row-reverse;
	margin: 50px 0 0;
}
.pageFirst .cont1 .content3 .contactContIn{
	width: 450px;
	margin-right: 20px;
}
.pageFirst .cont1 .content3 .contactContIn .tel{
	display: flex;
	align-items: center;
}
.pageFirst .cont1 .content3 .contactContIn .telTxt{
	display: block;
	font-size: 16px;
	line-height: 34px;
	color: #0059d1;
	font-weight: bold;
	margin: 0 20px 0 0;
}
.pageFirst .cont1 .content3 .contactContIn .telBtn{
	display: block;
	padding: 0 0 0 40px;
	font-size: 30px;
	line-height: 62px;
	color: #0059d1;
	background: url(../common/img/ico_tel.png) left center no-repeat;
}
.pageFirst .cont1 .content3 .contactBtn{
	margin: 18px 0 0;
} 
.pageFirst .cont1 .content3 .contactBtn a{
	display: block;
	font-size: 14px;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #0059d1;
}
.pageFirst .cont1 .content3 .contactBtn a:hover{
	background: #00b14c;
}
.pageFirst .cont1 .content3 .contImg{
	flex: 1;
	text-align: right;
}
@media screen and (max-width: 1024px) {
.pageFirst .cont1{
	padding: 0 0 160px;
	background: #fff;
}
.pageFirst .cont1 .box{
	padding: 0;
}
.pageFirst .cont1 .content1{
	display: block;
	padding: 30px 0;
	border-bottom: 3px solid #b2cdf1;
}
.pageFirst .cont1 .left{
	width: 100%;
}
.pageFirst .cont1 .left .text{
	font-size: 20px;
	line-height: 30px;
}
.pageFirst .cont1 .left .text span{
	font-size: 30px;
	line-height: 40px;
}
.pageFirst .cont1 .left .img{
	display: none;
}
.pageFirst .cont1 .right{
	padding: 10px 0 0;
}
.pageFirst .cont1 .right .txt{
	font-size: 14px;
	line-height: 28px;
}
.pageFirst .cont1 .content1 .right ul{
	margin: 20px 0 0;
	display: block;
}
.pageFirst .cont1 .content1 .right li{
	width: 100%;
	margin-right: 0;
	text-align: center;
}
.pageFirst .cont1 .content1 .right li + li{
	margin: 50px 0 0;
}
.pageFirst .cont1 .content1 .right li:last-child{
	margin-right: 0;
}
.pageFirst .cont1 .content1 .right li + li:before{
	left: 50%;
	top: -33px!important;
	transform: translateX(-50%) rotate(90deg);
}
.pageFirst .cont1 .content1 .right li:nth-child(2n){
	top: auto;
}
.pageFirst .cont1 .content1 .right li:nth-child(2n):before{
	top: auto;
}
.pageFirst .cont1 .content1 .right li img{
	width: auto;
}
.pageFirst .cont1 .content2{
	display: block;
	padding: 30px 0 40px;
	border-bottom: 3px solid #b2cdf1;
}
.pageFirst .cont1 .content2 .threebtns{
	margin: 30px auto 0;
	display: block;
	max-width: 300px;
}
.pageFirst .cont1 .content2 .threebtns .btn{
    width: 100%;
    margin-right: 0;
}
.pageFirst .cont1 .content2 .threebtns .btn + .btn{
	margin: 20px 0 0;
}
.pageFirst .cont1 .content3{
	display: block;
	padding: 30px 0 0;
}
.pageFirst .cont1 .content3 .left .text{
	font-size: 24px;
	line-height: 40px;
}
.pageFirst .cont1 .content3 .contactCont{
	display: block;
	margin: 20px 0 0;
}
.pageFirst .cont1 .content3 .contactContIn{
	width: 100%;
	margin-right: 0;
}
.pageFirst .cont1 .content3 .contactContIn .tel{
	display: block;
	text-align: center;
}
.pageFirst .cont1 .content3 .contactContIn .telTxt{
	margin: 0;
}
.pageFirst .cont1 .content3 .contactContIn .telBtn{
	width: 200px;
	margin: 0 auto 0;
	white-space: nowrap;
}
.pageFirst .cont1 .content3 .contactBtn{
	margin: 20px auto 0;
	max-width: 300px;
}
.pageFirst .cont1 .content3 .contImg{
	text-align: center;
	margin: 0 0 20px;
}	
.pageFirst .cont1 .content3 .contImg img{
	width: 100%;
}
}

/*==================dedicatedCar==============*/
.dedicatedCar{
	padding: 70px 0 118px;
}
.dedicatedCarIn{
	position: relative;
	padding: 0 50px;
}
.dedicatedCarIn:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    right: -20px;
    top: -40px;
    background: url(../img/dedicated/dec1.jpg) 0 0 no-repeat;
}
.dedicatedCar .hd1:before{
	position: absolute;
	content: "";
	width: 260px;
	height: 166px;
	left: 50%;
	top: -24px;
	transform: translateX(-504px);
	background: url(../img/top/img_topTruck1.png) 0 0 no-repeat;
}
.dedicatedCar .comtxt1{
	margin: 42px 0 0;
}
.dedicatedCar .table{
	margin: 36px 0 0;
}
.dedicatedCar .table .item{
	display: flex;
	padding: 15px 0;
}
.dedicatedCar .table .item .tit{
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	color: #00b14c;
}
.dedicatedCar .table .item:nth-child(2n){
	background: #e5eefa;
	border-radius: 10px;
}
.dedicatedCar .table .item .left{
	width: 46.3%;
	padding: 0 0 0 4.8%;
	display: flex;
	align-items: center;
}
.dedicatedCar .table .item .left .img{
	width: 140px;
	margin: 0 9% 0 0;
}
.dedicatedCar .table .item .text{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
}
.dedicatedCar .table .item .left .text{
	flex: 1;
}

.dedicatedCar .table .item .mid{
	position: relative;
	width: 22.2%;
	text-align: center;
	display: flex;
	align-items: center;
}

.dedicatedCar .table .item .mid>div {
	text-align: center;
	width: 100%;
}

.dedicatedCar .table .item .mid:before,
.dedicatedCar .table .item .mid:after{
	position: absolute;
	content: "";
	width: 1px;
	height: calc(100% - 30px);
	top: 15px;
	background: #b2cdf1;
}
.dedicatedCar .table .item:first-child{
	padding: 0;
}
.dedicatedCar .table .item:first-child .left{
	padding: 0;
}
.dedicatedCar .table .item:first-child .left .tit{
	width: 100%;
}
.dedicatedCar .table .item:first-child .mid:before,
.dedicatedCar .table .item:first-child .mid:after{
	display: none;
}
.dedicatedCar .table .item .mid:before{
	left: -1px;
}
.dedicatedCar .table .item .mid:after{
	right: -1px;
}
.dedicatedCar .table .item .right{
	width: 31.5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 3.3%;
}
@media screen and (max-width: 1024px) {
.dedicatedCar{
	padding: 40px 0 70px;
}
.dedicatedCarIn{
	padding: 0;
}
.dedicatedCarIn:before {
    display: none;
}
.dedicatedCar .hd1:before{
	display: none;
}
.dedicatedCar .comtxt1{
	margin: 20px 0 0;
}
.dedicatedCar .table{
	margin: 20px 0 0;
}
.dedicatedCar .table .item{
	padding: 10px 0;
}
.dedicatedCar .table .item .tit{
	font-size: 12px;
	line-height: 40px;
}
.dedicatedCar .table .item:nth-child(2n){
	border-radius: 5px;
}
.dedicatedCar .table .item .left{
	width: 33.3%;
	padding: 0 10px;
	display: flex;
	align-items: center;
}
.dedicatedCar .table .item .left .img{
	display: none;
}
.dedicatedCar .table .item .text{
	font-size: 12px;
	line-height: 21px;
}
.dedicatedCar .table .item .mid{
	width: 33.3%;
	padding: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dedicatedCar .table .item .mid img{
	width: 89px;
}
.dedicatedCar .table .item .right{
	width: 33.3%;
	padding: 0 10px;
}	
}

/*==================intermediate==============*/
.intermediate{
	position: relative;
    padding: 0 0 50px;
    background: url(../img/intermediate/bg.png) top center no-repeat #0059d1;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.intermediateIn{
	position: relative;
}
.intermediateIn:before {
    position: absolute;
    content: "";
    width: 155px;
    height: 130px;
    right: -44px;
    top: 24px;
    background: url(../img/intermediate/dec1.jpg) 0 0 no-repeat;
}
.intermediate .comtxt1 {
    margin: 40px 0 0;
}
.intermediateCont{
	margin: 26px 0 0;
	padding: 50px 0;
    border: 2px solid #80ace8;
    border-radius: 10px;
}
.intermediateCont .content1{
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
}
.intermediateCont .content1 img{
	width: 24.44%;
}
.intermediateCont .content2{
	display: flex;
	padding: 50px 0 55px;
	margin: 0 50px;
	border-bottom: 2px solid #80ace8;
}
.intermediateCont .content2 .img{
	width: 490px;
	width: 45.37%;
}
.intermediateCont .content2 .text{
	flex: 1;
	padding: 8px 0 0 42px;
}
.intermediateCont .content2 .text .tit{
	position: relative;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
}
.intermediateCont .content2 .text .tit:before{
	position: absolute;
	content: "";
	width: 103px;
	height: 155px;
	right: 22px;
	top: -110px;
	background: url(../img/top/ecoman7.png) 0 0 no-repeat;
}
.intermediateCont .content2 .text .tit span{
	color: #80d8a5;
}
.intermediateCont .content2 .text .txt{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	color: #fff;
	margin: 15px 0 0;
}
.intermediateCont .content3{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
	margin: 43px 0 50px;
}
.intermediateCont .content3:before{
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background: #80ace8;
	left: 50%;
	top: 0;
	margin: 0 0 0 -1px;
}
.intermediateCont .content3 .item{
	position: relative;
	width: 45.4%;
	width: 50%;
	padding: 0 4.44% 0 0;
}
.intermediateCont .content3 .item + .item{
	padding: 0 0 0 4.44%;
}
.intermediateCont .content3 .item .img{
	display: flex;
	justify-content: space-between;
}
.intermediateCont .content3 .item .img img{
	width: 49.18%;
}
.intermediateCont .content3 .item .tit{
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 22px 0 10px;
}
.intermediateCont .content3 .item .tit span{
	margin-left: 15px;
	color: #80d8a5;
}
.intermediateCont .content3 .item .txt{
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	font-weight: 500;
}
.intermediateCont .content4{
	display: flex;
	padding: 40px 50px 0;
	border-top: 2px solid #80ace8;
}
.intermediateCont .content4 .img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 490px;
	width: 45.37%;
}
.intermediateCont .content4 .img img{
	width: 49.18%;
	margin: 4px 0;
}
.intermediateCont .content4 .text{
	flex: 1;
	padding: 4px 0 0 45px;
}
.intermediateCont .content4 .text .tit{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
}
.intermediateCont .content4 .text .txt{
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	font-weight: 500;
	margin: 16px 0 0;
}
@media screen and (max-width: 1024px) {
.intermediate{
    padding: 0 0 40px;
    background: #0059d1;
}
.intermediateIn:before {
    display: none;
}
.intermediate .comtxt1 {
    margin: 20px 0 0;
}
.intermediateCont{
	margin: 20px 0 0;
	padding: 20px 0;
    border: 1px solid #80ace8;
}
.intermediateCont .content1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 20px;
}
.intermediateCont .content1 img{
	width: 48.5%;
	margin: 5px 0;
}
.intermediateCont .content2{
	display: block;
	padding: 0 0 20px;
	margin: 5px 20px 0;
	border-bottom: 1px solid #80ace8;
}
.intermediateCont .content2 .img{
	width: 100%;
	text-align: center;
}
.intermediateCont .content2 .text{
	padding: 20px 0 0;
}
.intermediateCont .content2 .text .tit{
	font-size: 24px;
	line-height: 32px;
}
.intermediateCont .content2 .text .tit:before{
	display: none;
}
.intermediateCont .content2 .text .txt{
	font-size: 14px;
	line-height: 28px;
	margin: 10px 0 0;
	text-align: justify;
}
.intermediateCont .content3{
	display: block;
	padding: 0 20px;
	margin: 0;
}
.intermediateCont .content3:before{
	display: none;
}
.intermediateCont .content3 .item{
	width: 100%;
	padding: 20px 0;
}
.intermediateCont .content3 .item + .item{
	padding: 20px 0;
	border-top: 1px solid #80ace8;
}
.intermediateCont .content3 .item .tit{
	font-size: 18px;
	line-height: 34px;
	margin: 20px 0 10px;
}
.intermediateCont .content3 .item .txt{
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
}
.intermediateCont .content4{
	display: block;
	padding: 20px 20px 0;
	border-top: 1px solid #80ace8;
}
.intermediateCont .content4 .img{
	width: 100%;
}
.intermediateCont .content4 .text{
	padding: 20px 0 0;
}
.intermediateCont .content4 .text .tit{
	font-size: 24px;
	line-height: 32px;
}
.intermediateCont .content4 .text .txt{
	font-size: 14px;
	line-height: 28px;
	margin: 15px 0 0;
	text-align: justify;
}	
}
/*==================flow==============*/
.flow{
	padding: 72px 0 20px;
	background: url(../img/flow/bg.png) center top no-repeat #fff;
	background-size: 100% 100%;
}
.flowIn{
	position: relative;
	padding: 0 50px;
}
.flowIn .ecoman {
    position: absolute;
    top: -18px;
    left: 75px;
    animation: fluffy1 3s ease infinite;
}
.flowIn:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    right: -20px;
    top: -40px;
    background: url(../img/flow/dec1.jpg) 0 0 no-repeat;
}
.flow .comtxt1{
	margin: 40px 0 46px;
}
.flowCont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flowCont li{
	position: relative;
	width: calc((100% - 60px)/2);
	padding: 35px 18px;
	border-top: 4px solid #0059d1;
}
.flowCont li:nth-child(2n){
	border-color: #00b14c;
}
.flowCont li:nth-child(2n):before{
	position: absolute;
	content: "";
	width: 1px;
	height: calc(100% - 70px);
	top: 35px;
	left: -30px;
	background: #b2cdf1;
}
.flowCont li .icon{
	text-align: center;
}
.flowCont li .tit{
	font-size: 20px;
	line-height: 40px;
	color: #0059d1;
	text-align: center;
	font-weight: 700;
	margin: 20px 0 0;
}
.flowCont li:nth-child(2n) .tit{
	color: #00b14c;
}
.flowCont li .comment{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	padding: 10px 0 0;
	text-align: justify;
	box-sizing: border-box;
}
.flowCont li .img{
	margin: 20px -18px 0;
}
.flowCont li .img img{
	width: 100%;
}
.flowCont li .sub{
	font-size: 16px;
	line-height: 34px;
	font-weight: 700;
	color: #0059d1;
	margin: 20px 0 0;
}
.flowCont li:nth-child(2n) .sub{
	color: #00b14c;
}
.flowCont li .txt{
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
}
.flowCont li .btn{
	margin: 22px 0 0;
}
.flowCont li .btn a{
	display: flex;
	align-items: center;
	padding: 0;
	height: 85px;
	box-sizing: border-box;
	border: 1px solid #a9a9a9;
	border-radius: 8px;
}
.flowCont li .btn a:hover{
	opacity: .7;
}
.flowCont li .btn a img{
	width: 160px;
	margin: 0 20px;
}
.flowCont li .btn a span{
	flex: 1;
	padding: 0 15px 0 0;
	font-size: 14px;
	line-height: 28px;
	font-weight: 500;
	color: #000000;
	letter-spacing: -0.5px;
}


.col-3-bkmark {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	row-gap: 40px;
}


.card-component .item,
.card-component-inline .item {

}



.card-component-inline .item a{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.card-component .item a,
.card-component-inline .item a{
	text-decoration: none;
	color: inherit;
}
.card-component .item  .img,
.card-component-inline .item  .img {
	height: 200px;
	position: relative;
	margin: 0;
	overflow: hidden;

}

.card-component .item  .img img,
.card-component-inline .item  .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}

.item a:hover .img img{
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}


.card-component .item  .img .cate,
.card-component-inline .item  .img .cate,
.widget .post-list .item .img .cate{
	position: absolute;
	bottom:0;
	left: 0;
	line-height: 1em;
	padding: 10px;
	background-color: #666666;
	color: #fff;
	font-size: 1.3rem;
}
.widget .post-list .item .img .cate {
	padding: 8px;
	font-size: 1.1rem;
}
.card-component .item  .info,
.card-component-inline .item  .info {
	padding: 20px;
	background-color: #efefef;
}
.card-component .item  .info .ttl,
.card-component-inline .item  .info .ttl {
	font-size: 1.2rem;
	font-weight: bold;
}
.card-component-inline .item  .info .txt {
	margin-top: 10px;
}
.card-component .item  .info .detail,
.card-component-inline .item  .info .detail {
	display: flex;
	justify-content: space-between;
	font-size: .8rem;
	color: #999;
	margin-top: 10px;
}
.card-component .item  .info .detail .author {
}
.card-component .item  .info .detail .date {
}


.post-content{

}

.post-content .eye-catch{
	position: relative;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}


.post-content .eye-catch img{
	max-width: 100%;
	object-fit: cover;
}

.post-content h1,
.post-content h2,
.post-content h3{
	letter-spacing: .025em;
	line-height: 1.25;
	margin-top: 40px;
	margin-bottom: 20px;
}
.post-content .date{
	color: #999;
	font-size: .8rem;
	margin-top: 20px;
}


.post-content h1{
	font-size: 1.5rem;
	font-weight: bold;
	padding: 1rem 2rem;
	border-top: 3px solid #b2cdf1;
	border-bottom: 3px solid #b2cdf1;
}
.post-content h2{
	font-size: 1.2rem;
	font-weight: bold;
	padding: 1rem 2rem;
	border-top: 3px solid #b2cdf1;
	border-bottom: 3px solid #b2cdf1;
}
.post-content h3{
	font-size: 1rem;
	font-weight: bold;
	padding: 1rem 2rem;
	background: #b2cdf1;
}
.post-content p{
	margin-top: 40px;
	line-height: 2.4;
}

.blog-link{
	margin-top: 0;
	text-align: center;
}

.blog-list{
max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1024px) {

	.topNewsBox .contBlock{
		width: 100%;
		margin-top: 40px;
	}

	.topNewsBox .fbBlock{
width: 100%;
		margin-top: 40px;
	}

.flow{
	padding: 40px 0 20px;
	background: #fff;
}
.flowIn{
	padding: 0;
}
.flowIn .ecoman {
    display: none;
}
.flowIn:before {
    display: none;
}
.flow .comtxt1{
	margin: 30px 0;
}
.flowCont{
	display: block;
}
.flowCont li{
	width: 100%;
	padding: 20px 0;
	border-top: 2px solid #0059d1;
}
.flowCont li:nth-child(2n):before{
	display: none;
}
.flowCont li .icon{
	text-align: center;
}
.flowCont li .icon img{
	width: auto;
	height: 27px;
}
.flowCont li .tit{
	font-size: 18px;
	line-height: 32px;
	margin: 15px 0 0;
}
.flowCont li .comment{
	font-size: 14px;
	line-height: 28px;
	padding: 10px 0 0;
}
.flowCont li .img{
	margin: 20px 0 0;
	text-align: center;
}
.flowCont li .img img{
	width: auto;
}
.flowCont li .sub{
	font-size: 14px;
	line-height: 28px;
	margin: 15px 0 0;
}
.flowCont li .txt{
	font-size: 14px;
	line-height: 28px;
}
.flowCont li .btn{
	margin: 15px 0 0;
}
.flowCont li .btn a{
	max-width: 320px;
	height: 60px;
	margin: 0 auto;
}
.flowCont li .btn a img{
	width: 80px;
	margin: 0 10px;
}
.flowCont li .btn a span{
	font-size: 12px;
	line-height: 21px;
	letter-spacing: -0.5px;
}


	.col-sm-1 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 20px;
		row-gap: 40px;
	}
	.card-component .item .info .ttl, .card-component-inline .item .info .ttl {
		font-size: 1.0rem;
		font-weight: bold;
	}
	.card-component .item .img, .card-component-inline .item .img {
		height: 100px;
	}

}






/***PC 1100px ~***/

/***IPAD 768px ~ 1100px***/
@media screen and (max-width: 1100px) {
	
}

/*** SP 480px ~ 767px***/
@media screen and (max-width: 767px) {
	
}

/*** SP 320px ~ 479px***/
@media screen and (max-width: 479px) {
	
}