@charset "UTF-8";

/* ++++++++++++++　　privacy.css　　++++++++++++++++++*/


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

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



/*******************************************************　　　　　　　　
　　　　　　　メインコンテンツ部分　　
*******************************************************/

div#policy{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:30px;
}


h2.txt1{
	font-size:14px;
	line-height:160%;
	margin-bottom:5px;
}


p.txt1{
	font-size:14px;
	line-height:160%;
	margin-bottom:5px;
}

p.txt2{
	padding-left:14px;
	text-indent:-14px;
	font-size:14px;
	line-height:160%;
}


h3.sp-h3{
	width:100%;
	font-size:18px;
	line-height:18px;
	margin:30px 0 5px 0;
	color:#59473b;
	padding:0 0 5px 4px;
	border-bottom:2px solid #59473b;
	
	
}






h4.sp-h4{
	font-size:16px;
	line-height:16px;
	margin:30px 0 5px 0;
	color:#59473b;
}


ul.sp-ul1{
	padding-left:14px;
}

ul.sp-ul1 li{
	list-style:disc;
	font-size:14px;
	line-height:160%;
	margin:0 0 10px 15px;
}


p.txt3{
	font-size:14px;
	line-height:160%;
	margin:0 0 5px 30px;
}




h5.sp-h5{
	font-size:14px;
	line-height:14px;
	margin:10px 0 7px 20px;
}


ul.sp-ul2{
	padding-left:14px;
	margin-bottom:10px;
}

ul.sp-ul2 li{
	list-style:disc;
	font-size:14px;
	line-height:160%;
	margin:0 0 10px 50px;
}


ul.sp-ul2 li ul.sp-ul3{
	margin-bottom:20px;
}


ul.sp-ul2 li ul.sp-ul3 li{
	list-style:circle;
	margin:10px 0 10px 30px;
}







/*******************************************************　　　　　　　　
　　　　　　　右部分　　
*******************************************************/




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

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

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





}







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

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

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





}









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

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

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






}





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

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

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










}








