#formWrap {
	width:840px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
  border:1px solid #c1272d;
}
table.formTable th{
	border:1px solid #fff;
  border-right:1px solid #c1272d;
	padding:10px;
}
table.formTable th:nth-child(1) {
  border-top:1px solid #c1272d;
}
table.formTable td{
	width: 70%;
	border:1px solid #c1272d;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#c1272d;
	text-align:left;
  color: #fff;
}
input[type="text"],
textarea{
	width: 100%;
}

@media screen and (max-width:768px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input{
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}
.form{
  padding-top: 148px;
  padding-bottom: 136px;
}
.form .title{
	margin-top: 23px;
  margin-bottom: 23px;
}
.form span{
  background-color: #fff;
  color: #c1272d;
  font-size: 90%;
  padding: 4px;
  margin-left: 1em;
}
.form .privacy{
  text-align: center;
  padding-bottom: 40px;
}
.form .privacy iframe{
  margin-bottom: 20px;
}
.form .agree{
  padding: 5px;
  background-color: #E6E6E6;
}
button,
input,
select,
textarea {
  border: solid 1px #787878;
  line-height: 2em;
  padding-left: 1em;;
}
button:focus,
input:focus,
select:focus,
textarea:focus{
  outline: none;
}
.form .submit_btn{
  border: 0;
  width: 250px;
  height: 50px;
  background-image: url(../img/form_btn_pc.png) !important;
}
.form .submit_btn:hover{
    cursor: pointer;
    opacity:0.5;
}
.form table{
  margin-bottom: 50px;
}
/*お問い合わせページ*/
header.inquiry{
  background-image: none;
  background-color: #fff;
  text-align: center;
	padding: 1em 0;
}
.form .inquiry_submit_btn{
  border: 0;
  width: 250px;
  height: 50px;
  background-image: url(../img/send_btn.gif);
}
.form td.money{
  line-height: 3em;
}
.inquiry_form{
  padding-top: 50px;
  padding-bottom: 140px;
}
.inquiry_form .inquiry_title{
  margin-bottom: 30px;
}
.privacy_th{
	letter-spacing: -0.08em;
}
.form .zip {
	margin-bottom: 10px;
}
.form .zip input {
	padding: 0 10px;
	display: inline-block;
	text-align: center;
}
.form .zip input:first-of-type {
	margin-left: 10px;
	width: 60px;
}
.form .zip input:last-of-type {	width: 70px;}
.form .zip span {
	margin: 0 5px;
	color: #000;
	background: none;
	font-size: 16px;
}
@media screen and (max-width:768px) {
	header.inquiry{
		padding: 1em 0;
	}
	.form{
	  padding-top: 0px;
	  padding-bottom: 50px;
	}
	input[type="text"], textarea{
		width: 100%;
	}
	table.formTable,tr,table.formTable th:nth-child(1){
		border: none;
	}
	table.formTable th{
		background-color: #fff;
		color: #000;
		font-size: 120%;
		font-weight: bold;
		border:none;
	}
	table.formTable td{
		border:none;
	}
	.form span{
	  background-color: #c1272d;
	  color: #fff;
	}
	.inquiry_form .inquiry_title{
		width: 100%;
	}
	.inquiry .logo{
		width: auto;
	}
}
