@charset "UTF-8";


/*form
-----------------------------------------------------------------------------------------*/
#form{padding-bottom:50px;}
@media screen and (max-width: 767px) {
	#form{padding-bottom:20px;}
}
#form span.tel{
	background:none;
	padding-left:0;
}
/*-------------------------フォーム入力・結果枠*/
#form dl{
	border:1px solid #CCCCCC;
	border-top:none;
	background:#F1F1F1;
	margin-top:10px;
}
#form dt{
	float:left;
	width:300px;
	font-size:18px;
	padding:15px;
	border-top:1px solid #CCCCCC;
}
#form dt em{
	float:right;
	padding:2px 5px;
	background:#EF2E61;
	color:#FFF;
	font-size:14px;
	border-radius:5px;
}
#form dd{
	border-top:1px solid #CCCCCC;
	margin-left:300px;
	padding:15px;
	background:#FFFFFF;
}
#form dd.hissu input{
	background:#FFFCCC;
}
#form dd p{
	margin:5px 0;
}
#form .tx_bar{
	margin-top:30px;
	margin-bottom:0;
}
#form .tx_bar + dl,
#form .tx_bar + figure + dl{
	margin-top:0;
}
#form .tx_bar + figure{
	border:1px solid #CCCCCC;
	margin-bottom:-1px;
}

@media screen and (max-width: 767px) {
	#form dl{background:none;}
	#form dt{float:none;width:auto;background:#F1F1F1;padding:5px 10px;}
	#form dd{padding:10px 10px;margin-left:0;border-top:none;}
}
/*-------------------------フォーム部品*/
#form input[type="checkbox"],
#form input[type="radio"],
#form select{
	margin-right:5px;
}
#form select{
	height:30px;
}
#form input[type="text"],
#form input[type="tel"],
#form input[type="email"],
#form textarea{
	margin-right:5px;
	border:1px solid #999999;
	padding:3px;
	max-width:100%;
}
#form textarea{
	width:750px;
	margin-right:0;
}
#form .zip input,
#form .adress1 input{
	width:120px;
}
#form .adress2 input,
#form .adress3 input{
	width:550px;
}
@media screen and (max-width: 767px) {
	#form input[type="text"],
	#form input[type="tel"],
	#form input[type="email"],
	#form .adress2 input,
	#form .adress3 input,
	#form textarea{width:100%;}
}
/*-------------------------privacy*/
#form .privacy{
	padding:20px 15px;
	border:1px solid #CCC;
	margin-top:-1px;
	background:#FFFFCC;
}
#form .privacy .doui span{
	width:auto;
	padding:0;
	margin:0;
}
#form .privacy .doui label{
	display:block;
	text-align:center;
	width:300px;
	background:rgba(0,0,0,0.05);
	padding:10px;
	border-radius:5px;
	margin:0 auto;
}
#form .privacy .doui label:hover{
	background:rgba(0,0,0,0.1);
}
/*-------------------------確認画面*/
#contents div.wpcf7-validation-errors{
	border:none;
	margin:20px 0;
	background:red;
	color:#FFF;
	padding:10px;
	text-align:center;
}
#form .wpcf7c-conf{
	background:#F1F1F1;
}
/*-------------------------ボタン*/
#form p.navbtn{
	margin:20px 0;
	text-align:center;
}
#form input[type="button"],
#form input[type="submit"]{
	border:none;
	line-height:30px;
	padding:10px;
	width:240px;
	margin-left:20px;
	color:#FFFFFF;
	background:#0071BC url(images/navbtn1.png) right no-repeat;
	box-shadow: 0 5px 0 #00558D;
	-webkit-box-shadow: 0 5px 0 #00558D;
	-moz-box-shadow: 0 5px 0 #00558D;
	border-radius: 6px;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position:relative;
}
#form input[type="button"]{
	background:#999999 url(images/navbtn2.png) left no-repeat;
	box-shadow: 0 5px 0 #666666;
	-webkit-box-shadow: 0 5px 0 #666666;
	-moz-box-shadow: 0 5px 0 #666666;
}
#form input[type="button"]:hover,
#form input[type="button"]:focus,
#form input[type="submit"]:hover,
#form input[type="submit"]:focus{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	top:5px;
}


/*送信完了
-----------------------------------------------------------------------------------------*/
#contents div.wpcf7-mail-sent-ok{
	border:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
}
.sendmail{
	padding:50px 0;
	width:640px;
	margin:30px auto 50px auto;
	border:10px solid #E6E6E6;
	text-align:center;
}
.sendmail h2{
	font-size:30px;
	color:#CC0000;
}
.sendmail p{
	margin:20px 0 0 0;
	line-height:1.8;
}
@media screen and (max-width: 767px) {
.sendmail{padding:30px 15px;width:auto;margin:0;border:none;}
.sendmail h2{font-size:20px;line-height:30px;font-weight:bold;}
.sendmail p{margin:15px 0 0 0;}
}