<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**************************************************
	modal指定：SP
/**************************************************/
/**************************************************
	modal ： モーダル共通
/**************************************************/
.modal {
	padding: 0 0;
	max-width: 96vw;
/*
	min-height: 50vh;
	max-height: 80vh;
*/
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	background-color: #f5f8fa;}
.modal .head {
	position: sticky;
	position:-webkit-sticky;
	z-index: 9;
	top: 0;
	left: 0vw;
	width: 96vw;
	background-color: #254e52;
	margin: 0 0;
	padding: 0 0;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;}
.modal div.modal-close,
	.modal a.modal-close {
	display: block;
	position: absolute;
	z-index: 9;
	top: 2vw;
	right: 2vw;
	font-size: 0px;
	width: 6vw;
	height: 6vw;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: center;
	background: url("/images/common/icon_x-b.png") 0 0 no-repeat;
	background-size: 6vw;
	cursor: pointer;
	border-radius: 3px;
	background-color: #fff;
	}
.modal div.body {
	margin: 2vw 2vw;
	padding: 2vw;
	background-color: #fff;
	border: 1px solid #eee;
	line-height: 1.4;
	min-height: 26vh;}
.modal div.remarks {
	margin: 6vw 2vw 8vw 2vw;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #eee;
	font-size: 14px;
	line-height: 1.4;}
.modal div.foot {
	position: sticky;
	position:-webkit-sticky;
	z-index: 1;
	bottom: 0;
	/*width: 88vw;*/
	padding: 4vw;
	background-color: #fff;
	border-top: 1px solid #ccc;
	text-align: right;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0 -1px 3px rgba(0,0,0,.2);}
	/*  */
.modal div.head h3 {
	padding: 3vw 2vw;
	color: #fff;
	font-size: 4.5vw;
	font-weight: bold;
	border-left: none;}
.modal div.remarks li {
	position: relative;
	padding-left: 1.5em;}
	.modal div.remarks li:before {
		content:"※";
		position: absolute;
		top: 0;
		left: 0;}
.modal dl, .modal dt, .modal dd {
	list-style: none;
	margin: 0 0;
	padding: 0 0;
	background: none;
	font-weight: normal;}






/**************************************************
	modal : ローン詳細モーダル
/**************************************************/
.modal.modal-loan {
	/*height: 80%;
	max-height: 80%;*/
	background-color: #fff;}
.modal.modal-loan div.modal-close {
	top: 2.5vh;
	right: 3vw;
	width: 6vw;
	height: 6vw;
	font-size: 0;}
.modal.modal-loan div.head-info {
	position: sticky;
	position:-webkit-sticky;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	margin: 0 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;}
.modal.modal-loan div.basic-info {
	margin-top: 0 !important;
	padding: 2vw 2vw 2vw 2vw;}
.modal-loan div.pr-info {
	padding: 0 2vw 4vw 2vw;
	line-height: 1.3;
}
.modal-loan div.detail-info {
	line-height: 1.5;
}
.modal.modal-loan div.button {
	position: sticky;
	position:-webkit-sticky;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 4vw 0;
	text-align: center;
	box-shadow: 0 -1px 3px rgba(0,0,0,.2);}

.modal-loan div.basic-info &gt; dl { line-height: 1.5;}
.modal-loan div.basic-info &gt; dl &gt; div &gt; dd {
	border-radius: 0 0 5px 5px;
	background-color: #fff;}
.modal-loan div.basic-info &gt; dl &gt; div.pickup-receiving-methods &gt; dd {
	padding: 2.5vw .5vw;
	font-weight: normal;
	font-size: 2.9vw;
	letter-spacing: 0em;}
.modal-loan div.basic-info &gt; dl &gt; div.pickup-receiving-methods &gt; dd &gt; ul {
	justify-content: space-evenly;
	padding: 0;
}
.modal-loan div.basic-info &gt; dl &gt; div.pickup-receiving-methods &gt; dd &gt; ul &gt; li {
	margin:0 .25vw;
	line-height: 1.1;
}
.modal-loan div.basic-info &gt; dl &gt; div.pickup-receiving-methods &gt; dd &gt; ul &gt; li &gt; span {
	display: block;
	padding: 1.5vw 1vw;
	font-size: 3vw;
	color: #aaa;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
	.modal-loan div.basic-info &gt; dl &gt; div.pickup-receiving-methods &gt; dd &gt; ul &gt; li &gt; span.on {
		color: #333;
		border: 1px solid #999;
		background-color: #ddd
	}
	/* 表示非表示切り替え */
.modal-loan div.detail-info &gt; div &gt; dl &gt; dt {
	background-color:#eee;
	/*background: #eee url("/images/common/icon_plus_gray.png") right 10px center no-repeat;
	background-size: 14px auto;
	cursor: pointer;*/
	border-bottom:1px solid #ddd;}
	.modal-loan div.detail-info &gt; div &gt; dl &gt; dt.on {
		background-image: url("/images/common/icon_minus_gray.png")}
.modal-loan div.detail-info &gt; div &gt; dl &gt; dd {
	/*display: none;*/
	background-color: #fff;
	border-bottom:1px solid #ccc;}
	.modal-loan div.detail-info &gt; div &gt; dl &gt; dt.on + dd {
		display: block;
	}

.modal-loan div.detail-info &gt; p.last-updated-at { margin-bottom: 10px;}
.modal.modal-loan div.button span &gt; a {
	max-width: 80vw;
	border-radius: 3px;
	padding: 1em .5em;
	color: #fff;
	font-size: 4.5vw;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
/* --------------------------------------------------
	リンクボタン
-------------------------------------------------- */
a[data-link="appl-1"] {/* 申込 */
	background-color: #C20B0E !important;
	background: linear-gradient(to bottom,#C20B0E, #B40A11) !important;}
a[data-link="appl-2"] {/* 申込書 */
	background-color: #DEDE0C !important;
	background: linear-gradient(to bottom,#DEDE0C, #B3B309) !important;}
a[data-link="appl-3"],
	a[data-link="appl-4"] {/* 資料 */
	background-color: #0CDE75 !important;
	background: linear-gradient(to bottom,#0CDE75, #09B35E) !important;}
a[data-link="appl-5"] {/* 相談 */
	background-color: #0C41DE !important;
	background: linear-gradient(to bottom,#0C41DE, #0933B3) !important;}

/**************************************************
	modal : 条件変更モーダル
/**************************************************/
	/* レイアウト */
#-modal-loansearch-form.modal {}
#-modal-loansearch-form .head {}
#-modal-loansearch-form .body {
	padding: 0;
	background-color: transparent;
	border: none;}
#-modal-loansearch-form .foot {
	width: auto;
	padding: 3vw 4vw;
	background-color: #254e52;
	text-align: center;}
#-modal-loansearch-form .head h4 {
		background-color: #eee;
		margin: 0 0;
		padding: 2vw 2vw;
		font-size: 4vw;}
	#-modal-loansearch-form .head em { color: red; font-style: normal;}
	/*  */
#-modal-loansearch-form .body h4 {
	margin: 0 0;
	padding: 1vw 1vw;
	font-weight: bold;}
#-modal-loansearch-form.modal a#-modal-search-body-filter-more-opener {
	display: block;
	margin: 1vw 3vw 1vw 2vw;
	font-size: 0;
/*
	font-size: 4vw;
	padding-left: .8em;
	background: url("/images/common/mark_arrow.png") no-repeat left center;
	background-size: auto;
	background-size: auto;
	background-size: auto .8em;
*/
}
	#-modal-loansearch-form.modal a#-modal-search-body-filter-more-opener.opened {}
	/* */
#-modal-loansearch-form.modal a#-modal-search-body-filter-more-opener:before {
	padding-left: 0.8em;
	background: url(/images/common/mark_arrow.png) no-repeat left center;
	background-size: auto 0.8em;
	content:"さらに条件を指定する";
	font-size:4vw;
}
#-modal-loansearch-form.modal a#-modal-search-body-filter-more-opener.opened:before {
	content:"閉じる";
}

#-modal-loansearch-form dl {
	margin: 0 0;
	padding: 0 0;
	border: none;}
	#-modal-loansearch-form #-modal-search-body-sort { margin-top: 5vw; margin-bottom: 6vh;}
#-modal-loansearch-form dl &gt; div { 
	margin: 0 1vw 1.5vw 1vw;
	padding: 1vw 2vw;
	/*width: calc(100% - 6vw);*/
	background-color: #fafafa;
	border: 1px solid #ddd;}
	#-modal-loansearch-form dl &gt; div:hover { 
		box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
		background: linear-gradient(#fff 15%, #ffc);
		transition: .1s;}
#-modal-loansearch-form {}
#searchform-supplement { display: none;}
	#searchform-supplement.on { display: inline;}
	/* formレイアウト */
	/* 用途選択と並べ替え */
#-modal-loansearch-form #-modal-search-body-sort dd label {
	display: inline-block;
	box-sizing: border-box;
	width: 49.25%;
	margin: 4px 0 0;
	padding: 0.7em 0.25em;
	color: #388B6D;
	letter-spacing: normal;
	font-size: 3.6vw;
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
	border-radius: 3px;}
	#-modal-loansearch-form #-modal-search-body-sort dd label.changed {
		font-weight: bold;
		background-color: #ffc;}
.category select { }
#-modal-search-body-sort input[type="radio"] { display: none;}

#-modal-loansearch-form dl,
#-modal-loansearch-form dd { font-size: 3.8vw;}
#-modal-loansearch-form dt { padding: 1vw 0; color: #444;}
	/* label */
#-modal-loansearch-form.modal label {
	display: inline-block;
	margin: 0 0;
	padding: 1vw 2vw 1vw 0;
	cursor: pointer;}
	#-modal-loansearch-form.modal label::hover { font-weight: bold;}

	/* form要素の書式 */
#-modal-loansearch-form select,
#-modal-loansearch-form input[type="number"]{
	width: 65vw;
	margin: 0 1vw 0 0;
	padding: 3.25vw 2vw;
	font-size: 3.8vw;
	line-height: 1;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;}
#-modal-loansearch-form select { }
#-modal-loansearch-form input[type="number"]{ }
#-modal-loansearch-form input[type="checkbox"],
#-modal-loansearch-form input[type="radio"] { 
/*	margin-block: 0 0;
	margin-inline: 0 0;
	padding-inline: 0 0;*/} 

/************************ 都道府県選択 ************************/
/************************ /都道府県選択 ************************/


	/* 絞り込みボタン */
#-modal-loansearch-form .foot a {/*nnn件から絞り込む */
	display: inline-block;
	padding-inline: 0;
	max-width: 90%;
	font-size: 5vw;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 3vw 6vw;
	color:#fff;
	border:1px solid #f27e30;
	border-radius:3px;
	background:#e86711;
	background:-webkit-linear-gradient(top, #f5863b, #e86711);
	background:linear-gradient(to bottom, #f5863b, #e86711)}
#-modal-loansearch-form .foot p.not_exists {/*該当するローンがありません*/
	padding: 3vw 6vw;
	color: #fff;
	font-weight: bold;
	margin: 1px 0 0;
}

/**************************************************
	#-modal-ranking : ランキングモーダル
	#-modal-loan-favorite : お気に入りモーダル
/**************************************************/
.modal#-modal-ranking {}
.modal#-modal-ranking a.modal-close { right: 10px;}
.modal#-modal-ranking div.body {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;}
#-modal-ranking .head {}
#-modal-ranking .remarks {}
#-modal-ranking .foot { width: auto;}
	/*  */
#-modal-ranking .foot a {/*第4位以降を確認する*/
	display: inline-block;
	padding-left: .75em;
	background: url("/images/common/mark_arrow.png") left center no-repeat;
	background-size: auto .75em;}
.modal#-modal-ranking .head h3 {
	font-size: 4.5;
	padding: 3vw 2vw;}
	/* rankinglist */
#-modal-ranking .rankinglist {
	padding: 0;
	background-color: transparent;
	border: none;}
#-modal-ranking ul.product-list {/* レイアウト */}
	/* リスト */
.modal#-modal-ranking ul.product-list &gt; li {/* １商品分の行 */
	display: flex;
	align-items: stretch;
	margin: 0 0 0 0;
	padding: 2vw;
	}
