@charset "utf-8";
/* -----------------------------------------
page.css
個別ページ設定用css
----------------------------------------- */
.flow {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px 20px 65px 20px;
	overflow: hidden;
}
.flow li {
	position: relative;
	float: left;
	display: table;
	width: 118px;
	border: 1px solid #6196da;
	border-radius: 3px;
	background-color: #c5dff8;
	height: 95px;
	margin-left: 15px;
	text-align: center;
}
.flow li:first-child {
	margin-left: 0;
}
.flow li:before {
	content: "";
	position: absolute;
	top: 38px;
	right: -15px;
	border-left: 9px solid #172f77;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
}
.flow li:after {
	content: "";
	position: absolute;
	top: 44px;
	right: -6px;
	width: 7px;
	height: 6px;
	background-color: #172f77;
}
.flow li:last-child:before,
.flow li:last-child:after {
	display: none;
}
.flow li > div {
	display: table-cell;
	vertical-align: middle;
	padding: 6px;
	font-size: 14px;
	font-weight: bold;
}
.flow a {
	position: relative;
	display: block;
	margin-top: 5px;
	border: 1px solid #649ae0;
	border-radius: 3px;
	background: #dff0f7;
	background: -webkit-linear-gradient(top, #dff0f7 0%,#c4def9 100%);
	background: linear-gradient(to bottom, #dff0f7 0%,#c4def9 100%);
	padding: 4px 5px 4px 15px;
	color: inherit;
	font-size: 13px;
	text-decoration: none;
}
.flow a:hover {
	background: #dff0f7;
}
.flow a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 3px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #172f77;
}
.flow a:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 6px;
	border-top: 4px solid #fff;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}

.flow .flowcaptxt {
	position: absolute;
	top: 100px;
	left: 0;
	line-height: 1.2;
	text-align: left;
	font-size: 11px;
	margin: 0 -4px;
}

.cmnImgBox.sizeLL {
	width: 354px;
}

.cmnImgBox.is_bd {
	border-color: #e2e2e2;
}

body.sp .flow li {
	float: none;
	display: block;
	width: 240px;
	height: auto;
	margin: 20px auto 0;
}
body.sp .flow li:first-child {
	margin-top: 0;
}
body.sp .flow li:before {
	top: auto;
	left: 0;
	right: 0;
	bottom: -20px;
	border-top: 9px solid #172f77;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: none;
	width: 0;
	margin: 0 auto;
}
body.sp .flow li:after {
	top: 100%;
	left: 0;
	right: 0;
	width: 6px;
	height: 11px;
	margin: 0 auto;
}
body.sp .flow br {
	display: none;
}
body.sp .flow li > div {
	display: block;
}
body.sp .flow a {
	width: 120px;
	margin: 5px auto 0;
}

body.sp .flow .spFlowList {
	margin-bottom: 52px;
}

body.sp .flow .spFlowList:before {
	bottom: -53px;
}

body.sp .flow .spFlowList:after {
	bottom: -53px;
	top: 66px;
}

body.sp .flow .flowcaptxt {
	top: 35px;
	margin-right: 0;
	margin-left: 0;
}
