/* top */
.fv {
  background-image: url(../../contact/image/pc/top_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 70vh;
  width: 100%;
  position: relative;
}

.fv::after {
  content: "";
  background-image: url(../../concept/image/pc/fv-bottom.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 1rem;
  width: 100%;
  position: absolute;
  bottom: -1rem;
  left: 0;
}

@media (max-width: 767px) {
  .fv {
    background-image: url(../../contact/image/pc/top_img.png);
    height: 90vh;
    width: 100%;
    background-position: 29% 80%;
  }
}

/* content */
.contact {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .contact {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .contact-container {
    padding: 20px;
  }
}

.contact-top-text {
  text-align: center;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .contact-top-text {
    font-size: .8rem;
  }
}

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}

@media (max-width: 767px) {
  .Form {
    margin-top: 40px;
  }
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Form-Item>p:last-child {
	width: 100%;
    max-width: 410px;
}
.wpcf7-form-control-wrap.pet-sex {
	margin-left: 40px;
}
input[type="radio"] {
	margin-top: 0;
}
@media (max-width: 767px) {
  .Form-Item {
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
	  width: 90%;
  }
	.wpcf7-form-control-wrap.pet-sex {
		margin-left: 0;
		margin-top: 18px;
		display: block;
	}
}

.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 767px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media (max-width: 767px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 2rem;
  display: inline-block;
  text-align: center;
  color: red;
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .Form-Item-Label-Required {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media (max-width: 767px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media (max-width: 767px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Btn {
  border-radius: 30px;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 5rem;
  display: block;
  letter-spacing: 0.05em;
  background: #DDC8BB;
  color: #000;
  font-size: 20px;
  border: 0px;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.Form-Btn:hover {
  opacity: .8;
}

@media (max-width: 767px) {
  .Form-Btn {
    margin-top: 4rem;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;

  }
}

.wpcf7-not-valid-tip {
  margin-left: 40px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .wpcf7-not-valid-tip {
    margin-left: 0;
  }
}