@charset "utf-8";

.lower_fv {
	background-image: url("../img/flow_fv.jpg");
}
@media (max-width: 519px) {
	.lower_fv {
		background-image: url("../img/flow_fv_sp.jpg");
	}
}


#flow {
	max-width: 1140px;
	padding: 60px 20px 150px;
	margin-inline: auto;
}
#flow .en {
	color: var(--beige);
	line-height: 1;
	text-align: center;
}
#flow h2 {
	margin-top: 20px;
	font-size: var(--text-title);
	font-weight: 700;
	line-height: 2;
	text-align: center;
}
#flow ol {
	margin-top: 60px;
}
#flow li {
	position: relative;
	padding-top: 20px;
	padding-left: 85px;
	padding-bottom: 60px;
	margin-top: 30px;
}
#flow li:not(:last-child)::before {
	content: "";
	position: absolute;
	left: 20px;
	bottom: 0;
	display: block;
	width: 30px;
	height: calc(100% - 95px);
	background-color: #eee;
	clip-path: polygon(13px 0, 17px 0, 17px calc(100% - 15px), 100% calc(100% - 15px), 15px 100%, 0 calc(100% - 15px), 13px calc(100% - 15px));
}
#flow .num {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	background-color: #000;
	border-radius: 100px;
	color: #fff;
	font-size: 12px;
	line-height: 1.1;
}
#flow .num span {
	font-size: 22px;
}
#flow .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
}
#flow .ttl span {
	flex-shrink: 0;
}
#flow .ttl::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
}
#flow .content {
	margin-top: 35px;
}
#flow a {
	text-decoration: underline;
}
#flow a:hover {
	text-decoration: none;
}
#flow .subttl {
	margin-top: 30px;
	padding-left: 10px;
	border-left: 3px solid #eee;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
#flow table {
	max-width: 100%;
	width: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 13px;
}
#flow th,
#flow td {
	padding: 10px 20px;
	background-color: #F5F5F5;
	border: 1px solid #ccc;
}
#flow tr:nth-child(2n) th,
#flow tr:nth-child(2n) td {
	background-color: #fff;
}
#flow th {
}
#flow td {
}
#flow .card {
	display: block;
	max-width: 100%;
	margin-top: 10px;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#flow ol {
		margin-top: 30px;
	}
	#flow li {
		padding-top: 10px;
		padding-left: 55px;
		padding-bottom: 50px;
	}
	#flow li:not(:last-child)::before {
		left: 15px;
		height: calc(100% - 80px);
	}
	#flow .num {
		width: 60px;
		height: 60px;
		font-size: 10px;
	}
	#flow .num span {
		font-size: 20px;
	}
	#flow .ttl {
		padding-left: 15px;
		font-size: 20px;
		line-height: 2;
	}
}