.main_visual {background-image: url(../img/guidance/main.png), url(../img/common/main_bg.jpg);}


.flowlist li{
	background-color: #eff0f5;
	border-right: 1px solid #bfc7d3;
    border-top: 1px solid #bfc7d3;
    border-left: 1px solid #bfc7d3;
	margin-bottom: 53px;
	padding: 20px 0 0 0;
	position: relative;
	min-height: 140px;
}
.flowlist li:after{
	content: "";
	background-image: url(../img/guidance/bg001.svg);
	background-size: 100%;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	position: absolute;
    bottom: -100%;
}

.flowlist .bd_p:after{
	content: "";
	background-image: url(../img/guidance/bg001.svg);
	background-size: 100%;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	position: absolute;
    bottom: -99.4%;
}
.flowlist li .step{
	color: #001f50;
	font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif;	font-weight: bold;
	font-weight: bold;
	font-size: 2.6rem;
	display: block;
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}
.flowlist li .step:after{
	content: "";
	margin: 10px auto 0 auto;
	width: 100px;
	height: 2px;
	background-color: #b1bac9;
	display: block;
}
.flowlist li .ttl{
	display: block;
	font-size: 3rem;
	margin-top: 5px;
	color: #333333;
}
.flowlist li .des{
	text-align: center;
	display: block;
	font-size: 1.3rem;
	position: absolute;
	margin: auto;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 4%;
}
.flowlist li .des + img{
	position: absolute;
}
.left01{
	bottom: -24%;
	z-index: 1;
	max-width: none;
}


.flowlist li .des + img.right{
	bottom: -30%;
}

.flowlist .box01{
	background-color: #ffffff;
	width: 655px;
	margin: 0 auto 10px auto;
}
.flowlist .box01 dl{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flowlist .box01 dl dt{
	background-color: #001f50;
	color: #ffffff;
	display: block;
	width: 100%;
	font-size: 2.4rem;
	font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif;	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}

.flowlist .box01  dl dd:nth-child(2){padding: 20px 0 0 20px;}
.flowlist .box01 dl dd:nth-child(3){
	width: 62%;
	padding: 20px 20px 20px 0;
	font-size: 1.4rem;
}
.flowlist .box01 dl .ttl{
	font-size: 1.6rem;
	font-weight: bold;
	color: #001f50;
	margin-top: 0;
	margin-bottom: 5px;
}
.flowlist .box02{margin-top: 20px;}
.flowlist .box02 ul{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  padding: 0 30px;
}
.flowlist .box02 li{
	width: 31.5%;
	background-color: #ffffff;
	border: none;
	margin-bottom: 10px;
	padding: 0;
	position: relative;
}
.flowlist .box02 li img{width: 100%;}
.flowlist .box02 li:after{display: none;}
.flowlist .box02 li .icon{
	background-color: #001f50;
	color: #fff;
	font-weight: bold;
	padding: 7px 10px;
	font-size: 1.4rem;
	display: inline-block;
	position: absolute;
}
.flowlist .box02 li .ttl{
	font-size: 2rem;
	font-weight: bold;
	font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif;	font-weight: bold;
	color: #001f50;
	text-align: center;
	margin: 10px 0 15px 0;
}
.flowlist .box02 li .ttl span{
	font-size: 1.2rem;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	color: #333333;
}
.flowlist .box02 li .ttl span{
	background: -webkit-linear-gradient(transparent 50%, #fff10f 50%);
	background: -o-linear-gradient(transparent 50%, #fff10f 50%);
	background: linear-gradient(transparent 50%, #fff10f 50%);
}
.flowlist .box02 li .ttl span + span{
	background: none;
	font-size: 2rem;
	font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif;	font-weight: bold;
	color: #193561;
	display: block;
}
.flowlist .box02 li .ttl + p{
	font-size: 1.4rem;
	padding: 0 20px;
}
.flowlist .list02{
	background-color: #001f50;
	color: #ffffff;
	min-height: 172px;
}
.flowlist .list02 .step,.flowlist .list02 .ttl{color: #fff;}
.flowlist .list02 .step:after{background-color: #193561;}
.flowlist .list02:after{display: none;}
.right01{
	left: 0;
	bottom: -25%;
	z-index: 1;
}
.right02{
	right: 0;
	z-index: 1;
	top: 0;
	max-width: none;
}
.right03{
	right: 0;
	z-index: 1;
	top: -0.5%;
	max-width: none;
}
.flowlist .list02 .des{bottom: 14%;}

.position_cancel{position: static !important;}


@media screen and (max-width: 1060px) {
}

/*-----------------------------------------------
sp
-----------------------------------------------*/
@media screen and (max-width: 767px) {
	.main_visual {background-image: url(../img/guidance/main_sm.png), url(../img/common/main_bg.jpg);	}
	.flowlist li .step,.flowlist li .ttl {font-size: 2rem;}
	.flowlist li{margin-bottom: 30px;}
	.flowlist li .step{margin-bottom: 10px;}
	.flowlist li .des + img{display: none;}
	.flowlist .box01{
		margin: 0 10px;
		width: auto;
	}
	.flowlist .box01 dl dt{font-size: 1.8rem;}
	.flowlist .box01 dl dd:nth-child(2){
		padding: 10px 0 0 0;
		margin: auto
	}
	.flowlist .box01 dl dd:nth-child(3){
		width: auto;
		padding: 10px 20px 20px 20px;
	}
	.flowlist .box01 dl{margin-bottom: 20px;}
	.flowlist .box01 dl .ttl{font-size: 1.4rem;}
	.flowlist .box02 ul{
		display: block;
		padding: 0 10px;
	}
	.flowlist .box02 li{
		margin-bottom: 20px;
		width: 100%;
	}
	.flowlist .box02 li .ttl + p{padding: 0 20px 20px 20px;}
	.flowlist li .des{padding: 0 10px;}
	.flowlist .list02 .des{bottom: 12%;}
	.flowlist .list02{min-height: 190px;}
	
	.flowlist .bd_p:after{
		width: 100%;
		bottom: -100%;
	}
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
	.flowlist li .step,.flowlist .box01 dl dt,.flowlist .box02 li .ttl span + span,.flowlist .box02 li .ttl span{font-family: "メイリオ";}
	.flowlist li .step{font-weight: normal;}
}