@charset "UTF-8";
header{
	background: #FFFBED url("../img/main_contact@2x.png") no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.main_text{
		margin: auto;
		left: inherit;
	}
}
.policy_wrap{
	padding: 6rem;
}
h3.policy_h3_style{
	font-family: "Noto Sans JP", sans-serif;
	margin-top: 5rem;
	margin-bottom: 1rem;
	font-size: 2.4rem;
}
a{
	color: #816636;
}
@media screen and (max-width: 767px) {
h3.policy_h3_style{
	font-size: 2rem;
}
}