@charset "utf-8";
/**************************************************
	modal指定：PC用
/**************************************************/
/**************************************************
	modal ： モーダル共通
/**************************************************/
.modal {
	padding: 0 0;
	width: 700px;
	min-height: 30vh;
	max-height: 90vh;
	background-color: #f5f8fa;
	font-size: 14px;
	font-family: initial;
}
.modal div.head {
	position: sticky;
	z-index: 9;
	position:-webkit-sticky;
	top: 0;
	left: 0;
	margin: 0 0;
/*	padding: 0 0;*/
	padding: 5px 70px 5px 20px;
	background-color: #254e52;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;}
.modal div.body {
	margin: 20px 20px 60px 20px;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #eee;
	font-size: 14px;
	line-height: 1.4;
	height: fit-content;}
.modal div.remarks {
	margin: 20px 20px 20px 20px;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #eee;
	font-size: 14px;
	line-height: 1.4;}
.modal div.foot {
	position: sticky;
	position:-webkit-sticky;
	left: 0;
	bottom: 0;
	padding: 15px 15px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	text-align: center;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;}
.modal div.modal-close,
	.modal a.modal-close {
	display: block;
	position: absolute;
	z-index: 9;
/*	top: 7px;*/
	top: calc((100% - 24px) / 2);
	right: 20px;
	font-size: 0px;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: center;
	background: url("/images/common/icon_x-b.png") 0 0 no-repeat;
	background-size: 24px;
	cursor: pointer;
	border-radius: 3px;
	background-color: #fff;}
	.modal .modal-close:hover {
		opacity:.7;}
	/*  */
.modal .head h3 { 
	margin: 0 0;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;}
	.modal .remarks li {
		position: relative;
		padding-left: 1.5em;}
	.modal .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 ul.product-list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;}
	/* リスト */
.modal ul.product-list > li {/* １商品分の行 */
	position: relative;
	display: flex;
	align-items: stretch;
	/*
	width: calc(33% - 7px);
	min-width: calc(33% - 7px);
	*/
	margin: 5px 0;
	padding: 5px 5px;}
.modal ul.product-list > li > a { 
	display: flex;
	align-items: stretch;
	color: #444; }
.modal ul.product-list > li > a:hover { 
		text-decoration: none; 
		color: inherit;}
.modal ul.product-box {/* 表示上の土台 */
	margin: 0 0 0 0;
	font-size: 19px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px 20px;
	cursor: pointer;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	align-content: flex-start;}
	.modal ul.product-box:hover {/* ホバー時 */
		box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
		background: linear-gradient(#fff 15%, #ffc);
		transition: .1s;}
.modal .lender-name { /*display: none;*/font-size:17px;padding-bottom: 0.5em;/* 金融機関名 */}
	/* セルの基本レイアウト */
.modal li.product-box-logo {/* ロゴ */
	width: 100%;
	text-align: center;
	padding-bottom: .5em;}
.modal li.product-name {/* 商品名 */
	width: 100%;
	/*padding-bottom: .5em;*/
	color: #388B6D;}
	/* スペック */
.modal  li.product-box-spec,
	.modal  li.product-box-spec-additional {
		display: flex;
		flex-wrap: wrap;
		align-items: center;}
.modal .product-box-spec dl div,
	.modal .product-box-spec-additional dl div {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
/*
		padding-bottom: .25em;
*/
	}

.modal .product-box-spec dl dt { width: 4.75em; color: #666;}
.modal .product-box-spec dl dd { color: #000;}
.modal .product-box-spec-additional dl dt { padding-right: 1em; }.
.modal .product-box-spec-additional dl dd { color: #666;}
.modal li.product-box-tag {
	font-size: 12px;}
.modal li.product-box-tag ul { display: flex;}
.modal 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;}
/**************************************************
	#-modal-ranking : ランキングモーダル
/**************************************************/
.modal#-modal-ranking { width: 960px;}
#-modal-ranking .head {}
#-modal-ranking .body {
	margin-bottom: 20px;
	border: none;
	padding: 0;
	background-color: transparent;
	border: none;}
#-modal-ranking .foot {
	font-size: 1rem;
	text-align: right;}
	/* rankinglist */
#-modal-ranking .foot a {
	display: inline-block;
	padding-left: .75em;
	background: url("/images/common/mark_arrow.png") left center no-repeat;
	background-size: auto .75em;}
.modal#-modal-ranking span.-favorite {
	top: 7px;
	right: 7px;}
	/* 商品情報 レイアウト */
#-modal-ranking ul.product-list { justify-content: center;}
#-modal-ranking ul.product-list > li {
	flex-basis: 33.3%;
	margin: 0;
	padding: 7px;}
#-modal-ranking ul.product-box { padding: 15px 15px;}
#-modal-ranking ul.product-box > 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 li.product-box-logo {/* ロゴ */ width: calc(100% - 60px);}
#-modal-ranking .product-box-spec dl div { flex-wrap: nowrap;}
#-modal-ranking .product-box-spec dl dd { white-space: nowrap;}
	/* 金融機関ページで別指定をキャンセルする */
body#lender-loanlist .modal#-modal-ranking ul.product-box li.product-box-spec {
	font-size: 19px;}
