@charset "utf-8";
@import url(common.css);

/* お問い合わせ ここから↓ */
#contact{
	padding-bottom: 100px;
}
.h2{
	padding-left: 10%;
}
#contact h2{
	padding-top: 80px;
	color: #b2dabf; 
	text-align: left; 
	border-bottom: 3px double #b2dabf;
	width: 90%;
	font-size: 25pt;
}
.form{
	width: 80%;
	margin: 0 auto;
}
.form textarea{
	width: 70%;
    	height: 20em;
    	line-height: 1;
}
.s1{
	margin: 0 auto;
	text-align: center;
   	border: 1px solid #b2dabf;
    	border-radius: 0.5em;
	width: 500px;
	height: 70px;
	background-color: #b2dabf;
	line-height: 4.5em;
}
.ok{
	font-size: 20pt;
	color: #fff;
}
.s2{
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
	line-height: 3em;
}
@media (min-width: 768px){
.s2-m{ display: none; }
}
/* お問い合わせ ここまで↑ */