.sbwCard-mg-t-a {margin-top: auto;}
.sbwCard-mg-b-a {margin-bottom: auto;}

.sbwCard-kv {background: #d8e3e7;}


.sbwCard-image02 {
padding-right: 250px;
min-height: 88px;
background: url('/products/sbw/image/card/image02.png') 100% 50% no-repeat;
}

.sbwCard-flow {
position: relative;
padding: 20px 110px 20px 190px;
min-height: 156px;
}
.sbwCard-flow.-last {padding: 20px 20px 10px;}
.sbwCard-flow-ttl {
margin-bottom: 5px;
font-size: 1.8rem;
}
.sbwCard-flow-img {
position: absolute;
left: 20px;
width: 147px;
}
.sbwCard-flow-img.-img01 {top: calc(50% - 63px);}
.sbwCard-flow-img.-img02 {top: calc(50% - 68px);}
.sbwCard-flow-img.-img03 {top: calc(50% - 60px);}
.sbwCard-flow-img.-img04 {top: calc(50% - 60px);}
.sbwCard-flow-img.-img05 {top: calc(50% - 75px);}
.sbwCard-flow-img.-img06 {top: calc(50% - 49px);}
.sbwCard-flow-card {
position: absolute;
top: calc(50% - 34px);
right: 20px;
width: 80px;
}
.sbwCard-flow-card.-both {
top: calc(50% - 68px);
}


@media screen and (max-width: 767px) {
	.sbwCard-image02 {
	padding-right: 0;
	background: none;
	}

	.sbwCard-flow {
	padding: 10px;
	}
	.sbwCard-flow-card ,
	.sbwCard-flow-img {
	position: inherit;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	}
	.sbwCard-flow-img {width: 50%; margin: 10px auto;}
	.sbwCard-flow-card {width: 40%;}
	.sbwCard-flow-card.-both {width: 100%; text-align: center;}
	.sbwCard-flow-card.-both >img {width: 40%;}
}