@charset "UTF-8";

.box02{
background: #D6EFF7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
text-align: center;
padding: 25px 30px;
margin: 30px 30px 0;
}

.box02 dt{
font-size: 167%;
line-height: 1.4;
font-weight: 600 !important;
}

.box02 dd{
margin-top: 15px;
font-size: 123.1%;
line-height: 1.4;
padding: 0 10px;
}


.box02 ul{
background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
padding: 20px 10px;
margin: 20px 0 0;
}

.box02 ul li{
width: 30%;
float: left;
margin-right: 5%;
padding: 0 5px;
box-sizing: border-box;
}

.box02 ul li:last-of-type{margin-right: 0;}


.box02 ul li img{
margin: 0 auto 15px;
}

.box02 ul dt{
font-size: 90%;
padding: 0;
color: #5dc3e4;
}

.box02 ul dd{
margin-top: 15px;
font-size: 75%;
line-height: 1.4;
text-align: left;
}

.icon {
margin: -10px auto 0 auto;
}

.icon.col1 {
width: 100px;
}

.icon.col2 {
width: 240px;
}

.icon.col3 {
width: 380px;
}

.icon li {
float: left;
margin-right: 40px;
}

.icon li:last-child {
margin-right: 0;
}


.typeB{
background-color: #f5f5f5;
padding: 14px 20px;
font-size: 128.57%;
}


.iconh4{
position: relative;
padding-right: 3.1em;
}

.iconList{
position: absolute;
right: 0;
bottom: -3px;
}

.iconList img{
height: 3.1em;
width: 3.1em;
}
.csr-ecopia {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.csr-ecopia__inner {
	margin-left: -48px;
	margin-right: -48px;
}
.csr-ecopia:after {
	content: '';
	display: block;
	clear: both;
}
.csr-ecopia__item {
	float: left;
	padding-left: 48px;
	padding-right: 48px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.csr-ecopia__item:nth-child(n+3) {
	margin-top: 20px;
	clear: both;
}
.csr-ecopia__item:nth-child(1) {
	width: 53%;
}
.csr-ecopia__item:nth-child(2) {
	width: 46%;
}
.csr-ecopia__item:nth-child(3) {
	float: right;
	width: 46%;
}
.csr-ecopia__img {
	margin-bottom: 20px;
}
.csr-ecopia__item:nth-child(1) .csr-ecopia__img,
.csr-ecopia__item:nth-child(2) .csr-ecopia__img {
	display: flex;
	align-items: center;
	height: 165px;
}
.csr-ecopia__img img {
	max-width: 100%;
	height: auto;
}