@charset 'utf-8';
/* ======================================
	requirement
====================================== */
#requirement .lead {
	padding-bottom: 1em;
}
#requirement .content {
	padding-bottom: 1em;
}
#requirement .content h3 {
	font-weight: 700;
}
@media screen and (max-width: 949px) {
}
@media screen and (min-width: 950px) {
}
/* ======================================
	terms
====================================== */
#terms .lead {
	padding-bottom: 1em;
}
#terms .content h3 {
	font-size: 18px;
	font-weight: 700;
	border-bottom: #ccc 1px solid;
	margin-bottom: 1em;
	padding-bottom: .5em;
}
#terms .content {
	padding-bottom: 2em;
}
#requirement .content h3 {
	font-weight: 700;
}
#terms .content .txt {
	padding-bottom: 1em;
}
/* ==========================
   利用規約 番号カスタム
========================== */

/* 第◯条の直下の番号 → 1　*/
#terms .content .txt > ol {
	list-style: none;
	counter-reset: item 1; /* ← 1から開始 = 表示は2から */
	padding-left: 0;
}

#terms .content .txt > ol > li {
	counter-increment: item;
	position: relative;
	padding-left: 2em;
}

#terms .content .txt > ol > li::before {
	content: counter(item) "　";
	position: absolute;
	left: 0;
}

/* ulの中のol → （1） */
#terms .content .txt ul ol {
	list-style: none;
	counter-reset: subitem;
	padding-left: 0;
}

#terms .content .txt ul ol > li {
	counter-increment: subitem;
	position: relative;
	padding-left: 2.5em;
}

#terms .content .txt ul ol > li::before {
	content: "（" counter(subitem) "）　";
	position: absolute;
	left: 0;
}
@media screen and (max-width: 949px) {
}
@media screen and (min-width: 950px) {
	#terms .content h3 {
		font-size: 20px;
	}
}
