@charset "UTF-8";
#subCol .loan-simulation {
	margin-top: 20px;
	background: #FAFAFA;
}
	#subCol .loan-simulation .title {
    	position: relative;
	}
	#subCol .loan-simulation .title:before {
    	content: "";
    	width: 41px;
    	height: 35px;
    	display: block;
    	background: url(/files/400333909.png) no-repeat;
    	position: absolute;
    	top: 9px;
    	right: 12px;
	}
	#subCol .loan-simulation ul {
    	margin: 0;
    	list-style: none;
	}
	#subCol .loan-simulation li {
		border-bottom: dotted 1px #bbb;
	}
	#subCol .loan-simulation li a {
    	display: block;
    	text-decoration: none;
    	color: #333;
    	font-size: 85.7%;
    	padding: 10px 15px 15px;
    	line-height: 1.4;
	}
	#subCol .loan-simulation li a span {
		width: 180px;
		height: 3em;
    	display: table-cell;
    	vertical-align: middle;
    	color: #008CA2;
    	font-weight: bold;
    	font-size: 116.6%;
        border-bottom: solid 10px transparent;
    	background: url(/files/400333905.png) no-repeat right 2px;
	}

/* for loan index */
.loan-index .title.lv2 {}
	.loan-index .title.lv2:after { clear: both; content: ""; display:block; }
	.loan-index .title.lv2 a.more {
		background: #F6F6F6 url(/files/400338992.png) no-repeat 10px 50%;
		border-radius: 3px;
		color: #0657C3;
		font-size: 0.875rem;
		font-weight: normal;
		float: right;
		margin: 0 0 -.1em 1em;
		padding: 5px 15px 5px 20px;
	}
