@charset "UTF-8";
.contact_area{
	width: 100%;
	margin: 0 auto;
	min-height: 40vw;
}
.contact_top{
	width: 90%;
	margin: 0 auto;
	font-size: 1.1rem;
}
.contact_top span{
	font-size: 1.3rem;
	color: #26469A;
}
.thanks_top{
	width: 90%;
	margin: 50px auto;
	font-size: 1.1rem;
	text-align: center;
}
.thanks_top span{
	font-size: 1.3rem;
	color: #26469A;
}
@media screen and (max-width:900px){

}

@media screen and (max-width:480px){

}

