@charset "UTF-8";
/* CSS Document */

.bg_fv{
	background-image: url("../img/FV.png");
	height: 20rem;
}


.container_a{
width: 100%;
max-width: 1024px;
}

:target {
  scroll-margin-top: 150px;
}
nav a{
	min-width: 10.1rem;
}

@media (min-width: 768px) {
	.bg_contact{
	background-image:url("../img/contact_bg.jpg");
width: 100%;
}
}

@media (max-width: 640px) {
	.container_a{
max-width: 640px;	
}
}

@media (max-width: 768px) {
	.bg_fv{
	height: 12rem;
}
:target {
  scroll-margin-top: 240px;
}
	.bg_contact_sp{
	background-image:url("../img/contact_bg_sp.jpg");
width: 100%;
}
	.container_a{
		max-width: 768px;
	}
}
