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

/* header */
.header{
	background-image:none;
	height: 12vw;

}
.mv_btn{
	color: #000000;
}
.mv_btn_box{
	top:10%;
}
.mv_logo{
  width: 4.3vw;
  top: 2vw;
  left: 9vw;

}

/* contact */

.contact_title{

	font-size: 3vw;
	text-align: center;
	padding-bottom: 3.1vw;
}

.contact_text{
  font-size: 1.1vw;
	line-height: 1.8;
	padding-bottom: 0.8vw;
}
table.formTable {
	margin-bottom: 3vw;


}
.last_text{
	padding-top: 2vw;
	padding-bottom: 3vw;
}

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

	/*	nav*/
nav.globalMenuSp ul li a {
	font-size: 4vw;
}

	.navToggle {
		right: 4%;
		top: 9%;
		width: 65px;

		}

	.header{
		height: 37vw;
	}

	.navToggle span{
		border-bottom: solid 1px #000;
	}

	.mv_logo{
    width: 12vw;
    top: 12vw;
    left: 14vw;
  }
	.nav_bar{
		margin-top: 30px;
		margin-bottom: 10.5vw;
	}
	.nav_logo{
		width: 15vw;
		margin-left: 15px;
	}
	.contact_title{
		font-size: 6vw;
		padding-bottom: 3vw;
	}
	.contact_text{
		font-size: 4.1vw;
		padding-bottom: 10vw;
		text-align: center;
	}
}
.contact_body {
	background-image: url('img/aw-bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
