@charset "utf-8";
/*------------------------------------------------------------
	procedure
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 9.5rem;
	background-image: url(../img/course/procedure/page_photo.jpg);
}
#main .comTopBox {
	margin-bottom: 6rem;
}
#main .comTopBox .hTitle {
	margin-bottom: 3.1rem;
}
#main .comTopBox .text {
	margin-bottom: 0;
}
#main .flowUl {
	margin: 0 auto;
	max-width: 100rem;
	position: relative;
	z-index: 1;
}
#main .flowUl > li {
	position: relative;
	z-index: 3;
	margin-bottom: 5.1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#main .flowUl::after {
	position: absolute;
	top: 20rem;
	left: 9.7rem;
	bottom: 20rem;
	content: "";
	width: 0.5rem;
	background-color: #D9D9D9;
	z-index: 1;
}
#main .flowUl::before {
	position: absolute;
	bottom: 20rem;
	left: 8.1rem;
	width: 3.7rem;
	height: 2.2rem;
	content: "";
	background: url(../img/course/procedure/arrow_img.png) no-repeat left bottom / 100%;
	z-index: 1;
}
#main .flowUl > li:last-child {
	margin-bottom: 0;
}
#main .flowUl .lBox {
	position: relative;
	z-index: 3;
	padding-top: 1.5rem;
	margin-right: 3rem;
	width: 20rem;
	min-height: 20rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 0.2rem solid #CC0012;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
}
#main .flowUl .lBox .num {
	display: block;
}
#main .flowUl .lBox .num img {
	height: 2.6rem;
}
#main .flowUl .lBox .image {
	margin: 1rem auto 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5.1rem;
}
#main .flowUl .lBox .text {
	color: #000;
	font-size: 1.8rem;
	font-weight: 700;
	display: block;
}
#main .flowUl .li01 .lBox {
	background-color: #CC0012;
}
#main .flowUl .li01 .lBox .text {
	color: #fff;
}
#main .flowUl .rBox {
	flex: 1;
}
#main .flowUl .rBox .comlinkUl {
	margin-top: 3rem;
	gap: 1rem 2rem;
}
#main .flowUl .rBox .comlinkUl li {
	margin-bottom: 0;
}
#main .flowUl .rBox .text {
	line-height: 2;
}
#main .flowUl .rBox .text a {
	color: #CC0012;
	text-decoration: underline;
}
#main .flowUl .rBox .notes {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 2;
}
@media all and (min-width: 897px) {
	#main .flowUl .rBox .text a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 4.4rem;
		background-image: url(../img/course/procedure/page_photo_sp.jpg);
	}
	#main .comTopBox {
		margin-bottom: 2.3rem;
	}
	#main .comTopBox .hTitle {
		margin-bottom: 2rem;
	}
	#main .comTopBox .text {
		margin-bottom: 0;
	}
	#main .flowUl {
		max-width: 100%;
	}
	#main .flowUl > li {
		margin-bottom: 2rem;
		align-items: flex-start;
	}
	#main .flowUl::after {
		top: 10rem;
		left: 4.9rem;
		bottom: 10rem;
		width: 0.2rem;
	}
	#main .flowUl::before {
		bottom: 15.4rem;
		left: 4.1rem;
		width: 1.8rem;
	}
	#main .flowUl .lBox {
		padding-top: 1rem;
		margin-right: 2rem;
		width: 10rem;
		min-height: 10rem;
		border: 1px solid #CC0012;
	}
	#main .flowUl .lBox .num {
		height: 1.3rem;
	}
	#main .flowUl .lBox .num img {
		height: 1.3rem;
	}
	#main .flowUl .lBox .image {
		margin: 0.5rem auto 0.3rem;
		width: 2.55rem;
		height: fit-content;
	}
	#main .flowUl .lBox .text {
		font-size: 0.9rem;
	}
	#main .flowUl .rBox {
		margin-top: 1.5rem;
	}
	#main .flowUl .rBox .comlinkUl {
		margin-right: -1rem;
	}
	#main .flowUl .rBox .comlinkUl {
		margin-top: 2rem;
	}
	#main .flowUl .rBox .comlinkUl a {
		min-height: 4rem;
	}
	#main .flowUl .rBox .comlinkUl li {
		margin-bottom: 1rem;
	}
	#main .flowUl .rBox .comlinkUl li:last-child {
		margin-bottom: 0;
	}
}