@charset "UTF-8";

/* CSS Document */
.flowArea{
	padding: 40px 0px 100px;
}
.h2Area {
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.h2Area h2 {
	width: 660px;
	margin: auto;
	background-color: #FF7C64;
	border-radius: 50px;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.h2Area:after {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	border-bottom: 3px dotted #FF7C64;
	z-index: -1;
}
.flowArea .stepBox{
	padding: 50px 0;
}
.flowArea .stepBox.arrow{
	padding: 50px 0 90px;
}
.flowArea .stepBox.even{
	background-color: #FCF2F1;
}
.flowArea .stepBox .stepBox-item{
	display: flex;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}
.flowArea .stepBox.odd .stepBox-item{
flex-flow: row-reverse;
}
.flowArea .stepBox .stepBox-item .imgArea{
	flex-shrink: 0;
}
.flowArea .stepBox .stepBox-item .imgArea img{
	border-radius: 30px;
}
.flowArea .stepBox.odd .stepBox-item .txtArea{
	margin-left: 30px;
}
.flowArea .stepBox.even .stepBox-item .txtArea{
	margin-right: 30px;
}
.flowArea .stepBox .stepBox-item .txtArea .no,
.flowArea .stepBox .stepBox-item .txtArea .ttl{
	font-size: 32px;
	color: #d75e4f;
	line-height: 1.2;
}
.flowArea .stepBox .stepBox-item .txtArea .no{
	font-weight: bold;
	font-family: a-otf-ryumin-pr6n,serif;
}
.flowArea .stepBox .stepBox-item .txtArea .ttl{
	font-size: 20px;
	margin-bottom: 20px;
}
.flowArea .btn{
	margin:50px 0 20px;
	text-align: center;
}
.flowArea .btn a{
	background-color: #FF7C64;
	color: #FFF;
	padding: 10px 50px;
	border-radius: 6px;
	outline: 1px solid #FFF;
	outline-offset: -4px;
	font-size: 18px;
}
.flowArea .btn a:hover{
	opacity: .7;
}
.flowArea .stepBox.arrow .stepBox-item{
	position: relative;
}
.flowArea .stepBox.arrow .stepBox-item:after{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #FF7C64;
	bottom:-70px;
	left: 50%;
	transform: translateX(-50%);
}
.flowArea .stepBox-item .tel:hover{
	color: #FF7C64;
}
.flowArea .register{
	text-align: center;
	margin-top: 50px;
}
.flowArea .register p{
	font-size: 20px;
	font-weight: bold;
}
.flowArea .register .btn{
	margin-top: 30px;
}
@media screen and (max-width: 767px){
	.flowArea {
		padding: 40px 0 50px;
	}
	.h2Area {
		margin-bottom: 10px;
	}
	.h2Area h2 {
		width: 280px;
		padding: 12px 0;
		font-size: 16px;
	}
	.h2Area:after {
		top: 20px;
	}
	.flowArea .stepBox .stepBox-item{
		display: block;
	}
	.flowArea .stepBox .stepBox-item .imgArea{
		text-align: center;
		margin-top: 20px;
	}
	.flowArea .stepBox.odd .stepBox-item .txtArea,
	.flowArea .stepBox.even .stepBox-item .txtArea{
		margin:0;
	}
	.flowArea .stepBox{
		padding: 30px 0;
	}
	.flowArea .stepBox .stepBox-item .txtArea .no{
		font-size: 26px;
	}
	.flowArea .stepBox .stepBox-item .txtArea .ttl{
		font-size: 16px;
	}
	.flowArea .stepBox.arrow{
		padding: 30px 0 90px;
	}
	.flowArea .register p{
		font-size: 16px;
		font-weight: bold;
	}
	.flowArea .stepBox.arrow .stepBox-item:after {
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 30px solid #FF7C64;
		bottom: -60px;
	}
}
