@charset "UTF-8";


.search-result .content.first-content {
	padding: 30px 0 100px;
}

@media screen and (max-width: 834px) {
	.terms .section-wrap {
		padding: 30px 0;
	}
	.terms .section-wrap:nth-of-type(1) {
		padding: 50px 0 0;
	}
	.terms .sub-block {
		margin-bottom: 50px;
	}
	.terms .third-block {
		margin: 30px 0;
	}
	.terms .third-block p:not([class]){
		padding-bottom: 2em;
	}
	.terms .third-block .ttl {
		color: var(--main-color);
		font-size: 120%;
	}
	ol.count-parent {
		counter-reset: list;
		list-style-type: none;
		margin: 20px auto;
	}
	ol.count-parent > li {
		position: relative;
		padding: 2px 0 2px 30px;
		margin-bottom: 15px;
	}
	ol.count-parent > li .list-ttl {
		font-weight: 600;
		font-size: 13px;
	} 
	ol.count-parent > li:before {
		counter-increment: list;
		content: counter(list);
		position: absolute;
		left: 0;
		line-height: 20px;
		width: 20px;
		height: 20px;
		background: #39992D;
		text-align: center;
		color: #fff;
		top: 6px;
	}
	ol.list-squre {
		margin-left: -25px;
	}
	ol.list-squre li {
		list-style-type: none;
		counter-increment: cnt;
		padding-left: 15px;
		position: relative;
		line-height: 1.4em;
		margin: 4px 0 0;
	}
	ol.list-squre li::before {
		width: 6px;
		height: 6px;
		background: #39992D;
		left: 0;
		top: 9px;
	}
}
