@charset "UTF-8";


html, body { height: auto; }
.iziModal-content *{ -webkit-font-smoothing: subpixel-antialiased; }
.modal-view{ width: 90%!important; max-width: 1000px!important; border-radius: 0!important; z-index: 6000!important; }
.iziModal-navigate{ z-index: 6001!important; }
.iziModal-overlay{ z-index: 5998!important; }
/*.iziModal-navigate-caption{ display: none!important; }*/
.iziModal-navigate > button{ width: 64px; height: 64px; background-color: rgba(0,0,0,0.9); top: 50%; opacity: 1; transform: translateY(-50%); }
.iziModal-navigate > .iziModal-navigate-prev{ left: 0; margin: 0!important; }
.iziModal-navigate > .iziModal-navigate-next{ right: 0; margin: 0!important; }
#body .modal-view .inner-body{ padding: 50px!important; margin: 0 auto; width: 100%; max-width: 1200px; box-sizing: border-box; overflow: hidden; }
#body .modal-view .inner-body .plan-header{ display: flex; display: -ms-flex; align-items: center; border: solid #cccccc; border-width: 0 1px; }
#body .modal-view .inner-body .plan-header *{ color: #616161; }
#body .modal-view .inner-body .plan-header .head{ padding: 0 20px; }
#body .modal-view .inner-body .plan-header .head .type{ font-size: 12px; line-height: 1.5; }
#body .modal-view .inner-body .plan-header .head .type .en{ font-size: 200%; line-height: 1; }
#body .modal-view .inner-body .plan-header .head .type .en .marker{ font-size: 200%; line-height: 0; }
#body .modal-view .inner-body .plan-header .head .ldk{ font-size: 12px; line-height: 1.5; margin-top: 10px; }
#body .modal-view .inner-body .plan-header .head .ldk .marker{ font-size: 200%; line-height: 1; }
#body .modal-view .inner-body .plan-header .info{ padding: 0 20px; border: solid #cccccc; border-width: 0 1px; flex: 1; }
#body .modal-view .inner-body .plan-header .info .area,
#body .modal-view .inner-body .plan-header .info .spec{ font-size: 12px; line-height: 1.45; }
#body .modal-view .inner-body .plan-header .info .area .marker{ font-size: 216.66%; line-height: 1; }
#body .modal-view .inner-body .plan-header .list-item{ padding: 0 20px; flex: 1; }
#body .modal-view .inner-body .plan-header .list-item .txt{ font-size: 14px; line-height: 1.57; }
#body .modal-view .inner-body .plan{ text-align: center; margin-top: 30px; }
#body .modal-view .inner-body .plan img{ max-width: 100%; height: auto; }
#body .modal-view .inner-body .plan-footer{ margin-top: 30px; }
#body .modal-view .inner-body .plan-footer .caption .icon{ display: inline-block; width: 22px; line-height: 12px; height: 12px; vertical-align: middle; margin-right: 4px; transform: translateY(-1px); position: relative; }
#body .modal-view .inner-body .plan-footer .caption .icon img{ width: 100%; height: auto; line-height: 0; position: absolute; top: 50%; transform: translateY(-50%); }
/*#body .modal-view .inner-body .plan-footer .caption .icon01{ background: url(../images/img_plan/icon01.png) center center no-repeat; background-size: contain; }
#body .modal-view .inner-body .plan-footer .caption .icon02{ background: url(../images/img_plan/icon02.png) center center no-repeat; background-size: contain; }*/
#body .modal-view .inner-body .plan-footer .caption .icon03{ background-color: #dddac1; }
#body .modal-view .inner-body .plan-footer .caption .icon04{ background-color: #fbe3dc; }
#body .modal-view .inner-body .plan-footer .caption .icon05{ width: 19px; line-height: 19px; height: 19px; }
#body .modal-view .inner-body .navi-close{ margin: 30px auto 0; max-width: 220px; }
#body .modal-view .inner-body .navi-close a{ display: block; margin: 0 auto; background-color: #efefef; box-sizing: border-box; padding: 15px 0; font-size: 18px; line-height: 1.5; color: #000000; text-decoration: none; text-align: center; position: relative; }
.mincho{ font-family: 'YakuHanMP', 'Lora', 'Noto Serif JP', serif; }

