
/* VISA CARD */

/* ---------------------------------------
  
----------------------------------------*/
/**, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}*/

#layout_com{
	width: 100%!important;
}
section, .sec{
	position: relative;
	margin: 0 auto 40px;
	width:1004px;
	height: auto;
	/*overflow: hidden;*/
}

.keyvisual{
	height: 300px;
	overflow: hidden;

}
.keyvisual h1{
	text-indent: -200%;
	background: url(../img/maincopy.png) 0 0 no-repeat;
	position: absolute;
	top: 50px;
	left: 20px;
	width: 584px;
	height: 183px;
}

.sevenpoints h2{
	text-indent: -200%;
	position: relatvie;
	background: url(../img/page_visa_v02_07.png) 0 0 no-repeat;
	width: 760px;
	height: 90px;
	margin: 0 auto;
	overflow: hidden;
}
.sevenpoints .row{
	width: 100%;
	height: auto;
	clear: both;
	overflow: hidden;
}
.sevenpoints .row .column{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	float: left;
	text-align: center;
	padding: 10px 0;
}
.sevenpoints .row .column h3{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin: 10px auto 10px;
}
.sevenpoints .row .column p{
	line-height: 1.6;
	width: 75%;
	margin: 0 auto 20px;
}
.sevenpoints .row .third{
	width: 33%;
}
.sevenpoints .row .forth{
	width: 25%;
}

.sevenpoints .row .column .sep{
	width: 100%;
	border-right: 1px solid #ededed;
	height: auto;
}
.sevenpoints .row .column:last-child .sep{
	border-right: 0px solid #ccc;
}



.creditexplain{
	background: #f4f4f4;
	text-align: center;
	padding: 80px 0;
	width: 100%;
	box-shadow: 0px 1px 0 0 rgba(100,100,100,0.2) inset;
}
.creditexplain:before{
	display: block;
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background: #fff url(../img/arrow.png) 11px 20px no-repeat;
	top: -30px;
	left: 50%;
	margin-left: -30px;
		box-shadow: 0px 1px 0 0 rgba(100,100,100,0.2);
}
.creditexplain:after{
	display: block;
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background: #f4f4f4;
	bottom: -25px;
	left: 50%;
	margin-left: -30px;
	z-index:50;
}
.creditexplain h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.creditexplain p{
	width: 1004px;
	margin: 0 auto 20px;
	line-height: 1.6;
}
.creditexplain a{
	display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	border-radius: 5px;
	width: 546px;
	height: 80px;
	margin: 20px auto 0!important;
	padding: 20px 20px 0;
	background: #e5006a;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 1px 3px 0 rgba(50,50,50,0.2);
}
.creditexplain a:hover{
	background: #e15696;
}
.creditexplain a span.limit{
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding-top: 12px;
}
.arukikatacard{
	overflow: hidden;
	margin: 80px auto;
}
.arukikatacard h2{
	text-indent: -200%;
	position: relatvie;
	background: url(../img/page_visa_v02_39.png) 0 0 no-repeat;
	width: 640px;
	height: 70px;
	margin: 0 auto 30px;
	overflow: hidden;
}
.arukikatacard img{
	display: block;
	float: left;
	width: 368px;
	height: 234px;
	margin-right: 30px;
	padding-left: 104px;
}

.arukikatacard h3{
	font-size: 18px;
	text-indent: -12px;
	margin: 10px 0 30px;
}
.arukikatacard p{
	margin-bottom: 20px;
}

.arukikatacard p a{
	color: #0066ff;
}
.arukikatacard p a:hover{
	color: #ff6600;
	text-decoration: none;
}


#foot-link{
	clear: both;
	width: 1004px!important;
	margin: 50px auto 10px!important;
}