@charset "utf-8";

/*#loan img { vertical-align: top;}*/
/* common */
#loan.knowledge h1,
#loan.simulation h1,
#loan.rate h1 {
	font-size: 34px;
	line-height: 1.3em;
	margin-bottom: 20px;
	border-bottom: 3px solid #fd7a05;
}

#loan span.orange {
	color: #fd7a05;
}

#loan table th,
#loan table td {
	padding: 12px 10px;
	line-height: 1.2;
	border: 1px solid #c5c5c5;
	vertical-align: middle;
}

#loan table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}

/* head-copy */
#loan .head-copy .inner p {
	padding: 0 200px 10px 0;
	line-height: 1.6;
}

/* simulator-btn */
#loan .simulator-btn dl dt {
	margin-bottom: 3px;
	color: #fd7a05;
	font-size: 16px;
	font-weight: bold;
}

#loan .simulator-btn dl dd {
	text-shadow: 1px 2px 1px #fff;
}

#loan .simulator-btn ul {
	background-color: #ffdeb5;
	padding: 10px;
	margin-top: 10px;
}

#loan .simulator-btn li, #loan .lead li {
	float: left;
	font-size: 18px;
	width: 306px;
	margin: 0 6px;
	border: 3px #fd7a05 solid;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #fafafa;
	background: -moz-linear-gradient(top,  #fafafa 50%, #d9d9d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fafafa), color-stop(100%,#d9d9d9));
	background: -webkit-linear-gradient(top,  #fafafa 50%,#d9d9d9 100%);
	background: -o-linear-gradient(top,  #fafafa 50%,#d9d9d9 100%);
	background: -ms-linear-gradient(top,  #fafafa 50%,#d9d9d9 100%);
	background: linear-gradient(to bottom,  #fafafa 50%,#d9d9d9 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d9d9d9',GradientType=0 );
}

#loan .simulator-btn li:hover, #loan .lead li:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

#loan .simulator-btn li span {
	font-size: 22px;
	font-weight: bold;
}

#loan .simulator-btn li span.orange {
	font-size: 20px;
	color: #fd7a05;
	font-weight: bold;
}

#loan .simulator-btn li a, #loan .lead li a {
	padding: 5px 10px;
	color: #000;
	display: block;
	text-decoration: none;
	background: url(/house/img/useful/loan/common/arrow-simulator.png) no-repeat right center;
	
}

/* notes */
#loan .notes {
	padding: 15px 20px;
	margin: 10px 0 30px;
	background: #ececec;
}

#loan .notes p {
	font-weight: bold;
}

#loan .notes dl dt {
	margin: 5px 0;
}

#loan .notes dl dd {
	margin-left: 1em;
	line-height: 1.4;
}

/* loan-top,refinance */
#loan.loan-top .main-block {
	background: url(/house/img/useful/loan/main-block-bg.png) no-repeat top right;
}

#loan.loan-top .main-block p {
	font-size: 16px;
	font-weight: bold;
}

#loan.loan-top .main-block h1 {
	font-size: 55px;
	color: #fd7a05;
}

/*apply-button*/
#loan .apply-button {
	border: 10px #ffd766 solid;
	background-color: #fffbde;
	padding: 15px;
}

#loan .apply-button .title {
	font-size: 34px;
	color: #ff4b0a;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

#loan .apply-button .title span {
	display: inline-block;
	padding: 7px 10px 5px;
	margin-left: 10px;
	line-height: 1em;
	font-size: 29px;
	background-color: #ffed63;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#loan .apply-button li:hover {
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity: .9;
}

#loan .apply-button li a {
	color: #fff;
	text-decoration: none;
}

/* loan-top,simulation,rate */
/* howto */
#loan.loan-top .howto,
#loan.simulation .howto,
#loan.rate .howto {
	margin-bottom: 30px;
	text-align: center;
}

/* apply-button */
#loan.loan-top .apply-button,
#loan.simulation .apply-button,
#loan.rate .apply-button {
	padding: 15px 30px;
}

#loan.loan-top .apply-button dl dt,
#loan.simulation .apply-button dl dt,
#loan.rate .apply-button dl dt {
	font-size: 20px;
	color: #ff4b0a;
	font-weight: bold;
	margin-bottom: 5px;
}

#loan.loan-top .apply-button dl dd,
#loan.simulation .apply-button dl dd,
#loan.rate .apply-button dl dd {
	text-align: center;
}

#loan.loan-top .apply-button dl dd:hover,
#loan.simulation .apply-button dl dd:hover,
#loan.rate .apply-button dl dd:hover {
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity: .9;
}

#loan.loan-top .apply-button dl dd a,
#loan.simulation .apply-button dl dd a,
#loan.rate .apply-button dl dd a {
	padding: 20px;
	display: block;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	border: 3px #ff4200 solid;
	border-radius: 10px;
	background: #ff7b42;
	background: -moz-linear-gradient(top,  #ff7b42 0%, #ff4200 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7b42), color-stop(100%,#ff4200));
	background: -webkit-linear-gradient(top,  #ff7b42 0%,#ff4200 100%);
	background: -o-linear-gradient(top,  #ff7b42 0%,#ff4200 100%);
	background: -ms-linear-gradient(top,  #ff7b42 0%,#ff4200 100%);
	background: linear-gradient(to bottom,  #ff7b42 0%,#ff4200 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff7b42', endColorstr='#ff4200',GradientType=0 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#loan.loan-top .apply-button dl dd a span,
#loan.simulation .apply-button dl dd a span,
#loan.rate .apply-button dl dd a span {
	padding: 7px 10px 5px;
	margin-left: 10px;
	display: inline-block;
	line-height: 1em;
	color: #ff4b0a;
	font-size: 29px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #ffed63;
}

/*rate-btn*/
#loan .rate-btn {
	margin-bottom: 30px;
}

#loan .rate-btn .title {
	font-size: 16px;
}

#loan .rate-btn .title span {
	font-weight: bold;
}

#loan .rate-btn ul {
	background-color: #ffdeb5;
	padding: 10px;
	margin-top: 10px;
}

#loan .rate-btn li {
	font-size: 22px;
	width: 306px;
	margin: 0 auto;
	border: 3px #fd7a05 solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #fafafa;
	background: -moz-linear-gradient(top,  #fafafa 50%, #d9d9d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fafafa), color-stop(100%,#d9d9d9));
	background: -webkit-linear-gradient(top,  #fafafa 50%,#d9d9d9 100%);
	background: -o-linear-gradient(top,  #fafafa 50%,#d9d9d9 100%);
	background: -ms-linear-gradient(top,  #fafafa 50%,#d9d9d9 100%);
	background: linear-gradient(to bottom,  #fafafa 50%,#d9d9d9 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d9d9d9',GradientType=0 );
}

#loan .rate-btn li:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

#loan .rate-btn li a {
	display: block;
	color: #000;
	text-decoration: none;
	background: url(/house/img/useful/loan/common/arrow-simulator.png) no-repeat right center;
	padding: 15px 10px;
	font-weight: bold;
}

/* ribbon */
#loan .ribbon p,
#loan .ribbon h3 {
	padding: 12px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #4a4842;
}

#loan .top .ribbon h3,
#loan .top .ribbon p {
	background: #fd7a05;
}

#loan .ribbon .ribbon-stitch:after {
	z-index: 3;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
}

#loan .ribbon .ribbon-stitch:before {
	z-index: 3;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
}

#loan .ribbon .ribbon-stitch:after,
#loan .ribbon .ribbon-stitch:before {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(204,204,204,.4)),color-stop(rgba(204,204,204,.8)),color-stop(rgba(204,204,204,.8)),to(rgba(204,204,204,.4)));
	background-image: -webkit-linear-gradient(left,rgba(204,204,204,.4),rgba(204,204,204,.8),rgba(204,204,204,.8),rgba(204,204,204,.4));
	background-image: linear-gradient(to right,rgba(204,204,204,.4),rgba(204,204,204,.8),rgba(204,204,204,.8),rgba(204,204,204,.4));
}

#loan .ribbon-in .ribbon-stitch:after,
#loan .ribbon-in .ribbon-stitch:before {
	left: 6px;
	right: 6px;
}

#loan .ribbon {
	position: relative;
	overflow: hidden;
	display: inline-block;
	-webkit-transition: .3s cubic-bezier(0.12,.89,.83,.67);
	transition: .3s cubic-bezier(0.12,.89,.83,.67);
}

#loan .ribbon .ribbon-stitch {
	position: relative;
	overflow: hidden;
}

#loan .ribbon .ribbon-fabric {
	background: #4a4842;
	position: relative;
	z-index: 2;
}

#loan .top .ribbon .ribbon-fabric {
	background: #fd7a05;
}

#loan .ribbon .ribbon-fabric:after,
#loan .ribbon .ribbon-fabric:before {
	content: '';
	position: absolute;
	z-index: -1;
}

#loan .ribbon .ribbon-bottom-left,
#loan .ribbon .ribbon-bottom-right,
#loan .ribbon-center-right,
#loan .ribbon .ribbon-top-left,
#loan .ribbon .ribbon-top-right {
	width: 42px;
	height: 42px;
	margin-right: 5px;
	margin-left: 5px;
	position: absolute;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#loan .ribbon,
#loan .ribbon .ribbon-fabric,
#loan .ribbon .ribbon-stitch { height: 42px }

#loan .ribbon .ribbon-fabric:after {
	top: 5px;
	right: 0;
	bottom: 5px;
	left: 0;
}

#loan .ribbon .ribbon-fabric:before {
	top: 6px;
	right: 1px;
	bottom: 4px;
	left: 1px;
}

#loan .ribbon .ribbon-bottom-right,
#loan .ribbon .ribbon-top-right { right: 9px }
#loan .ribbon .ribbon-bottom-left,
#loan .ribbon .ribbon-top-left { left: 9px }
#loan .ribbon .ribbon-top-left,
#loan .ribbon .ribbon-top-right { bottom: 21px }
#loan .ribbon .ribbon-bottom-left,
#loan .ribbon .ribbon-bottom-right { top: 21px }

#loan .ribbon.ribbon-both .ribbon-stitch {
	padding-right: 26px;
	padding-left: 26px;
}

#loan .ribbon.ribbon-set {
	margin: 0 -15px 10px -6px
}

