@charset "UTF-8";

#page.contact {
}
#page.contact .wrap {
  max-width: 900px;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 0px;
}
#page.contact .inner {
}
#page.contact .wpcf7 {
  margin-top: 40px;
}
#page.contact .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
#page.contact .wpcf7-form-control-wrap input {
  width: 100%;
}
#page.contact .wpcf7-form-control-wrap textarea {
  width: 100%;
}

#page.contact input,
#page.contact select,
#page.contact textarea,
#page.contact button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}

#page.contact input,
#page.contact textarea,
#page.contact select{
  background: #3d3d3d;
  display: block;
  font-size: 16px;
  padding: 15px 15px;
  width: 100%;
  /* transition: 0.8s; */
  border-radius: 0;
  color: #ffffff;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-top: 18px;
}
#page.contact textarea{
  line-height: 1.5;
}
#page.contact input:focus,
#page.contact textarea:focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
#page.contact select {
}
#page.contact textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}

#page.contact input::placeholder,
#page.contact textarea::placeholder {
  color: #ccc;
}

#page.contact ::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

#page.contact ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

#page.contact :-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

#page.contact .group {
  /* margin-bottom: 30px; */
  display: flex;
  margin-bottom: 40px;
  /* align-items: flex-start; */
  align-items: center;
}
#page.contact .group.message {
  align-items: baseline;
  margin-bottom: 50px;
}
#page.contact .group .head {
  /* margin-bottom: 10px; */
  width: 200px;
}
#page.contact .group .head p {
  font-size: 16px;
  line-height: 1;
}
#page.contact .group .input {
  width: calc(100% - 200px);
}

#page.contact .group .input p {
  font-size: 16px;
  line-height: 1.5;
}

#page.contact .group.btn {
  /* margin-top: 60px; */
  margin-bottom: 0;
  justify-content: center;
  gap: 10px;
  align-items: baseline;
}
#page.contact .group.btn P {
}
#page.contact .group.btn input {
  color: #fff;
  padding: 20px;
  font-size: 14px;
  width: 300px;
  display: block;
  background-color: unset;
  border: solid 1px #dcdcdc;
  transition: 0.5s;
  /* border-radius: 120px; */
  line-height: 1;
}
#page.contact .group.btn input:hover {
  background-color: #000000;
  border-color: #000;
}
#page.contact .group.btn .confirm {
}
#page.contact .group.btn .confirm input {
  /* background-color: #3b3b3b; */
}
#page.contact .group.btn .confirm input:hover {
  background-color: #000000;
  border-color: #000;
}
#page.contact .page-tit {
  margin-bottom: 40px;
}
#page.contact .page-tit .tit {
  margin-bottom: 10px;
}

#page.contact .contact-confirm {
}
#page.contact .contact-confirm .confirm {
}
#page.contact .contact-confirm .group .head {
  margin-bottom: 10px;
}
#page.contact .contact-confirm .confirm p {
  font-size: 16px;
}

#page.contact .group.btn .back {
  margin-bottom: 10px;
}
#page.contact .group.btn .back input {
  /* background-color: #151515; */
}

#page.contact .group.btn .submit input {
  /* background-color: #2a514d; */
}

#page.contact .contact-thanks {
}
#page.contact .contact-thanks p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
#page.contact .select_wrapper {
    position: relative;
}

#page.contact .select_wrapper::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 25px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    transform: rotate(45deg);
}
#page.contact{

}
#page.contact .thanks{

}
#page.contact .thanks p{
  line-height: 2;
  margin-bottom: 10px;
  font-size: 16px;
}
#page.contact .thanks p a{
    text-decoration: underline;
    transition: .5s;
}
#page.contact .thanks p a:hover{
    opacity: 0.5;
}
@media screen and (max-width: 800px) {
  #page.contact .group {
    display: block;
  }
  #page.contact .group .head {
    /* margin-bottom: 10px; */
    width: 100%;
    margin-bottom: 5px;
  }
  #page.contact .group .head p {
    font-size: 14px;
    line-height: 1.5;
  }
  #page.contact .group .input {
    width: 100%;
  }

  #page.contact .group .input p {
    font-size: 14px;
    line-height: 1.5;
  }
  #page.contact input,
  #page.contact textarea {
    font-size: 14px;
    padding: 10px;
    padding-top: 15px;
  }
  #page.contact select {
    padding: 10px;
  }
  #page.contact .group.btn input {
    width: 100%;
  }
}