.loan-index .itemBlockH2 { margin-bottom: 2em; }
hr.separator { border: none; border-top: 1px dotted #CCC; height: 1px; visibility: visible; }
.block-loan_merit ul { margin-right: -3px; }
	.block-loan_merit ul li { margin: 0 3px 2px 0; }
		.block-loan_merit ul li img { display: block; }
.block-loan_lineup .block-index { background: #F6F6F6; margin-bottom: 10px; }
.block-loan_lineup .item { background: #FFF; border: 1px solid #EDEDED; padding: 5px; }
.block-loan_lineup .item .icon.mark_s { position: absolute; right: 1px; top: -2px; }
.block-loan_lineup .col-2 { margin-right: -7px; padding: 10px 10px 5px; }
	.block-loan_lineup .col-2 .item { margin: 0 7px 5px 0; position: relative; text-align: center; width: 349px; }
		.block-loan_lineup .col-2 .item .desc { padding: 15px 0; }
.block-loan_lineup .col-1 { padding: 10px 10px 7px; }
	.block-loan_lineup .col-1 .item { margin-bottom: 3px; }
	.block-loan_lineup .col-1 .thumb, .block-loan_lineup .col-1 .desc { display: table-cell; vertical-align: middle;position: relative; }
	.block-loan_lineup .col-1 .desc { padding: 10px 10px 10px 12px; }
	.block-loan_lineup .col-1 .item .icon.mark_s { right: -5px; top: -6px; }
	.asterisk .icon.mark_s { width: 20px; height: auto; vertical-align: -5px; }
.block-loan_voice .col-5 { margin-right: -5px; }
	.block-loan_voice .col-5 .item { margin-right: 5px; padding: 0; width: 141px; }
		.block-loan_voice .col-5 .item .thumb { border: 1px solid #FFF; margin: 0 5px; display: inline-block; }
		.block-loan_voice .col-5 .item a { color: inherit; text-decoration: none; display: block; padding: 5px 0 10px; height: 100%; }
		.block-loan_voice .col-5 .item .desc { text-align: center; display: block; padding: 10px 0 0; }
		.block-loan_voice .col-5 .item .title { display: block; }
		.block-loan_voice .col-5 .item .tag { color: #000C66; text-align: center; display: block; }
			.block-loan_voice .col-5 .item .tag span { border: 1px solid #000C66; display: inline-block; line-height: 1; margin: 12px auto 0; padding: .36em .6em; font-weight: bold; }
.block-banner {}
	.banner-wrap { margin-top: 20px; }
	.block-banner .lBox, .block-banner .rBox { width: 355px; }
	.block-banner a, .block-banner img { display: block; }
.block-index .item .title { padding-right: 0;}

/* index */
.pageHead-image {
	position: relative;
	border: solid 1px #deedf1;
	border-top: none;
	background: #eef6f8;
	padding: 28px 0 29px 27px;
	margin-bottom: 16px;
}
	.pageHead-image:before {
		content: "";
		position: absolute;
		top: 0;
		left: -1px;
		right: -1px;
		height: 5px;
		background: #000d66;
	}
	.pageHead-image > img {
    	display: block;
	}
	.pageHead-image .asterisk {
		position: absolute;
		bottom: 3px;
		right: 16px;
		font-size: 0.625rem;
	}
	.pageHead-image .icon.arrow {
		position: absolute;
		bottom: 2px;
		right: 14px;
		color: #0657C3;
		font-size: 0.75rem;
		text-decoration: none;
		padding-left: 21px;
		letter-spacing: 1px;
		background: url(/files/400338992.png) no-repeat 10px 4px;
	}
	#mainBody .pageHead-image .rate {
		position: absolute;
		right: 10px;
		top: 20px;
		width: 352px;
	}
		#mainBody .pageHead-image .rate table {
			width: 100%;
        	border: solid 1px #215e9c;
        	border-spacing: 0;
        	border-radius: 3px;
        	background: #fff;
        	margin: 0;
		}
		#mainBody .pageHead-image .rate table thead th {
        	font-weight: normal;
        	text-align: left;
        	background: #215e9c;
        	color: #fff;
        	font-size: 0.75rem;
        	padding: 3px;
        	overflow: hidden;
        	border-top: none !important;
		}
		#mainBody .pageHead-image .rate table thead th strong {
        	font-size: 0.875rem;
        	font-weight: normal;
		}
		#mainBody .pageHead-image .rate table thead th .fsS {
        	float: right;
        	margin: 5px 2px 0 0;
			position: absolute;
			right: 3px;
			top: 3px;
		}
		#mainBody .pageHead-image .rate table tbody th {
			width: 73px;
			text-align: center;
			color: #215e9c;
			border-top: dotted 1px #215e9c;
			padding: 8px 0;
			background: none;
        	font-size: 0.8125rem;
		}
		#mainBody .pageHead-image .rate table tbody td {
        	text-align: center;
        	color: #d83400;
        	border: none;
			border-left: dotted 1px #215e9c;
			border-top: dotted 1px #215e9c;
			font-weight: bold;
			vertical-align: middle;
			padding: 0 2px;
        	font-size: 0.75rem;
		}
		#mainBody .pageHead-image .rate table tbody td strong {
        	font-size: 0.875rem;
		}
		#mainBody .pageHead-image .rate table tbody td span {
			font-weight: normal;
		}
		#mainBody .pageHead-image .rate table tbody td span.fsS {
        	font-size: 0.65625rem;
			font-weight: bold;
		}
		#mainBody .pageHead-image .rate table tbody td span.fsL {
			font-weight: normal;
			display: inline-block;
			margin: 0 4px;
		}
		#mainBody .pageHead-image .rate table tbody tr:first-child th,
		#mainBody .pageHead-image .rate table tbody tr:first-child td {
			border-top: none;
		}
		#mainBody .pageHead-image .rate table tbody td .fsL {
        	font-size: 1.25rem;
		}
	#mainBody .pageHead-image .rate.line3 {
		top: 15px;
	}
		#mainBody .pageHead-image .rate.line3 table thead th {
        	padding: 2px 3px;
		}
		#mainBody .pageHead-image .rate.line3 table tbody th {
			padding: 4px 0 3px;
		}
		#mainBody .pageHead-image .rate.line3 table tbody td .fsL {
        	font-size: 1.125rem;
		}
		#mainBody .pageHead-image .rate.line3 table tbody tr:first-child + tr th {
        	letter-spacing: -.5px;
		}
		#mainBody .pageHead-image .rate.line3 table tbody tr:first-child + tr td {
        	letter-spacing: -.1px;
		}
	#mainBody .pageHead-image.lineup {
		height: 148px;
	}
		#mainBody .pageHead-image.lineup img {
        	position: absolute;
        	top: 0;
        	left: -1px;
		}

/* voice */
.block-voice {
	margin: 15px 0 20px;
}

.block-voice .item {
	background: #F6F7F1;
	margin-top: 10px;
	overflow: hidden;
}

.block-voice .inBlockLimg img,
.block-voice .inBlockRimg img {
	margin: 0;
}