.modal#-modal-ranking ul.product-list &gt; li &gt; a {
	
}
#-modal-ranking ul.product-list &gt; li &gt; a:hover { text-decoration: none; color: inherit;}
#-modal-ranking ul.product-box {/* 表示上の土台 */
	margin: 0 0 0 0;
	font-size: 5.8vw;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 4vw 2vw;
	cursor: pointer;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);}
	#-modal-ranking ul.product-box:hover {/* ホバー時 */
		box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
		background: linear-gradient(#fff 15%, #ffc);
		transition: .1s;
	}
#-modal-ranking ul.product-box &gt; li.product-box-rank {
	display: block;
	width: 60px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -100vw;}
	#-modal-ranking .rank-1 li.product-box-rank { background-image: url("/images/common/rank01.png");}
	#-modal-ranking .rank-2 li.product-box-rank { background-image: url("/images/common/rank02.png");}
	#-modal-ranking .rank-3 li.product-box-rank { background-image: url("/images/common/rank03.png");}
#-modal-ranking .lender-name { /*display: none;*/padding-bottom: 0.5em;color:#333;font-size:20px;/* 金融機関名 */}
	/* 表示・非表示 切替 */
#-modal-ranking ul.product-box .product-box-spec-additional dl { display: none;}
#-modal-ranking ul.product-box .product-box-spec-additional dl.on {/* ソート指定するものは表示 */
	display: flex;
	width: 100%;
	text-align: left;}
	ul.product-box .product-box-spec-additional dl.on dt { color: #069;}
	/* セルの基本レイアウト */
#-modal-ranking  li.product-box-logo {/* ロゴ */
	width: calc(100% - 60px);
	text-align: center;
	padding-bottom: .5em;}
