@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#flow .list {
	margin-top: 50px;
}
#flow .box {
	position: relative;
	margin-left: 42px;
	min-height: 260px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#flow .box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #88dddb;
	height: 100%;
	width: 2px;
}
#flow .box:first-of-type::before, #flow .box:last-of-type::before {
	top: 50%;
	height: 50%;
}
#flow .box:last-of-type::before {
	top: 0;
}
#flow .box:nth-of-type(odd) {
	background: #edfafa;
}
#flow .box .step {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -42px;
	border-radius: 50%;
	background: #88dddb;
	display: block;
	width: 84px;
	height: 84px;
	padding-top: 15px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 1.3;
}
#flow .box .step .no {
	font-size: 25px;
}
#flow .box .ico {
	width: 90px;
	margin-left: 110px;
	text-align: center;
	margin-right: 60px;
}
#flow .box .ttl {
	font-family: var(--font-serif);
	font-size: 30px;
	font-weight: 300;
	width: 340px;
}
#flow .box ul {
	width: calc(100% - 200px - 400px);
	padding-left: 50px;
	padding-right: 40px;
}
#flow .box ul li {
	padding-left: 20px;
	position: relative;
	letter-spacing : 1.4px;
}
#flow .box ul.kome li {
	padding-left: 0;
}
#flow .box ul:not(.kome) li::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	background: #0abab5;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#flow .box {
		display: block;
		padding-top: 20px;
		padding-bottom: 20px;
		min-height: auto;
	}
	#flow .box .ico {
		margin-left: 50px;
		margin: 0 auto;
	}
	#flow .box .ico img {
		transform: scale(0.7);
	}
	#flow .box .ttl {
		width: 100%;
		font-size: 25px;
		padding-left: 0;
		text-align: center;
	}
	#flow .box .ttl br {
		display: none;
	}
	#flow .box ul {
		width: 100%;
		padding-left: 60px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#flow h3.sub {
		line-height: 1.3;
		font-size: 23px;
	}
	#flow .box {
		margin-left: 25px;
		padding-right: 15px;
	}
	#flow .box .step {
		width: 50px;
		height: 50px;
		padding-top: 9px;
		font-size: 13px;
		line-height: 1.1;
		left: -25px;
	}
	#flow .box .step .no {
		font-size: 20px;
	}
	#flow .box .ico img {
		transform: scale(0.5);
	}
	#flow .box .ttl {
		font-size: 18px;
	}
	#flow .box .ttl br {
		display: inline;
	}
	#flow .box ul {
		margin-top: 15px;
		padding-left: 35px;
		padding-right: 0;
	}
	#flow .box ul.kome li {
		margin-left: 1em;
		text-indent: -1em;
	}
}