@charset "utf-8";

/*////////////////////////////////////
お問い合わせフォーム
////////////////////////////////////*/
#contact_area {
	position: relative;
	width: 90%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 150px 0;
	box-sizing: border-box;
}
.contact_atten {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #555;
	border: 1px dotted #CCC;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
.contact_place {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.form_name {
	position: relative;
	float: left;
	width: 30%;
	margin-right: 2%;
	background: #2799CE;
	color: #FFF;
	font-size: 1.6rem;
	padding: 10px;
	display: flex;
	justify-content: space-between;
}
.form_name span {
	background: #D7181C;
	display: inline-block;
	font-size: 1.4rem;
	padding: 2px 4px;
	margin-right: 3px;
}
.form_area {
	position: relative;
	float: left;
	width: 68%;
	color: #FFF;
	font-size: 1.6rem;
}
.fbox80 {
	width: 80%;
}
.fbox100 {
	width: 100%;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.contact_place {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.form_name {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	background: #2799CE;
	color: #FFF;
	font-size: 1.6rem;
	padding: 10px;
	display: flex;
	justify-content: space-between;
}
.form_name span {
	background: #D7181C;
	display: inline-block;
	font-size: 1.4rem;
	padding: 2px 4px;
	margin-right: 3px;
}
.form_area {
	position: relative;
	width: 100%;
	color: #FFF;
	font-size: 1.6rem;
}
.fbox80 {
	width: 80%;
}
.fbox100 {
	width: 100%;
}
}
@media screen and (min-width: 768px) {
#coution1,
#coution2,
#coution3,
#coution4 {
  position: absolute;
  top: -36px;
  left: 250px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#coution1,
#coution2,
#coution3,
#coution4 {
  position: absolute;
  top: 15px;
  left: 150px;
}
}
@keyframes function_blur {
 	0%{
		filter: blur(10px);
	}
	85%{
     	filter: blur(10px);
	 }
   100%{
   		filter: blur(0px);
   }
}


.alert_ng {
	z-index: 50;
	display: inline-block;
	background: #FF0000;
	color: #FFF;
	padding: 5px;
	cursor: pointer;
	border:2px solid #FFF;
	border-radius: 5px;
	box-shadow: 5px 5px 3px -5px rgba(0,0,0,0.2);
}
.alert_ng:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #FF0000;
}
.form_red {
	background:rgba(255,0,4,0.2);
	border: 2px;
}