/*--レスポンシブ追加プロパティ--------------------------------------*/
@media screen and (max-width: 1112px){ /*1112px以下のcss*/
}
@media screen and (max-width: 768px){ /*768px以下のcss*/
	#body .modal-view .inner-body{ padding: 50px 5% 10%!important; width: auto; padding-bottom: calc(10% + 60px)!important; }
	#body .modal-view .inner-body .plan-header{ display: block; border-width: 1px 0; }
	#body .modal-view .inner-body .plan-header .head{ padding: 10px 0; }
	#body .modal-view .inner-body .plan-header .head .type .en .marker{ line-height: 1; }
	#body .modal-view .inner-body .plan-header .info{ padding: 10px 0; border-width: 1px 0; }
	#body .modal-view .inner-body .plan-header .list-item{ padding: 10px 0; }
	#body .modal-view .inner-body .plan{ margin-top: 7%; }
	#body .modal-view .inner-body .plan-footer{ margin-top: 7%; }
	#body .modal-view .inner-body .navi-close a{ font-size: 16px; padding: 10px 0; }
}
@media screen and (max-width: 480px){ /*480px以下のcss*/
}


@media print{
	.no-print{ display: none; }
	.iziModal-overlay{ display: none; }
	.modal-view.print{ height: auto!important; position: relative; box-shadow: none; }
	.modal-view.print .iziModal-wrap{ height: auto!important; overflow: visible; }
	.plan-etc .print-btn{ display: none; }
	.iziModal-navigate{ display: none; }
	.modal-view .navi-close{ display: none; }
	.modal-view::after{ display: none; }
	.inner-body .plan-split .plan-body img{ max-width: 100%; height: auto; }
	html, body { scrollbar-width: none; width: 1112px; }
	#body .modal-view .inner-body{ padding: 0!important; }
}



/*------------------------------------------------*/
.loan-intro{ width: 100%; position: relative; overflow: hidden; margin-bottom: 40px; }
.loan-intro::before{ content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 50; background: linear-gradient(115deg, rgba(255,255,255,0) 40%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 60%); transform: translateX(100%); }
.loan-intro .txt-red{ color: #dd0000; }
.loan-intro .copy{ text-align: center; color: #003f32; font-size: 28px; line-height: 1.2; font-family: 'YakuHanMP', 'Lora', 'Noto Serif JP', serif; }
.loan-intro .copy strong{ display: block; font-size: 300%; line-height: 1; }
.loan-intro .copy .marker{ font-size: 200%; }
.loan-intro .copy .caption{ font-size: 150%; }
.simulation{ border-top: 20px solid #ffffff; background-color: #eeeeee; }
.simulation .simulation-head{ background-color: #999999; font-size: 18px; line-height: 1.5; color: #ffffff; padding: 5px 0; }
.simulation .simulation-body{ padding: 5%; text-align: left; }
.simulation .simulation-body *{ line-height: 1.5; color: #333333; }
.simulation .simulation-body .marker{ color: #ba3a34; }
.simulation .simulation-body .separate{ margin-top: 10px; padding-top: 10px; border-top: 1px solid #cccccc; }
.simulation .simulation-body .pay-ttl{ font-size: 20px; }
.simulation .simulation-body .pay{ font-size: 20px; margin-top: 5px; }
.simulation .simulation-body .pay .marker{ font-size: 200%; line-height: 0; }
.simulation .simulation-body .bonus-ttl{ font-size: 16px; }
.simulation .simulation-body .bonus{ font-size: 16px; margin-top: 5px; }
.simulation .simulation-body .bonus .marker{ font-size: 200%; line-height: 0; }
.simulation .simulation-body .txt{ font-size: 16px; }
.simulation .simulation-body .etc{ font-size: 14px; }
.loan-caption{ float: left; width: 100%; margin-top: 20px; }

@media screen and (max-width: 768px){ /*768px以下のcss*/
	.loan-intro .copy{ font-size: 22px; }
	.loan-intro .copy strong{ font-size: 250%; }
	.loan-intro .copy .marker{ font-size: 160%; }
	.loan-intro .copy .caption{ font-size: 120%; }
	.simulation{ width: auto; float: none; clear: none; }
	.loan-caption{ margin-top: 15px; }
}
@media screen and (max-width: 480px){ /*480px以下のcss*/
	.loan-intro .copy strong{ font-size: 220%; }
	.loan-intro .copy .caption{ font-size: 100%; }
}
.loan-intro{ transition: none; }
.loan-intro::before{ animation: sparkle 3s ease 1s infinite; }
@keyframes sparkle{
	0%{ transform: translateX(-100%); }
	100%{ transform: translateX(100%); }
}
