@charset "UTF-8";

@media screen and (max-width:600px){
	
	.move #text_area .policy_text {
	width: 100%;
	border-radius: 15px;
	height: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
	.move #text_area .policy_text p {
	font-size: 12px;
	margin-left: 30px;
	}
	.policy_text_pc{display:none;}

.move #text_area .policy_text h2 {
	font-size: 13px;
	margin-bottom: 10px;
	color: rgba(70,89,186,1.00);
	text-decoration: underline;
	}

}
