@charset "UTF-8";
#inqury {
	overflow: hidden;
}
#inqury .inqury {
	overflow: hidden;
}
#inqury h3.tel {
	text-align: center;
}
#inqury h3.form {
	font-size: 1.6rem;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: center;
}
#inqury .privacy ul  {
	margin-left: 2em;
}
#inqury .privacy ul li {
	position: relative;	
	margin-bottom: 5px;
}
#inqury .privacy ul li:after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #43823B;
	border-radius: 100%;
}
#inqury p.name {
	text-align: right;
	font-size: 0.8rem;
}
#inqury .small {
	font-size: 0.8rem;
}
/*お問い合わせフォーム*/
#inqury .boundary {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow: hidden;
}
#inqury .boundary:hover {
	width: auto;
	height: 100%;
	background-color: #FCF8CD;
}
#inqury .boundary .midashi {
	width: 28%;
	float: left;
	color: #367E50;
}
#inqury .boundary .inner {
	width:70%;
	float: left;
}
#inqury .boundary .inner textarea {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
#inqury .boundary .inner input.formResponsive  {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
#inqury .center {
	text-align: center;
}

@media screen and (max-width:680px){
	#inqury {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	#inqury .boundary {
		margin-bottom: 10px;
	}
#inqury .boundary .midashi {
	width: 100%;
	float: none;
}
#inqury .boundary .inner {
	width:100%;
	float: none;
}
#inqury .boundary .inner textarea {
	width: 90%;
}
#inqury .boundary .inner input.formResponsive  {
	width: 90%;
}
}
