#contactContainer {
  width: 90%;
  max-width: 670px;
  margin: 0 auto;
  padding-top: 150px;
}

.contactTitle span {
  font-size: 18px;
  font-weight: bold;
}

.contactTitle img {
  width: 290.1px;
  display: block;
}

.contactTitle p {
  margin-top: 50px;
}

.contactContents {
  margin-top: 60px;
}

::placeholder {
  color: #C7C7C4;
}

.formGroup {
  margin-bottom: 20px;
}

.itemName {
  font-weight: bold;
}

.formGroup input, .formGroup textarea {
  width: 100%;
  height: 60px;
  margin-top: 6px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #F3F3F2;
  border: none;
  font-size: 14px;
  color: var(--primaryColor);
}

.formGroup textarea {
  height: 246px;
  padding: 20px;
  line-height: 2;
}

#btnContainer p {
  width: 200px;
  height: 50px;
  margin: 70px auto 0;
  border: 2px solid var(--primaryColor);
  box-sizing: border-box;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#btnContainer p input {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: var(--primaryColor);
  text-indent: -10px;
  cursor: pointer;
}

#btnContainer p img {
  width: 18.7px;
  position: absolute;
  top: 50%;
  left: calc(50% + 39px);
  transform: translateY(-50%);
}

.wpcf7-spinner {
  display: none;
}








@media (max-width: 560px) {
#contactContainer {
  /* width: 90%;
  max-width: 670px;
  margin: 0 auto; */
  padding-top: 110px;
}

/* .contactTitle span {
  font-size: 18px;
  font-weight: bold;
} */

.contactTitle img {
  width: 203.3px;
  /* display: block; */
}

.contactTitle p {
  margin-top: 30px;
}

.contactContents {
  margin-top: 40px;
}

/* ::placeholder {
  color: #C7C7C4;
}

.formGroup {
  margin-bottom: 20px;
}

.itemName {
  font-weight: bold;
}

.formGroup input, .formGroup textarea {
  width: 100%;
  height: 60px;
  margin-top: 6px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #F3F3F2;
  border: none;
  font-size: 14px;
  color: var(--primaryColor);
}

.formGroup textarea {
  height: 246px;
  padding: 20px;
  line-height: 2;
} */

#btnContainer p {
  /* width: 200px;
  height: 50px; */
  margin: 50px auto 0;
  /* border: 2px solid var(--primaryColor);
  box-sizing: border-box;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; */
}

/* #btnContainer p input {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: var(--primaryColor);
  text-indent: -10px;
  cursor: pointer;
}

#btnContainer p img {
  width: 18.7px;
  position: absolute;
  top: 50%;
  left: calc(50% + 39px);
  transform: translateY(-50%);
}

.wpcf7-spinner {
  display: none;
} */
}