@charset "utf-8";

/* Table Of Contents
---------------------------------------------------------------------------- 
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */


/*General Elements
---------------------------------------------------------------------------- */	
body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color:#231815;
/*	background-color: #fffdeb; */
	height: 100%;
}
.mac body {
	font-size: 11px;
}
a {
	text-decoration: none; 
	color: #231815;
	outline: none;
}
a:hover { text-decoration: underline; }

/*a:link {	color: #333333;	text-decoration: underline;}
a:visited {	color: #333333;	text-decoration: underline;}
a:hover {	color:#333333;	text-decoration: none;}
a:active {	color:#333333;	text-decoration: none;}*/


/*#pagetop {
	background-color: #ffffff;
}*/

.l-pageBody {
	background-color: #ffffff;
}




/*l-header
---------------------------------------------------------------------------- */
.l-header {
	background-color: #ffffff;
    padding-top: 10px;
}

.l-header-in {
	width: 1024px;
	margin: 0 auto;
}

.l-header-in-nonav {
	width: 1024px;
	margin: 0 auto;
	margin-bottom: 14px;
}



.l-header-in-logo01_top {
	float: left;
	padding-top: 12px;
	padding-right: 4px;
	font-size: 11px;
	/*padding-right: 30px;*/
}

.l-header-in-logo01 {
	float: left;
	padding-top: 12px;
	padding-right: 4px;
	padding-right: 30px;
}

.l-header-in-text {
	float: left;
	padding-top: 17px;
}

.l-header-in-text01 {
	/*font-size: 58.33333%;*/
	font-size: 7px;
	line-height: 2.0;
}

.l-header-in-tel {
	font-size: 0;
	line-height: 0;
	float: left;
	text-align: right;
	padding-top: 10px;
	padding-right: 7px;
}

