.pc {
  display: none;
}

@media (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}
img {
  width: 100%;
}

article section {
  max-width: 100%;
  padding: 120px 10px 60px;
  background: #EBF4F3;
}
article section ul {
  color: #707070;
}
article section ul li input {
  display: block;
  width: 100%;
  margin: 5px 0 1em;
  padding: 5px;
  border: none;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  article section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 640px;
    margin: 0 auto;
  }
  article section ul li {
    width: 46%;
  }
  article section ul li input {
    padding: 10px;
  }
}
article section .textarea {
  max-width: 640px;
  margin: 0 auto;
}
article section .textarea textarea {
  display: block;
  width: 100%;
  height: 8em;
  margin: 5px 0 4em;
  padding: 5px;
  border: none;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  article section .textarea textarea {
    height: 16em;
  }
}
article section .inputBtn {
  text-align: center;
}
article section .inputBtn .btn {
  display: inline-block;
  background: #097363;
  color: #fff;
  box-shadow: 10px 10px 15px #bbb;
}
article section .wpcf7-form-control-wrap {
  color: #f00;
}
article section .screen-reader-response {
  color: #f00;
}
article section .screen-reader-response > p {
  margin: 1em 0;
  text-align: center;
}
article section .screen-reader-response ul {
  color: #f00;
}
article section .screen-reader-response ul li {
  color: #f00;
}
article section .wpcf7-response-output, article section .wpcf7-response-output {
  color: #f00;
  text-align: center;
}
