@charset "utf-8";
/* DIV13：フリーローンFV */

/*
<section id="fv">
	<div>
		<img id="divIcon" src="/images/specialfeture/icon_div13.webp" alt="フリーローン" title="フリーローン">
		<p><em>フリーローン</em>探しならこちら！</p>
	</div>
</section>
*/
section#fv {
	background-image: url("/images/specialfeature/bgFv_free.webp");
    background-position: center top;
    background-size: auto 60vw;
    background-repeat: no-repeat;}
section#fv > div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    padding: 0 0;
    height: 40vw;
    text-align: center;
    color:#fff;
}
section#fv img#divIcon {
    flex-grow: 0;
	width: 15vw;
	height: 15vw;
	margin: 0 3vw;
	padding: 0 0;
	background-image: url("/images/icon_free.png");
	background-repeat: no-repeat;
	background-position:center center;
    background-size: 20vw;
    filter: drop-shadow(#000 1px 1px 1px);
}
section#fv > div > p {
    width: 77vw;
    font-size: 7.5vw;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    text-shadow: 
        2px 3px 1px #1C3A6D, -3px -3px 1px #1C3A6D, 
        -3px 3px 1px #1C3A6D , 3px -3px 1px #1C3A6D, 
        0 3px 1px #1C3A6D , 0 -3px 1px #1C3A6D, 
        -3px 0 1px #1C3A6D , 3px 0 1px #1C3A6D;}
section#fv > div > p em { 
    color: yellow; 
    font-style: normal;}
section#fv > div > p span { display: block;}

/* DIV13：フリーローン見出し */
.content h1.first,
	.content h2 {
	color: #0F4E62;
	background: url("/images/specialfeature/icon_free1.png") 0 0 no-repeat;
    background-size: 11vw;}
.content > section#pickup h1.first { background-image: url("/images/specialfeature/icon_free1.png");}
.content > section.area h2 { background-image: url("/images/specialfeature/icon_free2.png");}
.content > section#search h2 { background-image: url("/images/specialfeature/icon_free3.png");}
.content > section#cardloan h2 { background-image: url("/images/specialfeature/icon_free4.png");}
.content > section#article h2 { background-image: url("/images/specialfeature/icon_free5.png");}
.content > section#lenders h2 { background-image: url("/images/specialfeature/icon_free6.png"); }