.l-header-in-btn {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

.l-header-in-btn li {
	float: left;
	padding-right: 7px;
}





/* l-gNav
---------------------------------------------------------------------------- */
.l-gNav {
	background-color: #ffffff;
	padding: 15px 0 10px;
}

.l-gNav-in {
	width: 1024px;
	margin: 0 auto;
}

.l-gNav-in li {
	float: left;
	position: relative;
}

.l-gNav-in li .l-article-wrap01 {
	width: 574px;
	background-image: url(../../images/common/img_navi_arrow.png);
	background-repeat: no-repeat;
	background-position: 62px top;
	background-color: #00a0e6;
}

.l-gNav-in li .l-article-in01 {
	background-image: url(../../images/common/img_navi_bg01.png);
	background-repeat: no-repeat;
	background-position: 386px 46px;
	padding: 36px 0 16px 28px;
}

.l-gNav-in li .l-article-wrap {
	display: none;
	position: absolute;
	left: 0;
	top: 23px;
	z-index: 200;
}

.l-gnav02 .l-gNav-in li .l-article-wrap {
	display: none;
	position: absolute;
	left: 0;
	top: 37px;
	z-index: 200;
}

.l-gNav-in li .l-article-wrap li {
	float: none;
	background-image: url(../../images/common/icn_gnavi01.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 125%;
	line-height: 1;
	padding: 6px 0 6px 28px;
	margin-bottom: 15px;
	color: #ffffff;
}

.l-gNav-in li .l-article-wrap li a:link {	color: #ffffff;	text-decoration: none;}
.l-gNav-in li .l-article-wrap li a:visited {	color: #ffffff;	text-decoration: none;}
.l-gNav-in li .l-article-wrap li a:hover {	color:#00416a;	text-decoration: none;}
.l-gNav-in li .l-article-wrap li a:active {	color:#ffffff;	text-decoration: none;}

.l-gNav-in li .l-article-wrap02 {
	width: 574px;
	height: 330px;
	background-image: url(../../images/common/img_navi_arrow.png);
	background-repeat: no-repeat;
	background-position: 62px top;
	background-color: #00c33c;
}

.l-gNav-in li .l-article-in02 {
	background-image: url(../../images/common/img_navi_bg02.png);
	background-repeat: no-repeat;
	background-position: 396px 46px;
	padding: 36px 0 16px 28px;
}


.l-gNav-in li .l-article-wrap li .l-navi001 li {
	font-size: 83.33333%;
	display: inline-block;
	background-image: url(../../images/common/icn_gnavi02.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 11px 0 0;
	margin: 4px 8px 0 0;
}


.l-gNav-in li .l-article-wrap03 {
	width: 500px;
	background-image: url(../../images/common/img_navi_arrow.png);
	background-repeat: no-repeat;
	background-position: 420px top;
	background-color: #afeb00;
	left: auto;
	right: 0;
}

.l-gNav-in li .l-article-in03 {
	padding: 28px 0 10px 20px;
}

.l-gNav-in li .l-article-in03 li {
	padding-left: 0;
	background-image: none;
	color: #231815;
}

.l-gNav-in li .l-article-in03 li a:link {	color: #231815;	text-decoration: none;}
.l-gNav-in li .l-article-in03 li a:visited {	color: #231815;	text-decoration: none;}
.l-gNav-in li .l-article-in03 li a:hover {	color:#ffffff;	text-decoration: none;}
.l-gNav-in li .l-article-in03 li a:active {	color:#231815;	text-decoration: none;}


.l-navi-news dt {
	display: inline-block ;
	font-size: 83.33333%;
	padding-right: 16px;
}

.l-navi-news dd {
	display: inline-block ;
	font-size: 83.33333%;
}


.l-gNav-in li .l-article-wrap04 {
	width: 310px;
	background-image: url(../../images/common/img_navi_arrow.png);
	background-repeat: no-repeat;
	background-position: 219px top;
	background-color: #ffc800;
	left: auto;
	right: 0;
}

.l-gNav-in li .l-article-in04 {
	padding: 28px 0 10px 20px;
}

.l-gNav-in li .l-article-in04 li {
	color: #231815;
	width: 110px;
	display: inline-block;
}

.l-gNav-in li .l-article-in04 li a:link {	color: #231815;	text-decoration: none;}
.l-gNav-in li .l-article-in04 li a:visited {	color: #231815;	text-decoration: none;}
.l-gNav-in li .l-article-in04 li a:hover {	color:#ff4900;	text-decoration: none;}
.l-gNav-in li .l-article-in04 li a:active {	color:#231815;	text-decoration: none;}



/* l-detail-tit-wrap
---------------------------------------------------------------------------- */

.l-detail-tit-wrap {
	background-image: url(../../images/common/bg_detail_tit.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	/*height: 70px;*/
	border-bottom: 3px solid #00c33c;
}

.l-detail-tit-wrap.products {/*商品*/
	border-bottom: 3px solid #009fe8;
}

.l-detail-tit-wrap.simulation {/*返済シミュレーション*/
	border-bottom: 3px solid #00c33c;
}

.l-detail-tit-wrap.faq {/*よくある質問*/
	border-bottom: 3px solid #ff7300;
}

.l-detail-tit-wrap.inquiry {/*お問い合わせ*/
	border-bottom: 3px solid #ff007d;
}

.l-detail-tit-wrap.news {/*ニュース＆トピックス*/
	border-bottom: 3px solid #afeb00;
}

.l-detail-tit-wrap.company {/*企業情報*/
	border-bottom: 3px solid #ffc800;
}







.l-detail-tit {
	width: 890px;
	height: 70px;
	margin: 0px auto;
	position: relative;
}

.l-detail-tit-in {
	color: #ffffff;
	position: absolute;
	left: 0px;
	bottom: 12px;
	/*font-size: 150%;*/
	font-size: 166.66667%;
	line-height: 1;
	font-weight: bold;
}

.l-detail-tit-in span {
	font-size: 50%;
	margin-left: 10px;
}

.l-detail-tit-read {
	position: absolute;
	right: -65px;
	bottom: 10px;
	font-size: 100%;
	line-height: 1.4em;
	font-weight: bold;
	color: #ffffff;
}




/* l-topicPath
---------------------------------------------------------------------------- */
.l-topicPath {
	width: 890px;
	margin: 0px auto;
	text-align: left;
}

.l-topicPath li {
	display: inline-block;
	/*font-size: 66.66667%;*/
	font-size: 83.33333%;
	line-height: 1;
}



/* l-content
---------------------------------------------------------------------------- */
/*.l-content {

}*/


.l-content-simulation {
	width: 550px;
	margin: 0px auto;
}

.l-content-simulation02 {
	width: 430px;
	margin: 0px auto;
}


.l-content-company {
	width: 550px;
	margin: 0px auto;
	text-align: left;
}

.l-content-news {
	width: 600px;
	margin: 0px auto;
	text-align: left;
}

.l-content-products {
	width: 552px;
	margin: 0px auto;
	text-align: left;
}

.l-content-products-credit {
	width: 690px;
	margin: 0px auto;
	text-align: left;
}

.l-content-products-top {
	width: 660px;
	margin: 0px auto;
	text-align: left;
}

.l-content-request {
	width: 620px;
	margin: 0px auto;
	text-align: left;
}


.l-content-form01 {
	width: 450px;
	margin: 0px auto;
}




/* l-sidebar
---------------------------------------------------------------------------- */
.l-sidebar {

}
/* l-footer
---------------------------------------------------------------------------- */
.footerTopWrap .l-footer {
	background-color: #eee;
	line-height: 1.7em;
	padding: 10px 0;
}

.l-footer {
	background-color: #eee;
    font-size: 120%;
    line-height: 1.8em;
    padding: 50px 0 40px;
    margin-top: 50px;
}

footer .inner {
    width: 986px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
footer .inner > div{
	width: 24%;
}
.fotter_bottom{
    width: 986px;
    margin: 20px auto 0;
    text-align: center;
}

.fotter_bottom p{
	padding: 10px 0;
}

.footer_btn_wrap{
	display: flex;
    justify-content: space-between;
	margin-top: 20px;
    margin-left: -1em;
}

.fotter_kashi{
    width: 986px;
    margin: 5px auto 0;
    text-align: center;
}

.fotter_kashi p{
	font-size: 11px;
	line-height: 1.8;
}

.fotter_kashi2{
    width: 786px;
    margin: 5px auto 0;
    border: 1px solid #231815;
    text-align: center;
}

.fotter_kashi2 p{
	font-size: 11px;
	line-height: 1.8;
}



footer .inner ul{
list-style-position: inside;
}
footer .inner ul li {
    padding-left: 1em;
    text-indent: -1em;
}


.l-footer-navi li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: 0.2em;
    font-weight: bold;
    color: #00416A;
    margin-right: 5px;
}

.l-footer-navi li ul li{
	font-size: 90%;
}
.l-footer-navi li ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: 0.2em;
    font-weight: bold;
    color: #00416A;
    margin-right: 0px;
}

.l-footer-contact {
	display: inline-block;
	border: 1px solid #231815;
	padding: 1px 5px;
	margin: 4px 0;
}

#company_info{
	padding: 20px 0 0 30px;
}



/* l-detail-h201
---------------------------------------------------------------------------- */

.l-detail-h201 {
	width: 400px;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 36px;
}

.l-detail-h201-01 {
	display: block;
	/*font-size: 66.66667%;*/
	font-size: 83.33333%;
	line-height: 1.4;
	border-bottom: 2px solid #221714;
	padding-bottom: 4px;
}

.l-detail-h201-02 {
	display: block;
	/*font-size: 133.33333%;*/
	font-size: 150%;
	line-height: 1.4;
	font-weight: bold;
	padding-top: 5px;
}


.l-detail-h201.l-detail-h20102 {
	width: 450px;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 36px;
}

.l-detail-h201.l-detail-h20103 {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 36px;
}



/* l-detail-h301
---------------------------------------------------------------------------- */

.l-detail-h301 {
	/*height: 41px;*/
	height: 55px;
	margin: 0px auto;
	padding: 6px 5px 0px 5px;
	background-image: url(../../images/simulation/bg_simulation01.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.l-detail-h301-01 {
	text-align: center;
	display: block;
	font-size: 116.66667%;
	line-height: 1.2;
	font-weight: bold;
	border-bottom: 2px solid #221714;
	padding-bottom: 4px;
}

.l-detail-h301-02 {
	text-align: left;
	display: block;
	/*font-size: 66.66667%;*/
	font-size: 83.33333%;
	line-height: 1.4;
	padding-top: 2px;
}



/*---------------------------------------------------------------*/

.l-btn-adobereader {
	text-align: right;
}

.l-btn-adobereader span {
	vertical-align: middle;
}

.l-btn-adobereader span img {
	vertical-align: middle;
}

.l-indent05 {
	display: inline-block;
	text-indent: -0.5em;
}


.l-detail-h202 {
	text-align: center;
}

.l-detail-h202 span {
	display: inline-block;
	background-image: url(../../images/common/icn_notfound.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 55px;
	font-size: 200%;
	line-height: 1em;
	font-weight: bold;
}


/*---------------------------------------------------------------*/

.n-footer {
	position: relative;
	padding: 60px 20px;
	color:#fff;
	background:#2061a2;
    z-index: 999;
}

.footer-inner {
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
}

.fnav-01 ul {
	display: inline-block;
	vertical-align: top;
}

.fnav-01 li {
	padding-right: 3em;
	margin-top: 1em;
}

.fnav-02 {
	margin-top: 60px;
	font-size: 12px;
	color:#bcd0e3;
}

.footer-logo-area {
	position: absolute;
	top: 0;
	right: 0;
	width: 270px;
	text-align: center;
}


.font11 {
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.font12_5 {
	font-size: 12.5px;
}

.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}



