@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 >dt >span{
	display: block;
	font-size: 12px;
}
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:#000;
	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;
	}
	

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

/* text */
input.input-text{
	width:50%;
	height:30px;
	padding:5px;
	font-size:14px;
	background-color:#ffffff;
	border: solid 1px #CCC;
	}
input.input-text2{
	width:10%;
	height:30px;
	padding:5px;
    margin: 0 5px;
	font-size: 18px;
    text-align: center;
	background-color:#ffffff;
	border: solid 1px #CCC;
	}
input.input-text:focus{
	background-color:#FFF;
	}
	
/* mail */
input.input-mail{
	width:50%;
	height:30px;
	padding:5px;
	font-size:14px;
	background-color:#fff;
	border: solid 1px #CCC;
	}
input.input-mail:focus{
	background-color:#FFF;
	}

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

/* submit */
.form-btn{
	width: 300px;
	margin: 0 auto;
	}
input.input-submit{
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 15px 0;
	letter-spacing: 1.3px;
	line-height: 1;
	text-align: center;
	background-color: #000;
	vertical-align: middle;
	color: #fff;
	background-image: url(/members/common/svg/svg_icon_btn_01.svg);
	background-repeat:no-repeat;
	background-position: right 10px center;
	background-size: 15px 30px;
	transition: all 0.3s;
	text-decoration: none;	
		border-style: none;
	}
	
input.input-submit:hover{
	background-position: right 3px center;
}

/* btn_01bk 入力し直し */
.btn_01bk{
	width: 300px;
	margin: 0 auto;
	}
.btn_01bk a{
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 15px 0;
	letter-spacing: 1.3px;
	line-height: 1;
	text-align: center;
	background-color: #000;
	vertical-align: middle;
	color: #fff;
	background-image: url(/members/common/svg/svg_icon_btn_01.svg);
	background-repeat:no-repeat;
	background-position: right 10px center;
	background-size: 15px 30px;
	transition: all 0.3s;
	text-decoration: none;
	}
.btn_01bk a:hover{
	background-position: right 3px center;
	}

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

/* 768px */
@media only screen and (max-width: 48em) {
.btn_01 a{
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
.btn_01 a{
	}
}


/* 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%;
	}
select.contact-type2{
	width:98%;
	}
/* text */
input.input-text{
	width:98%;
	}
/* text */
input.input-text2{
	width:20%;
	}
/* mail */
input.input-mail{
	width:98%;
	}
/* textarea */
textarea.textarea{
	width:98%;
	}
/* submit */
input.input-submit{
	width:100%;
	}








.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
	}


span.hissu{
	display: block;
	color: red;

}

::placeholder {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #CCC;

}


/* =====================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) {
}