@charset "UTF-8";
/* ===========================================
 * コンフォール西浦和田島 flow
 * ======================================== */
/* ---------------------------------------------
*   section / layout
--------------------------------------------- */
/* flowblock */
.cft_container .flowblock {
	width: 1000px;
	margin: 80px auto 0;
}
.cft_container .flowblock .flowblock_lead {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}
.cft_container .flowblock .flowblock_note {
	margin-top: 15px;
	padding-left: 1em;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	text-indent: -1em;
}
.cft_container .flowblock .flowblock_body {
	margin-top: 50px;
}

/* ---------------------------------------------
*   module
--------------------------------------------- */
/* flow */
.cft_container .flow > li {
	position: relative;
	margin-top: 86px;
}
.cft_container .flow > li::after {
	content: "";
	position: absolute;
	bottom: -66px;
	left: 50%;
	display: inline-block;
	width: 100px;
	height: 46px;
	background-image: url("../img/flow/icon_arrow_flow.png");
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.cft_container .flow > li:first-child {
	margin-top: 0;
}
.cft_container .flow > li:last-child::after {
	content: none;
}
.cft_container .flow .flow_item {
	position: relative;
	width: 100%;
	padding-top: 30px;
	background-color: #e6f8f8;
	border: 1px solid #ccc;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}
.cft_container .flow .flow_item::before {
	content: "";
	position: absolute;
	top: 30px;
	right: 30px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}
.cft_container .flow .flow_item.flow_item--type01::before {
	width: 43px;
	height: 43px;
	background-image: url("../img/flow/icon_flow_01.png");
}
.cft_container .flow .flow_item.flow_item--type02::before {
	width: 43px;
	height: 42px;
	background-image: url("../img/flow/icon_flow_02.png");
}
.cft_container .flow .flow_item.flow_item--type03::before {
	width: 33px;
	height: 39px;
	background-image: url("../img/flow/icon_flow_03.png");
}
.cft_container .flow .flow_item.flow_item--type04 {
	padding-bottom: 30px;
}
.cft_container .flow .flow_item.flow_item--type04::before {
	width: 32px;
	height: 36px;
	background-image: url("../img/flow/icon_flow_04.png");
}
.cft_container .flow .flow_item.flow_item--type05::before {
	width: 41px;
	height: 40px;
	background-image: url("../img/flow/icon_flow_05.png");
}
.cft_container .flow .flow_item.flow_item--type06::before {
	width: 41px;
	height: 32px;
	background-image: url("../img/flow/icon_flow_06.png");
}
.cft_container .flow .flow_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 50px;
}
.cft_container .flow .flow_number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 35px;
	height: 35px;
	margin-right: 15px;
	background-color: #892f1b;
	border-radius: 50%;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	line-height: 1;
}
.cft_container .flow .flow_title {
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
}
.cft_container .flow .flow_body {
	margin-top: 30px;
	padding: 0 30px;
}
.cft_container .flow .flow_date {
	font-size: 16px;
	font-weight: bold;
}
.cft_container .flow .flow_text {
	margin-top: 15px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}
.cft_container .flow .flow_text:first-child {
	margin-top: 0;
}
.cft_container .flow .flow_text > a {
	color: #0000ff;
	text-decoration: underline;
}
.cft_container .flow .flow_text > a:hover {
	text-decoration: none;
}
.cft_container .flow .flow_text > a:focus-visible {
	outline: 2px solid #e13c4b;
}
.cft_container .flow .flow_note {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.5;
}
.cft_container .flow .flow_footer {
	margin-top: 30px;
	padding: 30px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

/* ---------------------------------------------
*   botton
--------------------------------------------- */