@charset "utf-8";

body{
  background-image: none;
  color: #565656;
  line-height: 160%;
}

#jbk-frame-main, #jbk-header-area, #jbk-footlink-area, #jbk-copyright-area {
  width: 100%;
  margin: 0 auto;
}
.jbk-frametype-1col-pc #jbk-header-area .frame-content {
  width: 1024px;
  background-color: #fff;
}
#jbk-header-area .frame-content {
  padding: 26px 24px 0;
}
.frame-content {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.frame-content:before, .frame-content:after {
  content: " ";
  display: table;
}
.frame-content:after {
  clear: both;
}


/*  */
p { margin: 0; }
strong{ font-weight:bold; color:#eb6100; }
.relative { position: relative; }

.bg-grey {
	background-color: #f2f2f2;
}
.bg-orange {
	background-color: #eb7000;
}
.bg-white {
	background-color: #ffffff;
}

.cur { text-align: right; }
.ctr { text-align: center; }
ul.clearfix {
	margin: 0;
	padding: 0;
}
ul.clearfix li {
	list-style: none;
	float: left;
}

h3, h4 {
	font-size: 0;
	text-align: center;
	margin: 0;
}
h5 {
	font-size: 0;
	margin: 0;
}
.trigger:hover {
  text-decoration: none;
}


/* header */
.hd-logo {
  display: table;
}
.hd-logo .logo {
  display: table-cell;
  font-size: 0;
}
.hd-logo .logo.au {}
.hd-logo .logo.by {}
.hd-logo .logo.jibunbank {}

#flg-top {
  height: 124px;
}
/* fv */
.fv {
  position: relative;
  min-height: 610px;
  background-color: #ffe886;
  text-align: center;
}
.fv .wrap01 {
  background-color: #eb7000;
  margin-left: auto;
  margin-right: auto;
}
.fv .wrap01 .balloon {
  position: relative;
  top: -25px;
  width: 918px;
  margin: 0 auto;
  text-align: left;
}
.main_lede {
  overflow: hidden;
  margin-top: -25px;
  padding-bottom: 25px;
}
.main_lede .ledeImage {
  position: relative;
  width: 918px;
  margin: 0 auto;
}
.fv .wrap02 {
  height: 30px;
  background-color: #ffab5e;
}
.fv .wrap02 .notice {
  width: 918px;
  margin: 0 auto;
  text-align: right;
}
.fv .wrap03 {}
.fv .wrap03 .p4800 {
  margin-top: -37px;
}
.fv .part {
  width: 976px;
  margin: 0 auto;
  padding: 0;
}
.fv .part .contentBox {
  margin-top: 10px;
}
.fv .part .contentBox .notice {
  margin-top: 5px;
}
.fv .part .contentBox .btn_start .trigger {
  display: block;
  width: 918px;
  height: 98px;
}
.fv .part .contentBox .btn_start .trigger:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-decoration: none;
}



/* part of contents */
.part {
  padding: 40px 0 60px;
}
.part .content {
  width: 976px;
  margin: 0 auto;
}

.part .subtitle {
  margin: 0 auto;
  padding-top: 15px;
  text-align: center;
}

.part .contentBox {
  position: relative;
  margin-top: 40px;
  padding: 20px 30px;
}
.part .contentBox .cautionBox {
  margin-top: 40px;
  padding: 20px 30px 0;
}
.part.bg-grey .contentBox {
  background-color: #fff;
  box-shadow:0px 2px 0px 1px #d9d9d9;
  -moz-box-shadow:0px 2px 0px 1px #d9d9d9;
  -webkit-box-shadow:0px 2px 0px 1px #d9d9d9;
}
.part.bg-white .contentBox {
  background-color: #f2f2f2;
  box-shadow:0px 2px 0px 1px #e5e5e5;
  -moz-box-shadow:0px 2px 0px 1px #e5e5e5;
  -webkit-box-shadow:0px 2px 0px 1px #e5e5e5;
}

