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

/*-----------------
form
-----------------*/
.form {
  margin-bottom: 140px;
}
.form .inner {
  width: 1000px;
  margin: 0 auto;
}
.form .message {
  margin-bottom: 30px;
  font-size: 14px;
}
.form .note {
  margin-bottom: 20px;
  font-size: 14px;
}
.form .note span {
  display: inline-block;
  width: 40px;
  height: 25px;
  margin: 0 4px 0 0;
  background: #1C1C1C;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
}
.form dl {
  display: flex;
  background: linear-gradient(to right, #F4F4F4 300px, #FFF 300px) repeat-y;
  border: 1px solid #E7E7E7;
}
.form dl + dl {
  border-top: none;
}
.form dl dt {
  align-self: center;
  box-sizing: border-box;
  position: relative;
  width: 300px;
  padding: 0 40px;
  border-right: 1px solid #E7E7E7;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.6px;
}
.form dl dt.must:after {
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  width: 40px;
  height: 24px;
  background: #1C1C1C;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
}
.form dl dt span {
  display: block;
  color: #F00;
  font-size: 13px;
}
.form dl dd {
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.6px;
  flex: 1;
}
.form dl dd span {
  color: #F00;
  font-size: 13px;
}
.form dl dd input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #E7E7E7;
  font-size: 14px;
}
.form dl dd input[type="text"].inquiryText {
  float: right;
  width: 555px;
  height: 35px;
}
.form dl dd input[type="text"].zip {
  width: 150px;
  margin: 0 10px 10px;
}
.form dl dd textarea {
  box-sizing: border-box;
  width: 100%;
  height: 110px;
  padding: 10px 15px;
  border: 1px solid #E7E7E7;
  font-size: 14px;
  resize: vertical;
}
.form .privacy {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 5px solid #F4F4F4;
}
.form .privacy .pTit {
  margin: 30px 40px 15px;
  font-size: 14px;
}
.form .privacy .pTit span {
  display: inline-block;
  width: 40px;
  height: 24px;
  margin: 0 0 0 10px;
  background: #1C1C1C;
  color: #FFF;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
}
.form .privacy .pBox {
  display: block;
  box-sizing: border-box;
  width: 800px;
  height: 200px;
  margin: 0 auto 15px;
  padding: 20px;
  border: 1px solid #E3E3E3;
  font-size: 14px;
  line-height: 2;
  overflow-x: hidden;
  overflow-y: auto;
}
.form .privacy .pBox strong {
  font-size: 16px;
  font-weight: normal;
}
.form .privacy .pChk {
  display: block;
  width: 800px;
  margin: 0 auto;
}
.form .privacy .pChk label {
  margin: 0 0 0 10px;
  font-size: 14px;
}
.form .subbtn {
}
.form .subbtn input[type="submit"] {
  display: block;
  width: 320px;
  height: 120px;
  margin: 0 auto;
  background: #043E04;
  border: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}
.form .subbtn input[type="submit"]:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.form .subbtn input[type="submit"]:active {
  border: none;
}
/*送信確認画面・完了画面のスタイル*/
#form .ttl {
  box-sizing: border-box;
  width: 100%;
  height: 130px;
  padding-top: 40px;
  color: #FFF;
  font-size: 30px;
  background: #1C1C1C;
  text-align: center;
  letter-spacing: 5px;
}
#form .txt {
  margin: 20px 0;
  font-size: 16px;
  line-height: 2;
}
#form .error_messe {
  padding: 15px 5px;
  border-top: 1px solid #E3E3E3;
  color: #F00;
  font-size: 16px;
}
#form .error_messe:last-child {
  border-bottom: 1px solid #E3E3E3;
}
#form .sysbtn {
  width: 200px;
  height: 30px;
  background: #E3E3E3;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}
#form .sysbtn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.form .complete {
  padding: 50px 0 150px;
  font-size: 16px;
  text-align: center;
}