/*---------------Header---------------*/
.title-header{background: url(../images/bg-loan.jpg) center no-repeat;}

.bg-white { 
    background: #fff; 
}
.color-white { 
    color: #fff; 
}
.f16 { 
    font-size: 16px; 
}

.sub-title { 
    display: block; padding: 4px 0; 
}
.sub-title h2 { 
    font-weight: bold; 
    font-size: 20px; 
    position: relative; 
}
.sub-title .line-title { 
    position: relative; 
    width: 50px; 
    height: 2px; 
    background: #000; 
    display: inline-block;
    top: -6px;
}
.sub-title small { 
    font-weight: normal; 
    font-size: 14px; 
}

img.full-img { 
    width: 100%; 
}
img.max-img { 
    max-width: 100%; 
}
.line-black { 
    display: block; 
    width: 100%; 
    height: 2px; 
    background: #000; 
    margin: 40px auto;
}

/* loan */
.loan { 
    display: flex; 
    flex-wrap: wrap; 
    margin-top: 50px; 
}
.loan .loan-left { 
    display: block; 
    width: 60%; 
    padding-right: 12px; 
    font-size: 14px; 
}
.loan .loan-right { 
    display: block;
    width: 40%; 
}

.loan-left h3 { 
    color: #606060; 
    font-size: 20px; 
    font-weight: bold; 
}
.loan-left h2 { 
    color: #000; 
    font-size: 24px; 
    font-weight: bold; 
}
.loan-left small { 
    color: #000; 
    font-size: 10px; 
    display: block; 
    background: #f6f6f6; 
    padding: 12px; 
}
.img-loan { 
    display: flex; 
    flex-wrap: wrap; 
    margin: 18px auto;
}
.img-loan figure { 
    display: block; 
    width: 16.66%; 
    padding: 4px 8px 4px 0; 
}
.img-loan figure img { 
    max-width: 100%; 
}

/* title feature */
.feature { 
    display: block; 
}
.feature-title { 
    height: 40px; overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, color-stop(50, #e9e9e9), color-stop(50, #ffffff), color-stop(100, #ffffff));
    background: -moz-linear-gradient(Left, #e9e9e9 50%, #ffffff 50%, #ffffff 100%);
    background: -ms-linear-gradient(Left, #e9e9e9 50%, #ffffff 50%, #ffffff 100%);
    background: -o-linear-gradient(Left, #e9e9e9 50%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(to right, #e9e9e9 50%, #ffffff 50%, #ffffff 100%); 
}
.feature-step { 
    display: block; 
    width: 150px; 
    background: #e9e9e9; 
    padding: 4px 12px 4px 0; 
    color: #000; 
    font-size: 22px; 
    font-weight:bold; 
    position: relative; 
    height: 40px; 
}
.feature-step::after { 
    content: url(../images/feature-title.png); 
    position: absolute; 
    top: 0; 
    right: -60px 
}
.feature-text { 
    display: block; 
    margin: 50px auto; 
}
.feature-text h2 { 
    font-size: 26px; 
    font-weight: bold; 
}

/* plan pay step */
.plan-pay { 
    display: flex; 
    flex-wrap: wrap; 
    /*margin: 0 -2% 0 0; */
}
.plan-pay li { 
    margin: 18px 2% 18px 0; 
    position: relative; 
    width: 31.33%; 
}
.plan-pay img { 
    width: 100%; 
}
.plan-pay figure { 
    margin: 0; 
}
.plan-pay .plan-title strong { 
    font-weight: bold; 
}
.plan-pay small { 
    font-size: 12px; 
    display: block; 
    padding: 12px; 
}

/* budget-loan */
.budget-loan { 
    display: block; 
    margin: 25px auto 50px; 
    background: #f6f6f6; 
    padding: 30px 0; 
}
.budget-loan .title-budget { 
    background: #7c7c7c; 
    font-size: 16px; 
    font-weight: bold; 
    color: #fff; 
    padding: 12px; 
}
.budget-loan ul { 
    padding-left: 25px; 
}
.budget-loan ul li { 
    position: relative; 
    width: 100%; 
    font-size: 12px; 
}
.budget-loan ul li::before { 
    content:'・'; 
    font-size: 22px; 
    font-weight: bold; 
    line-height: 1.5;  
}

/* positon button footer */
.bg-black { 
    background: #000; 
    padding: 24px 8px; 
    text-align: center; 
}
.position-btn { 
    display: block; 
    width: 100%; 
    margin: 12px auto 0; 
}
.position-btn .btn-default { 
    width: 30%; 
    background: #fff; 
    padding: 14px 4px; 
    display: inline-block; 
    text-align: center; 
    font-size: 20px; 
    font-weight: 700; 
    margin: 8px 1%; 
    transition: all 0.3s; 
}
.position-btn .btn-red { 
    color: #c7002a; 
    border: 2px solid #c7002a; 
}
.position-btn .btn-blue { 
    color: #0071ac; 
    border: 2px solid #0071ac; 
}
.btn-default:hover { 
    box-shadow: 2px 2px 2px rgba(255, 255, 255, 0.8); 
}

@media( max-width:920px) {
    .feature-step { 
        font-size: 18px; 
    }
    .feature-text h2 { 
        font-size: 18px; 
    }

    .loan-left h2 { 
        font-size: 18px; 
    }
    .loan-left h3 { 
        font-size: 15px; 
    }
}

@media(max-width:680px) { 
    .plan-pay li { 
        width: 48%; 
    }

    .loan { 
        margin-top: 0; 
    }
    .loan .loan-left,
    .loan .loan-right { 
        display: block; 
        width: 100%; 
        padding: 8px 0; 
    }

    .budget-loan ul { 
        padding-left: 0; 
    }
    .position-btn .btn-default { 
        width: 45%; 
    }    
}

@media(max-width:460px) { 
    .position-btn .btn-default { 
        width: 100%; 
        margin: 4px auto; 
    }
}

@media(max-width:420px) { 
    .plan-pay li { 
        width: 100%; 
    }    
}