.part .cautionBox {
  margin: 40px auto 0;
  line-height: 1.8;
  font-size: 12px;
  color: #888888;
}
.part .cautionBox .list {
  margin-bottom: 0;
  padding: 0;
}
.part .cautionBox .list .item {
  list-style: none;
  margin-left: 1em;
}
.part .cautionBox .list .item:before {
  content: "※";
  margin-left: -1em;
}
.part .cautionBox .list .item .trigger {
  color: #fd7e23;
}
.part .cautionBox .list .item.link {
  text-align: right;
}
.part .cautionBox .list .item.title:before,
.part .cautionBox .list .item.link:before {
  content: "";
}
.part .cautionBox .list .item.num {
  margin-left: 2.5em; 
}
.part .cautionBox .list .item.num:before {
  margin-left: -2.5em;
}
.part .cautionBox .list .item.one:before {
  content: "*1　";
}
.part .cautionBox .list .item.two:before {
  content: "*2　";
}
.part .cautionBox .list .item.three:before {
  content: "*3　";
}
.part .cautionBox .list .item.four:before {
  content: "*4　";
}
.part .cautionBox .list .item.five:before {
  content: "*5　";
}
.part .cautionBox .list .item.six:before {
  content: "*6　";
}
.part .cautionBox .list .item.seven:before {
  content: "*7　";
}
.part .cautionBox .list .item.eight:before {
  content: "*8　";
}
.part .cautionBox .list .item.nine:before {
  content: "*9　";
}
.part .cautionBox .list .caution.one:before {
  content: "（注1）";
}
.part .cautionBox .list .caution.two:before {
  content: "（注2）";
}
.part .cautionBox .list .star.one:before {
  content: "★1　";
}
.part .cautionBox .list .star.two:before {
  content: "★2　";
}


.part .aboutPart .contentBox {
  position: relative;
  margin-top: 40px;
  padding: 0;
}
.aboutPart .title {
  margin-top: 10px;
}
.aboutPart .contentBox.requireMust:after {
  content: url(../img/about_require-more.png);
  display: block;
  position: relative;
  width: 148px;
  height: 68px;
  margin: 14px auto 0;
}
.aboutPart .contentBox.requireMust .compornent {
  background-color: #fff;
  border-radius: 5px;
}
.aboutPart .contentBox.requireTrade {
  display: table;
  position: relative;
  background-color: transparent;
  margin-top: 10px;
}
.aboutPart .contentBox.requireTrade:after {
  content: url(../img/about_require-or.png);
  display: block;
  position: absolute;
  top: 112px;
  left: 453px;
  z-index: 10;
  width: 72px;
  height: 84px;
}
.aboutPart .contentBox.requireTrade .tradeBox {
  display: table-cell;
  width: 50%;
}
.aboutPart .contentBox.requireTrade .tradeBox .item {
  max-width: 469px;
  min-height: 282px;
  background-color: #fff;
  border-radius: 5px;
}
.aboutPart .contentBox.requireTrade .tradeBox .item.one {
  margin-right: 38px;
}
.aboutPart .contentBox.requireTrade .tradeBox .item .pic {}
.aboutPart .contentBox.requireTrade .tradeBox .item .txt {
  font-size: 14px;
  text-align: center;
}
.aboutPart .contentBox.requireTrade .tradeBox .item .txt .trigger {
  color: #fd7e23;
}
.aboutPart .cautionBox {
  margin: 20px auto 10px;
  text-align: center;
}


.part .termsPart {
  padding-bottom: 10px;
}
.part .termsPart .contentBox {
  background-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: 50px;
  padding: 0;
}
.termsPart .title {
  margin-top: 10px;
}
.termsPart .compornent {
  margin: 10px 0;
  text-align: center;
}
.termsPart .contentBox .list {
  margin: 0;
  padding: 0;
  font-size:0;
}
.termsPart .contentBox .list .item {
  display: inline-block;
  width: 475px;
  background-color: #f2f2f2;
  margin: 0 0 20px;
  border-radius: 5px;
  padding: 30px;
  list-style: none;
  font-size: 14px;
  text-align: right;
}
.termsPart .contentBox .list .item:nth-child(odd) {
  margin-right: 26px;
}
.termsPart .contentBox .list .item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.termsPart .contentBox .list .item .trigger {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  color: #fd7e23;
}
.termsPart .contentBox .list .item .trigger:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 3px #fd7e23;
  border-right: solid 3px #fd7e23;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  margin-left: -16px;
}