#loan .ribbon-in-out .ribbon-stitch:after,
#loan .ribbon-in-out .ribbon-stitch:before {
	left: 6px;
	right: 26px
}

#loan .ribbon .ribbon-bottom-left,
#loan .ribbon .ribbon-bottom-right,
#loan .ribbon .ribbon-top-left,
#loan .ribbon .ribbon-top-right { background: #4a4842;}

#loan .top .ribbon .ribbon-bottom-left,
#loan .top .ribbon .ribbon-bottom-right,
#loan .top .ribbon .ribbon-top-left,
#loan .top .ribbon .ribbon-top-right { background: #fd7a05;}

#loan .ribbon .ribbon-center-right {
	background: #4a4842;
	right: 9px;
	bottom: 0;
}

/* side */
#loan .aside .side-btn {
	margin-bottom: 15px;
	border: 2px solid #fd7a05;
	background: #f9f9f9;
}

#loan .aside .side-btn dl dt {
	padding: 5px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #fd7a05;
}

#loan .aside .side-btn dl dd {
	margin: 25px 0;
	text-align: center;
}

#loan .aside .side-btn dl dd a:hover {
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity: .9;
}

#loan .aside .heads-list {
	margin-bottom: 15px;
}

#loan .aside .heads-list ul {
	padding: 8px 10px;
	border: 1px solid #ccc;
}

#loan .aside .heads-list ul li, #loan .aside .knowledge-list ul li {
	padding-left: 1em;
	text-indent: -1em;
}

#loan .aside .heads-list ul li {
	margin-top: 6px;
}

#loan .aside .knowledge-list ul li {
	margin: 14px 0;
}

#loan .aside .heads-list a,
#loan .aside .knowledge-list a {
	padding-left: 20px;
	line-height: 1.8;
	background: url(/house/img/useful/loan/common/arrow-circle-r.png) no-repeat left center;
}

#loan .aside a {
	text-decoration: none;
}

#loan .aside a:hover {
	text-decoration: underline;
}

#loan .aside .heads-list p {
	margin-right: 10px;
	text-align: right;
}

#loan .aside .heads-list p a {
	background: url(/house/img/useful/loan/common/arrow-circle-l.png) no-repeat left center;
}

#loan .aside .knowledge-list {
	margin-bottom: 15px;
}

#loan .aside .knowledge-list p {
	padding: 5px 10px;
	border-top: 2px solid #fd7a05;
}

#loan .aside .knowledge-list dl {
	border: 1px solid #ccc;
}

#loan .aside .knowledge-list dl dt {
	padding: 5px 10px;
	color: #fd7a05;
	font-weight: bold;
	background: #fff5e9;
}

#loan .aside .knowledge-list dl dt span {
	padding: 2px 5px;
	margin-right: 5px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	color: #fff;
	font-size: 12px;
	background: #fd7a05;
}

#loan .aside .knowledge-list dl dd {
	margin: 5px 10px;
}

#loan .aside .knowledge-list dl dd ul li a {
	padding-left: 15px;
	line-height: 1;
	background: url(/house/img/useful/loan/common/arrow-s.png) no-repeat left center;
}

#loan .aside .knowledge-list dl dd ul li.list-last {
	padding-top: 15px;
	margin-top: 5px;
	border-top: 1px solid #fd7a05;
}

/* loan-top,refinance */
/* tab-top */
#loan.loan-top ul.tab-top {
	width: 100%;
	margin: 15px 0;
	display: table;
	table-layout: fixed;
	box-sizing: border-box;
	border-bottom: 10px solid #2783d1;
}

#loan.refinance ul.tab-top {
	border-bottom: 10px solid #42b90e;
}

#loan.loan-top ul.tab-top li {
	width: 50%;
	padding: 0 8px;
	display: table-cell;
}

#loan.loan-top ul.tab-top li a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

#loan.loan-top ul.tab-top li a {
	height: 50px;
	padding: 5px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	display: block;
	text-decoration: none;
	-moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
}

#loan.loan-top ul.tab-top li.tab-left a {
	background: #2783d1 url(/house/img/useful/loan/tab-l-arrow-under.png) no-repeat 270px center;
}

#loan.loan-top ul.tab-top li.tab-right a {
	background: #42b90e url(/house/img/useful/loan/tab-r-arrow-left.png) no-repeat 270px center;
}

#loan.loan-top ul.tab-top li a span {
	font-size: 27px;
}

*:first-child+html #loan.loan-top ul.tab-top {
	overflow: hidden;
}

*:first-child+html #loan.loan-top ul.tab-top li {
	width: 48%;
}

*:first-child+html #loan.loan-top ul.tab-top li.tab-left {
	padding: 0 0 0 8px;
	float: left;
}

*:first-child+html #loan.loan-top ul.tab-top li.tab-right {
	padding: 0 8px 0 0;
	float: right;
}

#loan.loan-top .top-left {
	width: 50%;
	float: left;
}

#loan.loan-top .apply-box {
	margin: 30px 0;
}

#loan .top .top-left h2 {
	margin: 15px;
	font-size: 50px;
	line-height: 1.1;
}

#loan .top .top-left h2 span {
	font-size: 40px;
}

#loan.loan-top .top .top-left h2 em {
	color: #fd7a05;
}

#loan.loan-top .top dl {
	width: 335px;
	float: right;
	position: relative;
}

#loan.loan-top .top dl dd {
	width: 310px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 13px;
	line-height: 1.3;
	position: absolute;
	right: 0;
	bottom: 13px;
}

#loan.refinance .top p {
	float: right;
}

/* lead */
#loan.loan-top .lead {
	margin-bottom: 30px;
}

#loan.loan-top .lead dl {
	margin-bottom: 10px;
	line-height: 1.4;
}

#loan.loan-top .lead dl dt {
	color: #fd7a05;
	font-size: 18px;
	font-weight: bold;
}

#loan.loan-top .lead ul {
	padding: 0 10px;
}

#loan.loan-top .lead ul li a {
	padding: 15px;
	font-weight: bold;
	font-size: 20px;
}

/* flow */
#loan.loan-top .flow {
	margin-bottom: 30px;
}

#loan.loan-top .flow dl {
	text-align: center;
}

/* com-list */
#loan.loan-top .com-list {
	margin-bottom: 30px;
}

#loan.loan-top .com-list h2 {
	margin: 0 0 15px 15px;
	font-size: 16px;
	text-align: left;
}

#loan.loan-top .com-list ul {
	text-align: center;
}

#loan.loan-top .com-list ul li {
	margin: 0 2px 8px;
	display: inline-block;
}

*:first-child+html #loan.loan-top .com-list ul li {
	display: inline;
	zoom: 1;
}

#loan.loan-top .com-list p.note-s {
	padding: 5px 20px 0 0;
	text-align: right;
}

/* step */
#loan.loan-top .step ul {
	margin-bottom: 15px;
}

#loan.loan-top .step ul li {
	float: left;
}

#loan.loan-top .step p {
	text-align: center;
}


/* refinance */
/* lead */
#loan.refinance .lead-box {
	margin-bottom: 30px;
}

#loan.refinance .lead-box h3 {
	color: #fd7a05;
	font-size: 16px;
}

/* condition */
#loan.refinance .lead-box .condition {
	width: 690px;
	height: 150px;
	margin-top: 15px;
	background: url(/house/img/useful/loan/condition_bg.png) no-repeat 0 0;
}

#loan.refinance .lead-box .condition ul {
	padding: 58px 0 0 25px;
	text-align: center;
}

#loan.refinance .lead-box .condition ul li {
	float: left;
}

/* case */
#loan.refinance .case {
	margin: 20px 0 30px;
}

#loan.refinance .case dl {
	margin-bottom: 15px;
}

#loan.refinance .case dl dt {
	height: 36px;
	padding-left: 45px;
	margin-right: 15px;
	line-height: 40px;
	float: left;
	font-weight: bold;
	font-size: 20px;
	background: url(/house/img/useful/loan/refinance-case-dt.png) no-repeat 0 0;
}

#loan.refinance .case dl dd {
	float: left;
	font-size: 16px;
}

#loan.refinance .case dl dd em {
	color: #ed1b24;
	font-weight: bold;
}

#loan.loan-top .case ul {
	margin-bottom: 15px;
}

#loan.loan-top .case ul li {
	line-height: 2;
	float: left;
}

/* reason */
#loan.refinance .reason {
	width: 630px;
	padding: 15px;
	margin-bottom: 10px;
	display: block;
	background: #e8f9e2;
}

#loan.refinance .reason h3 {
	padding: 0 0 0 23px;
	background: url(/house/img/useful/loan/reason-icon.png) no-repeat 0 0;
	font-size: 18px;
	font-weight: bold;
}

#loan.refinance .reason ul li {
	margin: 5px 0 0 25px;
	font-size: 16px;
	line-height: 1.4;
}

#loan.refinance p.reason-txt {
	padding-right: 90px;
	text-align: right;
	font-size: 14px;
}


/* simulation */
#loan.simulation .head-copy .inner {
	background: url(/house/img/useful/loan/simulation-head.png) no-repeat right top;
}

#loan.simulation .head-copy .inner h2 {
	margin-bottom: 5px;
	font-size: 18px;
}

/* common */
#loan.simulation p.txt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}

/* breadcrumbs */
#loan.simulation #breadcrumbs {
	width: 100%;
	overflow: hidden;
}

#loan.simulation #breadcrumbs li {
	float: left;
	margin: 0 .5em 0 1em;
	line-height: 1;
}

#loan.simulation #breadcrumbs span {
	background: #fbe7d5;
	padding: 10px 38px;
	float: left;
	font-size: 16px;
	position: relative;
}

#loan.simulation #breadcrumbs span:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-width: 1.5em 0 1.5em 1em;
	border-style: solid;
	border-color: #fbe7d5 #fbe7d5 #fbe7d5 transparent;
	left: -1em;
}

#loan.simulation #breadcrumbs span:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid #fbe7d5;
	right: -1em;
}

#loan.simulation #breadcrumbs .current {
	font-weight: bold;
	background: none;
}

#loan.simulation #breadcrumbs .current:after,
#loan.simulation #breadcrumbs .current:before {
	content: normal;
}

