@charset "UTF-8";

.button {
	background-color: #0A2482;
	-webkit-border-radius: 47;
	-moz-border-radius: 47;
	border-radius: 47px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	-webkit-box-shadow: 1px 3px 5px #595959;
	box-shadow: 1px 3px 5px #595959;
	width : 250px;
	margin-top:5px;
}
.button:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	color: #EBE9E9;
	background-color: #091F6D;
	position: relative;
	top: 3px;
}


.move #text_area .policy_pic {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-position: center center;
}
#text_area .policy_pic img {
	border-radius: 20px;
}

@media screen and (min-width:1301px){
.policy_pic .policy_text h2 {
	font-size: 18px;
	color: rgba(70,89,186,1.00);
	margin-bottom: 10px;
}


.move #text_area .policy_text {
	width: 90%;
	border-radius: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

	
	
	
	
}
