@charset "utf-8";
/*------------------------------------------------------------
	flow
------------------------------------------------------------*/
#container {
	background: url(../img/flow/bg01.jpg) no-repeat center top / 100%;
}
#main .pageTitle {
	margin-bottom: 7.9rem;
}
#main .pageTitle .headLine01 {
	margin-bottom: 3.7rem;
}
#main .pageTitle .headLine02 {
	margin-bottom: 2.2rem;
}
#main .pageTitle .title {
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0;
}
#main .flow .inner {
	padding: 9.6rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 0.2rem solid #E9E9E9;
}
#main .flow .inner:last-child {
	padding-bottom: 0;
}
#main .flow .inner .headLine03 {
	letter-spacing: 0.02em;
}
#main .flow .inner .rBox {
	margin-top: -0.1rem;
	width: calc(100% - 38.6rem);
}
#main .flow .inner .rBox .flowDl {
	margin-bottom: 3.2rem;
	background-color: #F0F2F5;
	border-radius: 1.6rem;
}
#main .flow .inner .rBox .flowDl:last-child {
	margin-bottom: 0;
}
#main .flow .inner .rBox .flowDl dt {
	padding: 1rem 3.2rem;
	min-height: 12.8rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	cursor: pointer;
	background: url(../img/common/icon13.png) no-repeat right 3.2rem center / 6.4rem;
}
#main .flow .inner .rBox .flowDl dt::before {
	margin-top: -0.8rem;
	position: absolute;
	top: 50%;
	right: 5.6rem;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../img/common/icon18.png) no-repeat left top / 100%;
	content: '';
	z-index: 5;
	transition: transform 1s cubic-bezier(.23,1,.32,1);
}
@media all and (min-width: 960px) {
	#main .flow .inner .rBox .flowDl dt:hover::before {
		transform: rotate(180deg);
	}
}
#main .flow .inner .rBox .flowDl dt.on::before {
	background-image: url(../img/common/icon18_on.png);
}
#main .flow .inner .rBox .flowDl dt span {
	display: block;
}
#main .flow .inner .rBox .flowDl dt .tag {
	padding: 0.4rem 0.8rem;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
	background-color: #1A1A1A;
	border-radius: 0.4rem;
}
#main .flow .inner .rBox .flowDl dt .txt {
	width: calc(100% - 13.3rem);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.24;
	letter-spacing: 0.02em;
}
#main .flow .inner .rBox .flowDl dd {
	padding: 1.5rem 3.2rem 3rem;
	display: none;
}
#main .flow .inner .rBox .flowDl dd .flowList li {
	padding-bottom: 4rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 1;
}
#main .flow .inner .rBox .flowDl dd .flowList li::before {
	position: absolute;
	top: 0;
	left: 2.9rem;
	width: 1rem;
	bottom: 0;
	background-color: #FFF;
	content: '';
	z-index: -1;
}
#main .flow .inner .rBox .flowDl dd .flowList li:last-child {
	padding-bottom: 0;
}
#main .flow .inner .rBox .flowDl dd .flowList li:last-child::before {
	display: none;
}
#main .flow .inner .rBox .flowDl dd .flowList li .num {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 6.4rem;
	height: 6.4rem;
	background-color: #1A1A1A;
	border-radius: 50%;
	color: #FFF;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	font-family: "DM Sans", sans-serif;
}
#main .flow .inner .rBox .flowDl dd .flowList li .txtBox {
	width: calc(100% - 13.3rem);
	padding-top: 1.5rem;
}
#main .flow .inner .rBox .flowDl dd .flowList li .txtBox .ttl {
	margin-bottom: 1.4rem;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}
#main .flow .inner .rBox .flowDl dd .flowList li .txtBox .txt {
	line-height: 1.8;
}
@media all and (max-width: 959px) {
	#container {
		background-image: url(../img/flow/bg01_sp.png);
	}
	#main .pageTitle {
		margin-bottom: 4rem;
	}
	#main .pageTitle .headLine01 {
		margin-bottom: 2.2rem;
	}
	#main .pageTitle .headLine02 {
		margin-bottom: 3rem;
	}
	#main .pageTitle .title {
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: 0;
	}
	#main .flow .inner {
		padding: 4rem 0;
		display: block;
	}
	#main .flow .inner:last-child {
		padding-bottom: 2.2rem;
	}
	#main .flow .inner .headLine03 {
		margin-bottom: 4rem;
		letter-spacing: 0;
	}
	#main .flow .inner .rBox {
		margin-top: 0;
		width: auto;
	}
	#main .flow .inner .rBox .flowDl {
		margin-bottom: 3.2rem;
	}
	#main .flow .inner .rBox .flowDl dt {
		padding: 2rem 8rem 1.6rem 1.6rem;
		min-height: 8.6rem;
		align-items: flex-start;
		background: url(../img/common/icon13_sp.png) no-repeat right 1.6rem top 1.6rem / 3.2rem;
	}
	#main .flow .inner .rBox .flowDl dt::before {
		top: 3.2rem;
		right: 2.4rem;
	}
	#main .flow .inner .rBox .flowDl dt.on::before {
		background-image: url(../img/common/icon18_on.png);
	}
	#main .flow .inner .rBox .flowDl dt .tag {
		padding: 0.4rem 0.8rem 0.5rem;
		width: 5.6rem;
		font-size: 1rem;
		box-sizing: border-box;
	}
	#main .flow .inner .rBox .flowDl dt .txt {
		margin-top: -0.4rem;
		width: calc(100% - 7.2rem);
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0;
	}
	#main .flow .inner .rBox .flowDl dd {
		padding: 0 1.6rem 1.6rem;
		display: none;
	}
	#main .flow .inner .rBox .flowDl dd .flowList li {
		padding-bottom: 2.7rem;
	}
	#main .flow .inner .rBox .flowDl dd .flowList li::before {
		left: 1.7rem;
		width: 0.5rem;
	}
	#main .flow .inner .rBox .flowDl dd .flowList li .num {
		width: 4rem;
		height: 4rem;
		font-size: 2.4rem;
	}
	#main .flow .inner .rBox .flowDl dd .flowList li .txtBox {
		width: calc(100% - 5.6rem);
		padding-top: 0.8rem;
	}
	#main .flow .inner .rBox .flowDl dd .flowList li .txtBox .ttl {
		margin-bottom: 0.8rem;
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	#main .flow .inner .rBox .flowDl dd .flowList li .txtBox .txt {
		font-size: 1.2rem;
	}
}