@charset "utf-8";
/* CSS Document */


#contact {
	width: 800px;
	max-width: 94%;
	margin: 0 auto 100px;
}

.center {
	text-align: center;
}

.red {
	font-weight: bold;
	color: #D9484B;
}

#contact dl{
	display: flex;
  flex-wrap: wrap;
  padding-bottom: 3%; 
}
#contact dt{
	background-color:#D6EAAA;
	width: 40%;
	text-align: center;
}

#contact dd{
	width: 58%;
	text-align: left;
	margin-left: 2%;
}

#contact input{
	font-weight: normal;
	height: 30px;
		
}

#contact textarea {
	width: 100%;
	height:120px;
}	

#contact .input_box {
	width: 70%;
}

#contact .button input {
	width: 60%;
	height: 60px;
	padding: 1em;
	cursor: pointer;
}




/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{	

/*----------　お問い合わせ　----------*/
#contact  dt {
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 0;
}

#contact  dd {
	width: 100%;
margin-left: 0;
margin-bottom: 30px;

}

#contact .input_box {
	width: 100%;
  box-sizing: border-box;
}
	
#contact textarea {
	width: 100%;
  box-sizing: border-box;
}	

}