body#lender-loanlist .modal#-modal-ranking ul.product-box li.product-box-spec dl { display: block;}
body#lender-loanlist .modal#-modal-ranking ul.product-box li.product-box-spec dl > 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: #000;
	background-color: transparent;}
body#lender-loanlist .modal#-modal-ranking ul.product-box li.product-box-spec dd {
	width: auto;
	padding: 0;
	color: #666;
	background-color: transparent;}


/**************************************************
**************************************************
	.modal-loan : ローン詳細モーダル
**************************************************
**************************************************/
.modal.modal-loan {
	width: 880px;
	margin: 0 0;
	padding: 0 0;
	height: 90vh;
	top: 5vh;
	bottom: 5vh;
	left: calc(50% - 440px);
	right: auto;
	}
.modal.modal-loan div.head-info {
	position: sticky;
	top: 0;
	width: 100%;
	margin-left: 0;
	padding: 10px 0;
	background-color: #fff;
	text-align: center;}
.modal.modal-loan div.basic-info {
	margin: 20px 0 !important;
	padding: 0 40px;
	border: none;}
.modal-loan.modal-loan div.pr-info {
	padding: 0 40px 20px 40px;
	line-height: 1.5;}
.modal-loan div.detail-info {
	padding: 0 40px;
	line-height: 1.5;}
.modal.modal-loan div.button {
	position: sticky;
	bottom: 0;
	display:flex;
	justify-content:center;
	width: 100%;
	margin-left: 0;
	padding: 15px 0;}
.modal.modal-loan div.modal-close {
	top: 6.5vh;
	right: calc(50% - 440px + 30px);
	font-size: 0px;}
.modal.modal-loan div.head-info > img { margin-left: auto;}
.modal.modal-loan div.basic-info > dl { padding: 0;}
.modal-loan div.basic-info > dl > div > dt { color: #555}
.modal-loan div.basic-info > dl > div > dd {
	padding:8px 5px 7px 5px;
	background-color: #fff;
	color: #000;}
.modal-loan div.basic-info > dl > div.pickup-receiving-methods > dd > ul {
	justify-content: space-evenly;
	padding: 7px 0 8px 0;
}
.modal-loan div.basic-info > dl > div.pickup-receiving-methods > dd > ul > li {
	margin: 0 1px;
	line-height: 1.1;
}
.modal-loan div.basic-info > dl > div.pickup-receiving-methods > dd > ul > li > span {
	padding: 3px 6px;
	font-size: 12px;
	color: #aaa;}
	.modal-loan div.basic-info > dl > div.pickup-receiving-methods > dd > ul > li > span.on {
		color: #333;
		border: 1px solid #999;
	}
/*  */
.modal-loan div.pr-info em {
		font-style: normal;
		color: #f28d33;
	}
.modal-loan div.detail-info > div > dl > dt {
	padding:7px 7px;
	width: 12.5em;
}
.modal-loan div.detail-info > div > dl > dd {
	padding: 10px 10px;
	width:calc(100% - 12.5em - 10px);
}
.modal-loan div.detail-info > p.last-updated-at {
	margin-bottom: 10px;
}
.modal.modal-loan div.button span > a {
	margin: 0 5px;
	padding: 1.1em 4em;
	height: auto;
	width: auto;
	font-size: 16px;
	line-height: 1;
	background-image: none;
	background-position: 0 0;
	background-size: auto;
	border-radius: 3px;
	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 { width: 900px;}
#-modal-loansearch-form.modal .head { width: 100%;}
#-modal-loansearch-form.modal a.modal-close { }
#-modal-loansearch-form.modal .body {
	margin: 0 0 20px 0;
	padding: 0 0;
	background-color: transparent;
	border: none;}
#-modal-loansearch-form .foot {
	width: 100%;
	padding: 10px 15px;
	text-align: center;
	background-color: #254e52;}
	/* */
#-modal-loansearch-form .head h3 { 
	background-color: #254e52;
	border:none;}
#-modal-loansearch-form .head h4 {
	background-color: #eee;
	margin: 0 0;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: normal;}
	#-modal-loansearch-form .head em { color: red;}
#-modal-loansearch-form .body h4 {
	margin: 0 0;
	padding: 10px 20px;
	font-weight: bold;}
