@charset "UTF-8";
/* -----------------------------------------------------------
	プライバシーポリシー
----------------------------------------------------------- */

.policy{
	/*margin-top: 230px;*/
	margin-bottom: 60px;
	padding-top: 120px;
	padding-bottom: 80px;
	background: #fff;
	border-radius: 0 0 110px 110px;
	text-align: center;
	position: relative;
}

@media screen and (max-width:767px){
	.policy{
		padding-top: 60px;
		padding-bottom: 60px;
		border-radius: 0 0 30px 30px;
	}
}
