body{
	font-family: "Helvetica Neue", Arial, sans-serif;
}
h1{
    font-size: 35px;
}
h4{
	padding-left: 5.5em;
}

footer{
	border-top: solid 1px #000;
}

#bunya.listFilterBox>label,
#hinshu.listFilterBox>label{
	height: 100px;
}

#listLegend .co2Mark{
	width: 125px;
    height: 75px;
}

.listUnitHeader{
	margin-bottom: 15px;
}

.listUnitFooter {
    background: #004DA0;
    border: 16px solid #004DA0;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 4em;
}
.listUnitCo2Header{
	flex-wrap: wrap;
}
.listUnitCo2Title {
    display: flex;
    align-items: center;
    width: 70%;
    margin-top: 1em;
	margin-bottom: 1em;
}
.listUnitCo2Icons .co2Mark{
	width: 90px;
}
.listUnitCo2Icons .co2Mark:first-child{
	margin-left: 0;
}
.listUnitHinshu {
    width: 110px;
    height: 110px;
    flex-shrink: 0;
    background: #004DA0;
    border-radius: 80px;
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 11px;
    margin-top: 22px;
	line-height: 1.4em;
	text-align: center;
}
.listUnitBunya{
	height: 65px;
}
.listUnitBunya>div{
	height: 29px;
}
.listUnitTitle {
    height: 55px;
    font-size: 22px;
    line-height: 1.2;
    text-align: left;
    color: #004da0;
    display: flex;
    align-items: center;
    margin: 30px 0 40px;
}

.listUnitFooterDetails>a>sub{
	margin-right: 3px;
}

.listUnitCo2 ul{
	/*height: 100px;*/
}

.neutral .figure01 .figure02{
	padding: 0em 15% 2em 16%;
}
@media screen and (max-width:1300px){
	.listUnitDescription{
		font-size: 1.1vw;
	}
	
	.listUnitCo2 li{
		font-size: 1.25vw;
	}
}

@media screen and (max-width:1150px){
	.listUnitTitle{
		font-size: 2vw;
	}
	.listUnitDescription{
		font-size: 1.0vw;
	}
	.listUnitCo2Title>div{
		font-size: 1.3vw;
	}
}





/* 繧ｹ繝槭�
------------------------------------------------*/
@media screen and (max-width:767.5px){
	.listUnitTitle{
		font-size: 14px;
	}
	.listUnitDescription{
		font-size: 12px;
	}
	.listUnitCo2Title>div{
		font-size: 12px;
	}
	.listUnitCo2 li{
		font-size: 12px;
	}
	.neutral .figure01 .figure02{
		padding: 1em;
	}
}