@charset "utf-8";
/* DIV3：その他のローンFV */

section#fv {
	background-image: url("/images/specialfeature/bgFv_purpose.webp");
    background-position: center bottom 17%;
    background-size: cover;
    background-repeat: no-repeat;}
section#fv > div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 0;
    width: 960px;
    height: 200px;
    text-align: center;
    color:#fff;
}
section#fv img#divIcon {
	width: 100px;
	height: 100px;
	margin: 0 30px 0 0;
	padding: 0 0;
	background-image: url("/images/icon_purpose.png");
	background-repeat: no-repeat;
	background-position:center center;
    background-size: 120px;
    filter: drop-shadow(#000 2px 2px 2px);
}
section#fv > div > p {
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
    text-shadow: 
        2px 2px 2px #6d858a , -2px -2px 2px #6d858a, 
        -2px 2px 2px #6d858a , 2px -2px 2px #6d858a, 
        0 2px 2px #6d858a , 0 -2px 2px #6d858a, 
        -2px 0 2px #6d858a , 2px 0 2px #6d858a;}
section#fv > div > p > span {
    display: block; }
section#fv > div > p em { 
    color: #FFE400; 
    font-style: normal;}


/* DIV3：その他のローン見出し */
.content h1.first,
	.content h2 {
	color: #6F878D;
	background: url("/images/specialfeature/icon_purpose1.png") 0 0 no-repeat;}
.content > section#pickup h1.first { background-image: url("/images/specialfeature/icon_purpose1.png");}
.content > section.area h2 { background-image: url("/images/specialfeature/icon_purpose2.png");}
.content > section#search h2 { background-image: url("/images/specialfeature/icon_purpose3.png");}
.content > section#cardloan h2 { background-image: url("/images/specialfeature/icon_purpose4.png");}
.content > section#article h2 { background-image: url("/images/specialfeature/icon_purpose5.png");}
.content > section#lenders h2 { background-image: url("/images/specialfeature/icon_purpose6.png"); }