<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
 *　privacy
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-base-ttl h1 {
	max-width: 600px;
}

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

/* page-nav
-----------------------------------------------------------------*/
.page-nav{
	padding: 120px 0;	
}
.page-nav ul li a {
    width: 386px;
}


/* privacy-policy
-----------------------------------------------------------------*/

.privacy-policy ol a[target="_blank"] span {
    padding-right: 18px;
    background: url(../../common/image/ico_blank_navy.png) no-repeat right top 0.4em;
    background-size: 10px auto;}

.privacy-policy ol a {
    color: #0068B6;
}

.privacy-policy{
	font-size: 1.7rem;	
}
.privacy-policy .txt-lead{
	margin-bottom: 45px;	
}
.privacy-policy ol li,
.privacy-policy .note{
	text-indent: -1em;
	padding-left: 1em;	
}
.privacy-policy .ttl-plain{
	margin-bottom: 15px;
	font-weight: bold;	
}


/* Sec01 */
#Sec01{
	margin-bottom: 130px;	
}

.cont01 .note{
	margin-top: 15px;
}

/* Sec02 */
#Sec02{
	margin-bottom: 150px;	
}
#Sec02 .txt-list{
	margin-bottom: 50px;
}
#Sec02 .txt-list &gt; div:nth-child(n+2){
	margin-top: 30px;
}
#Sec02 dl ol{
	margin-top: 15px;
}
#Sec02 .btn-ico-base{
	margin-bottom: 70px;
}
#Sec02 .btn-ico-base a{
	max-width: 450px;
	margin: 0 auto;
}


/* Sec03 */
#Sec03{
	margin-bottom: 180px;	
}
#Sec03 .txt-list &gt; div:nth-child(2){
	margin-top: 30px;
}
#Sec03 .txt-list &gt; div:nth-child(n+3){
	margin-top: 90px;
}
#Sec03 h4{
	margin-bottom: 15px;
	font-size: 2.3rem;	
}
#Sec03 h4:nth-of-type(n+2){
	margin: 40px 0 15px;	
}
#Sec03 a.tel{
	pointer-events: none;	
}






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

	.page-base-ttl h1 {
		max-width: 280px;
	}


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

/* page-nav
-----------------------------------------------------------------*/
	.page-nav{
		padding: 60px 20px;	
	}
	.page-nav ul li a {
		max-width: 315px; 
		width: 100%;
	}


/* privacy-policy
-----------------------------------------------------------------*/
	.privacy-policy{
		font-size: 1.3rem;	
	}
	.privacy-policy .txt-lead{
		margin-bottom: 20px;	
	}
	.privacy-policy .ttl-plain{
		margin-bottom: 5px;
		font-weight: bold;	
	}


/* Sec01 */
	#Sec01{
		margin-bottom: 45px;	
	}

/* Sec02 */
	#Sec02{
		margin-bottom: 45px;	
	}
	#Sec02 .txt-list{
		margin-bottom: 40px;
	}
	#Sec02 .txt-list &gt; div:nth-child(n+2){
		margin-top: 25px;
	}
	#Sec02 .btn-ico-base{
		margin-bottom: 40px;
	}
	#Sec02 .btn-ico-base a{
		max-width: 450px;
		margin: 0 auto;
	}


/* Sec03 */
	#Sec03{
		margin-bottom: 60px;	
	}
	#Sec03 .txt-list &gt; div:nth-child(2){
		margin-top: 30px;
	}
	#Sec03 .txt-list &gt; div:nth-child(n+3){
		margin-top: 30px;
	}
	
	#Sec03 h4{
		margin-bottom: 10px;
		font-size: 1.8rem;	
	}
	#Sec03 h4:nth-of-type(n+2){
		margin: 30px 0 10px;	
	}
	#Sec03 .table-list{
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	#Sec03 a.tel{
		pointer-events: auto;	
	}


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