@charset "utf-8";
/*------------------------------------------------------------
	flow
------------------------------------------------------------*/
#gNavi .navi03 > a {
	background: #6b280e;
}
.pageTitle {
	background-image: url("../img/flow/page_title_bg.jpg");
}
#main {
	margin-bottom: 143px;
}
#main section {
	background: #fff;
}
#main .sec01 {
	margin-bottom: 10px;
	padding: 73px 66px 67px;
}
#main .sec01 .headLine02 {
	margin-bottom: 60px;
}
#main .sec01 .textList li {
	width: 490px;
}
#main .sec01 .textList li .ttl {
	margin-bottom: 18px;
	padding: 10px 10px 12px;
	text-align: center;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	background: #3D62AD;
}
#main .sec01 .textList li .ttl.bg01 {
	background: #7D4698;
}
#main .sec01 .textList li .text {
	font-size: 1.6rem;
	line-height: 1.75;
}
#main .secBox {
	margin-bottom: 52px;
}
#main .secBox section {
	padding: 40px 65px 50px;
	width: 620px;
	box-sizing: border-box;
}
#main .secBox h3 {
	margin-bottom: 89px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
}
#main .sec02 .flowList li {
	margin-bottom: 158px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main .sec02 .flowList li::after {
	width: 112px;
	height: 57px;
	position: absolute;
	left: 59px;
	bottom: -111px;
	background: url("../img/flow/arrow.png") no-repeat center center;
	background-size: 112px auto;
	content: '';
}
#main .sec02 .flowList li:last-child {
	margin-bottom: 0;
}
#main .sec02 .flowList li:last-child::after {
	display: none;
}
#main .sec02 .flowList li .text01 {
	width: 230px;
	box-sizing: border-box;
	padding: 20px;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	background: #FFF5E0;
	border: 1px solid #231815;
}
#main .sec02 .flowList li .text02 {
	width: calc(100% - 250px);
	font-size: 1.6rem;
	line-height: 1.75;
}
#main .sec03 h3 {
	margin-bottom: 41px;
}
#main .sec03 .imgList {
	margin-top: -22px;
}
#main .sec03 .imgList li {
	margin-top: 22px;
	width: 235px;
}
#main .sec03 .imgList li .txt {
	margin-top: 4px;
	display: block;
	font-size: 1.6rem;
}
@media all and (max-width: 896px) {
	#gNavi .navi03 > a:hover {
		background: #6b280e;
	}
	#main {
		margin-bottom: 40px;
	}
	#main .sec01 {
		padding: 30px 15px;
	}
	#main .sec01 .headLine02 {
		margin-bottom: 20px;
	}
	#main .sec01 .textList {
		display: block;
	}
	#main .sec01 .textList li {
		margin-bottom: 15px;
		width: auto;
	}
	#main .sec01 .textList li:last-child {
		margin-bottom: 0;
	}
	#main .sec01 .textList li .ttl {
		margin-bottom: 10px;
		padding: 8px 10px;
		font-size: 1.5rem;
	}
	#main .sec01 .textList li .text {
		font-size: 1.4rem;
	}
	#main .secBox {
		margin-bottom: 25px;
		display: block;
	}
	#main .secBox section {
		padding: 30px 15px;
		width: auto;
	}
	#main .secBox h3 {
		margin-bottom: 20px;
		font-size: 1.5rem;
	}
	#main .sec02 {
		margin-bottom: 10px;
	}
	#main .sec02 .flowList li {
		margin-bottom: 60px;
		display: block;
	}
	#main .sec02 .flowList li::after {
		width: 56px;
		height: 29px;
		left: 50%;
		bottom: -44px;
		background-size: 56px auto;
		transform: translateX(-50%);
	}
	#main .sec02 .flowList li:last-child {
		margin-bottom: 0;
	}
	#main .sec02 .flowList li .text01 {
		margin-bottom: 10px;
		width: auto;
		padding: 15px;
		font-size: 1.5rem;
	}
	#main .sec02 .flowList li .text02 {
		width: auto;
		font-size: 1.4rem;
	}
	#main .sec03 h3 {
		margin-bottom: 20px;
	}
	#main .sec03 .imgList {
		margin-top: -15px;
	}
	#main .sec03 .imgList li {
		margin-top: 15px;
		width: 48%;
		text-align: center;
	}
	#main .sec03 .imgList li .txt {
		font-size: 1.4rem;
		text-align: left;
	}
}