@charset "utf-8";
/* DIV13：フリーローンFV */
section#fv {
	background-image: url("/images/specialfeature/bgFv_free.webp");
    background-position: center top 32%;
    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_free.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: 50px;
    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;}

/* DIV13：フリーローン見出し */
.content h1.first,
	.content h2 {
	color: #0F4E62;
	background: url("/images/specialfeature/icon_free1.png") 0 0 no-repeat;}
.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"); }