#-modal-loansearch-form.modal a#-modal-search-body-filter-more-opener {
	display: block;
	margin: 5px 20px 5px 24px;
	font-size: 0;
/*
	padding-left: .8em;
	font-size: 14px;
	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:before {
	padding-left: 0.8em;
	background: url(/images/common/mark_arrow.png) no-repeat left center;
	background-size: auto 0.8em;
	content:"さらに条件を指定する";
	font-size:14px;
}
#-modal-loansearch-form.modal a#-modal-search-body-filter-more-opener.opened:before {
	content:"閉じる";
}
	#-modal-loansearch-form.modal a#-modal-search-body-filter-more-opener.opened {}

#-modal-loansearch-form.modal #-modal-search-body-sort {
	margin-top:20px;
}

#searchform-supplement { display: none;}
	#searchform-supplement.on { display: inline;}

	/* formパーツのレイアウト */
#-modal-loansearch-form dl {
	margin: 0 20px 0px 20px;
	padding: 0 0;
	border: none;}
#-modal-loansearch-form dl > div { 
	margin: 0 0 5px 0;
	padding: 5px 10px ;
	/*width: 100%;*/
	background-color: #fafafa;
	border: 1px solid #ddd;}
	#-modal-loansearch-form dl > div:hover { 
		box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
		background: linear-gradient(#fff 15%, #ffc);
		transition: .1s;}
	/* formレイアウト */
#-modal-loansearch-form dl,
#-modal-loansearch-form dd { }
#-modal-loansearch-form dt { padding: 0 0 .25em 0; color: #444;}
		/* 用途選択と並べ替え */
#-modal-loansearch-form #-modal-search-body-sort dd label {
	display: inline-block;
	box-sizing: border-box;
	width: 24%; 
	margin: 4px .5%;
	padding: 8px 0;
	color: #388B6D;
	text-align: center;
	letter-spacing: normal;
	border: 1px solid #ccc;
	background: #fff;
	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;}

	/* label */
#-modal-loansearch-form.modal label {
	display: inline-block;
	margin: 0 0;
	padding: 3px 5px 3px 0;
	cursor: pointer;}
	#-modal-loansearch-form.modal label::hover { font-weight: bold;}

	/* form要素の書式 */
#-modal-loansearch-form select,
#-modal-loansearch-form input[type="number"]{ 
	width: 100%;
	margin: 0 5px 0 0;
	line-height: 1;
	max-width: 45%;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;}
	#-modal-loansearch-form select { padding: .8em .7em;}
	#-modal-loansearch-form input[type="number"]{ padding: .9em .7em;}
#-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;
	padding: 10px 100px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	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 a::hover { text-decoration: none; opacity: 0.8;}
#-modal-loansearch-form .foot p.not_exists {/*該当するローンがありません*/
	padding: 10px 100px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin: 1px 0;
}

/**************************************************
	#-modal-loan-favorite : お気に入りモーダル
/**************************************************/
#-loan-favorite-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
/*	padding: 5px 20px;*/
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;}
#-loan-favorite-header a.modal-close {
/*
	top: 7px;
	right: 10px;
*/
}
#-loan-favorite-header h3 { 
	width: calc(100% - 24em);
/*	padding: 0 0;*/
}
#-loan-favorite-header > div {/* 簡易・詳細スイッチ */
	display:flex;
	justify-content: space-evenly;
	border-radius: 3px;
	background: linear-gradient(to bottom, #fff, #bbb);
}
#-loan-favorite-header > select {
/*	margin-right: 40px;*/
	padding: 4px 5px;
	height: auto;
	font-size: 14px;
	line-height: 1;
}
#-loan-favorite-header > div > input[type=radio] {
	display: none;
}
#-loan-favorite-header div > input[type=radio] + label {
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 7px  21px;
	font-size: 14px;}