.part .pointPart {
  padding-bottom: 10px;
}
.part .pointPart .contentBox {
  background-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: 50px;
  padding: 0;
  text-align: center;
}
.pointPart .title {
  margin-top: 10px;
}
.pointPart .contentBox .cautionBox {
  width: 858px;
  margin-top: 20px;
  padding: 0;
  text-align: left;
}
.pointPart .imageBox {
  margin-top: 55px;
}
.pointPart .imageBox .heading {
  margin-top: 15px;
}
.pointPart .imageBox .figure {
  margin-top: 30px;
}


.part .flowPart {
  padding-bottom: 10px;
}
.flowPart .title {
  margin-top: 10px;
}
.flowPart .imageBox {
  margin-top: 50px;
}
.flowPart .compornent {
  text-align: center;
}
.flowPart .cautionBox {
  margin-top: 20px;
}


.part .methodPart {
  margin-top: 0;
  padding-bottom: 10px;
}
.part .methodPart .contentBox {
  margin-top: 50px;
  border-radius: 5px 5px 0 0 / 5px 5px 0 0;
  padding: 0 0 20px;
}
.methodPart .contentBox:first-child {
  margin-top: 0;
}
.methodPart .partial {
  margin: 10px auto 0;
  padding: 0px 0 20px;
  text-align: center;
}
.methodPart .partial .title {
  margin: 0 auto;
  text-align: left;
}
.methodPart .partial .subTitle {
  width: 856px;
  margin: 40px auto 0;
  text-align: left;
}
.methodPart .partial.step03 .subTitle {
  margin-top: 40px;
}
.methodPart .partial.step03 .subTitle:nth-of-type(2) {
  margin-top: 30px;
}
.methodPart .partial .partTitle {
  width: 856px;
  margin: 20px 0 0;
}

.methodPart .partial .cautionBox {
  width: 856px;
  margin-top: 20px;
  padding: 0;
}
.methodPart .partial .cautionBox .list,
.methodPart .partial .cautionBox .list .item {
  display: block;
  width: auto;
  text-align: left;
}
.methodPart .partial.step03 .cautionBox {}
.methodPart .partial.step03 .cautionBox .list {
  width: 856px;
  margin-top: 0;
}
.methodPart .partial.step03 .cautionBox .list .item {
  width: auto;
}

.methodPart .partial .imageBox {
  width: 856px;
  margin: 0 auto;
  text-align: left;
}
.methodPart .partial .imageBox.notice {
  margin-top: 30px;
}
.methodPart .partial.step02 .imageBox.notice {
  margin-top: 40px;
}
.methodPart .partial .imageBox.ticker {
  margin-top: 20px;
}
.methodPart .partial .imageBox.text {
  margin-top: 20px;
}

.methodPart .partial .list {
   display: -webkit-flex;
  display: flex;
  width: 856px;
  margin: 30px auto 0;
  padding: 0;
  text-align: center;
}
.methodPart .partial .list .item {
  width: 176.5px;
}
.methodPart .partial .list .item,
.methodPart .partial .list .arrow {
  list-style: none;
}
.methodPart .partial .list .item .text {
  display: inline-block;
  line-height: 1.6;
  text-align: left;
  font-size: 14px;
}
.methodPart .partial .list .item .text .trigger {
  color: #fd7e23;
}
.methodPart .partial.step01 .list .arrow {
  min-width: 50px;
  margin-top: 35px;
}
.methodPart .partial.step02 .list .arrow {
  min-width: 50px;
  margin-top: 100px;
}
.methodPart .partial.step02 .list .item .image,
.methodPart .partial.step03 .list .item .image,
.methodPart .partial.step03 .list .item .image {
  padding-bottom: 10px;
}
.methodPart .partial.step03 .list:nth-of-type(1) .arrow {
  min-width: 50px;
  margin-top: 100px;
}
.methodPart .partial.step03 .list:nth-of-type(2) .arrow {
  min-width: 50px;
  margin-top: 52px;
}
.methodPart .partial.step03 .list:nth-of-type(2),
.methodPart .partial.step03 .list {
  width: 856px;
}
.methodPart .partial.step03 .list:nth-of-type(2) .item,
.methodPart .partial.step03 .list:nth-of-type(3) .item {
  width: 210px;
}
.methodPart .partial.step03 .list {
  margin-top: 20px;
}
.methodPart .partial.step03 .list:nth-of-type(1) .arrow {
  min-width: 50px;
  margin-top: 48px;
}
.methodPart .partial.step03 .list:nth-of-type(2) .arrow,
.methodPart .partial.step03 .list:nth-of-type(3) .arrow {
  min-width: 50px;
  margin-top: 20px;
}


