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

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

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

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

/* socialmedia
-----------------------------------------------------------------*/
.socialmedia{
	font-size: 1.7rem;	
}
.socialmedia .txt-lead{
	margin-bottom: 45px;	
}
.socialmedia ol li,
.socialmedia .note{
	text-indent: -1em;
	padding-left: 1em;	
}
.socialmedia .ttl-plain{
	margin-bottom: 15px;
	font-weight: bold;	
}
.socialmedia a {
	color: #006CBA;
}


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

/* Sec01 */
#Sec01{
	margin-bottom: 130px;	
}
/* Sec02 */
#Sec02{
	margin-bottom: 130px;	
}
/* Sec03 */
#Sec03{
	margin-bottom: 130px;	
}
#Sec03 ol.num{
	list-style-type: decimal;
}
#Sec03 ol.num li{
  display: list-item;
  list-style: decimal;
}
/* Sec04 */
#Sec04{
	margin-bottom: 130px;	
}
#Sec04 ol.num{
	list-style-type: decimal;
}
#Sec04 ol.num li{
  display: list-item;
  list-style: decimal;
}
/* Sec05 */
#Sec05{
	margin-bottom: 130px;	
}
/* Sec06 */
#Sec06{
	margin-bottom: 130px;	
}
/* Sec07 */
#Sec07{
	margin-bottom: 130px;	
}
/* Sec08 */
#Sec08{
	margin-bottom: 130px;	
}





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

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


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

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


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


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


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

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

/* Sec03 */
	#Sec03{
		margin-bottom: 60px;	
	}
	#Sec03 ::marker {
		padding-left: 
			20px;
}
/* Sec04 */
	#Sec04{
		margin-bottom: 60px;	
	}
/* Sec05 */
	#Sec05{
		margin-bottom: 60px;	
	}
/* Sec06 */
	#Sec06{
		margin-bottom: 60px;	
	}
/* Sec07 */
	#Sec07{
		margin-bottom: 60px;	
	}
	

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