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

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

#about {
	margin-bottom: 15vw;
}

#about p {
	margin: 0 8vw 10vw;
	text-align: justify;
}

#about h4 {
	margin-bottom: 4vw;
	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 .flex {
	border-top: solid 1px var(--silver);
}

#about .section {
	overflow: auto;
	-webkit-overflow-scrolling: auto;
	padding: 0 5vw;
}

#about table {
	width: 100%;
}

#about tr:nth-of-type(odd) {
	background: #f5f5f5;
}

#about th {
	vertical-align: middle;
	padding: 2vw;
	border: solid 1px var(--silver);
	background: linear-gradient(to bottom, var(--black) 0%, #1a1a1a 100%);
	text-align: center;
	font-weight: 500;
	color: #fff;
}

#about td {
	vertical-align: middle;
	padding: 3vw;
	border: solid 1px var(--silver);
	text-align: center;
	white-space: nowrap;
}

#about td:nth-of-type(2),
#about td:nth-of-type(3),
#about td:nth-of-type(4) {
	width: 14%;
	padding: 10px 30px;
	text-align: right;
}

/* ---------------------------------------------------------
	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;
}
