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

.message{
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	margin-top: 100px;
	text-align: center;
}
form {
	margin: 40px auto 0;
	width: 600px;
	border-radius: 1em;

}

ul {
	list-style: none;
}

form li + li {
	margin: 1em;
}
 
label {
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #2a2a2a;
	padding-bottom: 14px;
}

input, textarea {
	font: 16px 'Noto Sans JP', sans-serif;
	width: 600px;
	box-sizing: border-box;
	border: 1px solid #999;
	height: 3em;
}
.important{
	background-color:#993333;
	color: #fff;
	margin: 20px;
	font-size: 11px;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0 10px
}

input:focus,
textarea:focus {
	border-color: #000;
}

textarea {
	vertical-align: top;
	height: 12em;
}

.btn{
	margin: 40px auto 150px;
	width: 200px;
	height: 40px;
}

.btn a{
	text-decoration: none;
	color: #0a29a6;
	border: solid 2px #0a29a6;
	transition: .6s;
	width: 290px;
	height: 40px;
	margin: auto;
	margin-top: 80px;
	font-size: 15px;
	text-align: center;
	line-height: 2.67;
	display: block;
	margin-bottom: 150px;
}
.btn a:hover {
	background: #0a29a6;
	color: #fff;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}


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

body {
	width: fit-content;
	}
	
.nav_group{
	display: none;
}
#logo{
	width: 158px;
	align-items: center;
	margin:10px 40px;
}
.hero_image img {
	margin-top: 60px;}	
.header{	
	height: 80px;}
.open{
	display: block;
	margin: 18px 40px;
	width: 54px;
}	

.footer .footer_right{
	padding: 100px 0 0 100px;
}	
	
}







