@import url('https://fonts.googleapis.com/css?family=Cabin&display=swap');


body{
	font-family: 'Cabin', sans-serif;
	margin: 0 auto;
	text-align: center;
	background-color: #f9f9f9;
	background: linear-gradient(45deg, rgba(236,255,254,1) 0%, rgba(254,240,255,1) 100%); 
}
	#wrap{
		text-align: center;
		margin: 100px auto;
		width:50%;
	}
	#wrap_policy{
		text-align: left;
		margin: 100px auto;
		width:50%;
	}
	img.phone{
		width:720px;
	}
	hr{
		border:0;
		border-top: solid 1px #e0e0e0;
		margin: 30px auto;

	}
	h1{
		font-weight: normal;
		font-size: 3em;
	}
	p{
		text-align: left;
	}
	a{
		text-decoration: none;
		color: #52BAD5;
	}
	a:hover{
		text-decoration: underline;
	}

	@media screen and (max-device-width: 480px){
#wrap{
		text-align: center;
		margin: 100px auto;
		width:90%;
	}
	#wrap_policy{
		text-align: left;
		margin: 100px auto;
		width:90%;
	}
	img.phone{
		width:100%;
	}

	}