@charset "UTF-8";

/*------------------------------------------
スマホ/sp
------------------------------------------*/

/*------------ メインビジュアル --------------*/
.flow_main {
	width: 100%;
	/*margin-top: 6rem;*/
}

/*------------ タイトル --------------*/
.flow_ttl{
	font-size: 6vw;
	white-space: nowrap;
	text-align: center;
	color:#00508f;
	margin: 3rem auto;
	font-weight:900;
	letter-spacing: 0.5rem;
}

/*------------ お手続きの流れ図 --------------*/
.flow_chart{
	width: 100%;
}
.flow_chart__block {
	padding-bottom: 3rem;
	margin-bottom:  1rem;
	background-image: url("../images/flow/flow_icon_arrow.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}
.flow_chart__block:last-of-type{
	background:none;
}
.flow_chart__list{
	display: flex;
	justify-content:space-between;
	border:1px solid #999;
}
.flow_chart__num{
	display: flex;
	align-items: center;
	width:20%;
	background-color: #00518f;
	padding: 0 1rem;
}
.flow_chart__detail{
	display: block;
	align-items: center;
	width:80%;
	background-color: #f4e8d1;
	padding: 0.8rem 1rem 0.5rem;
}
.flow_chart__ttl{
	font-size: 1.6rem;
	line-height: 1.2;
}
.flow_chart__txt{
	font-size: 1.3rem;
	background-image: url("../images/flow/flow_icon_circle.svg");
	background-repeat: no-repeat;
	background-position: 0rem 1rem;
	background-size: 1rem ;
	padding: 0.5rem 0 0.5rem 1.3rem;
}

/*------------ ご留意事項 --------------*/
.flow_notes{
	width: 100%;
	height:300px;
	margin: 0 auto 7rem;
	overflow-y:scroll;
	border:1px solid #00518f;
}
.flow_notes__ttl{
    width: 100%;
    padding: 0.5rem 0 0.8rem;
    color: #fff;
    font-size: 1.7rem;
    font-weight: normal;
    text-align: center;
    background-color: #00518f;
}
.flow_notes__txt{
	padding: 1.6rem;
	font-size: 1.5rem;
	line-height: 1.6;
}
.flow_notes__list_ttl{
	padding: 0 1.6rem;
	font-size: 1.5rem;
	font-weight:700;
}
.flow_notes__list_detail{
	padding: 0.5rem 1.6rem 1.6rem;
	font-size: 1.5rem;
	line-height: 1.6;
}
.flow_notes__list_table{
	padding: 0;
	margin: 0;
	border-collapse:collapse;
	border: none;
}
.flow_notes__list_table th, .flow_notes__list_table td{
	padding: 0 0.3rem 0 0;
	margin: 0;
	vertical-align: top;
}

/*------------------------------------------
PC画面/pc
------------------------------------------*/
@media screen and (min-width: 768px) {
	
	/*------------ メインビジュアル --------------*/
	.flow_main {
		/*margin-top: 140px;/**/
		width: 1400px;/**/
    	margin: 0 auto;/**/
	}

	/*------------ タイトル --------------*/
	.flow_ttl{
		font-size: 3.2rem;/**/
		margin: 8rem auto;/**/
	}
	
	/*------------ お手続きの流れ図 --------------*/
	.flow_chart__block {
		padding-bottom: 4rem;/**/
		margin-bottom:  2.1rem;/**/
	}
	.flow_chart__num{
		width: 12%;/**/
    	padding: 0 1.2rem;/**/
	}
	.flow_chart__detail{
		display: flex;/**/
		justify-content:space-between;/**/
		width:88%;/**/
		padding: 1rem 1.5rem;/**/
	}
	.flow_chart__ttl{
		float:left;/**/
		font-size: 1.9rem;/**/
		font-weight: normal;/**/
		
	}
	.flow_chart__txt{
		float: right;/**/
		font-size: 1.5rem;/**/
		background-position: 0rem 0.6rem;/**/
		background-size: 1.1rem;/**/
		padding: 0 0 0 1.5rem;/**/
	}

	/*------------ ご留意事項 --------------*/
	.flow_notes{
		height:520px;/**/
		margin: 3em auto 13rem;/**/
	}
	.flow_notes__ttl{
		padding: 0.4rem 0 0.6rem;/**/
		font-size: 2.1rem;/**/
	}
	.flow_notes__txt{
		padding: 3rem;/**/
		font-size: 1.5rem;/**/
	}
	.flow_notes__list_ttl{
		padding: 0 3rem;/**/
		font-size: 1.6rem;/**/
		font-weight:700;/**/
	}
	.flow_notes__list_detail{
		padding: 1rem 5rem 3rem;/**/
		font-size: 1.4rem;/**/
	}

}
