/* ***********************************
 *
 *    CSS 入園までの流れ
 *
 * *********************************** */

/* body contents
 * *********************************** */

h3.underpage3 {
	text-align: center;
}

.hoiku-contact {
	padding: 1rem;
	border: 1px solid #ffd98a;
	margin-bottom: 4rem;
}

.hoiku-contact02 {
	display: flex;
	flex-wrap: wrap;
}

.hoiku-contact03 {
	width: 100%;
}

.hoiku-contact04 {
	width: 100%;
}

.underpage3-flow {
	font-size: 2rem;
	color: #7a532d;
	line-height: 1.4;
	text-align: center;
	border-bottom: 1px dotted #f6dd87;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

.contact-ttl {
	text-align: center;
	color: #f57a78;
	border-bottom: 1px solid #f57a78;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

.img-left02 {
	width: 25%;
	float: left;
	margin: 0 2rem 2rem 0;
}

.img-left03 {
	width: 40%;
	float: left;
	margin: 0 2rem 2rem 0;
}

.flow-ca {
	margin-bottom: 3rem;
}

.flow-m {
	display: table;
	margin: 0 auto;
}

.flow-number {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 5px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 3rem;
	background: #78d0f5;
	border-radius: 50%;
	box-sizing: border-box;
}

.flow-number:before {
	content: "";
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #78d0f5;
	z-index: 1;
}

.flow-number02 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 5px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 3rem;
	background: #f57a78;
	border-radius: 50%;
	box-sizing: border-box;
}

.flow-number02:before {
	content: "";
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #f57a78;
	z-index: 1;
}

.flow-tittle {
	text-align: center;
	font-size: 2rem;
	padding: 0.5rem 0;
	margin: 2rem 0 1rem 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

@media screen and (min-width: 800px) {
	.hoiku-contact {
		padding: 2rem;
		margin-bottom: 5rem;
	}

	.hoiku-contact02 {
		flex-wrap: nowrap;
	}

	.hoiku-contact03 {
		width: 50%;
		margin-right: 2rem;
	}

	.hoiku-contact04 {
		width: 50%;
		margin-left: 2rem;
	}

	.underpage3-flow {
		padding-bottom: 1.5rem;
		margin-bottom: 3rem;
	}

	.flow-ca {
		margin-bottom: 5rem;
	}

	.base-layout01-fee {
		display: flex;
		flex-wrap: nowrap;
		margin-bottom: 5rem;
	}

	.base-layout01-fee02 {
		width: 50%;
		margin-right: 2%;
	}

	.base-layout01-fee03 {
		width: 50%;
		margin-left: 2%;
	}

}

