@charset "utf-8";

/*
 * LINE×イプサメンバーシップ連携サービス利用規約
 */
#ct-membership {
	max-width: 840px;
	margin: 0 auto;
	padding: 70px 20px 35px;
}
#ct-membership a {
	text-decoration: underline;
}
#ct-membership h1,
#ct-membership h2 {
	margin-bottom: 20px;
	font-weight: normal;
}
#ct-membership h1 {
	margin-bottom: 60px;
	font-size: 20px;
}
#ct-membership h2 {
	margin-top: 40px;
	font-size: 18px;
	text-transform: none;
}
#ct-membership p {
	font-size: 14px;
}
#ct-membership p.sig {
	margin-top: 40px;
	text-align: right;
}

/*-----
 *  Mobile Layout: ～768px
 */
@media screen and (max-width: 768px) {
	#ct-membership {
		max-width: none;
		padding: 35px 15px 30px;
	}
	#ct-membership h1,
	#ct-membership h2 {
		margin-bottom: 10px;
	}
	#ct-membership h1 {
		margin-bottom: 25px;
	}
	#ct-membership h2 {
		font-size: 17px;
	}
	#ct-membership p {
		font-size: 12px;
		line-height: 1.6;
	}
}