#-modal-ranking li.product-name {/* 商品名 */
	width: 100%;
	/*padding-bottom: .5em;*/
	color: #388B6D;}
#-modal-ranking li.product-box-spec,
	#-modal-ranking li.product-box-spec-additional {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;}
#-modal-ranking .product-box-spec dl,
	#-modal-ranking .product-box-spec-additional dl {
		width: 100%;
		padding-bottom: .5em;}
#-modal-ranking .product-box-spec dl dt { width: 5em; color: #666;}
#-modal-ranking .product-box-spec dl &gt; div { 
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;}
#-modal-ranking .product-box-spec dl dd { color: #000;}
#-modal-ranking .product-box-spec-additional dl dt { padding-right: 1em; }
#-modal-ranking .product-box-spec-additional dl dd { color: #666;}
#-modal-ranking li.product-box-tag { font-size: 12px;}
#-modal-ranking li.product-box-tag ul { display: flex;}
#-modal-ranking li.product-box-tag li {
		margin: 0 1px;
		padding: 3px 4px;
		display: inline-block;
		background: #8396b3;
		border-radius: 3px;
		color: #fff;
		line-height: 1.2;
		font-size:4vw;}

	/* 金融機関ページで別指定をキャンセルする */
body#lender-loanlist .modal#-modal-ranking ul.product-box { font-size: 6vw;}
body#lender-loanlist .modal#-modal-ranking ul.product-box li.product-box-spec { font-size: 6vw;}
body#lender-loanlist .modal#-modal-ranking ul.product-box li.product-box-spec dl { 
	display: block;
	font-size: 100%;}
