@charset 'UTF-8';
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html
{
    font-family: sans-serif;
    /* 1 */

        -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body
{
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video
{
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls])
{
    display: none;

    height: 0;
}

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template
{
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a
{
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover
{
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title]
{
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong
{
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn
{
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1
{
    font-size: 2em;

    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark
{
    color: #000;
    background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img
{
    border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root)
{
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure
{
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr
{
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre
{
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea
{
    /* 1 */
    font: inherit;
    /* 2 */

    margin: 0;

    color: inherit;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button
{
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select
{
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    /* 2 */
    cursor: pointer;

    -webkit-appearance: button;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled]
{
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input
{
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search']
{
    /* 1 */
    box-sizing: content-box;

    -webkit-appearance: textfield;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend
{
    /* 1 */
    padding: 0;

    border: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea
{
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup
{
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table
{
    border-spacing: 0;
    border-collapse: collapse;
}

th,
td
{
    padding: 0;
}

/*============================================================
* layout
*============================================================*/
/*==============================
* base
*==============================*/
*
{
    box-sizing: border-box;
}

html
{
    font-family: Avenir, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', Meiryo, 'メイリオ', sans-serif;
    font-size: 10px;

    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body
{
    font-size: 14px;
    line-height: 1.6;

    color: #3f464c;
    background-color: #fff;
}

html,
body
{
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ol,
ul,
dl,
dd
{
    margin: 0;
}

ol,
ul
{
    padding: 0;
}

li
{
    list-style-type: none;
}

a
{
    transition: all .3s linear;
    text-decoration: none;

    color: #1999e4;
}
a:visited
{
    color: #1999e4;
}
a:hover
{
    color: #ffb252;
}
a:active
{
    color: #ffb252;
}
a.btn:hover
{
    opacity: .8;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}

abbr[title]
{
    border-bottom-width: 0;
}

img
{
    vertical-align: middle;
}

table
{
    margin: 0;
}

fieldset
{
    margin: 0;
    padding: 0;

    border: 0;
}

label
{
    cursor: pointer;
}

.wrap
{
    width: 950px;
    margin: 0 auto;

    *zoom: 1;
}
.wrap:after
{
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;

    height: 0;

    content: '\0020';
}

#container
{
    overflow: hidden;

    min-width: 1100px;
}

/* フッター
---------------------------------------------- */
.base_width
{
    width: 1080px;
    margin: 0 auto;
}

.gheader
{
    position: relative;

    min-width: 1100px;
    height: 135px;
}
.gheader .logo
{
    padding: 15px 0;

    text-align: center;
}
.gheader .nav_block
{
    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 0;

    display: table;

    width: 100%;
    min-width: 1100px;
    height: 80px;

    background: #fff;
}
.gheader .nav_block > div
{
    display: table-cell;

    vertical-align: bottom;
}
.gheader .flow_nav
{
    width: 148px;
}
.gheader .flow_nav a
{
    display: block;

    height: 80px;
}
.gheader .flow_nav:last-child
{
    border-left: 1px solid #fff;
}
.gheader .type_nav
{
    border-bottom: 2px solid #ddd;
}
.gheader .type_nav .nav_list
{
    display: table;

    width: 100%;
}
.gheader .type_nav .nav_list li
{
    display: table-cell;

    width: 25%;
    height: 78px;

    text-align: center;
    vertical-align: bottom;

    border-right: 1px solid #fff;
}
.gheader .type_nav .nav_list a
{
    display: block;

    height: 78px;
    padding: 10px 0;

    border-top: 10px solid #000;
}
.gheader .type_nav .nav_list .nav01 a
{
    border-top-color: #ff5c61;
}
.gheader .type_nav .nav_list .nav01 a.is-current,
.gheader .type_nav .nav_list .nav01 a:hover
{
    background: #ffeeef;
}
.gheader .type_nav .nav_list .nav02 a
{
    border-top-color: #ff9f2e;
}
.gheader .type_nav .nav_list .nav02 a.is-current,
.gheader .type_nav .nav_list .nav02 a:hover
{
    background: #fff5e9;
}
.gheader .type_nav .nav_list .nav03 a
{
    border-top-color: #8bc300;
}
.gheader .type_nav .nav_list .nav03 a.is-current,
.gheader .type_nav .nav_list .nav03 a:hover
{
    background: #f3fae4;
}
.gheader .type_nav .nav_list .nav04 a
{
    border-top-color: #009e61;
}
.gheader .type_nav .nav_list .nav04 a.is-current,
.gheader .type_nav .nav_list .nav04 a:hover
{
    background: #e4f5ef;
}

.gfooter
{
    margin-top: -10px;
    padding: 10px 0 0 0;
}
.gfooter .attention
{
	margin:20px 0 30px;
	text-align:center;
	color:#00336e;
	font-weight:bold;
	line-height:1.4;
	font-size:15px;
}
.gfooter .foot_contact
{
    padding: 15px 0 25px;
}
.gfooter .foot_contact .base_width
{
    position: relative;
}
.gfooter .foot_contact h3
{
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;

    text-align: center;

    border-bottom: 1px dotted #d2d2d2;
}
.gfooter .foot_contact .tel
{
    text-align: right;
}
.gfooter .foot_contact .balloon
{
    position: absolute;
    top: 1px;
    left: 15px;
}
.gfooter .foot_contact .btn_pagetop
{
    position: fixed;
    right: 20px;
    bottom: 90px;

    display: none;
}
.gfooter .foot_copy
{
    background: url(../images/foot_bg_copy.png) repeat-y center 0;
}
.gfooter .foot_copy .base_width
{
    overflow: hidden;
}
.gfooter .foot_copy .copyright
{
    font-size: 78%;

    float: left;

    padding: 42px 0 0 200px;

    color: #fff;
}
.gfooter .foot_copy .logo
{
    float: right;
}

.contents
{
    min-height: 1000px;
}

.loantype
{
    min-height: 100px;
}
.loantype .bg_head
{
    height: 150px;

    border-bottom: 1px solid #ddd;
    background: url(../images/bg_mycarloan_head.jpg) no-repeat center 0;
    background-size: cover;
}
.loantype .sinner
{
    background: url(../images/bg_mycarloan.png) repeat 0 0 #fff;
}
.loantype#cardloan .bg_head
{
    background-image: url(../images/bg_cardloan_head.jpg);
}
.loantype#cardloan .sinner
{
    background-image: url(../images/bg_cardloan.png);
}
.loantype#freeloan .bg_head
{
    background-image: url(../images/bg_freeloan_head.jpg);
}
.loantype#freeloan .sinner
{
    background-image: url(../images/bg_freeloan.png);
}
.loantype#mycarloan .bg_head
{
    background-image: url(../images/bg_mycarloan_head.jpg);
}
.loantype#mycarloan .sinner
{
    background-image: url(../images/bg_mycarloan.png);
}
.loantype#eloan .bg_head
{
    background-image: url(../images/bg_eloan_head.jpg);
}
.loantype#eloan .sinner
{
    background-image: url(../images/bg_eloan.png);
}

.hero .hero_body
{
    height: 488px;

    background: url(../images/bg_hero.jpg) no-repeat center 0;
    background-size: cover;
    position: relative;
}

.hero .ttl
{
    /*padding: 30px 0 45px;*/
    padding: 70px 0 45px;
    text-align: center;
}

.hero .coution
{
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 50%;
    margin-left: -540px;
    display: block;
}
.hero .btn_block .balloon
{
    position: absolute;
    z-index: 1;
    top: -30px;
    right: 410px;

    display: block;
}

.hero .entry_area
{
    height: 340px;
    padding: 0;

    background: url(../images/bg_entry.png) repeat 0 0;
    border-top: 10px solid #72CFE2;
    border-bottom: 10px solid #72CFE2;
}

.entry_area .text
{
    text-align: center;
    margin-top: 10px;
}

.hero .entry_area .txt
{
    padding: 15px 0 12px;
    text-align: center;
}

.hero .btn_block
{
    position: relative;
    display: block;
    width: 1088px;
    margin: 0 auto;
    text-align: right;
}
.hero .btn_block .coution
{
    position: absolute;
    z-index: 1;
    top: 95px;
    left: 0px;
    display: block;
}
.hero .btn_block .balloon
{
    position: absolute;
    z-index: 1;
    top: -30px;
    right: 410px;
    display: block;
}

.entry_area
{
    height: 250px;
    padding: 30px;
    background: url(../images/bg_entry.png) repeat 0 0;
    border-top: 10px solid #72CFE2;
    border-bottom: 10px solid #72CFE2;
}

.entry_area .btn_block
{
    position: relative;
    display: block;
    width: 744px;
    margin: 0 auto;
}

.entry_area .main
{
	    padding: 25px 0 0px;
}
.entry_area .btn_block .balloon
{
    position: absolute;
    z-index: 1;
    top: -48px;
    left: -90px;

    display: block;
}

.loaninfo
{
    position: relative;
    top: -70px;

    width: 1088px;
    margin: 0 auto -90px;
    padding-bottom: 51px;

    background: url(../images/bg_box_cardloan_foot.png) no-repeat 0 bottom;
}
.loaninfo .info_head
{
    position: relative;

    height: 103px;
    padding: 25px 0 0;

    text-align: center;

    background: url(../images/bg_box_cardloan_head.png) no-repeat 0 0;
}
.loaninfo .info_head_type
{
    position: relative;

    height: 80px;
    padding: 20px 0;

    text-align: center;

    background: url(../images/bg_box_eloan_head02.png) repeat-y;
}
.loaninfo .info_body
{
    padding: 0 14px;

    background: url(../images/bg_box_cardloan_body.png) repeat-y 0 0;
}
.loaninfo .sttl,
.loaninfo .ssttl
{
    position: relative;

    display: inline-block;
}
.loaninfo .sttl:before,
.loaninfo .ssttl:before
{
    position: absolute;
    top: 0;
    left: -90px;

    display: block;

    width: 62px;
    height: 40px;

    content: '';

    background: url(../images/icon_cardloan.png) no-repeat 0 0;
}
.loaninfo .sttl.novisit:after,
.loaninfo .ssttl.novisit:after
{
    position: absolute;
    top: -55px;
    left: -210px;

    display: block;

    width: 106px;
    height: 106px;

    content: '';

}
.loaninfo .btn_block
{
    position: absolute;
    top: 20px;
    right: 20px;
}
.loaninfo .rate,
.loaninfo .limit
{
    border-bottom: 1px dotted #ff5c61;
    background: #f8f8f1;
}
.loaninfo .loan_merit
{
    padding: 30px 20px;
}
.loaninfo .loan_merit .caption
{
    margin: 0 0 45px;

    text-align: center;
}
.loaninfo .loan_merit .merit_list
{
    *zoom: 1;
    text-align: center;
}
.loaninfo .loan_merit .merit_list:after
{
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;

    height: 0;

    content: '\0020';
}
.loaninfo .loan_merit .merit_list li
{
    display: inline-block;
    margin: 0 -4px 0 19px;
}
.loaninfo .loan_merit .merit_list li:first-child
{
    margin-left: 0;
}
.loaninfo .loan_merit .merit_list li.free
{
    position: relative;
    z-index: 1;
}
.loaninfo .loan_merit .merit_list li.free .fig
{
    position: absolute;
    z-index: 2;
    top: 105px;
    left: -10px;
}
.loaninfo .loan_merit .merit_list.short li
{
    margin-left: 33px;/* 教育ローン カードタイプ */
}
.loaninfo .loan_merit .merit_list.short li:first-child
{
    margin-left: 0;
}

.loaninfo .tpoint_merit
{
    width: 977px;
    margin: 30px auto 0;
}
.loaninfo .tpoint_merit dl
{
    margin-bottom: 36px;
}
.loaninfo .tpoint_merit dd
{
    background: #f8f8f1;
    padding-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}
.loaninfo .tpoint_merit dd .tpoint_inner
{
    width: 890px;
    margin: 0 auto;
    margin-top: 20px;
}
.loaninfo .tpoint_merit dd .tpoint_inner p
{
    font-size: 14px;
    line-height: 2.07;
    font-weight: bold;
}
.loaninfo .tpoint_merit dd ul li
{
    text-indent: -0.7em;
    padding-left: 0.7em;
}

.loaninfo .info_extra
{
    font-size: 13px;
    font-size: 1.3rem;

    position: relative;

    padding: 0 20px;
}
.caution_box {
    margin: 30px auto 0;
    position: relative;
}
.loaninfo .atm
{
    position: absolute;
    top: 0;
    right: 80px;
}
.loaninfo .scaption
{
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;

    margin: 0 0 10px;
}
.loaninfo .caution_list
{
    margin: 0 0 20px;
}
.loaninfo .caution_list.f15
{
    font-size: 15px;
    font-size: 1.5rem;
}
.loaninfo .caution_list span
{
    color: #ff5b60;
}
.loaninfo .caution_list li
{
    padding-left: 1em;

    text-indent: -1em;
}
.loaninfo .caution_box .caution_list li {
  font-size: 13px;
}

.loaninfo .caution_list.num li
{
    padding-left: 1.5em;

    text-indent: -1.5em;
}
.loaninfo .notice_list
{
    padding: 0 0 20px;
}
.loaninfo .notice_list li
{
    padding-left: 1em;

    text-indent: -1em;
}
.loaninfo .notice_list li:before
{
    content: '・';
}
.loaninfo .notice_table
{
    width: 100%;
    margin: 0 0 15px;

    border: 1px solid #e2e2c7;
}
.loaninfo .notice_table th,
.loaninfo .notice_table td
{
    padding: 10px 20px;

    border: 1px solid #e2e2c7;
}
.loaninfo .notice_table th
{
    font-weight: normal;

    width: 200px;

    text-align: left;

    border-right-width: 2px;
    background: #f8f8f1;
}
.loaninfo .notice_table .bdr_extra
{
    width: 0;
    border-top: none;
    border-right-width: 1px;
}
.loaninfo .bnr_tpoint {
  padding-top: 10px;
  padding-bottom: 20px;
}
.loantype#cardloan .loaninfo
{
    background-image: url(../images/bg_box_cardloan_foot.png);
}
.loantype#cardloan .loaninfo .info_head
{
    background-image: url(../images/bg_box_cardloan_head.png);
}
.loantype#cardloan .loaninfo .info_body
{
    background-image: url(../images/bg_box_cardloan_body.png);
}
.loantype#cardloan .loaninfo .rate,
.loantype#cardloan .loaninfo .limit
{
    border-bottom-color: #ff5c61;
}
.loantype#cardloan .loaninfo .sttl:before
{
    width: 62px;
    height: 40px;

    background-image: url(../images/icon_cardloan.png);
}

.loantype#freeloan .loaninfo
{
    background-image: url(../images/bg_box_freeloan_foot.png);
}
.loantype#freeloan .loaninfo .info_head
{
    background-image: url(../images/bg_box_freeloan_head.png);
    height: 138px;
}
.loantype#freeloan .loaninfo .info_body
{
    background-image: url(../images/bg_box_freeloan_body.png);
}
.loantype#freeloan .loaninfo .rate,
.loantype#freeloan .loaninfo .limit
{
    border-bottom-color: #ff9f2e;
}
.loantype#freeloan .loaninfo .sttl:before
{
    width: 59px;
    height: 52px;

    background-image: url(../images/icon_freeloan.png);
}

.loantype#mycarloan .loaninfo
{
    background-image: url(../images/bg_box_mycarloan_foot.png);
}
.loantype#mycarloan .loaninfo .info_head
{
    background-image: url(../images/bg_box_mycarloan_head.png);
    height: 138px;
}
.loantype#mycarloan .loaninfo .info_body
{
    background-image: url(../images/bg_box_mycarloan_body.png);
}
.loantype#mycarloan .loaninfo .rate,
.loantype#mycarloan .loaninfo .limit
{
    border-bottom-color: #8bc300;
}
.loantype#mycarloan .loaninfo .sttl:before
{
    width: 67px;
    height: 39px;

    background-image: url(../images/icon_mycarloan.png);
}
.loantype#mycarloan .loaninfo .merit_list li.free:after
{
    background-image: url(../images/fig_usefree_balloon_mycarloan.png);
}

.loantype#eloan .loaninfo
{
    background-image: url(../images/bg_box_eloan_foot.png);
}
.loantype#eloan .loaninfo .info_head
{
    background-image: url(../images/bg_box_eloan_head01.png);
}
.loantype#eloan .loaninfo .info_body
{
    background-image: url(../images/bg_box_eloan_body.png);
}
.loantype#eloan .loaninfo .rate,
.loantype#eloan .loaninfo .limit
{
    border-bottom-color: #009e61;
}
.loantype#eloan .loaninfo .sttl:before
{
    width: 64px;
    height: 41px;

    background-image: url(../images/icon_eloan.png);
}
.loantype#eloan .loaninfo .rate
{
    border-top: 1px solid #009e61;
}
.loantype#eloan .loaninfo .merit_list li.free:after
{
    background-image: url(../images/fig_usefree_balloon_eloan.png);
}
.loantype#eloan .loaninfo.lumptype .ssttl:before
{
    top: -1px;

    width: 63px;
    height: 62px;

    background-image: url(../images/icon_eloan_type01.png);
}
.loantype#eloan .loaninfo.cardtype
{
    top: 0;

    margin-top: 35px;
    margin-bottom: -20px;
}
.loantype#eloan .loaninfo.cardtype .ssttl:before
{
    top: -16px;

    width: 39px;
    height: 77px;

    background-image: url(../images/icon_eloan_type02.png);
}

#loanflow
{
    padding: 40px 0 0;
}
#loanflow .sttl
{
    padding: 0 0 40px;

    text-align: center;

    border-bottom: 1px solid #ddd;
}
#loanflow .sinner
{
    padding: 50px 0 70px;

    background: #f8f8f1;
}
#loanflow .step_box
{
    width: 1088px;
    margin: 80px auto 0;
    padding-bottom: 14px;

    background: url(../images/bg_box_loanflow_foot.png) no-repeat 0 bottom;
}
#loanflow .step_box:first-child
{
    margin-top: 0;
}
#loanflow .step_box .step_head
{
    position: relative;

    height: 63px;
    padding: 17px 0 0;

    text-align: center;

    background: url(../images/bg_box_loanflow_head.png) no-repeat 0 0;
}
#loanflow .step_box .step_head .fig
{
    position: absolute;
    top: -60px;
    left: 280px;
}
#loanflow .step_box .step_body
{
    min-height: 100px;
    padding: 35px 65px;

    background: url(../images/bg_box_loanflow_body.png) repeat-y 0 0;
}
#loanflow .step_box .caption
{
    text-align: center;
}
#loanflow .step_box .desc
{
    margin: 20px 0 -10px;

    text-align: center;
}
#loanflow .step_box .attention_info
{
    display: table;

    width: 100%;
    margin: 30px 0 0;
    padding: 20px 0;

    border: 1px solid #ffcfbf;
    border-radius: 5px;
}
#loanflow .step_box .attention_info > div
{
    display: table-cell;

    vertical-align: middle;
}
#loanflow .step_box .attention_info .caption
{
    width: 120px;

    text-align: center;
}
#loanflow .step_box .attention_info .detail
{
    padding: 0 20px 0 0;
}
#loanflow .step_box .attention_info .attention_list li
{
    line-height: 1.6;

    margin: 5px 0 0;
    padding-left: 1em;

    text-indent: -1em;
}
#loanflow .step_box .attention_info .attention_list li:first-child
{
    margin: 0;
}
#loanflow .step_box .attention_info .attention_list li:before
{
    content: '・';
}
#loanflow .step_box .method_colset
{
    margin: 50px 0 0;
    *zoom: 1;
}
#loanflow .step_box.step01 .method_colset {
  margin: 0;
}

#loanflow .step_box.step01 .caption {
    margin: 50px 0 0;
}


#loanflow .step_box .method_colset:after
{
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;

    height: 0;

    content: '\0020';
}
#loanflow .step_box .method_colset .col01
{
    position: relative;

    width: 957px;
    height: 194px;
    padding: 30px;
    box-sizing: border-box;

    text-align: center;

    background: url(../images/bg_box_method_01.png) no-repeat 0 0;
}
#loanflow .step_box .method_colset .col02
{
    position: relative;

    width: 957px;
    height: 154px;
    padding: 30px;
    box-sizing: border-box;

    text-align: center;

    background: url(../images/bg_box_method_02.png) no-repeat 0 0;
}
#loanflow .step_box .method_colset .tel.icon:after
{
    width: 49px;
    height: 41px;

    background: url(../images/icon_communication_tel.png) no-repeat 0 0;
}
#loanflow .step_box .method_colset .fig
{
    position: absolute;
    top: -15px;
    left: -30px;
}
#loanflow .step_box .method_colset .scaption
{
    margin: 0 0 20px;
}
#loanflow .step_box .method_colset .cdesc
{
    margin: 0 0 10px;
}
#loanflow .step_box .method_colset .freedial
{
    margin: 0 0 20px;
}
#loanflow .step_box .method_colset .communication
{
    margin: 0 0 20px;
}
#loanflow .step_box .report_list
{
    margin: 0 0 40px;
}
#loanflow .step_box .report_list .col_set
{
    display: table;

    margin: 30px 0 0;
}
#loanflow .step_box .report_list .col_set:first-child
{
    margin: 0;
}
#loanflow .step_box .report_list .col_set > div
{
    display: table-cell;

    vertical-align: middle;
}
#loanflow .step_box .report_list .col_set > div > .indent
{
  padding-left: 1.4em;

  text-indent: -1.4em;

  display: block;
}
#loanflow .step_box .report_list .col_set .num
{
    width: 100px;
}
#loanflow .step_box .report_list .caution_list
{
    margin: 5px 0 0;
}
#loanflow .step_box .report_list .caution_list li
{
    padding-left: 1em;

    text-indent: -1em;
}

#loanflow .step_box .needitem_table
{
    width: 100%;

    border-collapse: separate;

    border: 1px solid #e2e2c7;
    border-radius: 5px;
}
#loanflow .step_box .needitem_table thead
{
    background: #e7ca42;
}
#loanflow .step_box .needitem_table thead th
{
    padding: 10px;
}
#loanflow .step_box .needitem_table tbody tr.cardloan th
{
    background: #fde8e8;
}
#loanflow .step_box .needitem_table tbody tr.cardloan td
{
    background: #fdf8f7;
}
#loanflow .step_box .needitem_table tbody tr.freeloan th
{
    background: #fff1e0;
}
#loanflow .step_box .needitem_table tbody tr.freeloan td
{
    background: #fffbf4;
}
#loanflow .step_box .needitem_table tbody tr.mycarloan th
{
    background: #f2f8dc;
}
#loanflow .step_box .needitem_table tbody tr.mycarloan td
{
    background: #fcfff4;
}
#loanflow .step_box .needitem_table tbody tr.eloan th
{
    background: #e1f5ec;
}
#loanflow .step_box .needitem_table tbody tr.eloan td
{
    background: #f9fffd;
}
#loanflow .step_box .needitem_table tbody tr th,
#loanflow .step_box .needitem_table tbody tr td
{
    border-top: 1px dotted #e7ca42;
}
#loanflow .step_box .needitem_table tbody tr:first-child th,
#loanflow .step_box .needitem_table tbody tr:first-child td
{
    border: none;
}
#loanflow .step_box .needitem_table tbody th
{
    width: 160px;
}
#loanflow .step_box .needitem_table tbody td
{
    padding: 30px 45px;
}
#loanflow .step_box .needitem_table .item_list
{
    overflow: hidden;
}
#loanflow .step_box .needitem_table .item_list dt
{
    float: left;
    clear: left;

    width: 200px;
}
#loanflow .step_box .needitem_table .item_list dt span
{
    color: #ff5a5f;
}
#loanflow .step_box .needitem_table .item_list dd
{
    padding: 0 0 10px;
    padding-left: 200px;
}
#loanflow .step_box .needitem_table .caution_list
{
    font-size: 12px;
    font-size: 1.2rem;

    margin: 0 0 0 200px;

    color: #ff5a5f;
}
#loanflow .step_box .needitem_table .caution_list li
{
    margin: 10px 0 0;
    padding-left: 1em;

    text-indent: -1em;
}
#loanflow .step_box .needitem_table .caution_list li:first-child
{
    margin: 0;
}
#loanflow .step_box .needitem_table .caution_list li.num
{
    padding-left: 1.5em;

    text-indent: -1.5em;
}
#loanflow .loanflow_info
{
    width: 1080px;
    margin: 20px auto 0;
}
#loanflow .loanflow_info .info_list li
{
    font-size: 13px;
    font-size: 1.3rem;

    padding-left: 1em;

    text-indent: -1em;
}
#loanflow .loanflow_info .info_list li:before
{
    content: '・';
}


/*2021-03*/
/* フリーローンタブ */
.bg_flow{
    background:url(../images/bg_flow.png) repeat 0 0;
}
/*2021-03*/
#loanflow .needitem_title {
    background: #e7ca42;
    text-align: center;
    width: 100%;
    font-size: 19px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 0.2em;
    padding: 10px;
}

#flow {
    border-color:#ffab38;
}
#flow .ico_num li span.num {
    display:block;
    float:left;
    padding:0 7px 0 0;
}
#flow .ico_num li span.num img {
    vertical-align:middle;
}
#flow .ico_num li span.text {
    margin-left:35px;
    display:block;
}
/* 番号アイコン付きリスト */
#flow .ico_num li {
    background-color:#ffffff;
    border-radius:3px;
    margin:10px 0 0 0;
    padding:15px 20px 15px 20px;
    line-height:160%;
}
#flow .em {
    color:#db8a1b;
    font-weight:bold;
}
#flow .link_area {
    overflow: hidden;
    margin-bottom: 50px;
    display: table;
}
#flow .link_area li {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}
#flow #entry_free_web,
#flow #entry_free_shop {
    padding-top: 18px;
}
#flow #entry_free_web {
    margin-top: -18px;
}
#flow .way ul {
    margin:0 0 30px 165px;
}
#flow .way ul li {
    color: #ff1313;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
}
#flow .way {
    padding:20px;
    position:relative;
    margin:0 0 30px 0;
}
#flow .way h4 {
    position:absolute;
    top:-19px;
    left:20px;
}
#flow .way .ico_num {
    margin:-10px 0 0 165px;
    width:692px;
}
#flow ul.caption_box{
    display: table;
    margin-bottom: 50px;
}
#flow .caption_box li{
    display: block;
    text-align: left;
    vertical-align: top;
        text-indent: -0.7em;
    padding-left: 0.7em;
    margin-bottom: 5px;

}
