@charset "utf-8";

/*------------------------------------------------------------------------------
ニッセン・ジー・イー・クレジット株式会社 - CSS Modules Import
Date: 2014-03-10
Copyright (C) GE Nissen Credit. All Rights Reserved.
------------------------------------------------------------------------------*/

/******************************************
- Title Style
- Section Style
- List Style
- Button Style
- Table Style
- Form Style
- Text Style
- Stopgap Class
- Clearfix
*******************************************/

/* ----------------------------------------

- Title Style

---------------------------------------- */

/* title
------------------------------- */
.title01 {
	font-size: 230.8%;
	font-weight: 700;
	color: #262626;
	line-height: 1.3;
	background: url(../../img/common/bg_title_01.png) no-repeat 0 100%;
	padding-bottom: 13px;
	margin-bottom: 30px;
}

.title02 {
	background-color: #357da0;
	font-size: 146.2%;
	font-weight: 700;
	color: #fff;
	line-height: 1.315;
	padding: 8px 15px 7px;
	margin-bottom: 25px;
}

.title03 {
	font-size: 146.2%;
	font-weight: 700;
	color: #000;
	line-height: 1.263;
	position: relative;
	border-left: 5px solid #357da0;
	padding-left: 10px;
	margin-bottom: 20px;
}

.title04 {
	font-size: 130.8%;
	font-weight: 700;
	color: #000;
	line-height: 1.294;
	padding-bottom: 10px;
	border-bottom: 2px solid #e9e9e9;
	margin-bottom: 15px;
}

