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

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

#about {
	margin-bottom: 80px;
}

#about p {
	margin-bottom: 70px;
}

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

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

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

#about .section {
	width: 30%;
}

#about table {
	width: 100%;
	border-top: solid 1px var(--silver);
}

#about tr {
	border-bottom: solid 1px var(--silver);
}

#about th {
	vertical-align: middle;
	padding: 10px 0;
	text-align: left;
}

#about td {
	vertical-align: middle;
	padding: 10px 0;
	text-align: right;
}

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

#flow {
	margin-bottom: 120px;
	padding: 30px 0 60px;
	background: #f0f0f0;
}

#flow .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

#flow figure {
	width: 48%;
	margin-bottom: 50px;
	padding: 30px 30px 20px;
	background: #fff;
}

#flow figure img {
	height: 345px;
}

#flow figcaption {
	margin-top: 15px;
	font-weight: 600;
	font-size: 18px;
}