.block-voice .item .title {
	font-size: 1.125rem;
	padding: 18px 23px 6px;
	min-height: 105px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.block-voice .item .label {
	padding: 0 23px;
	overflow: hidden;
	margin: 12px 0 0;
}

.block-voice .item .label .txt_label {
	font-size: 0.75rem;
	color: #fff;
	background: #215E9C;
	margin-right: 5px;
	padding: 5px 12px 4px;
	border-radius: 3px;
	display: inline-block;
}

.block-voice .item .btn {
	padding: 0 23px;
	width: 361px;
	float: left;
	margin-top: 9px;
}

.block-voice .item .btn a {
	display: block;
	background: #fff url(/files/400338988.png) no-repeat 14px 14px;
	text-align: center;
	padding: 8px 0 11px;
	border: solid 1px #E6E9DB;
}

.block-voice .item .name {
	padding: 5px 0 0 2px;
	float: left;
}

/* merit */
#mainBody .meritTable table {
	border-bottom: solid 1px #777;
}
#mainBody .meritTable th {
	border-top: solid 1px #777;
    border-right: solid 1px #777;
    background: #BFE1F3;
    color: #333;
    font-size: 0.8125rem;
    padding: 4px 0;
}
#mainBody .meritTable tr th:first-child {
    background: #F7F8E7;
}
#mainBody .meritTable th.bg01 {
    background: #0F68B3;
    color: #fff;
}
#mainBody .meritTable tr:first-child + tr th.bg01 {
	border-top: solid 1px #fff;
}

#mainBody .meritTable thead:first-child tr:first-child th {
	border-top: solid 1px #777;
}

#mainBody .meritTable td {
	border: none;
	border-top: solid 1px #777;
    border-right: solid 1px #777;
    font-size: 0.75rem;
    padding: 10px;
    width: 216px;
    vertical-align: top;
}

#mainBody .meritTable td:last-child {
    border-right: none;
}

#mainBody .meritTable td.bg01 {
	background: url(/files/400339282.png);
	border-left: solid 2px #0F68B3;
	border-right: solid 3px #0F68B3;
}

#mainBody .meritTable .list-custom.disc {
	margin-bottom: 0;
}

#mainBody .meritTable .list-custom.disc > li:before {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #666;
}

#mainBody .meritTable .bg01 .list-custom.disc > li:before {
    background: #0F68B3;
}

.txt-orange {color: #E3662A;}
.txt-orange strong {font-size: 0.9375rem;}

.btn_simulation {
	text-align: center;
}
.btn_simulation a {
	min-width: 260px;
	height: 46px;
	line-height: 45px;
	display: inline-block;
	border: solid 2px #0087CF;
	font-size: 1rem;
	text-decoration: none;
	color: #333;
	background: url(/files/400338990.png) no-repeat 95.769% center !important;
	border-radius: 3px;
	text-align: center;
	padding-left: 25px;
	padding-right: 40px;
}
/* アクセシビリティ対応　2020/2/18 */
/*
.btn_simulation a:after {
        display: none;
}
*/

.meritBlock .block-index {
	width: 315px;
	float: left;
	padding: 10px;
	background: #F6F6F6;
}
	.meritBlock .block-index .item {
    	background: #fff;
    	border: solid 1px #EDEDED;
    	padding: 5px;
    	margin-bottom: 0;
		min-height: 183px;
	}
	.meritBlock .dec {
		padding: 6px 15px 10px;
	}
	.meritBlock .tableBlock {
		width: 394px;
	}
	#mainBody .meritBlock .tableBlock table {
		min-height: 203px;
	}
	#mainBody .meritBlock .tableBlock th {
    	font-size: 0.8125rem;
    	padding: 10px;
    	height: 40px;
	}
	.meritBlock .tableBlock .fsS {
    	font-size: 0.6875rem;
	}
	#mainBody .meritBlock .tableBlock td {
    	padding: 9px 10px;
	}
	#mainBody .meritBlock .tableBlock .period {
		font-weight: bold;
		padding: 5px 2px;
	}
	#mainBody .meritBlock .tableBlock img {
    	vertical-align: bottom;
	}
	#mainBody .meritBlock .tableBlock .taL img {
    	margin: 2px auto 0;
    	display: block;
	}
	#mainBody .meritBlock .tableBlock .taL p + p {
    	margin-top: 20px;
	}
.zeroArea {
	width: 490px;
	float: left;
}
	.zeroArea+.zeroArea {
    	margin-top: 10px;
	}
	.zeroArea .img {
		width: 113px;
		display: inline-block;
		margin-right: 15px;
		vertical-align: middle;
	}
	.zeroArea .img+p {
		width: 352px;
		display: inline-block;
		vertical-align: middle;
		font-weight: bold;
		font-size: 1rem;
		margin-bottom: 17px;
		line-height: 1.4;
	}
	.zeroArea + .price {
		padding-top: 53px;
	}
