/*----------  flow  ----------*/
#flow_header {
	background-color: #e2eaed;
}
#flow_header .image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#flow_header .section .title {
	color: #416790;
	font-size: 2.8rem;
	font-weight: bold;
}
#flow_header .section .caption {
	margin-top: 7rem;
	line-height: 2;
}
#flow_header .section .caption p:not(:first-child) {
	margin-top: 3.2rem;
}
#flow_list .title {
	position: relative;
	color: #24576d;
	font-weight: bold;
}
#flow_list .title:not(:first-child) {
	margin-top: 11rem;
}
#flow_list .title::after, #flow_list .title::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
}
#flow_list .title:before {
	max-width: 600px;
	background-color: #a9b7b6;
}
#flow_list .title:after {
	max-width: 80px;
	background-color: #edc82d;
}
#flow_list .lead {
	margin-top: 6.6rem;
}
#flow_list .chart {
	margin-top: 4rem;
	border-radius: 0.8rem;
	background-color: #efefef;
}
#flow_list .chart_title {
	color: #24576d;
	font-weight: bold;
}
#flow_chart_01 {
	width: 100%;
}
#flow_chart_01 a .st5 {
	-webkit-transition: fill 0.2s ease-in-out;
	transition: fill 0.2s ease-in-out;
}
#flow_chart_01 a:hover .st5 {
	fill: rgb(237.2080291971, 119.7810218978, 110.2919708029);
}
#flow_chart_01 .st0 {
	fill: none;
	stroke: #24576d;
	stroke-width: 2;
	stroke-miterlimit: 10;
}
#flow_chart_01 .st1 {
	fill: #24576d;
}
#flow_chart_01 .st3 {
	font-size: 1.4rem;
}
#flow_chart_01 .st4 {
	letter-spacing: 3;
}
#flow_chart_01 .st5 {
	fill: #f08d85;
}
#flow_chart_01 .st6 {
	fill: #ffffff;
}
#flow_chart_sp_01 {
	width: 100%;
	margin: 0 auto;
}
#flow_chart_sp_01 a .st4 {
	-webkit-transition: fill 0.2s ease-in-out;
	transition: fill 0.2s ease-in-out;
}
#flow_chart_sp_01 a:hover .st4 {
	fill: rgb(235.5328467153, 107.0496350365, 96.6671532847);
}
#flow_chart_sp_01 .st0 {
	fill: #24576d;
}
#flow_chart_sp_01 .st2 {
	font-size: 2.4rem;
	font-weight: bold;
}
#flow_chart_sp_01 .st3 {
	fill: none;
	stroke: #24576d;
	stroke-width: 4;
	stroke-miterlimit: 10;
}
#flow_chart_sp_01 .st4 {
	fill: #f08d85;
}
#flow_chart_sp_01 .st5 {
	fill: #ffffff;
}
#flow_chart_sp_01 .st7 {
	font-size: 2rem;
	font-weight: bold;
}
#flow_chart_02 a .st1 {
	-webkit-transition: fill 0.2s ease-in-out;
	transition: fill 0.2s ease-in-out;
}
#flow_chart_02 a:hover .st1 {
	fill: rgb(235.5328467153, 107.0496350365, 96.6671532847);
}
#flow_chart_02 .st0 {
	fill: none;
	stroke: #24576d;
	stroke-width: 2;
	stroke-miterlimit: 10;
}
#flow_chart_02 .st1 {
	fill: #f08d85;
}
#flow_chart_02 .st2 {
	fill: #ffffff;
}
#flow_chart_02 .st4 {
	font-size: 14px;
}
#flow_chart_02 .st5 {
	letter-spacing: -7;
}
#flow_chart_sp_02 {
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
}
#flow_chart_sp_02 a .st1 {
	-webkit-transition: fill 0.2s ease-in-out;
	transition: fill 0.2s ease-in-out;
}
#flow_chart_sp_02 a:hover .st1 {
	fill: rgb(235.5328467153, 107.0496350365, 96.6671532847);
}
#flow_chart_sp_02 .st0 {
	fill: none;
	stroke: #24576d;
	stroke-width: 4;
	stroke-miterlimit: 10;
}
#flow_chart_sp_02 .st1 {
	fill: #f08d85;
}
#flow_chart_sp_02 .st2 {
	fill: #ffffff;
}
#flow_chart_sp_02 .st4 {
	font-size: 2rem;
}
#flow_chart_sp_02 .st5 {
	enable-background: new;
}