body#lender-loanlist .modal#-modal-ranking ul.product-box li.product-box-spec dl &gt; div { 
	width: auto;
	flex-wrap: nowrap;}
body#lender-loanlist .modal#-modal-ranking ul.product-box li.product-box-spec dl div {
	text-align: left;
	border: none;
	margin: 0;}
body#lender-loanlist .modal#-modal-ranking ul.product-box li.product-box-spec dt {
	width: 5em;
	padding: 0;
	color: #666;
	background-color: transparent;}
body#lender-loanlist .modal#-modal-ranking ul.product-box li.product-box-spec dd {
	padding: 0;
	width: auto;
	color: #000;
	background-color: transparent;}
/**************************************************
	#-modal-loan-favorite : お気に入りモーダル
/**************************************************/
.modal#-modal-loan-favorite .head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 2vw 2vw 1vw;}
.modal#-modal-loan-favorite .head h3 { 
	padding: 3vw 0vw 2vw 2vw;
	width: 95vw;}
.modal#-modal-loan-favorite .head &gt; div {/* 簡易・詳細スイッチ */
	display: flex;
	justify-content: space-evenly;
	margin-left: 2vw;
	color: #000;
	font-size: 3.5vw;
	font-weight: normal;
	background: linear-gradient(to bottom, #fff, #bbb);
	border: 1px solid #999;
	border-radius: 3px;}
.modal#-modal-loan-favorite .head select { 
	width: 45vw;
	font-size: 3.5vw;
	line-height: 1;}
	/* スイッチ */
.modal#-modal-loan-favorite .head div &gt; input[type=radio] { display: none;}
.modal#-modal-loan-favorite .head div &gt; input[type=radio] + label {
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 7px  10px;
	font-size: 14px;}
.modal#-modal-loan-favorite .head div &gt; input[type=radio] + label:nth-of-type(1) {
	border-radius: 3px 0 0 3px;
	border-right: 1px solid #aaa;}
.modal#-modal-loan-favorite .head div &gt; input[type=radio] + label:nth-of-type(2) {
	border-radius: 0 3px 3px 0;}
section[data-display-mode="simple"] label:nth-of-type(1),
	section[data-display-mode="detail"] label:nth-of-type(2) { }
section[data-display-mode="simple"] label:nth-of-type(2),
	section[data-display-mode="detail"] label:nth-of-type(1) { background: #ddd; color: #999;}
.modal#-modal-loan-favorite .head div &gt; input[type=radio]:not(:checked) + label:hover {
	background: linear-gradient(to bottom, #fff, #ccc);
	color: #000;}

.modal#-modal-loan-favorite div.body#-loan-favorite-body {
	margin: 0 0;
/*	padding: 2vw 0 2vw 0;*/
	padding: 0 0 2vw 0;
	background-color: transparent;
	border: none;
	min-height: auto;}

	/* 簡易表示ローンリスト */
[data-display-mode="simple"] ul.-loan-favorite-body-product-list { }
#-modal-loan-favorite.modal[data-display-mode="simple"] ul.-loan-favorite-body-product-list &gt; li { 
	position: relative;
	width: 92vw;
	min-width: 92vw;
	margin: 0 2vw 4vw 2vw;
	padding: 2vw;
	font-size: 6vw;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	}
#-modal-loan-favorite.modal[data-display-mode="simple"] ul.-loan-favorite-body-product-list &gt; li &gt; a { 
	text-decoration:none;
	display: block;
	color: #333;}
#-modal-loan-favorite.modal[data-display-mode="simple"] ul.-loan-favorite-body-product-list &gt; li:hover {/* ホバー時 */
	box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
	background: linear-gradient(#fff 15%, #ffc);
	transition: .1s;
}

[data-display-mode="simple"] li.-loan-item &gt; a &gt; img { }
[data-display-mode="simple"] li.-loan-item &gt; a &gt; span.lender-name { 
/*	padding-bottom: 3vw;*/
	font-size:20px;
}
[data-display-mode="simple"] li.-loan-item &gt; a &gt; span.product-name { 
	display: block;
/*	padding-bottom: 2vw;*/
	text-align: left;}