#-loan-favorite-header div > label:nth-of-type(1) {
	border-radius: 3px 0 0 3px;
	border-right: 1px solid #aaa;}
#-loan-favorite-header div > label:nth-of-type(2) {
	border-radius: 0 3px 3px 0;}
section[data-display-mode="simple"] #-loan-favorite-header label:nth-of-type(1),
	section[data-display-mode="detail"] #-loan-favorite-header label:nth-of-type(2) { color: #000;}
section[data-display-mode="simple"] #-loan-favorite-header label:nth-of-type(2),
	section[data-display-mode="detail"] #-loan-favorite-header label:nth-of-type(1) { background: #ddd; color: #333;}
#-loan-favorite-header div > input[type=radio]:not(:checked) + label:hover { background: #fff; color: #000;}
	#-loan-favorite-header div > input[type=radio]:checked + label:hover { background: #fff; color: #333;}

#-loan-favorite-body {
	margin: 0 0;
	padding: 0 0 ;
	background-color: transparent;
	border: none;}
	/*********** 簡易表示 ***********/
#-modal-loan-favorite #-loan-favorite-body > ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;}
.-favorite-opener {
	display:none;
}
#-modal-loan-favorite {
	width:900px;
	min-width:900px;
	max-width:calc(100% - 40px);
	padding:0;
	min-height:300px;}
[data-display-mode="simple"] li.-loan-item {
	position: relative;
	flex-basis:calc((100% / 3) - 4px);
	margin: 3px 2px;
}
[data-display-mode="simple"] li.-loan-item > a {
	display:block;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:5px 0;
	padding: 15px 20px;
	height: 100%;
	font-size: 16px;
	color: #333;
	text-decoration:none;
	cursor: pointer;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0px 1px 3px rgba(0, 0, 0,0.3);
	align-content: flex-start;}
[data-display-mode="simple"] li.-loan-item > a:hover {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	background: linear-gradient(#fff 15%, #ffc);
	transition: .1s;
	text-decoration:none;
	color: inherit;
	}

[data-display-mode="simple"] li.-loan-item > a > span.lender-name { 
	padding-bottom: .5em;
	font-size: 17px;
}
[data-display-mode="simple"] li.-loan-item > a > span.product-name { 
	display: block;
	/*padding-bottom: .5em;*/
	text-align: left;
	font-size: 18px;}
[data-display-mode="simple"] li.-loan-item > a > dl.product-spec { 
	text-align: left;
	width: 100%;}
[data-display-mode="simple"] li.-loan-item > a > dl.product-spec div {
	display: flex;
	flex-wrap: nowrap;
/*
	padding-bottom: .5em;
*/
}
[data-display-mode="simple"] li.-loan-item > a > dl.product-spec dt {
	color: #666;
	font-size:15px;
	padding-top: 0.1em;
}
[data-display-mode="simple"] li.-loan-item > a > dl.product-spec dd {
	color: #000;
	font-size:17px;
}
[data-display-mode="simple"] li.-loan-item > a > ul.tag,
[data-display-mode="detail"] .-favorite-cell > ul.tag { 
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	align-items: flex-start;
	margin-top:0.5em;
}
[data-display-mode="simple"] li.-loan-item > a > ul.tag li,
[data-display-mode="detail"]  .-favorite-cell > ul.tag li {
	margin: 0 2px 2px 0;
	padding: 3px 4px;
	display: inline-block;
	background: #8396b3;
	border-radius: 3px;
	color: #fff;
	line-height: 1.2;}


	/*********** 詳細表示 ***********/
#-modal-loan-favorite[data-display-mode="detail"] {
	width:fit-content;
	max-width:calc(100% - 40px);
	padding:0;
}
#-modal-loan-favorite[data-display-mode="detail"][data-favorite-count='1'],
#-modal-loan-favorite[data-display-mode="detail"][data-favorite-count='2'] {
	min-width:900px;
}
#-loan-favorite-body-simple {
	padding:20px;
}
#-loan-favorite-body-detail {
}

