.subf_view {
	padding-top:286px;
	position:relative;
}

.subf_view::before {
	content:"";
	display: block;
	width:100%;
	height:286px;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/bg_insur01.jpg) no-repeat center / cover;
}

/* --- bg curve top bottom --- */

.bg_curve_top,
.bg_curve_bottom {
	overflow:visible;
}

.bg_curve_top::before,
.bg_curve_bottom::after {
	content:"";
	display:block;
	width:100%;
	position:absolute;
	left:0;
}

.bg_curve_top::before {
	top:-100px;
	background:url(../images/bg_curve_top.svg) no-repeat center top / cover;
	height:100px;
}

.bg_curve_bottom::after {
	bottom:-180px;
	background:url(../images/bg_curve_bottom.svg) no-repeat center bottom / cover;
	height:180px;
}




/* --- maru_list --- */

.maru_list li {
	position:relative;
	padding-left:1.5em;
	line-height:2em;
}

.maru_list li:not(:last-of-type) {
	margin-bottom:1em;
}

.maru_list li::before {
	content:"";
	display: block;
	width:1em;
	height:1em;
	background:#D9B3C1;
	position:absolute;
	left:0;
	top:0.55em;
	border-radius: 50%;
}

/* --- tel_list --- */

.ten_list li {
	position:relative;
	padding-left:1.2em;
	line-height:1.5em;
}

.ten_list li:not(:last-of-type) {
	margin-bottom:0.5em;
}

.ten_list li::before {
	content:"・";
	display: block;
	width:1em;
	height:1em;
	position:absolute;
	left:0;
	top:0;
}

/* --- kome --- */

.kome {
	position:relative;
	padding-left:1.2em;
	line-height:1.5em;
	display: block;
}

.kome::before {
	content:"※";
	display: block;
	width:1em;
	height:1em;
	position:absolute;
	left:0;
	top:0;
}



/* *****************ページネーション******************** */

.pager_wrap {
	margin-top:80px;
}

.pager li {
	margin:0 6px 10px;
}

.current,
.page_no {
	display: block;
	width:40px;
	height:40px;
	border-radius: 50%;
	line-height:40px;
	font-size:1.8rem;
	text-align:center;
}

.current {
	color:#fff;
	border:1px solid #008ba5;
	background:#008ba5;
}

.page_no {
	color:#717171;
	border:1px solid #717171;
}

.page_no.current {
	color:#fff;
	border:1px solid #008ba5;
}

.page_no:hover {
	color:#fff;
	border:1px solid #008ba5;
	background:#008ba5;
}

/* ---------  ver.SmartPhone ------------ */

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

	.subf_view {
		padding-top: 40vw;
	}

	.subf_view::before {
		height: 40vw;
	}

	.subf_view_inner {
		height: 50vw;
	    padding-bottom: 1.5em;
    }

	.subf_view h1 {
		font-size:10vw;
	}

	.subf_view h1 span {
		font-size: 4vw;
    	position: relative;
    	text-align: center;
	}

	/* --- bg_curve --- */

	.bg_curve_top::before {
		top:-20vw;
		height:20vw;
	}

	.bg_curve_bottom::after {
		bottom:-30vw;
		height:30vw;
	}

/* *****************ページネーション******************** */

.pager_wrap {
	margin-top:15vw;
}

.pager li {
	margin:0 1.25vw 2.5vw;
}

.current,
.page_no {
	display: block;
	width:10vw;
	height:10vw;
	line-height:10vw;
	font-size:4vw;
}


}