<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main{
	position:relative;
	}
	
@media (min-width: 1200px) {
	main{
	margin-top:98px;
	display:block;
	}
}
@media (max-width: 1200px) {
	main{
	margin-top:60px;
	display:block;
	}
}


/* ãƒˆãƒƒãƒ—ã¸æˆ»ã‚‹ãƒœã‚¿ãƒ³ */ 

#page_top{
  width: 80px;
  height: 65px;
  position: fixed;
  right: 30px;
  bottom: 20px;
  background: #333;
  opacity: 0.6;
  border-radius: 15px;
  z-index:100;
}



@media screen and (max-width: 1000px) {
	#page_top.atBottom{
	bottom:140px;
	}
}
@media screen and (max-width: 767px) {
	#page_top.atBottom{
		bottom:calc(100vw / 4) ;
	}
}

#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 65px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top:hover{
	background-color:#444;
	opacity:0.5;
}



/* financeã‹ã‚‰ç§»æ¤ */ 
.page-title{
position:relative;
background-color:#007FC5;
width:100%;height:250px;
background: -moz-linear-gradient(left,  rgba(0,127,197,1) 1%, rgba(0,74,148,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,127,197,1) 1%,rgba(0,74,148,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,127,197,1) 1%,rgba(0,74,148,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fc5', endColorstr='#004a94',GradientType=1 ); /* IE6-9 */
}

h2{
position:absolute;
color:white;
top:50%;left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
font-size:30px;
font-weight:normal;
z-index:99;
display:block;
}


h2 img{
display:block;
width:auto;
height:58px;
margin:0 auto 10px;
}
.main-wrapper{
width:90%;margin:0 auto;max-width:1300px;
}
.breadcrumbs{
margin-top:10px;font-size:11px;
}
.breadcrumbs ul{
display:flex;
}

.breadcrumbs ul a{
color:#007FC5;
text-decoration:underline;
}
.breadcrumbs ul li:before{
content:"&gt;";
margin:0px 5px;
}
.breadcrumbs ul li:first-child:before{
display:none;
}
.breadcrumbs ul a:hover{
color:#541f82;
}
.contents-wrapper{
display:flex;margin-top:32px;
}

.sideNav-area{
margin-right:50px;
}
.sideNav-area h3{
font-size:18px;
background-color:#A3A3A3;
color:white;
border:solid 1px #A3A3A3;
text-align:center;
padding:15px 0 10px;
}

.sideNav{
width:280px;
border:solid 1px #E1E1E1;
background-color:#FAFAFA;
padding:20px;
}
.sideNav ul li a{
color:#333;
font-size:16px;
}
.sideNav ul li:before{
content:"â–¶ï¸Ž";
color:#C11C1F;
margin-right:3px;
font-size:14px;
}

.sideNav ul li a:hover{
color:#666;
text-decoration:underline;
}

.sideNav-sub{
border-left:1px solid #E1E1E1;
padding-left:16px;
margin:0.5rem 0 1rem 2em;
}

.sideNav ul.sideNav-sub li:before{
display:none;
}

.sideNav ul.sideNav-sub li a{
font-size:13px;
}
.here{
font-weight:bold;
}


.contents-area{
width:calc(100% - 330px);
padding-bottom:80px;
}
.lead-text{
font-size:19px;
font-weight:bold;
line-height:150%;
}

.bluebox{
background-color:#F2F9FF;margin-top:16px;padding:30px;border:solid 1px #007FC5;margin-bottom:20px
}
.contents-area h3{
padding-top:120px;
border-bottom:6px solid #005AB4;
position:relative;
margin-bottom:40px;
font-size:30px;
font-weight:normal;
}

.contents-area h3:after{
content:"";
position:absolute;
bottom:-19px;
left:50%;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 14px solid #005AB4;
	display:block;
	transform:translateX(-50%);
	}


.financefig{
position:relative;
margin-top:50px;
display:flex;}


.financefig img{
width:140px;
height:140px;
margin-right:30px;
}




.financefig p{
font-weight:normal;
position:relative;
}

.financefig p.step{
font-size:22px;
font-weight:bold;
position:relative;
margin-top:-16px;}



.financefig p.step span{
font-size:50px;
position:relative;
font-weight:normal;
position:relative;
top:8px;
margin-right:20px;
}


.contents-area h3#purchase{
padding-top:60px;}

.financefig.fig01 span{
color:#E33936;
}

.financefig.fig02 span{
color:#4B3226;
}

.financefig.fig03 span{
color:#32A9A7;
}
.financefig.fig04 span{
color:#EA8D2B;
}

.flow img{
width:100%;
height:auto;
margin-bottom:2rem;
}
.chushaku-box{
padding:1rem;border:solid 1px #666;margin-top:20px;font-size:14px;display:inline-block;
}


h4{
background-color:#EBF6FF;padding:10px 16px 8px; margin-bottom:1rem;font-size:20px;
}
.product{
display:flex;
}

.product-photo{
margin-right:30px;
}
.product-photo img{
border:1px solid #C8C8C8;border-radius:5px;width:300px;
}

.product .goPdf{
font-size:12px;
}


.goPdf{
color:#007FC5;
text-decoration:underline;
}
.goPdf:before{
content:"";
width:16px;
height:20px;
display:block;
float:left;
background-image:url(../images/icon_pdf.jpg);
background-size:cover;
margin-right:8px;
}


a.goPdf:hover{
color:#541f82;
cursor:pointer
}


.kakiyori{
text-align:center;margin-top:4rem;font-size:15px;
}
.arrow{
	padding-top: 10vw;
	position: relative;
}
.arrow::before,
.arrow::after{
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 10vw solid #F5F5F5;
}
.arrow::before{
	left: 0;
	border-right: 50vw solid transparent;
}
.arrow::after{
	right: 0;
	border-left: 50vw solid transparent;
}



/* ãƒ†ã‚­ã‚¹ãƒˆã&nbsp;ã‘ã®æƒ…å&nbsp;±ãƒšãƒ¼ã‚¸ */ 

.main-wrapper.noside.infopage{
width:60%;
}

.main-wrapper.noside.infopage .contents-area{
width:100%;
padding-bottom:8rem;
}

.main-wrapper.noside.infopage .contents-area h3{
font-size:24px;
border-bottom:none;
margin-bottom:0.3rem;
padding-top:4rem;
color:#005AB4;
font-weight:bold;
font-size:20px;
}
.main-wrapper.noside.infopage .contents-area h3:after{
display:none;
}
.top-text{
margin-top:3rem;margin-bottom:3rem;
}


.infopage ol li{
	font-size:15px;
	line-height:1.6;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	margin-left:0;
	padding-left:2em;
	position:relative;
	}
.infopage ol li:before{
	display: marker;
	content: "(" counter(cnt) ")  ";
	position:absolute;
	top:0;left:0;
}


@media (max-width: 1200px) {
.main-wrapper.noside.infopage{
width:95%;
}

.main-wrapper.noside.infopage .contents-area h3{
margin-bottom:0rem;
padding-top:2.5rem;
}

.top-text{
margin-top:2.5rem;margin-bottom:2rem;
}

}


/* ãƒ†ã‚­ã‚¹ãƒˆã&nbsp;ã‘ã®æƒ…å&nbsp;±ãƒšãƒ¼ã‚¸çµ‚ã‚ã‚Š */ 




@media (max-width: 1200px) {

h2{
width:95%;
text-align:center;
margin:0 auto;
}
.main-wrapper{
width:95%;
}
.contents-wrapper{
display:block;
}
.sideNav-area{
display:none;
}
.contents-area{
width:100%;
}

.contents-area h3{
font-size:28px;
padding-top:80px
}

.financefig img{
width:30vw;
height:30vw;
max-width:140px;
max-height:140px;
display:block;
margin: 0 auto;
}
.bluebox{
padding:16px;
}
.contents-area h3#purchase{
padding-top:30px;
}

.financefig{
display:block;
}
.financefig:first-child{
margin-top:32px;
display:block;
}

.financefig p{
text-align:center;
}

.financefig p.step span{
margin-right:10px;
}

#contact{
padding:50px 5%;
min-height:auto;
}
#contact div.btn_goMail a{
width:100%;
}

.product{
display:block;
}

.product-text{
margin-top:10px;
}

.product-photo{
margin-right:0px;
}
.product-photo img{
width:100%;
}
.kakiyori{
margin-top:0px;
}
}


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