@charset "UTF-8";
.contact {
  padding: 80px 0 80px 0;
  margin: 0 auto;
  font-weight: 400;
  color: #387d39;
  text-align: center;
  max-width: 800px;
  width: 95%;
}
.contact-wrap__txt {
  text-align: center;
  font-size: 18px;
  margin: 30px auto 40px auto;
  line-height: 36px;
}
.contact-form {
  width: 100%;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 30px;
  text-align: left;
}

.form-group label {
  display: block;
  font-size: 14px;
  color: #2f7d32;
  margin-bottom: 12px;
}

.required {
  background: #e45b21;
  color: #fff;
  font-size: 14px;
  padding: 1px 10px;
  border-radius: 999px;
  margin-left: 10px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  box-sizing: border-box;
}

input,
textarea {
  border: 1px solid #6fa96f;
  border-radius: 6px;
  padding: 10px;
  font-size: 20px;
  outline: none;
}

textarea {
  height: 300px;
  resize: none;
}

/* プライバシー */
.privacy {
  margin-top: 40px;
}

.privacy__title {
  text-align: left;
  font-size: 20px;
  color: #2f7d32;
  font-weight: bold;
  margin-bottom: 5px;
}

.privacy__text {
  text-align: left;
  font-size: 16px;
  color: #2f7d32;
  line-height: 1.6;
  margin-bottom: 40px;
}

.checkbox {
  font-size: 18px;
  color: #2f7d32;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkbox .input {
  margin: 3px 3px 3px 4px;
}
.checkbox input {
  margin-right: 6px;
}

/* ボタン */
.submit-wrap {
  text-align: center;
  margin-top: 30px;
}

button {
  background: #f9faea;
  color: #2f7d32;
  border: none;
  padding: 18px 70px;
  border-radius: 20px;
  font-size: 14px;
  width: 28%;
  cursor: pointer;
  min-width: 210px;
}

button:hover {
  opacity: 0.8;
}
