@charset "utf-8";

/*
 * イプサ　ウェブサイト利用規約
 */
.content-asset p,
.content-asset ul,
.content-asset ol {
	margin: 1em 0;
	line-height: 1.6em;
}

#ct-terms {
	max-width: 840px;
	margin: 0 auto;
	padding: 70px 20px 35px;
}
#ct-terms a {
	text-decoration: underline;
}
#ct-terms h1,
#ct-terms h2 {
	margin-bottom: 20px;
	font-weight: normal;
}
#ct-terms h1 {
	margin-bottom: 60px;
	font-size: 20px;
}
#ct-terms h2 {
	margin-top: 40px;
	font-size: 18px;
	text-transform: none;
}
#ct-terms p,
#ct-terms li {
	font-size: 14px;
}
#ct-terms p.sig {
	margin-top: 40px;
	text-align: right;
}
#ct-terms ol {
	padding: 0 0 0 20px;
}
#ct-terms ol li {
	list-style: decimal;
	margin-bottom: 8px;
}
#ct-terms ol.brackets {
	padding-left: 15px;
	counter-reset: brackets;
}
#ct-terms ol ol.brackets {
	padding-left: 0;
}
#ct-terms ol.brackets li {
	list-style: none;
	padding-left: 25px;
	text-indent: -25px;
	counter-increment: brackets;
}
#ct-terms ol.brackets li:before {
	padding-right: 5px;
	content: "(" counter(brackets) ")";
}

/*-----
 *  Mobile Layout: ～768px
 */
@media screen and (max-width: 768px) {
	#ct-terms {
		max-width: none;
		padding: 35px 15px 30px;
	}
	#ct-terms h1,
	#ct-terms h2 {
		margin-bottom: 10px;
	}
	#ct-terms h1 {
		margin-bottom: 25px;
	}
	#ct-terms h2 {
		font-size: 17px;
	}
	#ct-terms p,
	#ct-terms li {
		font-size: 12px;
		line-height: 1.6;
	}
	#ct-terms ol.brackets {
		padding-left: 0;
	}
}