@charset "utf-8";

/*------------------------------------------------------------------------------
ニッセン・ジー・イー・クレジット株式会社 - CSS Modules Import
Date: 2014-03-25
Copyright (C) GE Nissen Credit. All Rights Reserved.
------------------------------------------------------------------------------*/


/* step
------------------------------- */


.step {
  position: relative;
  margin-bottom: 27px;
}

.step .step_arrw {
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 100;
  margin-left: -67px;
}

.taC {
	text-align: center;
}

.step {
  position: relative;
}

.step .step_txt_wrap {
    position: absolute;
}

.step .step_txt-tit {
  font-weight: 700;
  color: #357da0;
}

.step .step_txt .num {
  margin-right: 3px;
}

.step .step_txt .num.num-3 {
  margin-bottom: 6px;
}

.step .step_img {
  display: block;
}

.step .step_list {
  padding: 10px 25px 20px;
    background-image: url(/WEB/pc/files/img/beginner/bg_step_01.png);
  -webkit-background-size: 100%;
  background-size: 100%;
  margin-bottom: 0;
}

.step02 .step_txt_wrap {
    right: 35px;
    width: 312px;
    top: 88px;
}
.step03 .step_txt_wrap {
    right: 35px;
    width: 312px;
    top: 110px;
}


/*beginner_login*/
#loginSec {
margin-top: 30px;
border:5px solid #357da0;
padding: 20px;
}

.beginner_login_wrap {
  text-align: center;
}

.beginner_login {
  display: inline-block;
  margin-left: 60px;
}

.beginner_login:first-child {
  margin-left: 0;
}


/* ----------------------------------------

clearfix (必要なければ消す)

---------------------------------------- */

/* Modern Browsers
------------------------------- */

.xxx:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
}

/* Legacy IE
------------------------------- */

.xxx {
  *zoom: 1;
}
