@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#flow .flow {
	padding-left: 100px;
}
#flow .flow::before {
	top: 60px;
	height: calc(100% - 60px);
	margin-left: 0;
	background: #f2faf5;
	border-radius: 100px 0 0 0;
}
#flow .flow dl {
	position: relative;
	padding-left: 65px;
}
#flow .flow dl+dl {
	margin-top: 40px;
}
#flow .flow dt {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
}
#flow .flow dt b {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#flow .flow dd {
	padding: 30px;
	background: #fff;
	border-radius: 20px;
}
#flow .flow dd li a {
	height: 100px;
	background: var(--color-secondary);
	box-shadow: 0 0 0 5px rgba(255,255,255,0.3) inset;
	border-radius: 999px;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#flow .flow dd li a b {
	display: block;
	font-size: 20px;
}
#flow .flow dd li.tel a b {
	padding-left: 35px;
	background: url("../img/tel-w.png") no-repeat left 75% / 25px auto;
	font-size: 30px;
}
#flow .flow dd li.btn a b {
	margin-bottom: 5px;
	padding-left: 35px;
	background: url("../img/mail-w.png") no-repeat left center / 25px auto;
}
#flow .flow dd li a span {
	display: block;
	font-size: 85%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#flow .flow dd li {
		width: 48.5%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#flow .flow {
		padding-left: 30px;
	}
	#flow .flow::before {
		top: 30px;
		height: calc(100% - 30px);
		border-radius: 60px 0 0 0;
	}
	#flow .flow dl {
		padding-left: 55px;
	}
	#flow .flow dt {
		font-size: 25px;
	}
	#flow .flow dt b {
		width: 40px;
		height: 40px;
	}
	#flow .flow dd {
		padding: 20px;
	}
	#flow .flow dd li a b {
		font-size: 18px;
	}
	#flow .flow dd li.tel a b {
		font-size: 25px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#flow .flow dl {
		padding-left: 45px;
	}
	#flow .flow dt {
		font-size: 20px;
	}
	#flow .flow dt b {
		width: 30px;
		height: 30px;
	}
	#flow .flow dd {
		padding: 15px;
	}
	#flow .flow dd li+li {
		margin-top: 15px;
	}
	#flow .flow dd li a {
		height: 76px;
	}
	#flow .flow dd li a b {
		font-size: 100%;
	}
	#flow .flow dd li.tel a b {
		font-size: 25px;
	}
	#flow .flow dd li.tel a b {
		padding-left: 26px;
		background-size: 18px auto;
		font-size: 20px;
	}
	#flow .flow dd li.btn a b {
		padding-left: 26px;
		background-size: 18px auto;
	}
}