@charset "utf-8";

/* ==============================
PC rules layout
Site Name: SULK;
Date: 2018.03;
================================= */

/* base
--------------------------------- */
/* bg */
/*#rules {
	background-color: #ebf0f0;
}*/
/* section */
#rules section {
	border-bottom: 1px solid #333;
	padding-bottom: 120px;
}
#rules section:not(:last-child) {
	margin-bottom: 80px;
}
/* ttl */
#rules .ttl03.is-m {
	margin-top: 48px;
}
#rules .ttl03.is-s {
	margin-top: 32px;
}

/* others
--------------------------------- */
/* sign */
.sign {
	font-weight: 900;
	margin-top: 64px;
}
/* table */
.table {
	margin-bottom: 24px;
}
.table dl {
	display: flex;
	margin-top: 40px;
}
.table dt {
	font-weight: 900;
	border-top: 1px solid #333;
	padding-top: 24px;
	width: 240px;
}
.table dd {
	flex: 1;
	border-top: 1px solid rgba(51,51,51,.15);
	padding-top: 24px;
}