[data-display-mode="simple"] li.-loan-item &gt; a &gt; dl.product-spec { text-align: left;}
[data-display-mode="simple"] li.-loan-item &gt; a &gt; dl.product-spec div {
	display: flex;
	flex-wrap: nowrap;
/*
	padding-bottom: 0.25em;
*/
	font-size: 22px;
}

[data-display-mode="simple"] li.-loan-item &gt; a &gt; dl.product-spec &gt; div &gt; dt {
	color: #666;
	margin-right:0;
	font-size: 18px;
	padding-top: 0.2em;
}
	[data-display-mode="simple"] li.-loan-item &gt; a &gt; dl.product-spec &gt; div[data-row="rate-type"] &gt; dt,
	[data-display-mode="simple"] li.-loan-item &gt; a &gt; dl.product-spec &gt; div[data-row="rate-2"] &gt; dt,
	[data-display-mode="simple"] li.-loan-item &gt; a &gt; dl.product-spec &gt; div[data-row="term"] &gt; dt {
/*		width: 5.25em;*/
		margin-right:.75em;
	}
	[data-display-mode="simple"] li.-loan-item &gt; a &gt; dl.product-spec &gt; div[data-row="amount"] &gt; dt { width: 6em;}
	[data-display-mode="simple"] li.-loan-item &gt; a &gt; dl.product-spec &gt; div[data-row="authorization-time"] &gt; dt { width: 7em;}
[data-display-mode='simple'] li.-loan-item dl.product-spec dt:after { 
/*
	content:"：";
	color:initial;
*/
}
[data-display-mode="simple"] li.-loan-item &gt; a &gt; dl.product-spec dd { color: #000;}
[data-display-mode="simple"] li.-loan-item &gt; a &gt; ul.tag {
	margin-top:0.3em;
}
[data-display-mode="simple"] li.-loan-item &gt; a &gt; ul.tag ,
[data-display-mode="detail"] .-favorite-cell &gt; ul.tag { 
	display: flex;
	flex-wrap: wrap;}
[data-display-mode="simple"] li.-loan-item &gt; a &gt; ul.tag li,
[data-display-mode="detail"] .-favorite-cell &gt; ul.tag li {
	margin: 0 2px 2px 0;
	padding: 3px 4px;
	display: inline-block;
/*	font-size: 4vw;*/
	color: #fff;
	line-height: 1.2;
	background: #8396b3;
	border-radius: 3px;}
[data-display-mode="simple"] li.-loan-item &gt; a &gt; ul.tag li {
	font-size: 4vw;
}
[data-display-mode="detail"] .-favorite-cell &gt; ul.tag li {
	font-size: 3vw;
}
	/* 表示・非表示 切替 */
.modal ul.product-box .product-box-spec-additional dl div { display: none;}
.modal ul.product-box .product-box-spec-additional dl div.on {/* ソート指定するものは表示 */
	display: flex;
	width: 100%;
	text-align: left;}
	#-modal-loan-favorite ul.product-box .product-box-spec-additional dl div.on dt { color: #069;}


	/************************************ ******** *************************************/
	/************************************ 詳細表示 *************************************/
	/************************************ ******** *************************************/
#-modal-loan-favorite[data-display-mode="detail"] {}
#-modal-loan-favorite[data-display-mode="detail"][data-favorite-count='1'],
#-modal-loan-favorite[data-display-mode="detail"][data-favorite-count='2'] {}
#-loan-favorite-body-simple { }
#-loan-favorite-body-detail { }

#-loan-favorite-body-detail &gt; div.head-info,
#-loan-favorite-body-detail &gt; div.pr-info,
#-loan-favorite-body-detail &gt; div.basic-info &gt; dl,
#-loan-favorite-body-detail &gt; div.detail-info &gt; div.title-row,
#-loan-favorite-body-detail &gt; div.detail-info &gt; div.detail-info-group &gt; dl,
#-loan-favorite-body-detail &gt; div.last-updated-info {
	display:flex;
}
#-modal-loan-favorite[data-display-mode="detail"] .-favorite-cell {
	width: 47.5vw;
	min-width: 47.5vw;
}
#-modal-loan-favorite[data-display-mode="detail"] div.title-row .-favorite-cell {
}
#-modal-loan-favorite[data-display-mode="detail"][data-favorite-count='2'] .-favorite-cell {
	flex-basis:50%;
}
#-modal-loan-favorite[data-display-mode="detail"][data-favorite-count='1'] .-favorite-cell {
	flex-basis:100%;
}
#-loan-favorite-body-detail &gt; div.head-info {
	position:sticky;
	z-index:9000;
}
#-loan-favorite-body-detail &gt; div.head-info &gt; div {
	position:relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	text-align:center;
	padding: 2vw 2vw 1vw;
	background-color: #fff;
	border-right: 1px solid #eee;
	border-bottom:1px solid #ccc;
}
#-loan-favorite-body-detail &gt; div.head-info &gt; div &gt; h3 {
	margin-top: 1vw;
	flex-grow: 1;
	font-weight:bold;
}
#-loan-favorite-body-detail &gt; div.head-info &gt; div &gt; h4 {
/*	display:none;*/
/*
	margin-top: 2vw;
	font-weight:bold;
*/
	font-size:90%;
	margin-top: 1vw;
	color:#666;
}
#-modal-loan-favorite.scrolled #-loan-favorite-body-detail &gt; div.head-info &gt; div &gt; h4 {
	display:none;
}
#-loan-favorite-body-detail &gt; div.pr-info &gt; div:nth-of-type(even),
#-loan-favorite-body-detail &gt; div.basic-info &gt; dl &gt; div:nth-of-type(even),
#-loan-favorite-body-detail &gt; div.detail-info &gt; div.detail-info-group &gt; dl &gt; div:nth-of-type(even),
#-loan-favorite-body-detail &gt; div.last-updated-info &gt; div:nth-of-type(even) {
/*	background-color:#f3f3f3;*/
}

