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

/*---------------------------------------------------------------------------------------
	contact us
----------------------------------------------------------------------------------------*/
.google-btn {
	display: inline-block;
}
.google-btn a {
	position:relative;
	display: block;
	border-radius: 10px;
	color: #fff;
	background: #333;
	border: 1px solid #333;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	padding: 0 10px;
}
.google-btn a:hover {
    color: #333;
	background: #fff;
}
input, button, textarea, select {
  margin: 0;
  padding: 5px;
  background: none;
  border: 1px solid #333;;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.submit input:hover{
	cursor: pointer;
	background: #333;
	color: #fff;
}
.inquiry-dl dt {
	font-size: 1.2rem;
}
.inquiry-dl dd {
	margin-bottom: 20px;
}
.inquiry-dl dd input{
	width: 100%;
}
.inquiry-dl dd textarea{
	width: 100%;
	height: 7em;
}

.f_mailer_errmsg {
	color: #CF000E;
	margin-bottom: 20px;
}
@media screen and (max-width:767px){
	.google-btn {
		margin: 5px 0 5px 10px;
	}
	.submit input {
		font-size: 1.2rem;
	}
	.f_mailer_errmsg {
		margin-bottom: 10px;
	}
}