#-loan-favorite-body-detail > div.head-info,
#-loan-favorite-body-detail > div.pr-info,
#-loan-favorite-body-detail > div.basic-info > dl,
#-loan-favorite-body-detail > div.detail-info > div.title-row,
#-loan-favorite-body-detail > div.detail-info > div.detail-info-group > dl,
#-loan-favorite-body-detail > div.last-updated-info {
	display:flex;
}
#-modal-loan-favorite[data-display-mode="detail"] .-favorite-cell {
	width:350px;
	min-width:350px;
}
#-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 > div.head-info {
	position:sticky;
	z-index:9000;
}
#-loan-favorite-body-detail > div.head-info > div {
	position:relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;

	text-align:center;
	padding:10px 10px 5px;
	background-color: #fff;
	border-right: 1px solid #eee;
	border-bottom:1px solid #ccc;
}
#-loan-favorite-body-detail > div.head-info > div > h3 {
	margin-top:10px;
	flex-grow: 1;
	font-size: 18px;
	font-weight: bold;
}
#-loan-favorite-body-detail > div.head-info > div > h4 {
/*	display:none;*/
	margin-top:4px;
	font-size:17px;
	margin-bottom: 5px;
}
#-loan-favorite-body-detail > div.pr-info > div:nth-of-type(even),
#-loan-favorite-body-detail > div.basic-info > dl > div:nth-of-type(even),
#-loan-favorite-body-detail > div.detail-info > div.detail-info-group > dl > div:nth-of-type(even),
#-loan-favorite-body-detail > div.last-updated-info > div:nth-of-type(even) {
/*	background-color:#f3f3f3;*/
}
#-loan-favorite-body-detail > div.head-info div.apply-button {
	padding:5px 10px 10px;
	width: 100%;
}
#-loan-favorite-body-detail > div.head-info div.apply-button span {
	display: flex;
	justify-content: center
}
#-loan-favorite-body-detail > div.head-info div.apply-button a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 40px;
	margin:0 30px;
/*	padding: 0 20px;*/
	line-height: 40px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	transition: 0.5s;
	flex-grow: 1;
	font-weight:bold;
}
#-loan-favorite-body-detail > 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 > div.head-info div.apply-button a:hover::before {
	left: 100%;
}

#-loan-favorite-body-detail > div.pr-info > div {
	padding: 5px 10px;
	border-bottom:1px solid #ccc;
}
#-loan-favorite-body-detail > div.pr-info > 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 > dl > div,
#-loan-favorite-body-detail div.detail-info > div.detail-info-group > dl > div {
	padding: 5px 10px;
}
#-loan-favorite-body-detail div.basic-info > dl:not(:last-child) > div,
#-loan-favorite-body-detail div.detail-info > div.detail-info-group > dl:not(:last-child) > div {
	border-bottom:1px solid #ccc;
}
#-loan-favorite-body-detail div.basic-info > dl > div.pickup-receiving-methods ul > li {
	display:inline;
	white-space:nowrap;
}
#-loan-favorite-body-detail div.basic-info > dl > div.pickup-receiving-methods ul > li:before {
	content:"／";
}
#-loan-favorite-body-detail div.basic-info > dl > div.pickup-receiving-methods ul > li:first-child:before {
	content:"";
}

#-loan-favorite-body-detail div.detail-info > div.title-row.opened {
	position:sticky;
	z-index:3;
}
#-loan-favorite-body-detail div.detail-info > div.title-row > 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 > div.title-row.hover > div {
/*	color:#666;*/
	background-color:#f3f3f3 !important;
}
#-loan-favorite-body-detail div.detail-info > div.title-row.opened > div {
	border-bottom:1px solid #ccc;
}
#-loan-favorite-body-detail div.detail-info > div.title-row > div:first-child {
	position:sticky;
	left:0;
}
#-loan-favorite-body-detail div.detail-info > div.title-row > div:first-child:before {
	content:"＋";
}
#-loan-favorite-body-detail div.detail-info > div.title-row.opened > div:first-child:before {
	content:"－";
}

#-loan-favorite-body-detail div.last-updated-info > 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;
	top: 50%;
	left: 50%;
	width: auto;
	padding: 1em 4em;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	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 > li > dl {
	flex-direction: column;
}
#-loan-favorite-body-detail ul.element_grpins > li > dl > dt {
	margin: 5px 0 0;
}
#-loan-favorite-body-detail ul.element_grpins > li > dl > 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:5px;
	right:10px;
	color:white;
/*	background-color:#ee8e26;*/
	background-color:#ccc;
	border:1px solid #bbb;
	border-radius:5px;
	font-weight:bold;
	padding:1px 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 > span:nth-of-type(2) {
	margin:0 0.3em;
}

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

