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

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

#flow .section {
	margin: 0 5vw 20vw;
	padding-bottom: 20px;
	background: #f9f9f9;
	position: relative;
	z-index: 0;
}

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

#flow .ttl {
	text-align: justify;
}

#flow h3 {
	margin-bottom: 5vw;
	padding-left: 18vw;
	border: solid 2px #0d0d0d;
	background: #fff url(../images/h3.png) no-repeat left / auto 100%;
	font-weight: 500;
	font-size: 4vw;
	line-height: 12vw;
}

#flow .ttl p {
	margin: 0 5vw 5vw;
	font-size: 3vw;
	line-height: 1.6;
}

#flow p span {
	font-weight: 500;
	font-size: 3.5vw;
}

#flow ol {
	margin: 0 5vw;
	text-align: justify;
}

#flow ol li {
	display: flex;
	align-items: center;
	margin-bottom: 3vw;
	font-weight: 500;
	line-height: 1.4;
	position: relative;
	z-index: 0;
}
/*
#flow ol li:nth-of-type(even) {
	margin-left: 15vw;
}
*/
#flow ol i {
	width: 17vw;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 4vw;
	color: #0656bf;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#flow ol img {
	width: 17vw;
	height: 17vw;
	margin-top: 2vw;
	margin-right: 3vw;
	position: relative;
	z-index: 1;
}

#flow ol span {
	flex: 1;
}

#flow .note {
	margin: 5vw 5vw 0;
	text-align: justify;
	line-height: 1.8;
}

#flow .map figure {
	margin-bottom: 5vw;
}

#flow .map img {
	height: 70vw;
}

#flow .map .row {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	letter-spacing: 0.1em;
}

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

#flow .map p {
	margin-top: 6vw;
	font-weight: 500;
	font-size: 4vw;
}