[data-display-mode="detail"] span.-favorite { 
	top: 1vw;
	right: 1vw;
	width: 5vw;
	height: 5vw;
	background-size: 5vw;}
#-loan-favorite-body-detail &gt; div.head-info img { /* 金融機関ロゴ */
/*	display:none;*/

	margin-top: 4vw;
	max-width: 40vw;
	height: auto;
	}
#-modal-loan-favorite.scrolled #-loan-favorite-body-detail &gt; div.head-info img { /* 金融機関ロゴ */
	display:none;
}
#-loan-favorite-body-detail &gt; div.head-info div.apply-button {
	padding:.5em 0;
	width: 100%;
	font-size: 3.35vw;
}
#-loan-favorite-body-detail &gt; div.head-info div.apply-button span {
	display: flex;
}
#-loan-favorite-body-detail &gt; div.head-info div.apply-button a {
	position: relative;
	overflow: hidden;
	display: block;
	margin:0 3px;
	padding: 13px 0;
	color: #fff;
	font-size: 3.4vw;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	transition: 0.5s;
	flex-grow: 1;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#-loan-favorite-body-detail &gt; div.head-info div.apply-button a::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
	transition-duration: 500ms;
	transition-delay: 0s;
	transition-timing-function: ease;
}
#-loan-favorite-body-detail &gt; div.head-info div.apply-button a:hover::before {
	left: 100%;
}

#-loan-favorite-body-detail &gt; div.pr-info &gt; div {
	padding: 5px 10px;
	border-bottom:1px solid #ccc;
}
#-loan-favorite-body-detail &gt; div.pr-info &gt; div em {
	font-style:normal;
	color:#ee8e26;}

#-loan-favorite-body-detail dt {
	font-weight:bold;
	color:#333;
}
#-loan-favorite-body-detail dd {
}
#-loan-favorite-body-detail div.basic-info &gt; dl &gt; div,
#-loan-favorite-body-detail div.detail-info &gt; div.detail-info-group &gt; dl &gt; div {
	padding: 5px 10px;
}
#-loan-favorite-body-detail div.basic-info &gt; dl:not(:last-child) &gt; div,
#-loan-favorite-body-detail div.detail-info &gt; div.detail-info-group &gt; dl:not(:last-child) &gt; div {
	border-bottom:1px solid #ccc;
}
#-loan-favorite-body-detail div.basic-info &gt; dl &gt; div.pickup-receiving-methods ul &gt; li {
	display:inline;
	white-space:nowrap;
}
#-loan-favorite-body-detail div.basic-info &gt; dl &gt; div.pickup-receiving-methods ul &gt; li:before {
	content:"／";
}
#-loan-favorite-body-detail div.basic-info &gt; dl &gt; div.pickup-receiving-methods ul &gt; li:first-child:before {
	content:"";
}

#-loan-favorite-body-detail div.detail-info &gt; div.title-row.opened {
	position:sticky;
	z-index:3;
}
#-loan-favorite-body-detail div.detail-info &gt; div.title-row &gt; div {
	font-weight:bold;
	background-color:#f6f6f6 !important;
	cursor:pointer;
	border-top:1px solid #ccc;
	padding: 5px 10px;
	border-right:none;
}
#-loan-favorite-body-detail div.detail-info &gt; div.title-row.hover &gt; div {
/*	color:#666;*/
	background-color:#f3f3f3 !important;
}
#-loan-favorite-body-detail div.detail-info &gt; div.title-row.opened &gt; div {
	border-bottom:1px solid #ccc;
}
#-loan-favorite-body-detail div.detail-info &gt; div.title-row &gt; div:first-child {
	position:sticky;
	left:0;
}
#-loan-favorite-body-detail div.detail-info &gt; div.title-row &gt; div:first-child:before {
	content:"＋";
}
#-loan-favorite-body-detail div.detail-info &gt; div.title-row.opened &gt; div:first-child:before {
	content:"－";
}