#loan.simulation #breadcrumbs li em,
#loan.simulation .tabbox p.txt em {
	padding: .1em .5em;
	margin-right: .5em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #fd7a05;
}

/* tabbox */
#loan.simulation .tabbox ul.tabs {
	width: 100%;
	margin: 15px 0;
	display: table;
	table-layout: fixed;
	box-sizing: border-box;
	border-bottom: 10px solid #fd7a05;
}

#loan.simulation .tabbox ul.tabs li {
	width: 50%;
	padding: 0 8px;
	display: table-cell;
	text-align: center;
}

#loan.simulation .tabbox ul.tabs li a {
	height: 50px;
	padding: 5px 10px;
	color: #fd7a05;
	font-size: 25px;
	font-weight: bold;
	line-height: 50px;
	display: block;
	text-decoration: none;
	border: 3px #fd7a05 solid;
	border-bottom: none;
	-moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
	background: #fafafa;
	background: -moz-linear-gradient(top,  #fafafa 50%, #d9d9d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fafafa), color-stop(100%,#d9d9d9));
	background: -webkit-linear-gradient(top,  #fafafa 50%,#d9d9d9 100%);
	background: -o-linear-gradient(top,  #fafafa 50%,#d9d9d9 100%);
	background: -ms-linear-gradient(top,  #fafafa 50%,#d9d9d9 100%);
	background: linear-gradient(to bottom,  #fafafa 50%,#d9d9d9 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d9d9d9',GradientType=0 );
}

#loan.simulation .tabbox ul.tabs li a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

#loan.simulation .tabbox ul.tabs li.active a {
	color: #fff;
	background: #fd7a05;
}

#loan.simulation .tabbox ul.tabs li a span {
	padding-left: 5px;
	font-size: 18px;
}

*:first-child+html #loan.simulation .tabbox ul.tabs {
	overflow: hidden;
}

*:first-child+html #loan.simulation .tabbox ul.tabs li {
	width: 48%;
}

*:first-child+html #loan.simulation .tabbox ul.tabs li#tab1 {
	padding: 0 0 0 8px;
	float: left;
}

*:first-child+html #loan.simulation .tabbox ul.tabs li#tab2 {
	padding: 0 8px 0 0;
	float: right;
}

/* panels */
#loan.simulation .panels {
	font-size: 18px;
}

#loan.simulation .panels h2 {
	padding-left: 5px;
	margin-bottom: 10px;
	line-height: 1.3em;
	font-size: 22px;
	border-left: 10px solid #fd7a05;
}

#loan.simulation .panels dl {
	width: 670px;
	border: 1px solid #ccc;
	border-top: none;
	background: #fbe7d5;
}

#loan.simulation .panels dl dt {
	width: 265px;
	height: 63px;
	padding: 0 10px;
	line-height: 65px;
	float: left;
	border-top: 1px solid #ccc;
}

#loan.simulation .panels dl dt em {
        color: #fff;
        background: #ff0000;
        font-weight: bold;
        font-size: 16px;
        margin-right: 5px;
}

#loan.simulation .panels dl dd {
	height: 48px;
	padding: 10px;
	margin-left: 285px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #fff;
}

*:first-child+html #loan.simulation .panels dl dd {
	margin-left: 0;
}

#loan.simulation .panels dl dd input[type="text"],
#loan.simulation .panels dl dd select {
	width: 200px;
	padding: 12px 5px;
	margin-right: 8px;
	font-size: 18px;
	text-align: right;
	border: 1px solid #ccc;
	vertical-align:middle;
}

#loan.simulation .panels dl dd select {
	width: 215px;
	padding: 8px 5px;
}

#loan.simulation .panels dl dd.rate ul li {
	float: left;
}

#loan.simulation .panels dl dd.rate ul li.rate-button {
	width: 110px;
	margin-left: 5px;
	border: 3px #fd7a05 solid;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #fafafa;
	background: -moz-linear-gradient(top,  #fafafa 50%, #d9d9d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fafafa), color-stop(100%,#d9d9d9));
	background: -webkit-linear-gradient(top,  #fafafa 50%,#d9d9d9 100%);
	background: -o-linear-gradient(top,  #fafafa 50%,#d9d9d9 100%);
	background: -ms-linear-gradient(top,  #fafafa 50%,#d9d9d9 100%);
	background: linear-gradient(to bottom,  #fafafa 50%,#d9d9d9 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d9d9d9',GradientType=0 );
}

#loan.simulation .panels dl dd.rate ul li.rate-button:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

#loan.simulation .panels dl dd.rate ul li.rate-button a {
	display: block;
	color: #fd7a05;
	text-decoration: none;
	background: url(/house/img/useful/loan/common/arrow-simulator.png) no-repeat right center;
	padding: 10px;
	font-weight: bold;
}

#loan.simulation .panels .calculate-btn-box {
	margin-bottom: 20px;
	 position: relative;
	 overflow: hidden;
}

#loan.simulation .panels ul.calculate-btn {
	width: 570px;
	margin-top: 20px;
	float: left;
	position: relative;
	right: 50%;
}

*:first-child+html #loan.simulation .panels ul.calculate-btn {
	right: 35%;
}

#loan.simulation .panels ul.calculate-btn li {
	margin: 0 10px;
	float: right;
	position: relative;
	right: -50%;
}

#loan.simulation .panels ul.calculate-btn li input {
	cursor: pointer;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-weight: bold;
	display: block;
}

#loan.simulation .panels ul.calculate-btn li input#calc_1,
#loan.simulation .panels ul.calculate-btn li input#calc_2 {
	height: 50px;
	padding: 0 70px;
	line-height: 25px;
	color: #fff;
	font-size: 25px;
	/*border: 3px solid #314292;
	background: #314292;*/
	border: 3px solid #4a4842;
	background: #4a4842;
}

#loan.simulation .panels ul.calculate-btn li input#clear_1,
#loan.simulation .panels ul.calculate-btn li input#clear_2 {
	height: 30px;
	margin-top: 10px;
	line-height: 15px;
	padding: 0 10px;
	color: #999;
	font-size: 18px;
	border: 3px solid #ccc;
	background: #fff;

}

#loan.simulation .panels ul.calculate-btn li input:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

#loan.simulation .panels > .panel { display: none;}
#loan.simulation .panels > .panel.active { display: block;}
#loan.simulation .panels dd.error_balloon {
	height: auto;
	display: none;
	color: #ed1b24;
	font-weight: bold;
	font-size: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #ed1b24;
	background: #fdf4f4;
	position: relative;
}

#loan.simulation .panels dd.error_balloon:after {
	content: '';
	position: absolute;
	border-bottom: 10px solid #ed1b24;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	top: -10px;
	left: 50%;
}

#loan.simulation .panels .result {
	margin: 20px auto 0;
	display: none;
}

#loan.simulation .panels .result table th {
	width: 234px;
	font-weight: normal;
	text-align: left;
	background: #fbe7d5;
}

#loan.simulation .panels .result table th.step-th {
	padding: 10px 0;
	font-weight: bold;
	text-align: left;
	border: none;
	background: #fff;
}

#loan.simulation .panels .result table th.step-th.last-th {
	padding: 30px 0 10px;
}

#loan.simulation .panels .result table th.step-th p.txt {
	margin-bottom: 0;
}

#loan.simulation .panels .result table th.head { background: #ecfadc;}
#loan.simulation .panels .result table th.head.col2 { width: 40%;}
#loan.simulation .panels .result table td { text-align: right;}
#loan.simulation .panels .result table td em {
	margin-right: .3rem;
	color: #0066cc;
	font-weight: bold;
	font-size: 1.8rem;
}


/* rate */
#loan.rate .head-copy {
	margin-bottom: 20px;
}

#loan.rate .head-copy .inner {
	background: url(/house/img/useful/loan/rate-head.png) no-repeat right top;
}

#loan.rate .head-copy .inner p.lead-notes {
	padding: .5em 0 0 1em;
	text-indent: -1em;
}

#loan.rate .rate-table {
	margin-bottom: 30px;
}

#loan.rate .rate-table h2 {
	font-size: 22px;
	line-height: 1.3em;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left: 10px solid #fd7a05;
}

#loan.rate .rate-table p.date {
	text-align: right;
}

#loan.rate .rate-table #rate1 {
	margin-bottom: 30px;
}

#loan.rate .rate-table table thead th,
#loan.rate .rate-table table tfoot th {
	background: #fff5e9;
}

#loan.rate .rate-table table tbody th {
	background: #fbe7d5;
}

#loan.rate .rate-table table tbody tr td:last-child {
	color: #ed1b24;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
}

#loan.rate .rate-table ul {
	margin-top: 10px;
}


/* knowledge */
/*index*/
#loan.knowledge .index .head-copy .inner {
	background: url(/house/img/useful/loan/knowledge/knowledge-head.png) no-repeat right top;
}

#loan.knowledge .index .anchor-link {
	margin: 15px 0;
}

#loan.knowledge .index .anchor-link li {
	float: left;
	width: 220px;
	margin-bottom: 3px;
}

#loan.knowledge .index .anchor-link li.center {
	margin-left: 5px;
	margin-right: 5px;
}

#loan.knowledge .index .anchor-link li a {
	display: block;
	background: url(/house/img/useful/loan/common/arrow-anchor.png) no-repeat 15px center;
	border: 1px #ccc solid;
	border-bottom: 3px #ccc solid;
	padding: 5px 10px 5px 35px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#loan.knowledge .index .anchor-link li a:hover {
	background-color: #fff5e9;
}

#loan.knowledge .index .anchor-link li a:link {color: #000; text-decoration: none;}
#loan.knowledge .index .anchor-link li a:visited {color: #000; text-decoration: none;}
#loan.knowledge .index .anchor-link li a:active {color: #000; text-decoration: none;}
#loan.knowledge .index .anchor-link li a:hover {color: #000; text-decoration: none;}

/*link-group*/
#loan.knowledge .index .link-group {
	margin-bottom: 10px;
}

#loan.knowledge .index .link-group .title {
	background-color: #f3f3f3;
	padding: 10px 10px 7px 10px;
	border-bottom: 1px #b4b4b4 solid;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}

#loan.knowledge .index .link-group ul {
	padding: 15px;
}

#loan.knowledge .index .link-group li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

