@charset "UTF-8";

/* -----------------------------------------------
 *  	         form.css
 * ----------------------------------------------- */


/* =====================form===================== */

/* 入力スペース */
form.form_01{
	width:100%;
	}

dl.form_item_01{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:solid 1px #d8d6d5;
	}
dl.form_item_01::after{
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
	}
	
	
dl.form_item_01 dt{
	position:relative;
	float:left;
	width:30%;
	padding: 10px 5px;
	}
dl.form_item_01 dd{
	float:left;
	width:70%;
	padding: 10px 5px;
	}
/* required */
dl.form_item_01 dt.required::after{
	display:block;
	position:absolute;
	width:40px;
	height: auto;
	top:10px;
	right:10px;
	content:"必須";
	background-color:#EE93BE;
	color:#FFF;
	text-align:center;
	font-size:12px;
	line-height:2;
	}

/* drop */
select.contact-type{
	width:60%;
	height:50px;
	padding:0 0 0 5px;
	font-size:14px;
	background-color:#f2f0ec;
	border: solid 1px #333333;
	}
select.contact-type:focus{
	background-color:#FFF;
	}

/* text */
input.input-text{
	width:50%;
	height:30px;
	padding:0 0 0 5px;
	font-size:14px;
	background-color:#f2f0ec;
	border: solid 1px #333333;
	}
input.input-text:focus{
	background-color:#FFF;
	}
	
/* mail */
input.input-mail{
	width:50%;
	height:30px;
	padding:0 0 0 5px;
	font-size:14px;
	background-color:#f2f0ec;
	border: solid 1px #333333;
	}
input.input-mail:focus{
	background-color:#FFF;
	}

/* textarea */
textarea.textarea{
	width:80%;
	padding:5px 0 0 5px;
	font-size:14px;
	background-color:#f2f0ec;
	border: solid 1px #333333;
	}
textarea.textarea:focus{
	background-color:#FFF;
	}

/* submit */
input.input-submit{
	display:block;
	width:200px;
	margin:0 auto;
	padding:10px 5px;
	background-color: #000;
	color:#FFF;
	text-align:center;
	border:none;
	outline:none;
	cursor:pointer;
	border:solid #000 1px;
	}
input.input-submit:hover{
	background-color: #faf8f3;
	color:#000000;
	transition:0.3s;
	}


/* 768px */
@media only screen and (max-width: 48em) {
dl.form_item_01 dt{
	float:none;
	width:100%;
	padding:10px 5px;
	}
dl.form_item_01 dd{
	float:none;
	width:100%;
	padding:10px 5px;
	}
select.contact-type{
	width:98%;
	}
/* text */
input.input-text{
	width:98%;
	}
/* mail */
input.input-mail{
	width:98%;
	}
/* textarea */
textarea.textarea{
	width:98%;
	}
/* submit */
input.input-submit{
	width:200px;
	}
}




.contactform_error {
  display: block; 
  color: #e30000;
}
.contactform_error:before {
  content: "※";
}



.btn-group{
	text-align:center;
	}

.btn-large{
	background-color:#000;
	color:#FFF;
	border: solid #000 1px;
	padding:10px 20px;
	text-decoration:none;
	cursor:pointer;
	}


.btn-large:hover{
	background-color:#faf8f3;
	color:#000000;
	transition:0.3s
	}


.ico{
	color: #FF000F;
	font-weight: bold;
	margin-left: 5px;
}













/* =====================DL===================== */


/* 1400px */
@media only screen and (max-width: 87.5em) {
}
/* 1024px */
@media only screen and (max-width: 64em) {
}
/* 960px */
@media only screen and (max-width: 60em) {
}
/* 768px */
@media only screen and (max-width: 48em) {
}
/* 720px */
@media only screen and (max-width: 45em) {
}
/* 600px */
@media only screen and (max-width: 37.5em) {
}
/* 480px */
@media only screen and (max-width: 30em) {
}
/* 320px */
@media only screen and (max-width: 20em) {
}