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

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

#flow .section {
	margin-bottom: 100px;
	padding-bottom: 20px;
	position: relative;
	z-index: 0;
}


#flow .section:last-of-type {
	margin-bottom: 0;
}

#flow .section:before {
	content: '';
	width: 100vw;
	height: 100%;
	background: #f9f9f9;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: -1;
}

#flow .ttl {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	text-align: justify;
}

#flow h3 {
	width: 536px;
	height: 60px;
	margin-right: 10px;
	padding-left: 100px;
	border: solid 2px #0d0d0d;
	background: #fff url(../images/h3.png) no-repeat left / auto 100%;
	font-weight: 500;
	font-size: 24px;
	line-height: 56px;
}

#flow p {
	flex: 1;
	font-size: 13px;
	line-height: 1.5;
}

#flow p span {
	font-weight: 500;
	font-size: 15px;
}

#flow ol {
	display: flex;
	margin-left: 40px;
}

#flow ol.full {
	margin-left: 10px;
}

#flow ol li:not(:last-of-type) {
	margin-right: 40px;
}

#flow ol.full li:not(:last-of-type) {
	margin-right: 10px;
}

#flow ol li {
	width: 140px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
}

#flow ol i {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: #0656bf;
	position: relative;
	z-index: 2;
}

#flow ol img {
	width: 140px;
	height: 140px;
	margin-top: -20px;
	position: relative;
	z-index: 1;
}

#flow ol span {
	display: block;
	margin-top: 15px;
}

#flow .note {
	margin-top: 40px;
	text-align: right;
	font-size: 14px;
}

#flow .map {
	display: flex;
	align-items: center;
	margin-left: 40px;
	text-align: left;
	letter-spacing: 0.1em;
}

#flow .map img {
	height: 360px;
}

#flow .map .row {
	flex: 1;
	margin-left: 50px;
	text-align: left;
}

#flow .map p span,
#flow .map dt {
	font-weight: 700;
	font-size: 20px;
}

#flow .map p {
	margin-top: 40px;
	font-weight: 500;
	font-size: 18px;
}