#loan.knowledge .index .link-group li a {
	display: block;
	background: url(/house/img/useful/loan/common/arrow-s.png) no-repeat left center;
	padding-left: 15px;
}

#loan.knowledge .index .link-group a:link {text-decoration: none;}
#loan.knowledge .index .link-group a:visited {text-decoration: none;}
#loan.knowledge .index .link-group a:active {text-decoration: underline;}
#loan.knowledge .index .link-group a:hover {text-decoration: underline;}

/* content-block */
#loan.knowledge .content-block {
	font-size: 16px;
	line-height: 1.8em;
}

#loan.knowledge .content-block h2 {
	font-size: 22px;
	line-height: 1.3em;
	margin: 40px 0 20px 0;
	padding-left: 5px;
	border-left: 10px solid #fd7a05;
}

#loan.knowledge .content-block h3 {
	font-size: 18px;
	margin: 40px 0 5px 0;
	padding-left: 15px;
	position: relative;
}

#loan.knowledge .content-block h3:after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #fd7a05;
}

#loan.knowledge .content-block p {
	margin-bottom: 20px;
}

#loan.knowledge .content-block .mb5 {
	margin-bottom: 5px;
}

#loan.knowledge .content-block .mb20 {
	margin-bottom: 20px;
}

#loan.knowledge .content-block .mr05em {
	margin-right: .5em;
}

#loan.knowledge .content-block p.loan-title {
	padding: 3px 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	background-color: #eee;
}

#loan.knowledge .content-block p.align-center {
	text-align: center;
}

#loan.knowledge .content-block dl {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

#loan.knowledge .content-block dl dt {
	background-color: #fbe7d5;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
	font-weight:bold;
}

#loan.knowledge .content-block dl dd {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
}

#loan.knowledge .content-block a:hover {
	color: #fd7a05;
	text-decoration: underline;
}

#loan.knowledge .content-block a.link-icon {
	padding-left: 15px;
	background: url(/house/img/useful/loan/common/arrow-s.png) no-repeat left center;
}

/*list-disc*/
#loan.knowledge .content-block .list-disc li {
	padding-left: 10px;
	position: relative;
}

#loan.knowledge .content-block .list-disc li:after {
	display: block;
	content: '';
	position: absolute;
	top: .7em;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #000;
	border-radius: 100%;
}

/*list-decimal*/
#loan.knowledge .content-block ol {
	margin: 0 0 0 25px;
	padding: 0;
}

/*table*/
#loan.knowledge .content-block table .nowrap {
	white-space: nowrap;
}

#loan.knowledge .content-block table.th10em th {
	width: 10em;
}

/*table-row*/
#loan.knowledge .content-block .table-row {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	line-height: 1.8em;
}

#loan.knowledge .content-block .table-row th {
	background-color: #fbe7d5;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}

#loan.knowledge .content-block .table-row td {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}

#loan.knowledge .content-block .table-row.text-center td {
	text-align: center;
	}

/*table-col*/
#loan.knowledge .content-block .table-col {
	margin-bottom: 20px;
	line-height: 1.8em;
	}

#loan.knowledge .content-block .table-col th {
	background-color: #fbe7d5;
	border: 1px solid #ccc;
	padding: 10px;
	}

#loan.knowledge .content-block .table-col td {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	}

#loan.knowledge .content-block .table-col.text-center td {
	text-align: center;
	}

/*related-link*/
#loan.knowledge .related-link {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.3em;
}

#loan.knowledge .related-link .title {
	font-size: 12px;
	background-color: #e4e4e4;
	display: inline-block;
	padding: 5px;
	margin-bottom: 10px;
}

#loan.knowledge .related-link li {
	background: url(/house/img/useful/loan/common/arrow-s.png) no-repeat left center;
	padding-left: 15px;
}

#loan.knowledge .related-link a:link { text-decoration: none;}
#loan.knowledge .related-link a:visited { text-decoration: none;}
#loan.knowledge .related-link a:active { text-decoration: underline;}
#loan.knowledge .related-link a:hover { text-decoration: underline;}

/* planner */
#loan.knowledge .planner {
	background-color: #f3f3f3;
	padding: 20px;
	margin-bottom: 30px;
}

#loan.knowledge .planner dl {
	height: 75px;
	padding-left: 165px;
	position: relative;
}

#loan.knowledge .planner dl dt {
	margin-bottom: 5px;
	font-weight: bold;
}

#loan.knowledge .planner dl dt span {
	font-size: 12px;
}

#loan.knowledge .planner dl dd.pic {
	top: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
}

#loan.knowledge .planner dl dd.pic img {
	border: 1px solid #ccc;
}

#loan.knowledge .planner dl dd.txt {
	font-size: 12px;
}

#loan.knowledge .planner p {
	padding-left: 165px;
	line-height: 1.4;
}

#loan.knowledge .planner .planner-link {
	text-align: right;
	margin-top: 10px;
}

#loan.knowledge .planner a {
	background: url(/house/img/useful/loan/common/arrow-s.png) no-repeat left center;
	padding-left: 15px;
}

#loan.knowledge .planner a:link {text-decoration: none;}
#loan.knowledge .planner a:visited {text-decoration: none;}
#loan.knowledge .planner a:active {text-decoration: underline;}
#loan.knowledge .planner a:hover {text-decoration: underline;}

/*navigation*/
#loan.knowledge .navigation {
	margin-bottom: 30px;
}

#loan.knowledge .navigation .prev {
	float: left;
	width: 50%;
}

#loan.knowledge .navigation .prev .title {
	color: #666666;
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 15px;
}

#loan.knowledge .navigation .prev a {
	background: url(/house/img/useful/loan/common/arrow-s-back.png) no-repeat left center;
	padding-left: 15px;
}

#loan.knowledge .navigation .next {
	float: right;
	text-align: right;
	width: 50%;
}

#loan.knowledge .navigation .next .title {
	color: #666666;
	font-size: 12px;
	margin-bottom: 5px;
	padding-right: 15px;
}

#loan.knowledge .navigation .next a {
	background: url(/house/img/useful/loan/common/arrow-s.png) no-repeat right center;
	padding-right: 15px;
}

#loan.knowledge .navigation a:link {text-decoration: none;}
#loan.knowledge .navigation a:visited {text-decoration: none;}
#loan.knowledge .navigation a:active {text-decoration: underline;}
#loan.knowledge .navigation a:hover {text-decoration: underline;}

/*pagination*/
#loan.knowledge .pagination .prev a {
	background: url(/house/img/useful/loan/common/arrow-s-back.png) no-repeat left center;
	padding-left: 15px;
}

#loan.knowledge .pagination .next a {
	background: url(/house/img/useful/loan/common/arrow-s.png) no-repeat right center;
	padding-right: 15px;
}

#loan.knowledge .back-index {
	background: url(/house/img/useful/loan/common/arrow-circle-l.png) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 16px;
}
#loan.knowledge .forward-index {
  background: url(/house/img/useful/loan/common/arrow-circle-r.png) no-repeat right center;
  padding-right: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: right;
}

#loan.knowledge .back-index a:link,
#loan.knowledge .forward-index a:link {
  color: #fd7a05;
  text-decoration: none;
}
#loan.knowledge .back-index a:visited,
#loan.knowledge .forward-index a:visited {
  color: #fd7a05;
  text-decoration: none;
}
#loan.knowledge .back-index a:active,
#loan.knowledge .forward-index a:active {
  color: #fd7a05;
  text-decoration: underline;
}
#loan.knowledge .back-index a:hover,
#loan.knowledge .forward-index a:hover {
  color: #fd7a05;
  text-decoration: underline;
}

#loan.knowledge .back-forward {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#loan.knowledge .back-forward .back-index,
#loan.knowledge .back-forward .forward-index {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

/*related-content*/
#loan.knowledge .related-content .title {
	background-color: #f3f3f3;
	padding: 10px 10px 7px 10px;
	border-bottom: 1px #b4b4b4 solid;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}

#loan.knowledge .related-content ul {
	padding: 15px;
}

#loan.knowledge .related-content li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

#loan.knowledge .related-content li a {
	display: block;
	background: url(/house/img/useful/loan/common/arrow-s.png) no-repeat left center;
	padding-left: 15px;
}

#loan.knowledge .related-content a:link {text-decoration: none;}
#loan.knowledge .related-content a:visited {text-decoration: none;}
#loan.knowledge .related-content a:active {text-decoration: underline;}
#loan.knowledge .related-content a:hover {text-decoration: underline;}


/*apply-button*/
#loan.knowledge .apply-button li {
	width: 46%;
	margin: 0 1%;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}

#loan.knowledge .apply-button li span {
	font-size: 28px;
}

#loan.knowledge .apply-button li a {
	display: block;
	background: url(/house/img/useful/loan/common/arrow-apply.png) no-repeat right center;
	padding: 15px 0;
}

#loan.knowledge .apply-button li.new {
	float: left;
	border: 3px #2783d1 solid;
	border-radius: 10px;
	background: #2680cd;
	background: -moz-linear-gradient(top,  #2680cd 0%, #1c5d94 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2680cd), color-stop(100%,#1c5d94));
	background: -webkit-linear-gradient(top,  #2680cd 0%,#1c5d94 100%);
	background: -o-linear-gradient(top,  #2680cd 0%,#1c5d94 100%);
	background: -ms-linear-gradient(top,  #2680cd 0%,#1c5d94 100%);
	background: linear-gradient(to bottom,  #2680cd 0%,#1c5d94 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2680cd', endColorstr='#1c5d94',GradientType=0 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#loan.knowledge .apply-button li.ref {
	float: right;
	border: 3px #42b90e solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #41b50e;
	background: -moz-linear-gradient(top,  #41b50e 0%, #389d0c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41b50e), color-stop(100%,#389d0c));
	background: -webkit-linear-gradient(top,  #41b50e 0%,#389d0c 100%);
	background: -o-linear-gradient(top,  #41b50e 0%,#389d0c 100%);
	background: -ms-linear-gradient(top,  #41b50e 0%,#389d0c 100%);
	background: linear-gradient(to bottom,  #41b50e 0%,#389d0c 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#41b50e', endColorstr='#389d0c',GradientType=0 );
}

/* notes-text */
#loan.knowledge .notes-text {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 15px;
}

/* true,false */
#loan.knowledge .content-block .true, #loan.knowledge .content-block .false {
	padding: 0 2px;
	font-weight: bold;
	font-size: 16px;
	color: #fd7a05;
	vertical-align: 0;
	display: inline-block;
}

#loan.knowledge .content-block .false {
	font-size: 20px;
	vertical-align: -0.1em;
}

#loan.knowledge .notes-text .true, #loan.knowledge .notes-text .false {
	text-indent: 0;
}

/* add-banner */
#loan p.add-banner-middle,
#loan .aside .add-banner-side {
	text-align: center;
}

#loan p.add-banner-middle {
	margin-bottom: 30px;
}

#loan .aside .add-banner-side ul li {
	margin-bottom: 10px;
}

/* footer-links */ 	
#loan #footer-links { 	
float: left; 	
margin-bottom: 20px; 	
border-top: 1px solid #3e853f;
margin-top: 10px;
padding-top: 30px;
} 	
	
#loan #footer-links p.sub-ttl { 	
margin-bottom: 5px; 	
font-weight: bold; 	
} 	
	
