@charset "UTF-8";/* エスケープ */

/*
	--------------------------------
	Created: 2021.08.xx
	Last Modified:
	--------------------------------
	- Table of Contents -

	sustainability
	--------------------------------
*/


.mainv{margin: 10px auto 26px;}

.section .inner{padding: 0 16px 16px;}

.ico{margin-right: 10px; vertical-align: middle;}

.inner > h3{
	margin-bottom: 8px;
	font-weight: bold;
}
.inner > h3.head1{
	font-size: 1.5em;
	color: #036EB8;
}
.inner > p{
	margin-bottom: 16px;
	padding-left: 25px;
}
.mb00{
	margin-bottom: 0 !important;
}
.inner .leadTxt{
	font-size: 1.6em;
}

.ol{
	padding-left: 45px;
	margin-bottom: 16px;
	color: #00A0E9;
}
.ol li{
	list-style-position: outside;
	list-style-type: decimal;
	color: #00A0E9;
}
.ol li span{
	color: #333;
}
.fRed{
	font-size: 1.2em;
	font-weight: bold;
	color: #E60012;
}

.productsList{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: start;
    align-items: start;
    padding-bottom: 100px;
}
.productsList li{
	width: 20%;
	width: 26%;
	text-align: center;
}
.productsList li img{
	margin-bottom: 10px;
}
.productsList li p{
}
.productsList li p.tac{
	text-align: center;
}