.link {
	text-align: right;
	margin-top: 24px;
}
	.link a {
		min-width: 144px;
		display: inline-block;
		vertical-align: middle;
		border-radius: 2px;
		margin-right: 5px;
		padding: 4px 15px 5px 25px;
		text-align: center;
 		background: #F6F6F6 url(/files/400338992.png) no-repeat 11px center;
	}
	.link .icon-blank {
	 	background: #F6F6F6 url(/files/400338992.png) no-repeat 11px center !important;
	}
	.link .icon-blank:after {
		content: "";
		width: 10px;
		height: 10px;
		display: inline-block;
		margin-left: 5px;
		background: url(/files/400338993.png) no-repeat;
	}
.mynote {
	border: solid 5px #F6F6F6;
	border-top: none;
	border-radius: 5px 5px 0 0;
	clear: both;
	padding-bottom: 15px;
}
	.mynote h2 {
		margin: -5px -5px 13px;
		padding: 10px 0 9px;
		border-radius: 3px 3px 0 0;
		background: #269F3E;
		text-align: center;
		color: #fff;
		border: none;
		font-size: 1.125rem;
	}
	.mynote h2 a {
    	text-decoration: none;
    	color: inherit;
	}
	.mynote h2 span {
		display: inline;
		font-size: 0.9375rem;
		margin-left: 8px;
	}
	.mynote > p {
		padding: 0 15px;
		font-weight: bold;
		margin-bottom: 10px;
		margin-top: 10px;
		line-height: 1.8;
	}
	.mynote > ul {
		list-style: none;
		overflow: hidden;
		width: 685px;
		margin: 0 auto;
	}
	.mynote > ul li {
		float: left;
	}
	.mynote > ul li+li {
		margin-left: 5px;
	}
	.mynote h3 {
		background: none;
		border: none;
		line-height: 1.3;
		font-size: 1rem;
		color: #28A03E;
		padding: 0 0 0 10px;
		margin: 0 0 10px;
		border-left: solid 5px #67BB76;
	}
	.mynote .serviceArea {
		background: #FAFAFA;
		border-radius: 5px;
		margin: 10px 0 0;
		width: 430px;
		padding: 18px 20px 1px;
		overflow: hidden;
	}
	.mynote .serviceArea ol {
		float: left;
		width: 55%;
		font-weight: bold;
		list-style: none;
		margin-left: 0;
	}
	.mynote .serviceArea ol + ol {
		width: 45%;
	}
	.mynote .serviceArea ol li {
		margin-bottom: 3px;
		margin-top: 8px;
	}
	.mynote .inBlockLimg {
		padding: 10px 20px;
	}
	.mynote .inBlockLimg img + p {
		padding: 10px 0;
	}

.nav-local_list > li.option > span {
    background-image: url(/files/400338994.gif);
}
.nav-local_list li.option ul {
    background: #FEFAF8;
}


/* lineup */
.block-loan_lineup .block-index.lBox {
	width: 309px;
	padding: 10px;
	margin: 0 20px 20px 0;
}
	.block-loan_lineup .block-index.lBox .item {
		position: relative;
		margin-bottom: 0;
	}
	.block-loan_lineup .block-index.lBox .item .tag {
    	text-align: center;
    	margin-top: 10px;
	}
	.block-loan_lineup .txt {
    	overflow: hidden;
    	padding-top: 7px;
	}
		.block-loan_lineup .txt .name {
	    	font-weight: bold;
	    	color: #000C66;
	    	font-size: 1.25rem;
	    	margin: 5px 0 0;
		}
		.block-loan_lineup .txt .name + p{
	    	margin: 8px 0 0;
		}
		.block-loan_lineup .txt .nav {
			width: 391px;
        	background: #F6F6F6;
        	list-style: none;
        	margin: 11px 0 14px;
        	padding: 8px 6px 8px 0;
        	font-size: 0.75rem;
        	text-align: center;
		}
		.block-loan_lineup .txt .nav li {
        	display: inline-block;
        	margin: 0 8px;
		}
		.block-loan_lineup .txt .nav li a {
        	display: block;
        	padding-left: 11px;
        	background: url(/files/400338992.png) no-repeat left 4px;
		}
#mainBody table.plainTable {
    margin: 0;
    border-collapse: separate;
    text-align: center;
}
	#mainBody table.plainTable td {
	    padding: 0;
	    background: transparent;
	    border-style: none !important;
	    border-collapse: separate;
	    vertical-align: middle;
	}
	#mainBody table.plainTable td hr {
		border: none;
		border-top: solid 1px #333;
		visibility: visible;
	}