#loan #footer-links a:hover { 	
text-decoration: none; 	
} 	
	
#loan #footer-links .links-block1 { 	
margin-bottom: 20px; 	
} 	
	
#loan #footer-links .links-block1 ul.linklist-l li { 	
padding-left: 15px; 	
display: inline-block; 	
} 	
	
*:first-child+html #loan #footer-links .links-block1 ul.linklist-l li { display: inline; zoom: 1;} 	
	
#loan #footer-links .links-block1 ul.linklist-l li:before, 	
#loan #footer-links .links-block3 ul li:before { 	
padding-right: 5px; 	
color: #666; 	
content: "\f0da"; 	
font-weight: normal; 	
font-family: FontAwesome; 	
} 	
	
#loan #footer-links .links-block3 { 	
widows: 100%; 	
display: table; 	
} 	
	
#loan #footer-links .links-block3 dl { 	
width: 310px; 	
padding-left: 10px; 	
display: table-cell; 	
} 	
	
*:first-child+html #loan #footer-links .links-block3 dl { float: left;} 	
	
#loan #footer-links .links-block3 dl:first-child { 	
padding-left: 15px; 	
} 	
	
#loan #footer-links .links-block3 dl dt { 	
margin-bottom: 5px; 	
} 	
	
#loan #footer-links .links-block3 dl dd { 	
margin-bottom: 20px; 	
} 	
	
#loan #footer-links .links-block3 dl dd ul li { 	
padding-left: 10px; 	
margin-bottom: 5px; 	
text-indent: -10px; 	
}

/****************loan-new*************/

#loannew{
}
/*クイック事前審査*/
.loanExam{
	background:url(/house/img/useful/loannew/loanExam_bg.png) left top;
	text-align:center;
	padding:45px 0;
	font-size:12px;
}
.loanExam-lead{
	font-size:28px;
	font-weight:bold;
	line-height:1;
}
.loanExam-lead strong{
	font-size:40px;
}
.loanExam-lead sup{
	color:#2786F0;
}
a.loanExam-btn{
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	padding:22px;

    background: #EF3127;
	text-decoration:none;
	box-shadow:0 2px 4px 0px rgba(0, 0, 0, 0.2);
	display: inline-block;	
	border-radius:5px;
	margin:15px 0 10px;
	line-height:1;
}
.loanExam-btn strong{
	font-size:28px;
}

.loanBlock{
	text-align:center;
	padding:15px 60px;
}
.loanBlock_gr{
	text-align:center;
	background:#E3EFD9;
}
/*借り入れ可能額*/
.loanJizen{
	line-height:1.4;
}

a.loanJizen-hikakuLink{
	color:#2786F0;
	display: block;
	font-size:16px;
	text-align: center;
}


.loanJizen-titSub{
	font-size:20px;
	margin-top:100px;
	margin-bottom:5px;
}
.loanJizen-titSub strong{
	color:#4A7C25;
	font-weight: bold;
}
h2.loanJizen-tit{
	font-size:32px;
	color:#4A7C25;
	font-weight: bold;
  position: relative;
  margin-bottom:50px;
}
.loanJizen-tit:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 10px #B1DA56;
  bottom: -20px;
  width: 40px;
  left:50%;
  margin-left:-20px;
} 


