@charset "utf-8";
.commodityPage{
	line-height: 1.6;
	text-align: justify;
	letter-spacing: 0.08em;
	padding: 0 16px;
}
.page__ttl {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.08em;
	margin: 40px auto 8px;
}
@media screen and (min-width:768px) {
	.page__ttl {
		font-size: 2.4rem;
	}
}
.commodityPage__txt {
	text-align: justify;
	line-height: 1.9;
}
.commodity__box {
	margin: 40px auto 80px;
}
.commodity__lstWrap{
	padding: 16px;
}
.commodity__list{
	color: inherit;
	text-decoration: none;
}
.commodity__lstIco::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1.4em;
	height: 1.4em;
	margin-top: -0.2em;
	margin-right: 0.2em;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.commodity__lstIcoBihin::before{
	background-image: url("/images/common/navS_bihin.svg");
}
.commodity__lstIcoSeiso::before{
	background-image: url("/images/common/navS_seisohinshitsu.svg");
}
.commodity__lstIcoAnshin::before{
	background-image: url("/images/common/navS_anshinnyukyo.svg");
}
.commodity__lstIcoOption::before{
	background-image: url("/images/common/navS_option.svg");
}
.commodity__lstIcoChecklist::before{
	background-image: url("/images/common/navS_checklist.svg");
}
.commodity__lstIcoHoken::before{
	background-image: url("/images/common/navS_sogo-hoken.svg");
}
.commodity__lstIcoHanaokuri::before{
	background-image: url("/images/common/navS_hanaokuri.svg");
}
@media screen and (min-width:480px) {
	.commodity__item {
		width: calc(50% - 8px);
	}
}
@media screen and (min-width:768px) {
	.commodity__item {
		width: calc(33.3% - 11px);
	}
}