@charset "utf-8";
/* CSS Document */

/*==================

   Form

====================*/

#contents table.formInquiryTable{
	margin-bottom:3em;
}
#contents table.formInquiryTable th{
	text-align:left;
	width: 27%;
}
#contents table.formInquiryTable th,
#contents table.formInquiryTable td{
	line-height:2;
	padding:1em;
}
#contents table.formInquiryTable th .red{
	font-weight:bold;
}
#contents table.formInquiryTable .lineHeight-14{
	line-height:1.4;
}
#contents table.formInquiryTable table td{
	line-height:2;
	padding:0.3em;
}
#contents table.formInquiryTable td input[type="text"],
#contents table.formInquiryTable td textarea{
	background-color:#f5f5f5;
	border:#999 solid 1px;
	padding:0.5em;
	font-size:1em;
}
#contents table.formInquiryTable td input[type="text"]:focus,
#contents table.formInquiryTable td textarea:focus{
	border-color: #d00;
	background-color: #FFFFFF;
}
#contents table.formInquiryTable td label{
	margin-right:1em;
}
#contents table.formInquiryTable td textarea{
	width:95%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#contents table.formInquiryTable td input#jyusyo{
		width:80%;
	}
	#contents table.formInquiryTable td textarea{
		width:80%;
	}
}
#contents p.formBtn input{
	border:#d0d2d3 solid 4px;
	padding:14px 15px;
	margin:0 1em;
}
#contents p.formBtn input:hover{border:#FCC solid 4px;}
.syserr{
	font-weight: bold;
	color: #ff0000
}
.errorbackbtn {
  width: inherit !important;
  padding-left: 45px !important;
}
.correction_button,
.errorbackbtn,
.reset_button {
  cursor: pointer;
  text-decoration: none !important;
}
.correction_button,
.errorbackbtn,
.reset_button,
#contents div.formBtn input {
	border: #d0d2d3 solid 4px;
  padding: 14px 15px 14px 24px;
  margin: 0 1em;
  width: 168px;
	background-repeat: no-repeat;
	background-position:center left 14px;
	background-color:#fff;
  font-weight: bold;
  font-size: 17px;
  color: #403f41;
  letter-spacing: 0.05em;
}
.correction_button:hover,
.errorbackbtn:hover,
.reset_button:hover,
#contents div.formBtn input:hover {
	cursor: pointer;
	cursor: hand;
	border:#FCC solid 4px;
}
#contents div.formBtn > div {
	display:inline-block;
}
.errorbackbtn,
.reset_button,
#contents div.formBtn .formBtn_wrap_reset input {background-image:url("../img/form/formBtn_reset_only.png");}
#contents div.formBtn .formBtn_wrap_confirm input {background-image:url("../img/form/formBtn_check_only.png");}
.correction_button,
#contents div.formBtn .formBtn_wrap_correction input {background-image:url("../img/form/formBtn_correction_only.png");}
#contents div.formBtn .formBtn_wrap_send input {background-image:url("../img/form/formBtn_send_only.png");}

.formBtn {
  display: flex;
  justify-content: center;
}

.formBtn .correction_button,
.formBtn .reset_button {
  box-sizing: border-box;
  max-height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.policy1formError {
  display:none !important;
}
.origin-aleat{
  width: 177px;
  background: #ee0101;
  position: relative;
  color: #fff;
  /* min-width: 120px; */
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  font-size: 11px;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  text-align:center;
  }

#contents table.formInquiryTable.Vertical-short td textarea {
  height:50px;
}
#contents table.formInquiryTable.Vertical-short th, #contents table.formInquiryTable.Vertical-short td {
  padding: 0.6em 1em;
}
#contents table.formInquiryTable.Vertical-short td input[type="text"], #contents table.formInquiryTable.Vertical-short td textarea {
  background:none;
}