#-loan-favorite-body-detail div.last-updated-info &gt; div {
	text-align:center;
	border-top:1px solid #ccc;
	padding: 5px 10px;
}

#-loan-favorite-body-detail div.hover div,
#-loan-favorite-body-detail dl.hover div {
/*	background-color:#FFFFEE !important;*/
}
#-loan-favorite-body-detail div.hover div dt,
#-loan-favorite-body-detail dl.hover div dt {
/*	color:#333;*/
}
#-loan-favorite-floating-message {/*「「借入可能額が大きい順」に並び替えました」*/
	position:fixed;
	z-index:99999;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 2vh 4vw;
	color:#666;
	border-radius: 6px;
	background-color:#ddd;
	box-shadow: 6px 6px 10px rgba(0,0,0,.1);}

#-loan-favorite-body-detail ul.tag {
	margin-bottom:10px;
}
#-loan-favorite-body-detail ul.element_grpins &gt; li &gt; dl {
	flex-direction: column;
}
#-loan-favorite-body-detail ul.element_grpins &gt; li &gt; dl &gt; dt {
	margin: 5px 0 0;
}
#-loan-favorite-body-detail ul.element_grpins &gt; li &gt; dl &gt; dd {
	margin: 5px 0 0 ;
	width: auto;
}
#-modal-loan-favorite div.loading:before {}
#-modal-loan-favorite[data-display-mode='simple'][data-display-sort='1'] div[data-row='rate-1'] dt,
#-modal-loan-favorite[data-display-mode='simple'][data-display-sort='3'] div[data-row='rate-2'] dt,
#-modal-loan-favorite[data-display-mode='simple'][data-display-sort='5'] div[data-row='amount'] dt,
#-modal-loan-favorite[data-display-mode='simple'][data-display-sort='6'] div[data-row='term'] dt,
#-modal-loan-favorite[data-display-mode='simple'][data-display-sort='7'] div[data-row='authorization-time'] dt {
	color:#ee8e26;
}
#-modal-loan-favorite[data-display-mode='detail'][data-display-sort='1'] div[data-row='rate-1'],
#-modal-loan-favorite[data-display-mode='detail'][data-display-sort='3'] div[data-row='rate-2'],
#-modal-loan-favorite[data-display-mode='detail'][data-display-sort='5'] div[data-row='amount'],
#-modal-loan-favorite[data-display-mode='detail'][data-display-sort='6'] div[data-row='term'],
#-modal-loan-favorite[data-display-mode='detail'][data-display-sort='7'] div[data-row='authorization-time'] {
	background-color:#ffffee;
}

#-modal-loan-favorite[data-display-mode='detail'] div.-favorite-cell {
	position:relative;
	background-color: #fff;
	border-right:1px solid #eee;
}
#-modal-loan-favorite[data-display-mode='detail']:not([data-favorite-count='1']) div.-favorite-cell[data-top-value='1']:after {
	content:"No.1";
	position:absolute;
	top:2px;
	right:4px;
	color:white;
/*	background-color:#ee8e26;*/
	background-color:#ccc;
	border:1px solid #bbb;
	border-radius:5px;
	font-weight:bold;
	padding:0 5px;
}
#-modal-loan-favorite[data-display-mode='detail'] div.-favorite-cell[data-row='rate-1'][data-top-value='1'] dd span.lower-data,
#-modal-loan-favorite[data-display-mode='detail'] div.-favorite-cell[data-row='rate-2'][data-top-value='1'] dd span.lower-data,
#-modal-loan-favorite[data-display-mode='detail'] div.-favorite-cell[data-row='amount'][data-top-value='1'] dd span.upper-data,
#-modal-loan-favorite[data-display-mode='detail'] div.-favorite-cell[data-row='term'][data-top-value='1'] dd span.upper-data,
#-modal-loan-favorite[data-display-mode='detail'] div.-favorite-cell[data-row='authorization-time'][data-top-value='1'] dd {
/*	color:#ee8e26;*/
	color:#ee8e26;
	font-weight:bold;
/*
	text-decoration: underline;
	text-decoration-thickness: 0.5em;
	text-decoration-color: rgba(255, 228, 0, 0.4);
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
*/
}
#-modal-loan-favorite[data-display-mode='detail'] div.-favorite-cell dd &gt; span:nth-of-type(2) {
	margin:0 0.3em;
}

#-loan-favorite-message {
	margin: 85px 0;
	text-align: center;
}


#-loan-favorite-body-detail &gt; div.last-updated-info { font-size: 3.3vw;}

