@charset "utf-8";
/* CSS Document */

/*********　プライバシーポリシー　*********/

#privacy .pri_top{
	background: #44c69b;
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,0.2);
	padding: 30px;
	margin-bottom: 50px
}
#privacy h4{
	font-size: 19px;
	color: #B59D22;
	margin-top: 40px;
}
#privacy p{
	line-height: 35px
}

/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){

/*********　プライバシーポリシー　*********/

#privacy .pri_top{
	padding: 4%;
}

}
/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
}
@media  screen and (max-width: 321px){
}