@charset "UTF-8";
#the-contact-form {
  width: calc(100% - 60px);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#the-contact-form dl {
  border-bottom: 1px dotted #555;
  padding: 10px 0;
}
@media (width >= 782px) {
  #the-contact-form dl {
    display: flex;
    align-items: stretch;
    justify-content: start;
    gap: 20px;
  }
}
#the-contact-form dl dt {
  white-space: nowrap;
  flex: 0 0 180px;
  padding-right: 40px;
  position: relative;
}
#the-contact-form dl dd {
  flex: 1;
}
#the-contact-form dl p {
  display: inline;
}
#the-contact-form.confirm dl dt {
  white-space: wrap;
}
#the-contact-form dl.require dt:after {
  content: "必須";
  font-size: 10px;
  background: #e22;
  line-height: 16px;
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  border-radius: 5px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  position: absolute;
  top: 3px;
  right: 0;
}
#the-contact-form input[type=text],
#the-contact-form input[type=tel],
#the-contact-form input[type=email],
#the-contact-form textarea {
  border: 1px solid #999;
  margin: 0;
  border-radius: 5px;
  padding: 6px;
  display: block;
  box-sizing: border-box;
  width: 100%;
}
#the-contact-form .privacy-policy {
  margin-top: 30px;
  border: 20px solid rgba(255, 255, 255, 0.2);
}
#the-contact-form .privacy-policy .privacy-wrapper {
  padding: 20px;
  background: #fff;
  min-height: 100px;
  max-height: 200px;
  overflow: auto;
}
#the-contact-form .privacy-policy h3 {
  font-weight: bold;
  font-size: 20px;
  color: #255912;
}
#the-contact-form .privacy-policy p {
  margin-top: 10px;
}
#the-contact-form .privacy-policy h3 + * {
  margin-top: 15px;
}
#the-contact-form .privacy-policy * + h3 {
  margin-top: 30px;
}
#the-contact-form .privacy-policy ul {
  padding-left: 20px;
}
#the-contact-form .privacy-policy ul li {
  list-style-type: disc;
}
#the-contact-form .accept-privacy {
  text-align: center;
}
#the-contact-form div.submit {
  padding-top: 30px;
  padding-bottom: 50px;
}
#the-contact-form input[type=submit] {
  padding: 10px 30px;
  appearance: none;
  border: none;
  background: #255912;
  border-radius: 10px;
  color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
#the-contact-form input[type=submit]:hover {
  background: #349013;
}

.send-complete {
  padding-top: 30px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (width < 782px) {
  .send-complete * {
    text-align: left !important;
  }
}

/*# sourceMappingURL=custom.css.map */
