@charset "UTF-8";
/* ===========================================
 * コンフォール西浦和田島 flow
 * ======================================== */
/* ---------------------------------------------
*   section / layout
--------------------------------------------- */
/* flowblock */
.cft_container .flowblock {
	margin-top: 13.333vw;
	padding: 0 5.333vw;
}
.cft_container .flowblock .flowblock_lead {
	font-size: 4.267vw;
	font-weight: normal;
	line-height: 1.5;
}
.cft_container .flowblock .flowblock_note {
	margin-top: 4vw;
	padding-left: 1em;
	font-size: 3.733vw;
	font-weight: normal;
	line-height: 1.5;
	text-indent: -1em;
}
.cft_container .flowblock .flowblock_body {
	margin-top: 10.667vw;
}

/* ---------------------------------------------
*   module
--------------------------------------------- */
/* flow */
.cft_container .flow > li {
	position: relative;
	margin-top: 22.4vw;
}
.cft_container .flow > li::after {
	content: "";
	position: absolute;
	bottom: -17.6vw;
	left: 50%;
	display: inline-block;
	width: 26.667vw;
	height: 12.267vw;
	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: 8vw;
	background-color: #e6f8f8;
	border: 0.267vw solid #ccc;
	border-radius: 5.333vw;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
}
.cft_container .flow .flow_item::before {
	content: "";
	position: absolute;
	top: 8vw;
	right: 5.333vw;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}
.cft_container .flow .flow_item.flow_item--type01::before {
	width: 11.467vw;
	height: 11.467vw;
	background-image: url("../img/flow/icon_flow_01.png");
}
.cft_container .flow .flow_item.flow_item--type02::before {
	width: 11.467vw;
	height: 11.2vw;
	background-image: url("../img/flow/icon_flow_02.png");
}
.cft_container .flow .flow_item.flow_item--type03::before {
	width: 8.8vw;
	height: 10.4vw;
	background-image: url("../img/flow/icon_flow_03.png");
}
.cft_container .flow .flow_item.flow_item--type04 {
	padding-bottom: 8vw;
}
.cft_container .flow .flow_item.flow_item--type04::before {
	width: 8.533vw;
	height: 9.6vw;
	background-image: url("../img/flow/icon_flow_04.png");
}
.cft_container .flow .flow_item.flow_item--type05::before {
	width: 10.933vw;
	height: 10.667vw;
	background-image: url("../img/flow/icon_flow_05.png");
}
.cft_container .flow .flow_item.flow_item--type06::before {
	width: 10.933vw;
	height: 8.533vw;
	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: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 5.333vw;
}
.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: 9.333vw;
	height: 9.333vw;
	margin-right: 4vw;
	background-color: #892f1b;
	border-radius: 50%;
	color: #fff;
	font-size: 6.133vw;
	font-weight: bold;
	line-height: 1;
}
.cft_container .flow .flow_title {
	font-size: 6.4vw;
	font-weight: normal;
	line-height: 1.2;
}
.cft_container .flow .flow_body {
	margin-top: 8vw;
	padding: 0 5.333vw;
}
.cft_container .flow .flow_date {
	font-size: 4.267vw;
	font-weight: bold;
	text-align: center;
}
.cft_container .flow .flow_text {
	margin-top: 4vw;
	font-size: 4.267vw;
	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:focus-visible {
	outline: 0.533vw solid #e13c4b;
}
.cft_container .flow .flow_note {
	margin-top: 2.667vw;
	font-size: 3.733vw;
	line-height: 1.5;
}
.cft_container .flow .flow_note > li {
	padding-left: 1em;
	text-indent: -1em;
}
.cft_container .flow .flow_note.flow_note--center {
	text-align: center;
}
.cft_container .flow .flow_footer {
	margin-top: 8vw;
	padding: 8vw;
	background-color: #fff;
	border-radius: 0 0 5.333vw 5.333vw;
	color: #000;
	font-size: 4.267vw;
	font-weight: bold;
	text-align: center;
}

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