<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*===================
	sub-title
===================*/

#sub-title {
	background-image: url(../images/loan/bg_mv.jpg);
}


/*===================
	loan
===================*/

.loan {
	background: #eee;
	padding: 50px 0;
	text-align: center;
}

.loan figure img {
	max-width: 100%;
}

/*===================
	reform-examples
===================*/

.reform-examples {
	margin: 72px 0 100px;
}

.reform-examples .loan-title {
	text-align: center;
	line-height: 1.4;
	margin-bottom: 34px;
}

.reform-examples .loan-title span {
	font-size: 20px;
	color: #999;
}

.reform-examples .loan-title strong {
	font-size: 28px;
	font-weight: 700;
}

.pattern-title {
	background: #eee;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	vertical-align: bottom;
}

.reform-examples .re-list {
	display: flex;
	justify-content: space-between;
}

.reform-examples .re-list .rs-content {
	width: 32.142%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 260px;
	background: #fdf4e6 right 20px bottom 20px no-repeat;
	background-size: 56.11% auto;
}

.reform-examples .re-list .rs-content.number {
	background-image: url(../images/loan/bg_reform_example01.png);
}
.reform-examples .re-list .rs-content.rate {
	background-image: url(../images/loan/bg_reform_example02.png);
}
.reform-examples .re-list .rs-content.pay {
	background-image: url(../images/loan/bg_reform_example03.png);
}

.reform-examples .re-list .rs-content dl {
	text-align: center;
}

.reform-examples .re-list .rs-content dl dt {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.reform-examples .re-list .rs-content dl dd {
	color: #eb6100;
	display: flex;
	align-items: flex-end;
	line-height: 1;
}

.reform-examples .re-list .rs-content dl dd strong {
	font-size: 64px;
	font-weight: 700;
}

.reform-examples .re-list .rs-content dl dd span {
	font-size: 41.6px;
	font-weight: 700;
	display: inline-block;
    margin: 0 0 8px 5px;
}

@media all and (-ms-high-contrast:none){
	
	.pattern-title{
	padding: 0.5em 0.3em 0.2em;
	}
	
}

@media screen and (max-width:1120px){

		
	.reform-examples .re-list .rs-content {
		height: 23.214vw;
		background-position: right 1.785vw bottom 1.785vw;
	}

	.reform-examples .re-list .rs-content dl dt {
		font-size: 2.1428vw;
		margin-bottom: 1.0714vw;
	}

	.reform-examples .re-list .rs-content dl dd strong {
		font-size: 5.714vw;
	}

	.reform-examples .re-list .rs-content dl dd span {
		font-size: 3.714vw;
		margin: 0 0 0.714vw 0.4464vw;
	}

}

@media screen and (max-width:798px){
	
	/*===================
		loan
	===================*/

	.loan {
		padding: 20px 0;
	}

	.loan figure {
		max-width: 400px;
		margin: 0 auto;
	}

	.loan figure .pc {
		display: none;
	}

	/*===================
		reform-examples
	===================*/

	.reform-examples {
		margin: 36px 0 50px;
	}

	.reform-examples .loan-title {
		margin-bottom: 24px;
	}

	.reform-examples .loan-title span {
		font-size: 14px;
	}

	.reform-examples .loan-title strong {
		font-size: 20px;
	}

	.pattern-title {
		text-align: left;
		margin-bottom: 14px;
		font-size: 16px;
		padding: 6px 10px;
	}

	.reform-examples .re-list {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.reform-examples .re-list .rs-content {
		width: 49%;
		margin-right: 2%;
		height: 130px;
		background-position: right 10px bottom 10px;
		background-size: 56.11% auto;
	}

	.reform-examples .re-list .rs-content:nth-of-type(2n) {
		margin-right: 0;
	}

	.reform-examples .re-list .rs-content + .rs-content + .rs-content {
		margin-top: 14px;
	}

	.reform-examples .re-list .rs-content dl {
		text-align: center;
	}

	.reform-examples .re-list .rs-content dl dt {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.reform-examples .re-list .rs-content dl dd strong {
		font-size: 32px;
	}

	.reform-examples .re-list .rs-content dl dd span {
		font-size: 20.8px;
		margin: 0 0 4px 3px;
	}

	
}
</pre></body></html>