/*****************************************************
	2025.03.06 ランキングモーダル : #modal-recommend-2
*****************************************************/
.modal#modal-recommend-2 {
    position: fixed;
    width: 96vw;
    max-height: 90vh;
    padding: 0 0;
    border-radius: 6px;
}
.modal#modal-recommend-2 .modal-head {
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3vw 2vw;
    background-color: #1A0033;
    border-radius: 5px 5px 0 0;
}
.modal#modal-recommend-2 .modal-head h3 {
    position: relative;
    width:auto;
    margin: 0 0;
    padding: 0 0;
    font-weight:bold;
    border-radius:5px;
    font-size: 4vw;
    line-height: 1.1;
    border: none;
    background-color: transparent;
    color: #fff;
    letter-spacing: -0.025em;
    font-family: "UD Digi Kyokasho N-B", "M PLUS Rounded 1c";
}
.modal#modal-recommend-2 div.modal-close { 
    position: relative;
	top: auto;
	right: auto;
	width: 6.4vw;
	height: 6.4vw;
    font-size: 1px;
    line-height: 1;
    background-image: url('https://www.loansite.jp/unified/images/common/btn-close.png');
    background-position: center center;
    background-size: 4vw;}

.modal#modal-recommend-2 .modal-body {
    padding: 4vw 4vw;
    border-radius:0 0 5px 5px;
    background-color: #E7D8F5;
}
.modal#modal-recommend-2 .modal-body p {
    margin: 0 0;
    padding: 0 0;
    color: #000;
    font-weight: normal;
}
/* ranking */
#modal-recommend-2 dl.ranking dt {
    margin: 0 0;
    padding: 1em 0 0.1em 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #1A0033;
    font-family: "UD Digi Kyokasho N-B", "M PLUS Rounded 1c";
}
    #modal-recommend-2 dl.ranking dt &gt; span {}
#modal-recommend-2 dl.ranking dt &gt; img {
    width: 32px;
    margin-right: .5em;
    }
    #modal-recommend-2 dl.ranking dt &gt; span { display: block;}
    #modal-recommend-2 dl.ranking dt &gt; span &gt; span { display: inline;}
    #modal-recommend-2 dl.ranking dt em { color: #1A0033;}

    .modal#modal-recommend-2 dl.ranking dd &gt; ol {
        list-style: none;
        display: block;
    }
    .modal#modal-recommend-2 dl.ranking dd &gt; ol &gt; li {
        list-style: none;
        display: block;
        margin: 2vw 0;
        border:1px solid #eee;
        border-radius:5px;
        list-style: none;
        background-color: rgba(256,256,256,.9);
        box-shadow: 1px 1px 1px rgba(0,0,0,.35);
    }
    .modal#modal-recommend-2 dl.ranking dd &gt; ol &gt; li:hover { border-color:#1A0033;}
    .modal#modal-recommend-2 dl.ranking dd &gt; ol &gt; li &gt; a:hover { text-decoration: none;}
    .modal#modal-recommend-2 dl.ranking dd &gt; ol &gt; li &gt; a &gt; div {
        width: 100%;
    }
    div[data-rank="1"] span { background-color: #E8CA2D !important;}
    div[data-rank="2"] span { background-color: #CBCBCB !important;}
    div[data-rank="3"] span { background-color: #D58835 !important;}
    .modal#modal-recommend-2 dl.ranking dd &gt; ol &gt; li &gt; a &gt; div:nth-of-type(1) {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        padding-bottom: 2vw;
    }
    .modal#modal-recommend-2 dl.ranking dd &gt; ol &gt; li &gt; a {
	display: block;
	padding: 4vw;
	width: 100%;
    text-decoration: none !important;
    }
    .modal#modal-recommend-2 dl.ranking dd &gt; ol &gt; li &gt; a &gt; div:nth-of-type(1) &gt; span {
        display: inline-block;
        padding: 16px 9px;
        line-height:1;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        border-radius: 6px;
    }
    .modal#modal-recommend-2 dl.ranking dd &gt; ol &gt; li &gt; a &gt; div:nth-of-type(1) &gt; img {
        width: 160px;
        margin-left: 7px;
    }
    .modal#modal-recommend-2 dl.ranking dd &gt; ol &gt; li &gt; a &gt; div:nth-of-type(2) {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        line-height: 1.3em;
        font-size: 20px;
    }
    .modal#modal-recommend-2 dl.ranking dd &gt; ol &gt; li &gt; a &gt; div:nth-of-type(2) &gt; span:nth-of-type(1) {
        color:#388B6D;
        font-weight:bold;
    }
    .modal#modal-recommend-2 dl.ranking dd &gt; ol &gt; li &gt; a &gt; div:nth-of-type(2) &gt; span:nth-of-type(2) {
        color:#333;
    }

/* すべてのランキングを見る */
.modal#modal-recommend-2 dl.ranking .button {
    margin: 2vw auto 0 auto;
    padding: 0 0;
    text-align: center;
    line-height: 1;
}
.modal#modal-recommend-2 dl.ranking .button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 1vw 0;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
	line-height: 1;
	text-align: center;
	border-radius: 5em;
	background-color: #fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,.35);
}
.modal#modal-recommend-2 dl.ranking .button a::before {
    content: "";
    width: 6vw;
    height: 10vw;
    display: inline-block;
    background: url("/images/common/icon_ranking-b.png") left center no-repeat;
	background-size: 5vw;
}
</pre></body></html>