@charset "utf-8";
/* --------------------------------------------------
	共通：ローン詳細モーダルウインドウ PC
-------------------------------------------------- */
	/* 土台 */
.overlay {
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.overlay.block {
	z-index: 9999;
	opacity: 1;
}

/* --------------------------------------------------
	モーダルウィンドウ
-------------------------------------------------- */
.modal, .modal * {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 100%;
}
.modal {
	display: none;
	position: fixed;
	overflow: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 20px 40px 20px;
	z-index: 99999;
	height: max-content;
	max-height: calc(100vh - 20px);
	background-color:#fff;
	border-radius: 3px;
	color: #333;
}
.modal div.modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index:100;
}
.modal div.modal-close:hover {
	opacity:.7;
}
.modal dl, .modal dt, .modal dd { margin: 0 0;}

/* -------------------------- ローン詳細 -------------------------- */
.modal.modal-loan {
	display: none;
	position: fixed;
	overflow: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 880px;
	margin: 10px auto;
	padding: 0 40px;
	z-index: 99999;
	background-color:#fff;
	border-radius: 3px;

}
.modal.modal-loan div.modal-close {
	position: fixed;
	top: 20px;
	right: calc((100% - 840px) / 2);
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index:100;
}
	.modal div.modal-close:hover {
		opacity:.7;
	}

.modal.modal-loan div.head-info {
	position:fixed;
	top:10px;
	width:880px;
	margin-left:-40px;
	background-color:#fff;
	padding: 10px 0;
	border-bottom:1px solid #ccc;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	z-index:10;
}
.modal.modal-loan div.head-info h3 {
	border:none;
	padding:0 20px;
	text-align:center;
	font-weight: bold;
	font-size: 18px;
}
.modal.modal-loan div.head-info.prMark h3:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 14px;
    right: 44px;
    font-size: 1rem;
    width: 32px;
    height: 14px;
    background: transparent url(/unified/images/common/prMark-hb.png) center right no-repeat;
    background-size: contain;
    opacity: .55;
}
.modal.modal-loan div.head-info > img {
	width:auto;
	margin-left: calc((100% - 160px) / 2);
}
.modal.modal-loan div.basic-info {
	margin-top:100px;
}
.modal.modal-loan div.basic-info > dl {
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	padding:10px;
	margin:10px 0;
}
.modal.modal-loan div.basic-info > dl > div {
	width:calc((100% - 24px) / 4);
	margin: 2px 3px;
}
.modal.modal-loan div.basic-info > dl > div.pickup-receiving-methods.wide {
	width:calc(((100% - 24px) / 4) * 2 + 6px);
}
.modal-loan div.basic-info > dl > div > dt,
.modal-loan div.basic-info > dl > div > dd {
	margin: 0 0;
	font-size:14px;
	text-align:center;
}
.modal-loan div.basic-info > dl > div > dt {
	background-color:#eee;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-radius:5px 5px 0 0 ;
	padding:5px 5px;
}
.modal-loan div.basic-info > dl > div > dd {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-radius:0 0 5px 5px;
	padding:13px 5px 12px;
}
.modal-loan div.basic-info > dl > div.pickup-receiving-methods > dd {
	padding: 5px 5px 5px 5px;
	line-height: 1;
}
.modal-loan div.basic-info > dl > div.pickup-receiving-methods > dd > ul {
	display:flex;
	justify-content: space-around;
	list-style:none;
	margin: 0 0;
	padding: 6px 0;
	line-height: 1;
}
.modal-loan div.basic-info > dl > div.pickup-receiving-methods > dd > ul > li {
	margin:0 0;
	line-height: 1;
	font-size: 12px;
}
.modal-loan div.basic-info > dl > div.pickup-receiving-methods > dd span {
	display:block;
	padding: .5em .5em;
	color: #bbb;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	border-radius: 3px;
}
	.modal-loan div.basic-info > dl > div.pickup-receiving-methods > dd span.on,
	.modal-loan div.basic-info > dl > div.pickup-receiving-methods > dd span.active {
		color: #000;
		border: 1px solid #666;
		background-color: #ddd
		}

