@charset "utf-8";

/* ==============================
Smartphone company layout
Site Name: SULK;
Date: 2021.12;
================================= */

/* base
--------------------------------- */
/* bg */
/*#about {
	background-color: #ebf0f0;
}*/

/* information
--------------------------------- */
#information {
	padding-bottom: 80px;
}
#information .logo--line {
	margin-bottom: 64px;
}
/* photo */
#information .photo img {
	width: 100%;
}
/* txt */
#information .ttl03.is-s {
	margin-top: 36px;
}
/* id */
#showroom {
	margin-bottom: 80px;
}
@media only screen and (min-width: 480px){
	#information .hdn--pcmax {
		display: none;
	}
}

/* outline
--------------------------------- */
#outline {
	padding-bottom: 80px;
}
/* tel */
.sulk__text {
	padding-top: 8px;
}
/* sign */
.sign {
	font-weight: 900;
	margin-top: 56px;
}
/* table */
.table {
	margin-bottom: 24px;
}
.table dl {
	margin-top: 32px;
}
.table dt {
	font-weight: 900;
	border-top: 1px solid rgba(51,51,51,.15);
	padding-top: 24px;
	padding-bottom: 12px;/*18*/
}

/* history
--------------------------------- */
#history {
	padding-bottom: 160px;
}
#history .table dt {
	font-size: 18px;
}
#history .table dd {
	display: flex;
	flex-wrap: wrap;
}
#history .table h4 {
	font-weight: 900;
	width: 64px;
}
#history .table h4:not(:first-of-type) {
	margin-top: 16px;
}
#history .table p {
	width: calc(100% - 80px);
}
#history .table p:not(:first-of-type) {
	margin-top: 16px;
}