@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 8vw 20vw;
}

#about p {
	margin-bottom: 8vw;
}

#about .section {
	text-align: justify;
}

#about h4 {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 4vw;
	color: var(--orange);
}

#about h4:before {
	display: inline-block;
	vertical-align: 0.3em;
	content: '';
	width: 14px;
	height: 1px;
	margin-right: 8px;
	background: var(--orange);
}

#about .table {
	margin-bottom: 12vw;
}

#about dl {
	display: flex;
	justify-content: space-between;
}

#about dt {
	display: table-cell;
	vertical-align: middle;
	width: 130px;
	padding-bottom: 10px;
	border-bottom: solid 1px var(--orange);
	font-weight: 600;
}

#about dt {
	width: 28%;
	padding: 1em 0;
	border-bottom: solid 1px var(--orange);
	font-weight: 600;
}

#about dl:first-of-type dt {
	border-top: solid 1px var(--orange);
}

#about dd {
	width: 70%;
	padding: 1em 0;
	border-bottom: solid 1px var(--silver);
}

#about dl:first-of-type dd {
	border-top: solid 1px var(--silver);
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow {
	margin-bottom: 15vw;
	padding: 15vw 8vw 5vw;
	background: #f0f0f0;
}

#flow .about {
	margin-bottom: 10vw;
	text-align: justify;
}

#flow figure {
	margin-bottom: 8vw;
	background: #fff;
}

#flow figure img {
	height: 56vw;
}

#flow figcaption {
	padding: 3vw;
	font-weight: 600;
}