.modal-loan div.pr-info {
	padding: 0 10px 20px 10px;
	font-size: 14px;
}
	.modal-loan div.pr-info em {
		color: #f28d33;
		font-style: normal;
	}
.modal-loan div.detail-info h4 {
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: .1em;
}
.modal-loan div.detail-info > div:not(:first-child) {
	margin-top:20px;
}
.modal-loan div.detail-info > div > dl {
	display:flex;
	flex-wrap: wrap;
}
.modal-loan div.detail-info > div > dl > dt,
.modal-loan div.detail-info > div > dl > dd {
	font-size:14px;
	border-bottom:1px solid #ddd;
	padding:7px 7px;
}
.modal-loan div.detail-info > div > dl > dt:nth-of-type(1),
.modal-loan div.detail-info > div > dl > dd:nth-of-type(1) {
	border-top:1px solid #ddd;
}
.modal-loan div.detail-info > div > dl > dt {
	width: 220px;
	background-color:#eee;
}
.modal-loan div.detail-info > div > dl > dd {
	width:calc(100% - 220px);
}
.modal-loan div.detail-info > p.last-updated-at {
	margin-top:10px;
	margin-bottom: 75px;
	font-size:14px;
	color:#999;
	text-align:right;
}
.modal.modal-loan div.button {
	position:fixed;
	bottom:10px;
	width:880px;
	margin-left:-40px;
	background-color:#fff;
	padding: 10px 0;
	border-top:1px solid #ccc;
	display:flex;
	justify-content:center;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	min-height:60px;
}
.modal.modal-loan div.button span {
	display: flex;
	justify-content: center;
	text-align: center;
} 
.modal.modal-loan div.button span > a {
	display: block;
	height: 40px;
	width: 200px;
	border-radius: 2em;
	margin: 0 5px;
	font-size: 15px;
	line-height: 40px;
	color: #fff;
	text-align:center;
	text-decoration:none;
	background-image: url("/unified/images/common/icon-arrowRight_white.png");
	background-position: 30px center;
	background-repeat:  no-repeat;
	background-size: 6px auto;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	overflow:hidden;
	position:relative;
	transition: 0.5s;
}
.modal.modal-loan div.button span > a:hover {
	opacity: 0.8;
}
.modal.modal-loan div.button span > a {
/*	transform:scale(1.1, 1.1);*/
}
.modal.modal-loan div.button span > 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;
}
.modal.modal-loan div.button span > a:hover::before {
	left: 100%;
}
.modal.modal-loan div.button > div.link {
	position:absolute;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	padding: 0 0;
}
.modal.modal-loan div.button > div.link > a {
	display: inline-block;
	color: #3f9322;
	padding-left: 10px;
	text-decoration:none;
	background: url("/unified/images/common/link-arrow_grey.png") left center no-repeat;
	background-size: 5px auto;
}
	/** **/
	a[data-link="appl-1"] { background-color: #ee8e26;}
	a[data-link="appl-2"] { background-color: #6fb42c;}
	a[data-link="appl-3"] { background-color: #08bbd6;}
	a[data-link="appl-4"] { background-color: #08bbd6;}
	a[data-link="appl-5"] { background-color: #08bbd6;}

/**************************************************************************************/

.modal-loan .creditor-group-insurance > ul > li {
}
.modal-loan .creditor-group-insurance > ul > li:before {
	content:"";
	display:block;
	border-top:1px solid #ddd;
	margin:10px 20px;
}
.modal-loan .creditor-group-insurance ul > li > dd > dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 3px;
	padding: 2px 8px 4px;
	border:1px solid #ddd;
	border-radius:5px;
}
.modal-loan .creditor-group-insurance ul > li > dd > dl > dt {
	margin: 5px 10px 0 0;
	width: 100px;
}
.modal-loan .creditor-group-insurance ul > li > dd > dl > dd {
	margin: 3px 0 0 0;
	width: calc(100% - 100px - 20px);
}
.modal-loan .creditor-group-insurance ul > li > dt > span {
	font-weight:bold;
}
.modal-loan .creditor-group-insurance ul > li > dd > dl > dd > ul {
	display:flex;
	flex-wrap: wrap;
}
.modal-loan .creditor-group-insurance ul > li > dd > dl > dd > ul > li {
	border-radius: 10px;
	margin: 1px 2px;
	padding: 1px;
	text-align: center;
	height: 18px;
	vertical-align: middle;
	font-size:14px;
}
.modal-loan .creditor-group-insurance ul > li > dd > dl > dd > ul > li > span {
	display: block;
	color: #fff;
	margin-top: -1px;
	padding: 0 7px;
}

/**/
@media screen and (max-width: 900px) {
	.overlay {
		width: 200vw;
		left: -50vw;
	}
	.modal-loan {
		width: 94%;
		max-width: 94%;
		height: 96vh;
		max-height: 96vh;
		margin: 2vh 3%;	
	}
	.modal-loan div.head-info {
		width: 94%;
		max-width: 94%;
		top: 2vh;
		margin: 0 0;
	}
	.modal-loan div.modal-close {
		top: 4vh;
		right: 5%;
	}
	/**/
	.modal-loan div.detail-info > p.last-updated-at {
		margin-bottom: 70px;
	}
	.modal-loan div.button {
		width: 94%;
		max-width: 94%;
		bottom: 2vh;
		margin: 0 0;
		justify-content: space-evenly;
		align-items: center;
		flex-direction: row;
	}
	.modal-loan div.button span > a {
		width: calc(40vw - 2em);
		min-width: calc(40vw - 6em);
	}
	.modal-loan div.button > div.link {
		position: static;
		width: 11em;
		text-align: right;
		font-size: 14px;
		line-height: 1.1;
		margin: 0 0;
		padding: 0 10px 0 0;
	}
}

/**************** 商品詳細：団体信用生命保険 *****************/
.maincontents-detail table td, /* 商品詳細 */
.modal-loan div.detail-info > div > dl > dd /* 商品詳細モーダル *//*  */ {}
ul.tab_grpins,
ul.element_grpins {
	display: block;
}
/* タブ */
ul.tab_grpins,
.modal ul.tab_grpins{
	display: block;
	margin-top: 0.5em;
	padding: .5em .5em .5em .5em;
	font-size: 13px;
	background-color: #eee;
	border-radius: 3px;
}
ul.tab_grpins li,
.modal ul.tab_grpins li{
	display: inline-block;
	margin: 1px 5px 1px 0;
	padding: 5px 7px 5px 20px;
	min-width: 120px;
	line-height: 1.1;
	color: #444;
	cursor: pointer;
	background: url("/unified/images/common/icon-pagelink_green.png") left 6px center no-repeat;
	background-size: 9px auto;
}
ul.tab_grpins li:hover {
	color: #6fb42c;
}
ul.tab_grpins li.active {
	color: #6fb42c;
	background-color: #fcfcfc;
	border-color: #ccc;
	border-radius: 3px;
}
/* 切り替え表示されるコンテンツ */
ul.element_grpins,
.modal ul.element_grpins { 
	padding: 0 0 !important;
	list-style: none !important;}
ul.element_grpins > li,
.modal ul.element_grpins > li {
	display: block;
	padding-top: 0.75em;
	list-style-type:none;
}
ul.element_grpins > li > span {
	display: block;
}

/* アイコン説明 */
ul.element_grpins > li > dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0.75em 0;
	padding: 3px 0 3px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
ul.element_grpins > li > dl > dt {
	display: inline-flex;
	align-items: center;
	margin: 0 0 0 0;
	line-height: 1;
	width: 7.6em;
}
ul.element_grpins > li > dl > dt > a {/* ?-icon */
	color: #444444;
	text-decoration: none;
	transition: opacity .4s;
	display: inline !important;
}
ul.element_grpins > li > dl > dt i.fa {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	line-height: 1;
	margin: 0 2px;
	padding: 0 0;
	color: #aaa;
	background: url("/unified/images/common/icon-question.png") 0 0 no-repeat;
	background-size: contain;
	}
ul.element_grpins > li > dl > dd {
	margin: 5px 0 0 10px;
	width: calc(100% - 8em - 15px);
}
/* タグ */
.result > ul > li > div.applied-ins dl > dd > ul,
ul.element_grpins > li > dl > dd > ul {
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	padding-top: 0;
	padding-left: 0;
}
.result > ul > li > div.applied-ins dl > dd > ul > li,
ul.element_grpins > li > dl > dd > ul > li,
div.modal-selection > dl > dt {
	display: block;
	position: relative;
	margin: 0 3px 3px 0;
	padding: 3px 4px 2px 4px;
	font-size: 13px;
	color: #ccc;
	line-height: 1;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;	
}
ul > li dl > dd > ul > li.active,
div.modal-selection > dl > dt {
	box-shadow: 1px 1px 0px #ddd;
}
.result > ul > li > div.applied-ins dl > dd > ul > li > span,
ul.element_grpins > li > dl > dd > ul > li > span {
	margin: 0 0;
	padding: 0 0;
}

/* -------------------------- 「保険金のアイコンについて」モーダル -------------------------- */

div.modal.about-icon {
	width: 710px;
	padding: 0 40px 20px 40px;
	background-color: #fff;

}
div.modal.about-icon div.modal-close {
	position: fixed;
	top: auto;
	right: calc(50% - 315px);
	margin-top: 14px;
	text-align: right;
	z-index:100;
}
div.modal.about-icon h3 {
	position: fixed;
	z-index: 99;
	width: 630px;
	margin: 0 0;
	padding: 20px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	line-height: 1.2;
	background-color: #fff;}
div.modal.about-icon div.modal-selection { 
	margin: 15px 0 0 0;
	padding-top: 45px;
	}
div.modal.about-icon div.modal-selection > dl > dt { display: inline-block;}
div.modal.about-icon div.modal-selection > dl > dt > span {
	display: inline-block;}
div.modal.about-icon div.modal-selection > dl > dd { margin: 5px 0 20px 0px;}
div.modal.about-icon div.modal-selection > dl > dd > ul,
div.modal.about-icon div.modal-selection > dl > dd > ul > li {
	list-style: disc;
	margin: 0 1em;
	padding: 0.15em 0.25em;
	line-height: 1;
}

/********** tag 色 **********/
ul > li dl > dd > ul > li.ins-type-a.active,
div.modal-selection dl dt.ins-type-a {
	border:1px solid#24245B !important;
	color:#24245B !important;
}
ul > li dl > dd > ul > li.ins-type-b.active,
div.modal-selection dl dt.ins-type-b {
	border:1px solid #040 !important;
	color: #040 !important;
}
ul > li dl > dd > ul > li.ins-type-c.active,
div.modal-selection dl dt.ins-type-c {
	border:1px solid #923D5C !important;
	color: #923D5C !important;
}
ul > li dl > dd > ul > li.ins-type-d.active,
div.modal-selection dl dt.ins-type-d {
	border:1px solid  #DAA520 !important;
	color:  #DAA520 !important;
}
ul > li dl > dd > ul > li.ins-type-e.active,
div.modal-selection dl dt.ins-type-e {
	border:1px solid #B12323 !important;
	color: #B12323 !important;
}
ul > li dl > dd > ul > li.ins-type-f.active,
div.modal-selection dl dt.ins-type-f {
	border: 1px solid #669 !important;
	color: #669 !important;
}
ul > li dl > dd > ul > li.ins-type-g.active,
div.modal-selection dl dt.ins-type-g {
	border: 1px solid #BB543E !important;
	color: #BB543E !important;
}
/********** /tag 色 **********/

/*===================================================
	20240717 貸付条件 #loanConditions
===================================================*/
.modal #loanConditions {
    margin: -50px auto 85px auto;
    max-width: calc(100% - 20px);
    padding: 1em 2em;
    background-color: #f6f6f6;
    border-radius: 6px;
    border: 1px solid #ccc;
}
	.modal #loanConditions h5 {
		font-weight: bold;
	}
	.modal #loanConditions pre {
		white-space: pre-wrap;
		font-size: 14px;
		font-family: inherit;
	}

/******************************
    2025.12.05
********************************/
.modal.modal-loan img.jfsa-symbol {
	width:4mm;
	height:4mm;
	margin-right:4px;
}