.modal-frame {
	width: 100%;
	max-width: 1200px;
	padding: 0 1.6rem;
}
.modal-frame.is-open {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.modal-frame .close {
	margin: 0 0 0 auto;
}
.modal-frame .wrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
}
.modal-frame .title {
	position: relative;
	padding-bottom: 2rem;
	color: #416790;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.modal-frame .title:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 600px;
	height: 1px;
	margin: 0 auto;
	background-color: #a9b7b6;
	content: "";
}
.modal-frame .lead {
	margin-top: 7rem;
	line-height: 2;
}
.modal-frame .prepare_title {
	max-width: 180px;
	margin: 0 auto 0 0;
	margin-top: 4rem;
	padding: 0.4rem;
	border-top: 1px solid #a9b7b6;
	border-right: 1px solid #a9b7b6;
	border-left: 1px solid #a9b7b6;
	color: #24576d;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.modal-frame .prepare {
	padding: 2.8rem;
	background-color: #f2f2f2;
	color: #24576d;
	font-size: 1.4rem;
	line-height: 2;
}
@media screen and (min-width: 768px) {
	#flow_header .inr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: calc(1400px - 200px);
		margin: 0 auto;
		padding: 10rem 0 8rem;
	}
	#flow_header .image {
		width: 400px;
	}
	#flow_header .section {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		min-width: 100px;
		margin-left: 2.8rem;
		padding-bottom: 3rem;
	}
	#flow_list .inr {
		width: calc(1400px - 200px);
		margin: 0 auto;
		padding: 5.6rem 0 8rem;
	}
	#flow_list .title {
		padding: 0 0 3rem;
		font-size: 2.2rem;
		text-indent: 1rem;
	}
	#flow_list .chart {
		padding: 4.8rem;
	}
	.modal-frame .wrap {
		padding: 9.6rem 10rem;
		overflow-y: auto;
	}
}
@media screen and (max-width: 767px) {
	#flow_header .image {
		padding: 4rem 24% 0;
	}
	#flow_header .section {
		margin-top: 1.6rem;
		padding-bottom: 3.4rem;
	}
	#flow_header .section .title {
		font-size: 1.6rem;
		text-align: center;
	}
	#flow_header .section .caption {
		margin-top: 4rem;
		padding: 0 10%;
		font-size: 1.3rem;
	}
	#flow_header .section .caption p:not(:first-child) {
		margin-top: 2.6rem;
	}
	#flow_list .inr {
		padding: 5rem 1.6rem 0;
	}
	#flow_list .title:not(:first-child) {
		margin-top: 3.6rem;
	}
	#flow_list .title {
		padding: 0 0 2.2rem;
		font-size: 1.5rem;
		text-indent: 0.8rem;
	}
	#flow_list .lead {
		margin-top: 5rem;
		padding: 0 2.4rem;
		line-height: 2;
	}
	#flow_list .chart {
		margin-top: 3.2rem;
		padding: 1.6rem;
		text-align: center;
	}
	.modal-frame .wrap {
		-webkit-overflow-scrolling: touch;
		max-height: calc(100vh - 4rem - 2rem - 6.2rem);
		padding: 4.6rem 2rem;
		overflow-y: scroll;
	}
	.modal-frame .title {
		padding-bottom: 1.7rem;
		font-size: 1.5rem;
	}
	.modal-frame .lead {
		margin-top: 3.4rem;
	}
	.modal-frame .prepare_title {
		max-width: 160px;
		margin-top: 2rem;
		padding: 0.8rem 0.4rem;
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.modal-frame .prepare {
		padding: 0.8rem 1.6rem 1.4rem;
		font-size: 1.2rem;
	}
}