#-modal-loan-favorite[data-display-mode='simple'] li.-loan-item dl.product-spec dt {
	margin-right:.75em;
}
#-modal-loan-favorite[data-display-mode='simple'] li.-loan-item dl.product-spec dt:after {
/*
	content:"：";
	color:initial;
*/
}

/*****************************************************
	2025.03.06 ランキングモーダル : #modal-recommend-2
*****************************************************/
.modal#modal-recommend-2 {
    width: 900px;
    padding: 0 0;
    border-radius: 6px;
}
    /* head */
.modal#modal-recommend-2 .modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1A0033;
    border-radius: 5px 5px 0 0;
}
.modal#modal-recommend-2 .modal-head h3 {
    position: relative;
    width:auto;
    margin: 0 0;
    padding:.75em 1em;
    font-weight:bold;
    border-radius:5px;
    font-size: 18px;
    line-height: 1.1;
    border: none;
    background-color: transparent;
    color: #fff;
    font-family: "UD Digi Kyokasho N-B", "M PLUS Rounded 1c";
}
.modal#modal-recommend-2 .modal-close { 
    position: relative;
    color: #fff;
	top: auto;
	right: auto;
    margin: 0 8px;
	width: 24px;
	height: 24px;
    font-size: 1px;
    background-image: url("/unified/images/common/btn-close.png");
    background-position: center center;
    background-size: 14px;
    background-color: #fff;
    background-repeat: no-repeat;}
    /* body */
.modal#modal-recommend-2 .modal-body {
    padding:20px;
    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;
}
.modal#modal-recommend-2 dl.ranking {}
    /* */
.modal#modal-recommend-2 dl.ranking > div {}
.modal#modal-recommend-2 dl.ranking dt {/* DIV name */
    margin: 0 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0 0 .5em 0;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #1A0033;
    font-family: "UD Digi Kyokasho N-B", "M PLUS Rounded 1c";
}
.modal#modal-recommend-2 dl.ranking dt > span {}
    /*  */
.modal#modal-recommend-2 dl.ranking dd {}
.modal#modal-recommend-2 dl.ranking dd ol {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom:20px;
}
.modal#modal-recommend-2 dl.ranking dd ol li {
    flex: 1;
    border:1px solid #eee;
    border-radius:5px;
    margin: 2px;
    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 ol li:hover { 
	border-color:#1A0033;
	background: linear-gradient(#fff 15%, #ffc);
	transition: .1s;}
.modal#modal-recommend-2 dl.ranking a {
    display: block;
    padding: 20px;
    text-decoration: none !important;
}
.modal#modal-recommend-2 dl.ranking dd ol li > a:hover { text-decoration: none;}
.modal#modal-recommend-2 div[data-rank] { 
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;}
.modal#modal-recommend-2 div[data-rank] span { 
    display: inline-block;
    padding: 16px 9px;
    border-radius: 6px;
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.35);
}
.modal#modal-recommend-2 div[data-rank="1"] span { background: linear-gradient(-180deg,  #C19D71 0%, #FEFFC6 15%, #B28348 85%,#C8B162 100%) !important;}
.modal#modal-recommend-2 div[data-rank="2"] span { background: linear-gradient(-180deg,  #8F8F8F 0%, #E8EBEA 15%, #A7A6A7 75%,#C2BEBD 95%) !important;}
.modal#modal-recommend-2 div[data-rank="3"] span { background: linear-gradient(-180deg,  #9E6D57 0%, #E9BF8F 15%, #B67149 85%,#CB945E 100%) !important;}
.modal#modal-recommend-2 div[data-rank] img {
    width: 160px;
    margin-left: 7px;
}
.modal#modal-recommend-2 dl.ranking a > 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  a > div:nth-of-type(2) > span:nth-of-type(1) {
    color:#388B6D;
    font-weight:bold;
}
.modal#modal-recommend-2 dl.ranking a > div:nth-of-type(2) > span:nth-of-type(2) {
    color:#333;
}
/* すべてのランキングを見る */
.modal#modal-recommend-2 dl.ranking .button {
    margin: 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: 20em;
    margin: 0 auto;
    padding: 0 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: 28px;
    height: 48px;
    display: inline-block;
    background: url("/images/common/icon_ranking-b.png") left center no-repeat;
	background-size: 24px;
}
.modal#modal-recommend-2 dl.ranking .button a:hover { 
	opacity: 0.75;
	transition: .1s;
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);}