@charset "utf-8";

/* ==============================
PC steelwood layout
Site Name: SULK;
Date: 2018.03;
================================= */

/* base
--------------------------------- */
/* bg */
/*#steelwood {
	background-color: #ebf0f0;
}*/
/* section */
section {
	border-bottom: 1px solid #333;
	padding-bottom: 120px;
}
section:not(:last-child) {
	margin-bottom: 80px;
}

/* photo
----------------------------- */
.photo02 {
	margin-bottom: 72px;
	width: 100%;
}
.photo02 .item {
	width: 50%;
}
.photo02 img {
	width: 100%;
}

/* color
----------------------------- */
.color-sample {
	margin-top: 20px;
	margin-bottom: 72px;
}
.color-sample figure {
	margin-top: 36px;
	width: 16.666%;
}
.color-sample img {
	margin-bottom: 20px;
	width: 100%;
}
.color-sample figcaption {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

/* material
----------------------------- */
.material {
	border-top: 8px solid rgba(51,51,51,.15);
	padding-top: 64px;
}
/* list */
.material__list {
	border-bottom: 1px solid rgba(51,51,51,.15);
	margin-top: 48px;
}
.material__list:not(:last-child) {
	margin-bottom: 80px;
}
.material__list dl {
	border-top: 1px solid rgba(51,51,51,.15);
}
.material__list dt {
	color: #333;
	display: block;
	font-weight: 900;
	padding: 24px 0;
}
/*.material__list dt::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f067";
	display: inline-block;
	float: right;
}
.material__list dt.active::after {
	content: "\f068";
}*/
.material__list dd {
	font-size: 14px;
	padding-bottom: 40px;
}