<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 Document */
/****************************************************************************/
/**							個人情報保護方針								*/
/****************************************************************************/


/* ----------------------------------------------------
		個人情報保護方針(プライバシーポリシー)
---------------------------------------------------- */
#privacy_wrap {
	padding: 7% 0 7%;
}

.privacy_box {
	margin-top: 10%;
}

.privacy_box h1 {
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 1.3;
	padding-bottom: 10px;
	border-bottom: 5px solid #f4f5f9;
	margin-bottom: 3%;
}

.privacy_box p {
	line-height: 1.7;
	color: #333333;
}


/* ----------------------------------------------------
		ソーシャルメディア利用規約
---------------------------------------------------- */
#sns_wrap {
	padding: 7% 0 7%;
}

.sns_box {
	margin-top: 10%;
}

.sns_box h1 {
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 1.3;
	padding-bottom: 10px;
	border-bottom: 5px solid #f4f5f9;
	margin-bottom: 3%;
}

.sns_box p, .sns_box li {
	line-height: 1.7;
	color: #333333;
}
.sns_box li {
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:0.5em;
}
.sns_box ul.decimal li {
	list-style:decimal inside !important;
}
.sns_box ul.decimal-leading-zero li {
	list-style:decimal-leading-zero inside !important;
	margin-left: 1.5em;
}
.sns_box ul.decimal-leading-zero li {
	padding-left:2em;
	text-indent:-2em;
}

.sns_box dt {
    margin-top: 20px;
}
.sns_box dd {
    padding-left:1em;
    margin: 10px 0;
}


/****************************************************************************/
/**							このサイトについて								*/
/****************************************************************************/
#siteinfo_wrap {
	padding: 7% 0 7%;
}

.siteinfo_box {
	margin-top: 10%;
}

.siteinfo_box h1 {
	font-size: 2.0rem;
	
	font-weight: normal;
	line-height: 1.3;
	padding-bottom: 10px;
	border-bottom: 5px solid #f4f5f9;
	margin-bottom: 3%;
}

.siteinfo_box p {
	line-height: 1.7;
	color: #333333;
}

#siteinfo_wrap dt {
    margin-top: 20px;
}
#siteinfo_wrap dd {
    padding-left:1em;
    margin: 10px 0;
}</pre></body></html>