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

/**
 *
 *  ページ用CSS
 *　leasing
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-lower-ttl::after{
  background-image:url(../image/bg_page_ttl_pc.jpg);  
}
.page-lower-ttl h1 {
  max-width: 570px;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/


/* intro
-----------------------------------------------------------------*/
.intro{
	padding: 90px 0 35px;
	text-align: center;
}

.page-nav{
	padding: 35px 0 120px;
}
.page-nav ul li a{
	width: 450px;
}

/* sec01
-----------------------------------------------------------------*/
.sec01{
	border-bottom: 1px solid #ACACAC;
}

.cont-intro-base._rev &gt; .layout-box .txt-area{
	background: #E9F6FE;
	padding-top: 115px;
}
.cont-intro-base .txt-area h3{
	transform: translateY(-0.6em);
	color: #0068BA;
}
.cont-intro-base &gt; .layout-box .txt-area h3 .ja{
	display: inline-block;
	line-height: 1.3;
}
.cont-intro-base .txt+.btn-ico-base {
    margin-top: 40px;
}
.cont-intro-base .btn-ico-base {
    margin-top: 25px;
}


/* tenant-contact */
.tenant-contact{
	max-width: 1200px;
	margin: 105px auto 120px;
	padding:50px 5%;
	background: #0068BA;
	border-radius: 10px;
	color: #FFF;	
}
.tenant-contact .layout-box &gt; div{
	max-width: 495px;
	width: calc(50% - 15px);	
}
.tenant-contact h2{
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1;
	font-size: 4.6rem;
	letter-spacing: 0.1em;
	text-align: center;
}
.tenant-contact h2+.txt{
		margin-bottom: 30px;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
}
.tenant-contact h3{
	position: relative;
	margin-bottom: 18px;
	font-size: 2rem;
	line-height:1.5;
	text-align: center;	
}
.tenant-contact h3::before{
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #FFF;	
}
.tenant-contact h3 span{
	position: relative;
	z-index: 5;
	padding: 0 15px;
	background: #0068BA;	
}
.tenant-contact .tel_fax .tel{
	margin-bottom: 5px;
	font-size: 4.4rem;
	font-weight: bold;
	line-height: 1;
}
.tenant-contact .tel_fax .tel a{
	color: #FFF;
	pointer-events: none;
}
.tenant-contact .tel_fax .fax{
	margin-bottom: 10px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1;	
}
.tenant-contact .businesshour{
	font-size: 1.6rem;
	font-weight: 500;
}
.tenant-contact .inq .btn a{
	position: relative;
	display: block;
	height: 78px;
	background: #FFF;
	border-radius: 39px;
	line-height: 76px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #0068BA;	
}
.tenant-contact .inq .btn a::after{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-45%);
	display: block;
	content: "";
	width: 34px;
	height: 12px;
	background:url(../../../../common/image/ico_arw_btn_blue.svg) no-repeat;
	background-size: 100% auto;
	transition: .3s;	
}
.tenant-contact .inq .btn a:hover::after{
	right: 25px;
}


/* sec02
-----------------------------------------------------------------*/
.sec02{
	padding: 140px 0 85px;
}
.sec02 .cont-intro-base &gt; .layout-box .txt-area h3 .ja small{
	text-indent: -0.5em;
}














/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

.page-lower-ttl::after{
  background-image:url(../image/bg_page_ttl_sp.jpg);  
}
.page-lower-ttl h1 {
  max-width: 240px;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/


/* intro
-----------------------------------------------------------------*/
	.intro{
		padding: 40px 0 15px;
	}
	
	.page-nav{
		padding: 15px 0 60px;
	}
	.page-nav ul li a{
		max-width: 315px;
		margin: 0 auto;
		width: 100%;
		padding-right: 0;
	}
	.page-nav ul li:nth-child(2) span{
		padding-left: 30px;
	}

/* sec01
-----------------------------------------------------------------*/
	.cont-intro-base._rev &gt; .layout-box .txt-area{
		background: #E9F6FE;
		padding-top: 115px;
	}
	.cont-intro-base .txt-area h3{
		transform: none;
	}
	.cont-intro-base .txt+.btn-ico-base {
			margin-top: 25px;
	}
	.cont-intro-base .btn-ico-base {
			margin-top: 15px;
	}


/* tenant-contact */
	.tenant-contact{
		margin: 50px 0;
		padding:25px 20px 30px;
		border-radius: 5px;
	}
	.tenant-contact .layout-box{
		display: block;
	}
	.tenant-contact .layout-box &gt; div{
		max-width: auto;
		width: 100%;	
	}
	.tenant-contact h2{
		margin-bottom: 15px;
		font-size: 2.8rem;
	}
	.tenant-contact h2 span{
		letter-spacing: 0.1em;
	}
	.tenant-contact h2+.txt{
		margin-bottom: 20px;
		font-size: 1.3rem;
	}
	.tenant-contact h3{
		margin-bottom: 10px;
		font-size: 1.4rem;	
	}
	.tenant-contact h3 span{
		padding: 0 10px;
	}
	.tenant-contact .tel_fax{
		margin-bottom: 25px;
	}
	.tenant-contact .tel_fax h3{
		margin-bottom: 5px;
	}
	.tenant-contact .tel_fax .tel{
		margin-bottom: 5px;
		font-size: 2.6rem;
	}
	.tenant-contact .tel_fax .tel a{
		pointer-events: auto;
		color: #FFF;
	}
	.tenant-contact .tel_fax .fax{
		margin-bottom: 5px;
		font-size: 2.1rem;
		color: #FFF;
	}
	.tenant-contact .businesshour{
		font-size: 1.1rem;
	}
	.tenant-contact .inq .btn a{
		height: 55px;
		border-radius: 28px;
		line-height: 53px;
		font-size: 1.4rem;
	}
	.tenant-contact .inq .btn a::after{
		right: 15px;
		top: 50%;
		transform: translateY(-45%);
		width: 18px;
		height: 7px;
	}
	.tenant-contact .inq .btn a:hover::after{
		right: 15px;
	}
	
	
	
/* sec02
-----------------------------------------------------------------*/
	.sec02{
		padding: 50px 0 60px;
	}


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