.terms-lead {
	margin-top: -5px;
	margin-bottom: 58px;
	font-size: 1.9rem;
	line-height: 4rem;
}

.terms-list__item {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 48px;
}

.terms-list__item:nth-last-of-type(1) {
	margin-bottom: 0;
}

.terms-list__item .icon-cover {
	-ms-flex-negative: 0;
	position: relative;
	flex-shrink: 0;
	width: 80px;
	height: 27px;
}

.terms-list__item .icon-cover .icon {
	position: absolute;
	top: 6px;
	left: 0;
	height: 27px;
}

.terms-list__item .title {
	width: calc(100% - 80px);
}

.terms-list__item .text {
	width: 100%;
	margin-top: 22px;
}

.terms-list__item .text .-nml {
	margin-left: -11px;
}

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

.terms {
	padding-top: 31px;
}

.terms-lead {
	margin-top: 0;
	margin-bottom: 27px;
	font-size: 1.7rem;
	line-height: 3.4rem;
}

.terms-list__item {
	margin-bottom: 40px;
}

.terms-list__item .icon-cover {
	width: 58px;
	height: 22px;
}

.terms-list__item .icon-cover .icon {
	height: 22px;
}

.terms-list__item .title {
	width: calc(100% - 58px);
	line-height: 3.5rem;
}

.terms-list__item .text {
	margin-top: 18px;
}

.terms-list__item .text .-spspacer {
	display: block;
	height: 13px;
}

}