.part .summaryPart {
  padding-bottom: 30px;
}
.summaryPart .title {
  margin-top: 10px;
}
.summaryPart .contentBox .cautionBox {
  margin-top: 5px;
  padding-bottom: 20px;
}
.summaryPart  .cautionBox .list .item {
  font-size: 14px;
}
.summaryPart  .cautionBox .list .item:before {
  content: "・";
  margin-left: -1em;
}


#inquiry {
  padding-bottom: 20px;
}
.inquiryPart {
  width: 856px;
  margin: 10px auto 0;
}
.inquiryPart .timestamp {
  margin-top: 20px;
  text-align: right;
  font-size: 12px;
}


/* 問い合わせ */
.c-noteList-03 li:before, .c-rightLink-02 a:before { top: 2px; }
.lp-info-box-01:first-child {
  margin-top: 0;
}
.c-linkList-01 li {
  margin-top: 0;
}
.c-noteList-03 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 30px;
}
.c-noteList-03 li {
  margin: 0;
  padding: 0;
  margin-top: .625em;
  padding-left: 24px;
  position: relative;
}
.c-noteList-03 li:before {
  width: 18px;
  height: 100%;
  background-image: url(../img/marker_04_@2x.png);
  background-repeat: no-repeat;
  background-size: auto 18px;
  position: absolute;
  left: 0;
  content: "";
}
.pnc01 .lp-info-box-01:first-child {
	margin-top: 0;
}
.lp-info-box-01 hr {
	display: block;
	height: 1px;
	margin: 30px 32px 25px;
	background: #eb5505;
	border: none;
}
.lp-telBlock-01 .text {
	color: #eb5505;
	font-size: 24px;
	font-weight: normal;
}
.lp-telBlock-01 .text em,
.lp-telBlock-01 .text-01 em,
.lp-telBlock-01 .text-03 em {
	font-size: 36px;
  font-weight: bold;
  font-style: normal;
}
.lp-heading-lv3-01 h3.loan {
	margin-top: 0;
}
.lp-heading-lv3-01 p.loan {
	margin: 0;
}
.lp-telBlock-01 .text-01,
.lp-telBlock-01 .text-02,
.lp-telBlock-01 .text-03 {
	*line-height: 1.4;
	*display: inline;
	*zoom: 1;
}
.lp-info-box-01 .c-copy-01 {
	text-align: center;
}
.c-copy-01 p {
  margin: 0;
  margin-top: 1.25em;
  word-wrap: break-word;
}


/* フッター */
.js-area {
	height: 0;
	overflow: hidden;
}
/*for IE7↓*/
h1.logo a{*margin-left:25px;}
#header-accessary{*margin-right:25px;}

#jbk-footer-area {
  font-size: .875em;
}
#jbk-copyright-area {
  background: #4e4d4d;
  color: #fff;
  text-align: center;
  padding: .5em 0 .7em;
}
#jbk-copyright-area small {
  font-size: 80%;
}

/*2017.02.09追加*/

.apology {
	width: 740px;
	padding: 10px 20px;
	margin: 10px auto 0;
	text-align: left;
	font-size: .75em;
	background-color: #FFFFFF;
}

.apology ul li.signage {
	font-weight: bold;
}

/*=========================================================================
style.css 2017.2.20
=========================================================================*/

.alertBlock {
    width: 976px;
    margin: 1em auto;
    background-color: #ffdede;
    border: 1px solid #e50000;
    padding: 24px;
}

.end {
    margin: 0;
    padding: 0;
    padding-left: 24px;
    position: relative;
    color: #e50000;
    font-weight: normal;
}

.end li:before {
    width: 18px;
    height: 100%;
    background-image: url(../img/marker_04_@2x.png);
    background-repeat: no-repeat;
    background-size: auto 18px;
    position: absolute;
    left: 0;
    content: "";
	list-style:none;
}

/*レイアウトクリアオブジェクト
=========================================================================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	zoom:1;
	overflow:hidden;
}

/* \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* */
}
}
