.main{
	padding:20px 0 80px;
	}

.bankin {
    background-color: #2e9bb7;
    color: #fff;

}
.bankin .item{
    height: 270px;
    background-color: #F90;
	 background-repeat:no-repeat;
	 background-position:center;
	 background-size:cover;
	}

.bankin .gb-1{
	background-image:url(../img/img-04.jpg);
		}

.bankin .gb-2{
	background-image:url(../img/img-03.jpg);
		}

.bankin .border-color-1{
	border-color: #fff!important;
}

.bankin-box {
    padding: 60px 24px 50px;
    border: double 9px #FFF;
}

.bankin-box .item {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-position: center;
	     margin: 0 auto;
}
.bankin-box .img-1 {
    background-image: url(../img/point-1.jpg);
}
.bankin-box .img-2 {
    background-image: url(../img/point-2.jpg);
}
.bankin-box .img-3 {
    background-image: url(../img/point-3.jpg);
}

.bankin-box .ttl{
    border-bottom: 3px solid #f60105;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0;
    text-align: center;
	 }

.image-box {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.image-box .text-box {
    padding: 15px 8px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
color: #000;
}

.image-box .text-box .image-title-1 {
	margin: 0 0 5px 0;
	color: #f46b6e;
	font-weight: bold;
	font-size: 26px;
}
.pd-top{ padding-top:48px;}
.text-box p{
    text-align: left;
}

.image-title-1 span{
	color:rgba(102,102,102,1);
	}

.local-ttl-2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 0 25px;
    margin-top: -35px;
    display: inline-block;
        background-color: #2e9bb7;
	     color: #fff;
}
.local-ttl-2 span{
	display:block;
	margin-top:8px;
	font-size:16px;
}

.local-ttl-2:after {
	display:none;
}

.local-ttl-2:after{
	width:72px;
	content:"";
	height:3px;
	background-color:#ccc;
	position:absolute;
	left:50%;
	bottom:16px;
	margin-left:-36px;
	}

#repair .common-ttl {
    font-size: 32px;
	font-weight:bold;
	text-align:center;
	padding-bottom:40px;
	position:relative;
}

#repair .common-ttl span{
	display:block;
	margin-top:8px;
	font-size:16px;
}

#repair .common-ttl:after{
	width:72px;
	content:"";
	height:3px;
	background-color:#ccc;
	position:absolute;
	left:50%;
	bottom:16px;
	margin-left:-36px;
	}

#repair .common-ttl-2 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
}
#repair .common-ttl-2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #f46b6e;
}
.flow-arrow {
    position: absolute;
    z-index: 2;
    top: 46%;
    right: -3%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #ffffff;
}
