@charset "UTF-8";

/* ++++++++++++++　　　サイトのご利用にあたって（site policy.php）　　　++++++++++++++++++*/



/* ////////////////////////////////////////////////////////////////////////////////////////

　　　　　全てのスクリーンサイズで適用される設定・モバイルファースト
　　　　　
//////////////////////////////////////////////////////////////////////////////////////// */

.page_title_back_type02{
	background-color:#c1cddb;
	height: 120px;
}

h2.page_title_type02{
	font-size:18px;
	font-weight: bold;
	color: #0a1c43;
	max-width: 980px;
	text-align: left;
	margin:0 auto 0 auto;
	line-height: 20px;
	padding:35px 10px 0 10px;
}

.text-block01{
	margin-bottom: 30px;
}


/*　サイトのご利用にあたってエリア　*/


.sitepolicy_area{
	width:100%;
}

.sitepolicy_contents{
	width:90%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:40px;
	margin-top:40px;
	padding:20px 5%;
	color:#494949;
}


.pr_lead{
	font-size: 14px;
	line-height: 160%;
	color: #333;
	margin-bottom: 30px;	

}



.komidashi{
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	padding-left: 8px;
	border-left: solid 3px #ccc;
	margin-left: 15px;
	margin-bottom: 10px;
}


.pr_txt01{
	font-size: 14px;
	line-height: 160%;
	margin-left: 28px;
	margin-right: 20px;
	color: #333;

}


/*透過*/
.flow-text-btn a:hover{
	opacity: 0.7 ;	
}

/* ////////////////////////////////////////////////////////////////////////////////////////

　　　　　スクリーンサイズ 幅 480px 以上で適用される設定・上から継承したスタイルを上書き
　　　　　
//////////////////////////////////////////////////////////////////////////////////////// */

@media only screen and (min-width: 480px) {




}
/* ////////////////////////////////////////////////////////////////////////////////////////

　　　　　スクリーンサイズ 幅 760px 以上で適用される設定・上から継承したスタイルを上書き
　　　　　
//////////////////////////////////////////////////////////////////////////////////////// */

@media only screen and (min-width: 760px) {
	


	
.privacy-waku{
	max-width:1000px;
	margin:0 auto;
	padding:30px 0px 0 0;
}
	
}


/* ////////////////////////////////////////////////////////////////////////////////////////

　　　　　スクリーンサイズ 幅 1000px 以上で適用される設定・上から継承したスタイルを上書き
　　　　　
//////////////////////////////////////////////////////////////////////////////////////// */

@media only screen and (min-width: 1000px) {
	
/*　max-width: 1000pxの内枠　*/


	

}