.title05 {
	font-size: 146.2%;
	font-weight: 700;
	color: #000;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
}
.title05 span {
	border-left: 5px solid #357da0;
	padding-left: 10px;
	line-height: 1.0;
}
.title06 {
	background: url(../../img/common/icon_square.png) no-repeat 0 8px;
	margin-bottom: 10px;
	padding: 0 0 5px 15px;
	font-size: 115.4%;
	font-weight: 700;
	border-bottom: 1px solid #cbcbcb;
}
.title07 {
	background: url(../../img/common/icon_circle_01.png) no-repeat 0 5px;
	padding: 0 0 5px 20px;
	font-size: 115.4%;
	font-weight: 700;
}
.title08 {
	background: url(../../img/common/icon_circle_01.png) no-repeat 0 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cbcbcb;
	padding: 0 0 5px 20px;
	font-size: 138.5%;
	font-weight: 700;
}
.title09 {
	font-size: 107.7%;
	font-weight: 700;
}
.title10 {
	margin-bottom: 5px;
	font-size: 107.7%;
	font-weight: 700;
	color: #367ea0;
}
.title11 {
    color: #218a98;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}


/* ----------------------------------------

- Section Style

---------------------------------------- */

/* section
------------------------------- */
.section01 {
	margin-bottom: 55px;
}
.section01 p,
.section01 ul,
.section01 ol {
	margin-bottom: 20px;
}
.section02 {
	margin-bottom: 45px;
}

/* imgSec
------------------------------- */
.imgSec01 {
	margin-bottom: 15px;
}
.imgSec01 .imgL {
	float: left;
	margin: 3px 25px 10px 0;
}
.imgSec01 .imgR {
	float: right;
	margin: 3px 0 10px 25px;
}
.imgSec01 .inTxt {
	overflow: hidden;
}

/* blockStl01
------------------------------- */
.blockStl01 .col01 {
	width: 342px;
	float: left;
}
.blockStl01 .col02 {
	width: 342px;
	float: right;
}
.blockStl01 .imgL {
	margin-right: 18px;
}
.blockStl01 .imgR {
	margin-left: 18px;
}

/* blockStl02
------------------------------- */
.blockStl02 {
	width: 756px;
	margin: 0 -18px;
}
.blockStl02 .col03 {
	width: 342px;
	float: left;
	margin: 0 18px 10px;
}
.blockStl02 .imgL {
	margin-right: 18px;
}
.blockStl02 .imgR {
	margin-left: 18px;
}
/* attentionBlock */
.attentionBlock {
	background: #fef6f5;
	border: 3px solid #ffd7d2;
	padding: 21px 25px 20px;
	margin-bottom: 30px;
}
.titAttention {
	font-size: 15px;
	font-weight: 700;
	color: #f25944;
	padding-left: 23px;
	margin-bottom: 3px;
	background: url(/WEB/pc/files/img/common/icon_attention.png) no-repeat 0 .25em;
}
.titAttention:last-child {
	margin-bottom: 0;
}
.attentionBlock02 {
	border: 3px solid #f25944;
	padding: 15px 20px 20px;
	margin-bottom: 30px;
}
.attentionBlock02 .titAttention {
	margin-bottom: 5px;
}
.attentionBlock02.imgBlock {
    padding: 15px 20px 10px;
}
.attentionBlock02.imgBlock .imgSec01{
    margin-bottom: 0!important;
}
.attentionBlock02.imgBlock .imgSec01 .imgL{
    margin: -5px 25px 0 0!important;
}
.txtAttention {
	font-weight: 700;
	margin-bottom: 0!important;
}
.titAttention02{
    background: url(/WEB/pc/files/img/common/icon_attention.png) no-repeat 0 0.2em;
    padding-left: 23px;
    font-weight: 700;
}
.emAttention {
	color: #f25944;
}

/* phoneBox
------------------------------- */
.phoneBox h2 {
	margin-bottom: 10px;
	padding: 5px;
	background: #357d9f;
	color: #fff;
	font-size: 107.7%;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}

.phoneBox .leadTxt{
	color: #d24a4a;
	margin-bottom: 10px;
	font-weight: bold;
}
.phoneBox  ul{
	width: 687px;
	margin:0 auto 15px;
}
.phoneBox  ul li{
	float: left;
	margin-right: 30px;
}

.phoneBox ul li:last-child,
.phoneBox ul li.last {
	margin-right: 0;
}
/*.inqMethod
------------------------------- */
.inqMethod{
	padding: 15px 0;
	border:solid 5px #e5e5e5;
}
.inqMethod ul {
	background: url(../../img/inquiry/bg_method.png) 0 0 repeat-y;
	margin-bottom: 15px;
}
.inqMethod li {
	float: left;
	width: 233px;
	padding: 9px 0 0 115px;
	line-height: 1.4;
	background: url(../../img/inquiry/icon_phone.png) 62px 8px no-repeat;
}
.inqMethod li.mobile {
	width: 241px;
	padding: 9px 0 0 107px;
	background: url(../../img/inquiry/icon_mobile.png) 70px 8px no-repeat;
}
.inqMethod li span {
	color: #555555;
	font-size: 169.3%;
	font-weight: 700;
}
.inqMethod .time {
	text-align: center;
	background-color: #f5f5f5;
	width: 652px;
	margin: 0 auto;
	padding: 3px 0;
}
.inqMethod .annotation {
	text-align: left;
	margin-left: 110px;
	font-size: 77%;
}
.inqMethod .note {
	text-align: left;
	font-size: 92.4%;
	margin: 5px 0 0 -80px;
	color: #d24a4a;
}

/* phoneFlow
------------------------------- */
.tbl01.phoneFlow {
	margin-bottom: 10px;
}
.tbl01.phoneFlow th,
.tbl01.phoneFlow td {
	text-align: left!important;
}
.tbl01.phoneFlow th.cdCell,
.tbl01.phoneFlow td.cdCell {
	width: 80px;
	text-align: center!important;
	padding: 10px 5px;
}
.tbl01.phoneFlow th {
	padding: 7px 20px;
}
.tbl01.phoneFlow td.cdCell {
	line-height: 1.5;
	vertical-align: middle;
}
.tbl01.phoneFlow td.cdCell img {
	margin-bottom: 5px;
}
.tbl01.phoneFlow h3 a {
	font-size: 107.7%;
	font-weight: 700;
	margin-left: 5px;
}
.tbl01.phoneFlow ul{
	height: 43px;
	margin: auto 0;
	vertical-align: middle;
}
.tbl01.phoneFlow ul li{
	float: left;
	background: url(../../img/tetsuduki/ico_arrow_01.png) no-repeat right 50%;
	padding-right: 20px;
	margin-right: 9px;
}
.tbl01.phoneFlow ul li:nth-child(1),
.tbl01.phoneFlow ul li:nth-child(2){
	margin-top: 6px;
}
.tbl01.phoneFlow ul li:last-child,
.tbl01.phoneFlow ul li.last {
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.iconNumber {
	display: block;
	width: 32px;
	padding: 6px 0;
	color: #fff;
	line-height: 1.4;
	font-size: 107.7%;
	text-align: center;
	background: #357da0!important;
	font-weight: bold;
	border-radius: 5px;
	padding-left: 0!important;
}

/* textBlock */
.textBlock {
	border: 3px solid #d6d6d6;
	margin-bottom: 10px;
	padding: 11px 25px 10px;
}
.textBlock .imgSec01 {
    margin: 10px 0 0;
}
.textBlock .fw700 {
    font-weight: 700;
}
.textBlock .txtLarge {
    font-size: 15px;
}
.section01 .textBlock ul{
	margin-bottom: 0;
}

/* ----------------------------------------

- List Style

---------------------------------------- */

/* list
------------------------------- */
.list01 li {
	background: url(../../img/common/icon_square.png) no-repeat 0 .4em;
	padding-left: 14px;
	margin-bottom: 4px;
}
.list02 {
	border-top: 1px solid #e0e0e0;
}
.section01 .list02 {
	margin-bottom: 25px;
}
.list02 li {
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
	padding: 12px 0;
}
.list02 li img.inImg {
	float: left;
}
.list02 li .txtList02 {
	display: block;
	overflow: hidden;
	margin-left: 80px;
}
.list04 li {
    background: rgba(0, 0, 0, 0) url(/WEB/pc/files/img/common/icon_round_01.png) no-repeat scroll 0 0.7em;
    margin-bottom: 3px;
    padding-left: 12px;
}

.flowList01 .flowBox {
	border: 3px solid #e5e5e5;
	padding: 14px 20px 16px;
	margin-bottom: 5px;
	overflow: hidden;
	display: table;
}
.flowList01 .inImg {
	float: left;
	margin-right: 17px;
}
.flowList01 .flowText {
	overflow: hidden;
	background: url(../../img/common/line_dotted_tate.png) repeat-y 0 0;
	padding-left: 17px;
	text-align: center;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	*width: auto;
}
.flowList01 .flowBox p {
	margin-bottom: 10px;
}
.flowList01 .flowBox p:last-child {
	margin-bottom: 0;
}
.flowList01 .imgflowNext {
	text-align: center;
	line-height: 1;
	margin-bottom: 5px;
}




/* defList
------------------------------- */

.defList {
	padding-left: 30px;
	margin-bottom: 15px;
}

ul.defList li {
	list-style-type: disc;
}

ol.defList li {
	list-style-type: decimal;
}


/* pageNav
------------------------------- */
.pageNav {
	padding: 10px 29px 10px 35px;
	background-color: #f0f0f0;
	margin-bottom: 25px;
	line-height: 2.2;
}
.pageNav li {
	display: inline;
	border-left: 1px solid #d8d8d8;
	padding: 0 29px 0 18px;
	*zoom:1;
	line-height: 1.5;
	margin: 5px 0;
}
.pageNav li:last-child {
	border-right: 1px solid #d8d8d8;
}
.pageNav li a {
	background: url(../../img/common/icon_arrw_d.png) no-repeat 0 center;
	padding-left: 19px;
	white-space: nowrap;
	*zoom:1;
}

.pageNavBlock01 {
	padding: 10px 35px;
	background-color: #f0f0f0;
	margin-bottom: 25px;
	line-height: 2.2;
}
.pageNav02 {
	margin-bottom: 0 !important;
}
.pageNav02 li {
	display: block;
	border-left: 1px solid #d8d8d8;
	padding: 0 29px 0 18px;
	*zoom:1;
	line-height: 1.5;
	margin: 5px 0;
	width: 278px;
	float: left;
}
.pageNav02 li:last-child {
	border-right: 1px solid #d8d8d8;
}
.pageNav02 li a {
	background: url(../../img/common/icon_arrw_d.png) no-repeat 0 0.2em;
	padding-left: 19px;
	*zoom:1;
	display: block;
}

/* ----------------------------------------

- Button Style

---------------------------------------- */

/* btnUnit
------------------------------- */
.btnUnit01 {
	text-align: center;
	background-color: #ececec;
	padding: 13px 0 15px;
}
.btnUnit01 li {
	display: inline;
	padding: 0 10px;
}
.btnUnit01 input {
	vertical-align: bottom;
}
.btnUnit02 {
	text-align: center;
	margin-bottom: 25px;
}
.btnUnit02 li {
	display: inline;
}
.btnUnit03 {
	text-align: right;
	margin-bottom: 25px;
}

/* btnStl
------------------------------- */
a.btnStl01 {
	background-color: #357da0;
	font-size: 115.4%;
	color: #fff;
	font-weight: 700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 0 #196387;
	-webkit-box-shadow: 0 3px 0 #196387;
	-o-box-shadow: 0 3px 0 #196387;
	-ms-box-shadow: 0 3px 0 #196387;
	box-shadow: 0 3px 0 #196387;
	display: inline-block;
	text-decoration: none;
	padding: 6px 29px 5px 31px;
	*padding-top: 4px;
	letter-spacing: 1px;
	line-height: 1.666;
}
a.btnStl01 span {
	background:  url(../../img/common/icon_arrw_white.png) no-repeat 0 50%;
	padding-left: 12px;
	padding-top: 1px;
}
a.btnStl01:hover {
	padding-top: 7px;
	*padding-top: 5px;
	padding-bottom: 4px;
	background-color: #29a7e4;
	-moz-box-shadow: 0 3px 0 #29a7e4;
	-webkit-box-shadow: 0 3px 0 #29a7e4;
	-o-box-shadow: 0 3px 0 #29a7e4;
	-ms-box-shadow: 0 3px 0 #29a7e4;
	box-shadow: 0 3px 0 #29a7e4;
}
a.btnStl02 {
	background-color: #ececec;
	font-size: 115.4%;
	color: #000;
	font-weight: 700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 0 #d9d9d9;
	-webkit-box-shadow: 0 3px 0 #d9d9d9;
	-o-box-shadow: 0 3px 0 #d9d9d9;
	-ms-box-shadow: 0 3px 0 #d9d9d9;
	box-shadow: 0 3px 0 #d9d9d9;
	display: inline-block;
	text-decoration: none;
	padding: 5px 30px 5px 30px;
	letter-spacing: 1px;
	line-height: 1.666;
}
a.btnStl02:hover {
	padding-top: 6px;
	padding-bottom: 4px;
	background-color: #efefef;
	-moz-box-shadow: 0 3px 0 #efefef;
	-webkit-box-shadow: 0 3px 0 #efefef;
	-o-box-shadow: 0 3px 0 #efefef;
	-ms-box-shadow: 0 3px 0 #efefef;
	box-shadow: 0 3px 0 #efefef;
}
a.btnStl02 span {
	background: url(../../img/common/icon_arrw_01.png) no-repeat 0 50%;
	padding-left: 21px;
}
a.btnStl03 {
	background-color: #ff890a;
	font-size: 115.4%;
	color: #fff;
	font-weight: 700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 0 #cd6a00;
	-webkit-box-shadow: 0 3px 0 #cd6a00;
	-o-box-shadow: 0 3px 0 #cd6a00;
	-ms-box-shadow: 0 3px 0 #cd6a00;
	box-shadow: 0 3px 0 #cd6a00;
	display: inline-block;
	text-decoration: none;
	padding: 6px 29px 5px 31px;
	*padding-top: 4px;
	letter-spacing: 1px;
	line-height: 1.666;
}
a.btnStl03 span {
	background:  url(../../img/common/icon_arrw_04.png) no-repeat 0 50%;
	padding-left: 21px;
	padding-top: 1px;
}
a.btnStl03:hover {
	padding-top: 7px;
	*padding-top: 5px;
	padding-bottom: 4px;
	background-color: #ffa60a;
	-moz-box-shadow: 0 3px 0 #ffa60a;
	-webkit-box-shadow: 0 3px 0 #ffa60a;
	-o-box-shadow: 0 3px 0 #ffa60a;
	-ms-box-shadow: 0 3px 0 #ffa60a;
	box-shadow: 0 3px 0 #ffa60a;
}



/* ----------------------------------------

- Table Style

---------------------------------------- */

/* tbl01
------------------------------- */
.tbl01 {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.tbl01 th,
.tbl01 td {
	padding: 10px 18px;
	vertical-align: top;
	text-align: center;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.tbl01 th {
	background-color: #f8f8f8;
	font-size: 115.4%;
	font-weight: 700;
	color: #333;
	border: 1px solid #ddd;
}
.tbl01 td {
	background: url(../../img/common/line_dotted_yoko.png) repeat-x 0 100%;
}
.tbl01 tr.last th,
.tbl01 tr.last td {
	background-image: none;
}
/*.type01*/
.tbl01.type01 th {
	background-color: #e6f3fa;
	color: #357da0;
	border-color: #d2dce1;
}

/*.type02*/
.tbl01.type02 th,
.tbl01.type02 td {
	font-size: 100%;
	text-align: left;
}

/* tbl02
------------------------------- */
.tbl02 {
	border: 5px solid #e5e5e5;
	padding: 8px 30px 7px;
}
.tbl02 th,
.tbl02 td {
	padding: 10px 0;
	background: url(../../img/common/line_dotted_yoko.png) repeat-x 0 100%;
	vertical-align: top;
}
.tbl02 tr.last th,
.tbl02 tr.last td {
	background-image: none;
}
.tbl02 th {
	font-size: 115.4%;
	font-weight: 700;
	color: #262626;
	padding-right: 25px;
}
.tbl02 th span {
	background: url(../../img/common/icon_square.png) no-repeat 0 .3em;
	padding-left: 14px;
}


/* col
------------------------------- */
.colW05 { width: 5%;}
.colW08 { width: 8%;}
.colW10 { width: 10%;}
.colW11 { width: 11%;}
.colW12 { width: 12%;}
.colW15 { width: 15%;}
.colW18 { width: 18%;}
.colW20 { width: 20%;}
.colW25 { width: 25%;}
.colW30 { width: 30%;}
.colW35 { width: 35%;}
.colW40 { width: 40%;}
.colW45 { width: 45%;}
.colW50 { width: 50%;}

/* ----------------------------------------

- Form Style
(input要素の幅は適宜調整する)

---------------------------------------- */

input.txt,
textarea.txt,
select.txt {
	padding: 2px;
	border: 1px solid #ccc;
	vertical-align: baseline;
}
input.check {
	position: relative;
	top: 2px;
	margin-right: 3px;
}

input.small01 { width: 5em;}
input.small02 {	width: 50px;}

input.medium01 { width: 150px;}
input.medium02 { width: 250px;}
input.medium03 { width: 350px;}

textarea.large01,
input.large01 {
	width: 98%;
}




/* ----------------------------------------

- Text Style

---------------------------------------- */

.iconPdf {
	background: url(../../img/common/icon_pdf.png) no-repeat 0 .1em;
	padding-left: 20px;
}

.link01 li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 30px 3px 0;
}

.link01 a {
	padding-left: 19px;
	background: url(../../img/common/icon_arrw_01.png) no-repeat 0 0.2em;
	*zoom: 1;
	line-height: 1.7;
}

.link01 img.pdf {
	vertical-align: top;
	padding: 0.1em 0 0 0.4em;
}


/* ----------------------------------------

- Stopgap Class
(以下は暫定的、又はイレギュラーな場合のみ使用。通常は使用しない)

---------------------------------------- */

.clear {
	clear: both;
}

.hidden {
	height: 0;
	width: 0;
	overflow: hidden;
}

.mgt0 { margin-top: 0 !important;}
.mgt5 {	margin-top: 5px !important;}
.mgt10 {	margin-top: 10px !important;}
.mgt15 {	margin-top: 15px !important;}
.mgt20 {	margin-top: 20px !important;}
.mgt30 {	margin-top: 30px !important;}
.mgt40 {	margin-top: 40px !important;}
.mgb0 { margin-bottom: 0 !important;}
.mgb5 {	margin-bottom: 5px !important;}
.mgb10 {	margin-bottom: 10px !important;}
.mgb15 {	margin-bottom: 15px !important;}
.mgb20 {	margin-bottom: 20px !important;}
.mgb30 {	margin-bottom: 30px !important;}
.mgb40 {	margin-bottom: 40px !important;}
.mgb50 {	margin-bottom: 50px !important;}
.pdt10 { padding-top: 10px;}
.alnC { text-align: center !important;}
.alnR { text-align: right !important;}
.alnL{ text-align: left !important;}
.nowrap { white-space: nowrap;}
.breakWord { word-wrap: break-word;}
.vat { vertical-align: top !important;}

/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsersc
------------------------------- */
.phoneFlow ul::after, 
.phoneBox ul::after, 
.inqMethod ul::after,
.clearfix:after,
.imgSec01:after,
.blockStl01:after,
.blockStl02:after,
.pageNav02:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.phoneFlow, 
.phoneBox, 
.inqMethod,
.clearfix,
.imgSec01,
.blockStl01,
.blockStl02,
.pageNav02 {
	*zoom: 1;
}