.inBlockLimg h3 {
	overflow: hidden;
}

.block-loan_lineup .fsL strong {
    font-weight: bold;
    color: #001F77;
    font-size: 1.125rem;
    margin-left: -10px;
}

.block-loan_lineup + .block-flow2 .titleBox {
    color: #001F77;
}

#mainBody .lnav-block {
    background: #ddd;
    margin-bottom: 17px;
}
	#mainBody .lnav-block ul {
	    padding: 5px;
	    margin: 0;
	}
	#mainBody .lnav-block li {
	    list-style: none;
	    width: 235px;
	    float: left;
	}
	#mainBody .lnav-block.four li {
	    list-style: none;
	    width: 175px;
	    float: left;
	}
	#mainBody .lnav-block li + li {
	    margin-left: 5px;
	}
	#mainBody .lnav-block li a {
	    display: block;
	    background: #fff;
	    border: solid 1px #D1D1D1;
	    text-align: center;
	    border-radius: 3px;
	    padding: 20px 0 18px;
	}
	#mainBody .lnav-block li.current a,
	#mainBody .lnav-block li a:hover {
	    background: #001F77;
	    border-color: #001F77;
	    color: #fff;
	    text-decoration: none;
	    position: relative;
	}
	#mainBody .lnav-block li.current a:after,
	#mainBody .lnav-block li a:hover:after {
	    top: 100%;
	    left: 50%;
	    border: solid transparent;
	    content: "";
	    height: 0;
	    width: 0;
	    position: absolute;
	    pointer-events: none;
	    border-color: rgba(0, 139, 0, 0);
	    border-top-color: #001F77;
	    border-width: 9px;
	    margin-left: -8px;
	}
ul.asterisk_m > li {
    margin-left: 1.95em !important;
}
ul.asterisk > li {
    margin-left: 1.35em !important;
}

/* flat35kosodate */
.flat35kosodate { border-bottom: 1px dotted #CCC; }
.flat35kosodate .fwB { font-weight: bold; }
.flat35kosodate #pageHead, .flat35kosodate .pageHead-image { margin-bottom: 0; padding: 0; }
.flat35kosodate .lnav-block li a { padding: 12px !important; }
.flat35kosodate .lnav-block li a.lh2 { line-height: 3em; }
.flat35kosodate .redBlock .txt-red { color: #B20000; margin-bottom: 1em; }
.flat35kosodate .redBlock p+p { margin-top: .5em; }
.flat35kosodate dt, .flat35kosodate dt+dd { margin-top: .5em; }
.flat35kosodate .planBlock { background: #FAFAFA; border-radius: 5px; padding: 0 20px 20px; }
	.flat35kosodate .planBlock .title { background: #215E9C; border-radius: 5px 5px 0 0; color: #FFF; margin: 0 -20px 20px; padding: 10px; }
	.flat35kosodate .planBlock table { background: #FFF; }
.flat35kosodate .combination table td.pair-rowspan { border-left: none !important; }
.flat35kosodate .combination table.noline { margin: 0 !important; }
	.flat35kosodate .combination table.noline th { background: #FFF !important; color: #333 !important; text-align: left !important; width: 60%; }
	.flat35kosodate .combination table.noline th, .flat35kosodate .combination table.noline td { padding: 5px !important; }
		.flat35kosodate .combination table.noline .border-top th, .flat35kosodate .combination table.noline .border-top td { border-top: 1px dotted #DDD !important;}
		.flat35kosodate .combination .rate { color: #B20000; font-size: 1.250em; }
			.flat35kosodate .combination .rate .num { font-family: Arial, Helvetica, sans-serif; font-size: 1.400em; }
.flat35kosodate .compare .txt-red { color: #B20000; }
.flat35kosodate .compare table thead th { border-top: none !important; }
.flat35kosodate .compare table thead th.null { background: #FFF !important; }
.flat35kosodate .compare table tbody th, .flat35kosodate .compare table tfoot th { background: #008CA2 !important; border-right: none !important; }
.flat35kosodate .compare table tfoot:before { content: ""; display: block; height: 2px; }
	.flat35kosodate .compare table tfoot td { border-top: 1px solid #CCC !important;}
.flat35kosodate .yellowBlock { background: #FFFFBF; line-height: 1.8; padding: 15px; }
.flat35kosodate .link-other .lBox, .flat35kosodate .link-other .rBox { clear: none; width: 355px; }
	.flat35kosodate .link-other .title { min-height: 3em; }