.loanJizen-clm3{
	overflow: hidden;
}
.loanJizen-clm3-inner{
width: 263px;
float:left;
margin-left:30px;
text-align:left;
font-size:16px;
}
.loanJizen-clm3-inner:first-child{
	margin-left:0;
}
.loanJizen-icBox{
min-height: 190px;
border-radius: 5px;
background: linear-gradient(to right,#4a7c25 0%, #63a631 47.3%, #b1da56 100%);
padding:30px 0 0;
text-align:center;
font-size:28px;
color:#FFF;
font-weight:bold;
text-align: center;
margin-bottom:18px;
}
.loanJizen-icBox img{
	display: block;
	margin:0 auto 20px;
}

.loanAttention{
	font-size:12px;
	padding-top:20px;
	padding-bottom:40px;
	text-align: left;
}

/*お家探しは､よりスムーズに*/
.loanSmooth.loanBlock_blue{
	background:#F3FCFF url(/house/img/useful/loannew/bg_loanSmooth.png) left bottom;
	padding-bottom:55px;
	text-align:center;
	
}
.loanJizen-clm2{
	overflow: hidden;
}
.loanJizen-clm2-inner{
width: 415px;
float:left;
margin-left:20px;
text-align:left;
font-size:16px;
}
.loanJizen-clm2-inner:first-child{
	margin-left:0;
}


.loanSmooth-icBox{
border-radius: 5px 5px 0 0;
background: linear-gradient(to right,#4a7c25 0%, #63a631 47.3%, #b1da56 100%);
padding:20px 0 ;
text-align:center;
font-size:16px;
color:#FFF;
font-weight:bold;
text-align: center;
}

.loanSmooth .loanJizen-titSub{
	margin-top:50px;
}

.loanSmooth-icBox .loanSmooth-tit{
	font-size:24px;
}

.loanSmooth-icBox_foot{
border-radius: 0 0 5px 5px;
}
.loanSmooth-icBox_foot .loanSmooth-tit{
	font-size:20px;
	display:inline;
}
.loanJizen-clm2-inner:last-child .loanSmooth-icBox{
	background:#666666;
}

/*家探しでこんなお悩みはありませんか？*/

.loanNayami{
	padding-bottom:50px;
}

/*審査の流れ*/
.loanTbl{
	border-spacing:0;
	border-collapse:collapse;
	margin-bottom:30px;
}
.loanTbl tr{
	background:#FFFFFF;
}
.loanTbl tr:nth-child(even){
	background:#f9f9f9
}

.loanTbl th{
	vertical-align:middle;
	width:58px;
	text-align:center;
	background:url(/house/img/useful/loannew/loanExam_bg.png) left bottom;
	font-size:32px;
	color:#FFF;
}
.loanTbl tr:nth-child(even) th{
	background:url(/house/img/useful/loannew/loanExam_bg-gr.png) left bottom;
}

.loanTbl td.loanTbl-img{
	text-align:center;
	width:180px;
}
.loanTbl td{
	vertical-align:middle;
	text-align: left;
	font-size:16px;
	line-height:1.4;
	padding:30px 0;
}
.loanTbl h3{
	color:#4A7C25;
	font-size:28px;
	margin-bottom:5px;
}
/*ご注意事項*/

.loanAttention-box{
	background:#FFF;
	border:1px solid #CCC;
	margin:50px 0;
	padding:20px 20px 0;
	font-size:16px;
}
.loanAttention-box h3{
	font-size:20px;
	margin:15px 0;
}
.loanAttention-box>p{
	text-align:left;
	margin-bottom:1.2em;
	line-height:1.4;
}
.loanAttention-box hr{
	border:0;
	border-top:1px solid #CCC;
	margin:30px 0;
}

/*住宅ローンシミュレーター*/
.loanJizenSimulator{
	text-align:center;
}

.btnSimulator{
	margin:0;
}

.btnSimulator li{
  width:480px;
	margin-bottom:30px;
  float:left;
}
.btnSimulator li:last-child{
	float:right;
}

.btnSimulator a{
  color: #FFF;
  position: relative;
  display:block;
  background:#63A631;
  text-align: center;
  text-decoration:none;
	font-size:24px;
	line-height:1.4;
	padding:20px 0;
	border-radius:5px;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.btnSimulator li:last-child a{
  background:#2786F0;
}

.btnSimulator a strong{
	font-size:32px;
}
.btnSimulator a span{
	font-size:20px;
}
.btnSimulator a:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(45deg);
  margin-top: -7px;
}

.btnLoanList{
	text-align:center;
	margin:0 auto;
}
.btnLoanList a{
  position: relative;
	display:block;
	margin:auto;
	color:#333;
	text-decoration:none;
	width: 850px;

	border-radius: 5px;
	background: #fff;
	border: 2px solid #ff9e40;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	font-size:24px;
	font-weight:bold;
	padding:15px 0;

}
.btnLoanList a strong{
	font-size:28px;
}
.btnLoanList a span{
	font-size:20px;
	color:#63A631;
}

.btnLoanList a:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #63A631;
	border-right: 3px solid #63A631;
  transform: rotate(45deg);
  margin-top: -7px;
}

.btnLoanCP{
	text-align:center;
	margin:90px 0;
}
.btnLoanCP+.btnLoanCP{
	margin-top:-70px;
}

/*フッターリンクリスト*/
h3.cmnGrade{
background:linear-gradient(to right, #4a7c25 0%, #75be3d 70%, #b1da56 100%);
color: #fff;
line-height: 1.2;
font-weight: bold;
margin-bottom: 15px;
font-size:14px;
padding: 5px 10px;
border-radius: 5px 5px 0 0;
}
h4.cmnCircle{
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}
h4.cmnCircle:before {
    content:  "";
    width:  5px;
    height:  5px;
    display:  inline-block;
    background-color: #FFF;
    border-radius:  50%;
	border:3px solid #4A7C25;
	margin-right:5px;
}

ul.loanLinks-list{
margin-bottom: 15px;
font-size:12px;
}
ul.loanLinks-list li{
	display: inline-block;
	margin-right:1em;
	padding-right:1em;
	border-right:1px solid #666;
	margin-bottom:8px;
}
ul.loanLinks-list li:last-child{
	margin-right:0;
	padding-right:0;
	border-right:0;
}
ul.loanLinks-list li a{
	text-decoration:none;
	color:#666;
}

/*ローン比較*/
.hikakuMain{
	background:url(/house/img/useful/loannew/hikaku_main.png) left top;
	min-height:285px;
}
.hikakuMain-inner{
	width:387px;
	text-align:center;
	font-size:16px;
	color:#FFF;
	margin:0px 30px;
	padding-top:90px;
}
.hikakuMain-inner strong{
	font-size:20px;
	display:block;
}
.hikakuMain-inner h1{
	font-size:40px;
	padding-top:10px;
}

/*ローン比較TAB*/
.loanHikaku-tab{
	display:table;
}
ul.loanHikaku-tab_p2 li{
	padding-right:0;
	padding-left:10px;
}

.loanHikaku-tab li{
	display:table-cell;
	vertical-align:top;
	padding-right:10px;
}
.loanHikaku-tab li a,
.loanHikaku-tab li span{
	display:table-cell;
	vertical-align:middle;
	height:88px;
}

.loanHikaku-tab li span{
	width:516px;
	border-radius:5px 5px  0 0;
	background:#B1DA56;
	font-size:28px;
	color:#4A7C25;
	text-align:center;
	font-weight:bold;
}
.loanHikaku-tab li span strong{
	font-size:32px;
}


.loanHikaku-tab li a{
	height:87px;
	width:434px;
	border-radius:5px 5px  0 0;
	background:#B1DA56;
	font-size:16px;
	color:#4A7C25;
	text-align:center;
	text-decoration:none;
	background: linear-gradient(to bottom,#FFF 0%, #FFF 80%, #EEE 100%);
	border:1px solid #CCC;
	border-bottom:0;


}
.loanHikaku-tab li a strong{
	font-size:24px;
	display:block;
}

.loanHikaku-tabContent{
	border:2px solid #B1DA56;
	border-top-width:15px;
	padding:40px 60px;
	text-align:center;
	margin-bottom:70px;
}

h3.loanHikaku-tit{
	background:#63A631;
	color:#FFF;
	font-size:20px;
	padding:5px;
}

.loanHikaku-lead{
	background:#F9F9F9;
	text-align:center;
	padding:60px 0;
}
.loanHikaku-lead p{
	margin-bottom:10px;
}


.hikakuTbl{
	border-spacing:0;
	border-collapse:collapse;
	margin-bottom:20px;
	font-size:16px;
}

.hikakuTbl a{
	color:#2786F0;
}
.hikakuTbl tr{
}
.hikakuTbl tr:nth-child(odd){
	background:#f9f9f9
}
.hikakuTbl th{
	background:url(/house/img/useful/loannew/loanExam_bg-gr.png) left bottom;
	color:#FFF;
	font-weight:normal;
	white-space:nowrap;
	padding:10px 0;
}
.hikakuTbl tr td{
	padding:10px 0;
}
.hikakuTbl tr td:first-child{
	font-size:12px;
	width:140px;
	text-align:left;
	padding-left:5px;
}
.hikakuTbl tr td:first-child img{
	margin-bottom:5px;
}
.hikakuTbl tr td:last-child{
	font-size:12px;
	width:80px;
	font-weight:bold;
}

.hikakuTbl tr td:last-child a{
	position:relative;
	padding-top:30px;
	display:inline-block;
	position:relative;
	
}
.hikakuTbl tr td:last-child a:after{
	
     content: "";
    position: absolute;
    top: 0%;
    right: 45%;
    width: 16px;
    height: 16px;
    border-top: 4px solid #2786F0;
    border-right: 4px solid #2786F0;
    transform: rotate(45deg);
}

/*loanHikaku-plan*/
.loanHikaku-plan{
	overflow:hidden;
	margin-bottom:30px;
}
.loanHikaku-planInner{
	width:270px;
	padding:15px;
	float:left;
	margin-left:15px;
	border:1px solid #CCC;
	border-radius:3px;
	box-sizing:border-box;
}
.loanHikaku-planInner:first-child{
	margin-left:0;
}

.loanHikaku-planTit{
	font-size:18px;
	font-weight:bold;
	padding:28px 0;
}
.loanHikaku-planLogo{
	margin-bottom:25px;
}
.loanHikaku-planTbl{
	border-collapse:collapse;
	border-spacing:0;
margin-bottom:10px;
}
.loanHikaku-planTbl caption{
	font-size:16px;
	font-weight:bold;
	color:#FFF;
background: url(/house/img/useful/loannew/loanExam_bg-gr.png) left bottom;
padding:10px 0;
}
.loanHikaku-planTbl th,
.loanHikaku-planTbl td{
	border-bottom:1px solid #CCC;
	vertical-align:middle;
	height:50px;
}
.loanHikaku-planTbl th{
	font-size:13px;
	text-align:left;
}
.loanHikaku-planTbl td{
	font-size:24px;
	vertical-align:middle;
}
.loanHikaku-planTbl td strong{
	color:#CC0000;
	margin-right:5px;
}
.loanHikaku-planTbl td strong span{
	font-size:18px;
}
.loanHikaku-planTbl td sup{
	font-size:11px;
	vertical-align:middle;
}

.loanHikaku-planTblFooter{
	text-align:right;
	font-size:11px;
	color:#999999;
margin-bottom:20px;
}

.loanHikaku-planTbl-sub{
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:15px;
	table-layout:fixed;

}
.loanHikaku-planTbl-sub th,
.loanHikaku-planTbl-sub td{
	border:1px solid #B6D19E;
	padding:10px;
	vertical-align:top;
	text-align:left;
}
.loanHikaku-planTbl-sub th{
	font-weight:normal;
	background:#F9F9F9;
	width:85px;
}
.loanHikaku-planTbl-sub td{
	vertical-align:top;
}

.loanHikaku-planBtn a{
	color:#FFF;
	display: block;
	background:#63A631;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.4;
	padding: 10px 0;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
	font-weight:bold;
}

.loanHikaku-planBtn-disabled a{
    color:#FFF;
    display: block;
    background: #999;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 0;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
    font-weight:bold;
    pointer-events:none;
}



.loanFlow_hikaku{
	background:#FFF;
	text-align:center;
}
.loanTbl_hikaku{
	margin-bottom:0px;
}
.loanTbl_hikaku tr{
	background:#E3EFD9;
}
/**/
.hikaku2-chance{
	text-align:center;
}
.hikaku2-chance li{
	background:url(/house/img/useful/loannew/hikaku2-chance.png) left top no-repeat;
	min-height:240px;
	min-width:240px;
	display:inline-block;
	margin:10px;
}
.hikaku2-chance li span{
	font-size:20px;
	font-weight:bold;
	padding-top:100px;
	display:block;
	color:#FFF;
	line-height:1.4;
}
.hikaku2-chance li strong{
	font-size:28px;
	display:block;
}
.hikaku2-chanceAns{
	margin-top:10px;
	font-size:24px;
	line-height:1.8;
	margin-bottom:90px;
}
.hikaku2-chanceAns strong{
	color:#4A7C25;
}
.chanceAns-s{
	font-size:16px;
}
.chanceAns-sub{
	position:relative;
	display:inline-block;
}
.chanceAns-sub_small{
	position:absolute;
	bottom:-10px;
	left:0px;
	font-weight:normal;
	font-size:12px;
	display:inline-block;
	width:auto;
}

h3.minaoshiRei-tit{
	font-size:20px;
	margin:20px 0;
}
.minaoshiRei{
	padding-bottom:60px;
}
p.minaoshiRei-txt{
	text-align:left;
	font-size:20px;
	margin:20px 0;
}
.minaoshiRei-txt_s{
	font-size:16px;
}

.cpMain{
	background:url(/house/img/useful/loannew/cpMain.png) left top no-repeat;
	text-align:center;
	padding-top:30px;
	min-height:495px;
}

.cpJyokenList a,
.cpRegist a{
	color:#2786F0;
}
.cpMain-kikan{
	color:#FFF;
	background:url(/house/img/useful/loannew/cpMain4.png) center top no-repeat;
	min-height:51px;
	font-size:22px;
	font-weight:bold;
	padding-top:11px;
}

.cpJyoken{
	border:#A2D9E7 solid 10px;
	padding:24px 32px;
}
h2.cpJyokenTit{
	color:#00A8D9;
	text-align:center;
	font-size:24px;
	margin-bottom:10px;
}
.cpJyokenList li{
	position:relative;
	font-size:16px;
	padding-left:18px;
	margin-bottom:10px;
}
.cpJyokenList li:before {
	position:absolute;
	left:0px;
	top:4px;
	
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #FFF;
    border-radius: 50%;
    border: 3px solid #108ABB;
    margin-right: 5px;
}

.cpBtnArea{
	background:#F9F9F9;
	text-align:center;
	padding:60px;
	
}
.cpBtnAreaTit{
	font-size:20px;
	margin-bottom:20px
}
.btnCP a{
  position: relative;
	display:block;
	margin:auto;
	color:#00A8D9;
	text-decoration:none;

	border-radius: 5px;
	background: #fff;
	border: 2px solid #00A8D9;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	font-size:24px;
	font-weight:bold;
	padding:15px 0;
}
.btnCP a:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #00A8D9;
	border-right: 3px solid #00A8D9;
  transform: rotate(45deg);
  margin-top: -7px;
}
.btnCP a img{
	vertical-align:middle;
	margin-right:5px;
}

.cpRegist{
	background:#E4F6FA;
	padding:80px 60px;
	text-align:center;
}



.cpRegist .loanJizen-tit{
	color:#108ABB;
}
.cpRegist .loanJizen-tit::after{
	border-bottom-color:#00A8D9;
}
.cpRegist .loanTblWrap{
	border:5px solid #FF9E40;
	background:#FFF;
	margin-bottom:10px;
}
.cpRegist .loanTblWrap th{
	width:55px;
}

.cpRegist .loanTbl.loanTblList{
	margin-bottom:10px;
}
.cpRegist .loanTbl.loanTblList caption{
    color: #00A8D9;
    font-size: 20px;
	font-weight:bold;
	margin-bottom:10px;
	position:relative;
}
.cpRegist .loanTbl.loanTblList caption:before {
  content: "";
  position: absolute;
  top: 130%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #E4F6FA;

}

.cpRegist .loanTbl th{
	background: url(/house/img/useful/loannew/loanCP_bg_gr.png) left bottom;
}
.cpRegist .loanTbl tr:nth-child(2n) th ,
.cpRegist .loanTbl tr th.loanTbl_even{
    background: url(/house/img/useful/loannew/loanCP_bg.png) left bottom;
}
.cpRegist .loanTbl h3 {
    color: #00A8D9;
    font-size: 28px;
}
.loanTbl td p{
	padding-right:30px;
}
.cpRegist .loanTbl .loanAttention{
	margin-top:.8em;
}

.cpIc_win{
	margin:0 5px;
}

.cpRegistPoint{
	background: url(/house/img/useful/loannew/cpRegist-icon.png) 30px 5px no-repeat;
	font-weight:bold;
	font-size:16px;
	padding:5px 30px 30px 75px;
	text-align:left;
}
.cpRegist .loanAttention-box{
	padding:15px 30px;
	margin:0;
}

.cpGoopoint{
	margin:90px 0 90px 0;
	border:10px solid #DDDDDD;
	text-align:center;
	padding:50px 60px;
	
}

.cpGoopointTit{
	font-size:32px;
	font-weight:bold;
}
.cpGoopointTit strong{
	color:#CC3333;
}
.cpGoopointTit-sub{
	margin-top:10px;
	font-size:20px;
	position:relative;
	margin-bottom:40px;
}
.cpGoopointTit-sub::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 10px #B1DA56;
        border-bottom-color: rgb(177, 218, 86);
    bottom: -20px;
    width: 40px;
    left: 50%;
    margin-left: -20px;
}


.cpGoopoint-list{
	text-align:center;
	vertical-align:top;
}
.cpGoopoint-list li{
	vertical-align:top;
	background:url(/house/img/useful/loannew/cpGoopoint-list1.png) left top no-repeat;
	min-height:230px;
	min-width:230px;
	display: inline-block;
	margin:10px;
}
.cpGoopoint-list li:nth-child(2){
	background-image:url(/house/img/useful/loannew/cpGoopoint-list2.png);
}
.cpGoopoint-list li:nth-child(3){
	background-image:url(/house/img/useful/loannew/cpGoopoint-list3.png);
}

.cpGoopoint-list li strong{
	display:table-cell;
	vertical-align: middle;
	height:150px;
	width:230px;
	text-align:center;
	font-size:24px;
	color:#5685C5;
	
}

.cpGoopointBtn{
	text-align:center;
	margin:20px 0 50px;
}
.cpGoopointBtn a{
	background:#63A631;
	display:inline-block;
	border-radius:5px;
	font-size:24px;
	color:#FFF;
	text-decoration:none;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
	padding:15px 50px;
}

.cpGoopointFoot{
	border-top:1px solid #CCC;
	overflow:hidden;
	padding-top:30px;
}
.cpGoopointFootLeft{
	width:400px;
	float:left;
	text-align:left;
	font-size:16px;
	line-height:1.4;
}
.cpGoopointFootLogos{
	padding-top:30px;
	margin-bottom:15px;
}
.cpGoopointFootLogos1{
	padding:5px 0;
	margin-right:10px;
}

.cpGoopointFootRight{
	width:398px;
	float:right;
	border-radius:5px;
	background:#E3EFD9;
	padding:10px;
}


.cpPointBlock{
	background:#FFF;
	text-align:center;
	padding:20px 0;
	font-weight:bold;
}
.cpPointBlock+.cpPointBlock{
	margin-top:10px;
}
.cpPointData{
	display:inline-block;
	font-size:16px;
	text-align:center;
}
.cpPointDataArrow{
	position:relative;
	margin-right:40px;
}
.cpPointDataArrow:before{
    content: "";
    position: absolute;
    top: 50%;
    right: -26px;
    width: 12px;
    height: 12px;
    border-top: 5px solid #B1DA56;
    border-right: 5px solid #B1DA56;
    transform: rotate(45deg);
    margin-top: -7px;
}

.cpPointData strong{
	font-size:28px;
}
.cpPointDataRed{
	color:#CC3333;
}
.btnChange{
	margin:30px 0 0;
}
.btnChange a{
	position:relative;
	padding:10px;
	display:block;
	background:#F9F9F9;
	border:1px solid #DDD;
	border-radius:5px;
	font-size:16px;
	color:#4A7C25;
	text-decoration:none;
}
.btnChange a:before{
	    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #4A7C25;
    border-right: 2px solid #4A7C25;
    transform: rotate(45deg);
    margin-top: -7px;
}
/*最短1分の注釈*/
a.loanNote {
	color: #2786F0;
	text-decoration: none;
}

/* loan 借り換え */;
#loan .top.cx {margin-top: 20px;}

.loan-applyBnr {
	margin-bottom: 20px;
}

/*LPへの誘導バナー*/
.loan-applyBtn {
	width: 100%;
	height: auto;
}

/*0029554*/
.mogecheck{
}
.mogecheck .loanExam{
    font-size:16px;
}
.mogecheck .loanExam-lead{
    font-size:25px;
    margin-bottom:15px;
}
.mogecheck .loanExam-lead.loanExam-crown{
    margin-bottom:20px;
}
.mogecheck .loanExam-lead.loanExam-crown strong {
    font-size:40px;
    color:#F00;
    display:inline-block;
    position:relative;
    margin:50px 50px 11px;
}
.mogecheck .loanExam-lead strong:before,
.mogecheck .loanExam-lead strong:after {
    content: url(/house/img/useful/loannew/crown_left.png);
    position:relative;
    display: inline-block;
    position:absolute;
    left:-40px;
    bottom:-20px;
}
.mogecheck .loanExam-lead strong:after {
  content: url(/house/img/useful/loannew/crown_right.png);
  left: auto;
  right:-40px;
}
.mogecheck .loanExam-lead strong span:before {
  content: url(/house/img/useful/loannew/crown_top.png);
  display: inline-block;
  position:absolute;
  left:50%;
  margin-left:-36px;
  top:-53px;
}
.mogecheck .loanExam-crown-sub{
    margin-bottom:40px;
}

.mogecheck a.loanNote{
    font-size:15px;
    color:#F00;
}

.mogecheck .loanExam-lead-sub{
    font-size:18px;
    margin-bottom:10px;
}
.mogecheck .loanExam-btn{
    width:65%;
    font-size:28px;
    position:relative;
}
.mogecheck .loanExam-btn:before {
  content: url(/house/img/useful/loannew/icon_free.png);
  display: inline-block;
  position:absolute;
  left:0;
  top:-22px;
}

.mogecheck .loanJizen{
    font-size:16px;
    padding:15px 15px 30px;
}
.mogecheck .loanJizen-titSub{
    font-size:25px;
    font-weight:bold;
}
.mogecheck .loanJizen-lead{
    font-size:18px;
}
.purchaseMerit{
    background:#FFF;
    margin:10px 0;
    padding:15px;
}
.purchaseMerit-flow{
    padding:20px 0 40px;
}
.purchaseMerit-flow img{
    width:500px;
}
.purchaseMerit-point{
    overflow: hidden;
}
.purchaseMerit-point img{
    width:100%;
}
.purchaseMerit-point li{
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    float: left;
    text-align:left;
    font-size:14px;
}
.purchaseMerit-point li:nth-of-type(3) {
    margin-right: 0;
}

.purchaseMerit-point h4{
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-align:center;
}
.purchaseMerit-point img{
    margin: 10px auto;
    display: block;
}

.mogecheck-title{
    font-size: 32px;
    line-height: 140%;
    margin: 30px auto;
    color: #4A7C25;
}
.mogeFee .mogecheck-title,
.purchase_step .mogecheck-title{
    margin:30px 0;
}
.purchase_step  .loanTbl th{
    font-size:16px;
    padding:0 5px;
}
.mogecheck .loanTbl-gray{
    background:#CCC;
}
.mogecheck .loanJizen .purchase_step{
    background:#FFF;
    padding:1px 0 20px;
    margin-top:20px;
}
.purchase_step-steps{
    overflow: hidden;
    margin-bottom: 30px;
}
.purchase_step-steps li{
    width: calc((100% - (80px * 2)) / 4);
margin: 0 15px;
    float: left;
    text-align: center;
}

.purchase_step-steps li:nth-of-type(4) {
    margin-right: 0;
}

.purchase_step-steps .purchase_step_description{
    padding-top:6px;
    font-size:13px;
    text-align:left;
}
.purchase_step-steps .purchase_step_plan_creation{
    background: #fafafa;
}
.plan_creation{
    overflow: hidden;
    padding: 15px;
}

.purchase_step-steps img{
    max-height: 80px;
    opacity: .8;
}
.purchase_step-steps .purchase_step_nexticon{
    width: auto !important;
    margin:0;
}

i.mdi-chevron-right{
    position: relative;
    display: inline-block;
    padding: 30px 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 30px;
}
i.mdi-chevron-right::before,
i.mdi-chevron-right::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

i.mdi-chevron-right::before {
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.purchase_step-steps .plan_creation .purchase_step_description{
    text-align:center;
}

.mogeFee-tbl{
    text-align:left;
}
.mogeFee-tbl table{
}
.mogeFee-tbl table th,
.mogeFee-tbl table td{
    vertical-align: middle;
    text-align:center;
}
.mogeFee-tbl table th{
    background: #fff5f5;
    color:#333;
    min-width:10%;
}
.mogeFee-tbl table th:nth-of-type(1) {
    color:#ff7777;
    font-size: 150%;
}
.mogeFee-tbl table th:nth-of-type(3) {
    background:#ff7777;
    font-size: 250%;
    color:#FFFFFF;
}
.mogeFee-tbl table td{
    background: #FFFFFF;
}
.mogeFee-tbl table td:nth-of-type(3) {
    color:#ff7777;
    font-size: 150%;
    font-weight:bold;
}

.mogeFee-tbl table ul li{
    padding: 15px;
}

.mogeFee-arrow::after {
    content: "";
    position: relative;
    right: 0;
    bottom: -15px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #555555 transparent transparent transparent;
    border-width: 10px 10px 0 10px;
    display: block;
}

.mogecheck .loanAttention .mogecheck-title{
    font-size:34px;
    text-align:center;
}

.mogecheck .loanAttention-box p{
    text-indent:-1.2em;
    margin-left:1.5em;
}
.mogecheck .loanJizenSimulator{
    margin-bottom:80px;
}





.mogecheckNew *,
.mogecheckNew *::before,
.mogecheckNew *::after {
  box-sizing: border-box;
}

.mogecheckNew .mogecheckNew-exam {
        background: url(/house/img/useful/loannew/loanExam_bg.png) left top;
    text-align: center;
    padding: 45px 0;
    font-size: 12px;
}

.mogecheckNew .mogecheckNew-heading01 {
    font-size: 24px;
    line-height: 1.4;
}
.mogecheckNew .mogecheckNew-heading01-under {
    background: -webkit-linear-gradient(transparent 50%,#FFDA54 60%);
    background: linear-gradient(transparent 50%,#FFDA54 60%);
}

.mogecheckNew .mogecheckNew-heading02 {
        display: block;
        width: 385px;
        height: 58px;
        margin: 20px auto 0;
        padding-top: 5px;
    font-size: 17px;
        background: url(/house/img/useful/loannew/ribon.png) no-repeat top center;
        background-size: 385px 58px;
}
.mogecheckNew .mogecheckNew-heading02-strong {
    font-size: 28px;
}

.mogecheckNew .mogecheckNew-whiteBox {
        width: 600px;
        margin: 25px auto 0;
        padding: 0 12px 10px;
        background: #fff;
        border: solid 1px #c4c4c4;
        border-radius: 10px;
}
.mogecheckNew .mogecheckNew-whiteBox-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-between;
}
.mogecheckNew .mogecheckNew-whiteBox-left,
.mogecheckNew .mogecheckNew-whiteBox-right {
        width: 49%;
}
.mogecheckNew .mogecheckNew-whiteBox-bottom {
        width: 403px;
        margin: 15px auto 0;
}

.mogecheckNew .mogecheckNew-heading03 {
        margin: 0 0 8px;
        color: #555555;
        font-weight: bold;
        font-size: 13px;
}
.mogecheckNew .mogecheckNew-heading03-strong {
        font-size: 20px;
}
.mogecheckNew .mogecheckNew-heading03.style01 {
        display: block;
        width: 210px;
        height: 28px;
        margin: -12px auto 5px;
        padding: 7px 0;
        background: #fff;
        border-radius: 20px;
}
.mogecheckNew .mogecheckNew-heading04 {
        margin-bottom: 30px;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
}

.mogecheckNew .mogecheckNew-bank {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.mogecheckNew .mogecheckNew-bank-list {
        display: block;
        width: 33%;
        margin-bottom: 3px;
        text-align: center;
}
.mogecheckNew .mogecheckNew-whiteBox-right .mogecheckNew-bank-list {
	display: block;
	width: 50%;
	margin-bottom: 3px;
	text-align: center;
}
.mogecheckNew .mogecheckNew-bank-list.b-none {
        margin-bottom: 0;
}
.mogecheckNew .mogecheckNew-bank-list.space-b {
        margin-bottom: 6px;
}
.mogecheckNew .mogecheckNew-bank-list img {
        display: block;
}
.mogecheckNew .mogecheckNew-bank.style01 .mogecheckNew-bank-list {
        width: 25%;
}

.mogecheckNew .mogecheckNew-lead {
        font-size: 24px;
        font-weight: bold;
}
.mogecheckNew .mogecheckNew-lead.space-t {
        margin-top: 40px;
}

.mogecheckNew .mogecheckNew-btn {
    display: inline-block;
        width: 675px;
    margin: 15px 0 10px;
    padding: 22px;
    background: #F96C30;
    box-shadow: 0 2px 4px 0px rgb(0 0 0 / 20%);
    border-radius: 5px;
    outline-offset: 0.2em;
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
}

.mogecheckNew .mogecheckNew-sup {
        font-size: 16px;
        line-height: 1.4;
}

.mogecheckNew .mogecheckNew-block {
        padding: 50px 24px;
}
.mogecheckNew .mogecheckNew-block.span-t {
        padding-top: 40px;
}
.mogecheckNew .mogecheckNew-block.b-none {
        padding-bottom: 0;
}
.mogecheckNew .mogecheckNew-block.bg-green {
        position: relative;
        background: #E3EFD9;
}
.mogecheckNew .mogecheckNew-block.bg-green:before {
    content: '';
    display: block;
    position: absolute;
        top: -208px;
        left: 0;
        background: #E3EFD9;
        width: 100%;
        height: 208px;
        z-index: -1;
}

.mogecheckNew .mogecheckNew-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 860px;
        margin: 0 auto;
}
.mogecheckNew .mogecheckNew-card-list {
        width: 410px;
}
.mogecheckNew .mogecheckNew-card-balloon {
        position: relative;
        padding: 15px;
        background: #B9E9FD;
        font-size: 26px;
        font-weight: bold;
        line-height: 1.3;
        text-align: center;
}
.mogecheckNew .mogecheckNew-card-balloon:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -36px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 18px solid #B9E9FD;
    border-right: 9px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 9px solid transparent;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mogecheckNew .mogecheckNew-card-balloon.style01 {
        background: #A7E3E3;
}
.mogecheckNew .mogecheckNew-card-balloon.style01:before {
        border-top-color: #A7E3E3;
}
.mogecheckNew .mogecheckNew-card-img {
        height: 330px;
        margin-top: 35px;
        line-height: 0;
        text-align: center;
}
.mogecheckNew .mogecheckNew-card-img img {
        display: block;
        margin: 0 auto;
}
.mogecheckNew .mogecheckNew-card-txt {
        width: 355px;
        margin: 8px auto 0;
        padding: 10px 30px;
        background: #FFFFFF;
        border: 1px solid #C4C4C4;
        border-radius: 5px;
}
.mogecheckNew .mogecheckNew-card-heading {
        margin: 0 0 7px;
        color: #0081D8;
        font-size: 18px;
        line-height: 1.4;
        text-align: center;
}
.mogecheckNew .mogecheckNew-card-disc {
        list-style: none;
        font-size: 14px;
}
.mogecheckNew .mogecheckNew-card-disc li {
        position: relative;
        margin-bottom: 5px;
        padding-left: 1.5em;
        list-style: none;
}
.mogecheckNew .mogecheckNew-card-disc li:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0.5em;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #0081D8;
    border-radius: 50%;
}

.mogecheckNew .mogecheckNew-card02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}
.mogecheckNew .mogecheckNew-card02-list {
        position: relative;
        width: 295px;
        height: 340px;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
}
.mogecheckNew .mogecheckNew-card02-heading {
        padding: 8px;
        border-bottom: solid 4px #00A4D8;
        color: #00A4D8;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4;
}
.mogecheckNew .mogecheckNew-card02-heading-icon {
        float: left;
        display: block;
        width: 50px;
        height: 50px;
        margin-right: 8px;
        padding-top: 13px;
        border-radius: 50%;
        background: #00A4D8;
        color: #fff;
        font-size: 12px;
        text-align: center;
        line-height: 1.1;
}
.mogecheckNew .mogecheckNew-card02-heading-icon span {
        display: block;
        font-size: 17px;
}
.mogecheckNew .mogecheckNew-card02-txt {
        padding: 12px;
        font-size: 13px;
        line-height: 1.5;
}
.mogecheckNew .mogecheckNew-card02-strong {
        font-weight: bold;
}
.mogecheckNew .mogecheckNew-card02-sup {
        margin-top: 5px;
        font-size: 10px;
}
.mogecheckNew .mogecheckNew-card02-img {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        line-height: 0;
}
.mogecheckNew .mogecheckNew-card02-img img {
        display: block;
        margin: 0 auto;
}

.mogecheckNew .mogecheckNew-card03 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 820px;
        margin: 0 auto;
}
.mogecheckNew .mogecheckNew-card03-list {
        position: relative;
        width: 50%;
}
.mogecheckNew .mogecheckNew-card03-list:first-of-type:before {
    content: '';
    display: block;
    position: absolute;
    top: 220px;
    right: -85px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 33px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 33px solid #97C519;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mogecheckNew .mogecheckNew-card03-icon {
        width: 40px;
        height: 40px;
        margin: 0 auto 15px;
        padding-top: 8px;
        background: #97C519;
        border-radius: 50%;
        color: #fff;
        font-size: 24px;
        line-height: 1;
        text-align: center;
}
.mogecheckNew .mogecheckNew-card03-heading {
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.3;
        text-align: center;
}
.mogecheckNew .mogecheckNew-card03-img {
        margin-bottom: 15px;
        line-height: 0;
        text-align: center;
}
.mogecheckNew .mogecheckNew-card03-img img {
        display: block;
        margin: 0 auto;
}
.mogecheckNew .mogecheckNew-card03-txt {
        font-size: 18px;
        line-height: 1.4;
        font-weight: bold;
        text-align: center;
}

.mogecheckNew .mogecheckNew-acc {
        width: 660px;
        margin: 0 auto;
        border-bottom: solid 2px #C4C4C4;
        text-align: left;
}
.mogecheckNew .mogecheckNew-acc-term {
        position: relative;
        padding: 15px 10px;
        border-top: solid 2px #C4C4C4;
        font-size: 16px;
        font-weight: bold;
}
.mogecheckNew .mogecheckNew-acc-desc {
        padding: 0 30px 15px 10px;
        font-size: 16px;
        line-height: 1.4;
}
.mogecheckNew .mogecheckNew-acc-btn {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 50px;
        height: 50px;
}
.mogecheckNew .mogecheckNew-acc-btn:before {
    content: '';
    position: absolute;
    top: 23px;
    right: 10px;
    display: block;
    width: 12px;
    height: 2px;
        background: #0081D8;
        border-radius: 2px;
}
.mogecheckNew .mogecheckNew-acc-btn:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 15px;
    display: block;
    width: 2px;
    height: 12px;
        background: #0081D8;
        border-radius: 2px;
}
.mogecheckNew .mogecheckNew-acc-term.on .mogecheckNew-acc-btn:after {
        display: none;
}
