@charset "utf-8";

/* flow
------------------------------------------------------------------------------------ */
section#flow {
}
section#flow div.sectionInner {
}
section#flow div.sectionInner ul {
	display: flex;
	flex-wrap: wrap;
}
section#flow div.sectionInner ul li {
	position: relative;
	width:calc((100% - 60px) / 3);
	text-align: center;
	margin:60px 30px 0 0;
	padding:60px 30px 50px 30px;
	border: 1px solid #CCC;
	border-radius:20px;
	box-sizing: border-box;
}
section#flow div.sectionInner ul li:last-child:after {
	display: none;
}
section#flow div.sectionInner ul li:first-child,
section#flow div.sectionInner ul li:nth-child(2),
section#flow div.sectionInner ul li:nth-child(3) {
	margin-top:0;
}
section#flow div.sectionInner ul li:nth-child(3n) {
	margin-right:0;
}
section#flow div.sectionInner ul li:after {
	position: absolute;
	top: 50%;
	right: -1.5rem;
	content: '\f061';
	font-family: fontAwesome;
	font-style: normal;
	color: #09639a;
	font-size: 1.5rem;
	line-height: 100%;
	transform: translateY(-50%);
}
section#flow div.sectionInner ul li div.flowTitle {
	position: absolute;
	left: 50%;
	top: -40px;
	width: 80px;
	height: 80px;
	background-color: #2297a9;
	transform: translateX(-50%);
	border-radius:40px;
}
section#flow div.sectionInner ul li div.flowTitle h4 {
	position: absolute;
	left: 50%;
	top: 50%;
	font-family: "BIZ UDPGothic", sans-serif;
	color:#FFF;
	font-size: 0.875rem;
	line-height: 100%;
	font-weight: 700;
	letter-spacing: 0;
	transform: translate(-50%,-50%);
}
section#flow div.sectionInner ul li div.flowTitle h4 span {
	display: block;
	font-size: 1.375rem;
	line-height: 100%;
	font-weight: 700;
	letter-spacing: 0;
	margin-top:5px;
}
section#flow div.sectionInner ul li p.flowIcon {
	color: #666;
	font-size: 3.5rem;
	line-height: 100%;
}
section#flow div.sectionInner ul li h3.title02 {
	margin-top:25px;
}
section#flow div.sectionInner ul li p {
}



@media screen and (min-width:769px) and (max-width:1280px) {
	section#flow div.sectionInner ul li {
		width:calc((100% - 30px) / 2);
	}
	section#flow div.sectionInner ul li:nth-child(3) {
		margin-top:60px;
	}
	section#flow div.sectionInner ul li:nth-child(3n) {
		margin-right:30px;
	}
	section#flow div.sectionInner ul li:nth-child(even) {
		margin-right:0;
	}
}



@media screen and (max-width:768px) {
	section#flow div.sectionInner ul li {
		width:100%;
		margin-top:65px;
		margin-right:0;
		padding:50px 20px 30px 20px;
	}
	section#flow div.sectionInner ul li:nth-child(2),
	section#flow div.sectionInner ul li:nth-child(3) {
		margin-top:65px;
	}
	section#flow div.sectionInner ul li:after {
		left: 50%;
		right: auto;
		top: auto;
		bottom: -1.5rem;
		content: '\f063';
		font-size: 1.5rem;
		line-height: 100%;
		transform: translateX(-50%);
	}
	section#flow div.sectionInner ul li div.flowTitle {
		top: -32px;
		width: 64px;
		height: 64px;
	}
	section#flow div.sectionInner ul li div.flowTitle h4 {
		font-size: 0.75rem;
		line-height: 100%;
	}
	section#flow div.sectionInner ul li div.flowTitle h4 span {
		font-size: 1.125rem;
		line-height: 100%;
	}
	section#flow div.sectionInner ul li p.flowIcon {
		font-size: 2.5rem;
		line-height: 100%;
	}
	section#flow div.sectionInner ul li h3.title02 {
		margin-top:20px;
	}
}
