.terms {
	/*border-left:	1px solid #acacac;
	border-right:	1px solid #acacac;
	border-bottom:	1px solid #acacac;
	border: 1px solid var(--color-line);*/
	padding: 40px 0;
}
#terms-tab:after {
	content: ''; display: block; clear: both;
}
#terms-tab {
	/*border-bottom:	1px solid #acacac;
	border-top:		1px solid #acacac;*/
}
#terms-tab li {
	float: left; width: calc(25% - 1px);
	border-right: 1px solid #f1f1f1;
}
#terms-tab li:last-child {
	border-right: 0;
}
#terms-tab li a {
	display: block; padding: 15px 0;
	background-color: #f9f9f9; color: #777; text-align: center;
	border-bottom: 1px solid #f1f1f1; font-weight: 800;
}
#terms-tab li a.active {
	background-color: #fff; color: var(--point-main);
	border-bottom: none;
}
.terms > section {
	padding: 10px;
}
.terms > section * { color: #333; }

.terms > section > .section-group { margin: 20px 0; }
.terms > section > .section-group * { font-size: 14px; margin: 10px 0; line-height: 1.5em; }
.terms > section > .section-group > h2 {}
.terms > section > .section-group > p {}
.terms > section > .section-group > h3 { margin: 10px 0 10px 12px; }
.terms > section > .section-group > h4 { margin: 10px 0 10px 28px; }

@media screen and (max-width: 640px) {
	#terms-tab li { width: calc(50% - 1px); }
	#terms-tab li:nth-of-type(2n) { border-right: 0; }
	#terms-tab li a.active { border-bottom: 1px solid var(--color-line); }
}