<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;
    padding-top: 14px;
}
.page-nav ul li {
    margin: 0 10px 20px;
}
.page-nav ul li a span{
    display: inline-flex;
    padding-right: 10px;
    align-items: center;
}


/* aboutsite
-----------------------------------------------------------------*/
.aboutsite{
	font-size: 1.7rem;	
}
.aboutsite  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;
	
}
.aboutsite .txt-lead{
	margin-bottom: 45px;	
}
.aboutsite ol li,
.aboutsite .note{
	text-indent: -1em;
	padding-left: 1em;	
}
.aboutsite .ttl-plain{
	margin-bottom: 15px;
	font-weight: bold;	
}

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

/* Sec01 */
#Sec01{
	margin-bottom: 130px;	
}
ol.list1&gt;li {
	margin-top: 20px;
}

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

/* Sec02 */
#Sec02{
	margin-bottom: 130px;	
}
/*
#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: 130px;	
}
/*
#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;	
}

*/



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

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

/* Sec06 */
	#Sec06{
		margin-bottom: 130px;
	}
	#Sec06 dl+ dl {
		margin-top: 20px;
	}
	#Sec06 dt {
    font-size: 1.6rem;
    font-weight: bold;
	}

/* Sec07 */
	#Sec07{
		margin-bottom: 130px;
	}
	#Sec07 dl {
		display: flex;
	}
	#Sec07 dl a{
		color: #0068B6;
	}
	#Sec07 dl dd{
		padding-left: 20px;
	}
	#Sec07 h4 {
		padding-top: 40px;
		margin-bottom: 20px;
	}


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

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




/*--------------------------------------------------------------------------
   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%;
	}


/* aboutsite
-----------------------------------------------------------------*/
	.aboutsite{
		font-size: 1.3rem;
	}
	.aboutsite .txt-lead{
		margin-bottom: 20px;	
	}
	.aboutsite .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: 45px;
	}
/*
	#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;	
	}
*/

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

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

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

/* Sec07 */
	#Sec07{
		margin-bottom: 45px;
	}
#Sec07 dl {
    display: block;
}
/* Sec08 */
	#Sec08{
		margin-bottom: 45px;
	}

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


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