@charset "utf-8";
/* guide css */

/*=========================================
		当サイトについて
=========================================*/
#policy_wrap .bnrlist_wrap {
	padding: 2rem 3rem;
	background: #F3F8F9;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
#policy_wrap .bnrlist { display: flex; }
#policy_wrap .bnrlist_wrap dl:first-of-type { margin-bottom: 2rem; }
#policy_wrap .bnrlist_wrap dl:first-of-type .img_wrap { width: 234px; }
#policy_wrap .bnrlist_wrap dl:last-of-type .img_wrap {
	width: 300px;
	max-width: 100%;
}
#policy_wrap .bnrlist_wrap dl { font-weight: bold; }
#policy_wrap .bnrlist_wrap p { margin: 2rem 0 0 0; }
#policy_wrap .btn-reader {
	width: 11.743%;
	min-width: 15.9rem;
	margin: 1.5rem 2rem 0.5rem;
}

/*=========================================
		ソーシャルメディアに関するクラブ指針
=========================================*/	
#socialguide_wrap ul { margin-left: 0; }
#socialguide_wrap ul li { 
	margin-top: 2rem;
	line-height: 1.5;
}
#socialguide_wrap ul li:first-og-type { margin-top: 0; }
#socialguide_wrap ul li a { word-break: break-all; }

@media screen and (min-width: 768px) {
	/*=========================================
			当サイトについて
	=========================================*/
	.bnrlist > li:first-of-type { margin-right: 3rem; }
}

@media screen and (max-width: 767px) {
	/* タイトル */
	.stripe-ttl { padding-top: 2rem; }
	
	/*=========================================
			当サイトについて
	=========================================*/	
	#policy_wrap .bnrlist_wrap { padding: 1rem 2rem; }
	#policy_wrap .bnrlist { flex-direction: column; }
	#policy_wrap .bnrlist_wrap dl { text-align: center; }
	#policy_wrap .bnrlist_wrap dl .img_wrap { margin: 0 auto 1rem; }
	#policy_wrap .bnrlist_wrap dl .img_wrap,
	#policy_wrap .bnrlist_wrap dl:first-of-type { margin-bottom: 1rem; }
	#policy_wrap .btn-reader { margin-left: 1rem; }
	#policy_wrap .bnrlist_wrap p { margin-top: 0.5rem; }	
	
	/*=========================================
			プライバシーポリシー
	=========================================*/	
	#privacy_wrap .stripe-ttl .ttl {
		white-space: normal;
		min-width: calc(100% - 13rem);
	}
	
	/*=========================================
			ソーシャルメディアに関するクラブ指針
	=========================================*/	
	#socialguide_wrap .stripe-ttl .ttl {
		white-space: normal;
		min-width: calc(100% - 12rem);
	}
	#socialguide_wrap ul li { margin-left: 1rem; }
}