@charset "utf-8";

/* ==============================
PC company layout
Site Name: SULK;
Date: 2021.12;
================================= */

/* base
--------------------------------- */
/* bg */
/*#about {
	background-color: #ebf0f0;
}*/

/* information
--------------------------------- */
#information {
	padding-bottom: 160px;
}
/* photo */
#information .photo {
	width: 450px;
}
#information .photo img {
	width: 100%;
}
/* txt */
#information .txts {
	flex: 1;
	margin-left: 64px;
}
#information .ttl03.is-s {
	margin-top: 48px;
}
/* id */
#showroom {
	margin-bottom: 120px;
}
#taiheipress .txts {
	margin-top: -48px;
}
#taiheipress .list--check {
	font-size: 14px;
}
#profile {
	margin-right: 16px;
	width: 42%;
}
#equipment {
	flex: 1;
}
#outline .hdn--pcmax {
	display: none;
}

/* outline
--------------------------------- */
#outline {
	padding-bottom: 160px;
}
/* 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;
}

/* history
--------------------------------- */
#history {
	padding-bottom: 160px;
}
#history .table dt {
	font-size: 24px;
}
#history .table dd {
	display: flex;
	flex-wrap: wrap;
}
#history .table h4 {
	font-size: 20px;
	font-weight: 900;
	width: 120px;
}
#history .table h4:not(:first-of-type) {
	margin-top: 16px;
}
#history .table p {
	padding-top: 4px;
	width: calc(100% - 120px);
}
#history .table p:not(:first-of-type) {
	margin-top: 16px;
}