.p-contact-wrapper {
  max-width: 700px;
}
@media only screen and (min-width: 769px) {
  .p-contact-list {
    margin: 0 0 5% 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-contact-list {
    margin: 0 0 10% 0;
  }
}
@media only screen and (min-width: 769px) {
  .p-contact-list-item {
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .p-contact-list-item {
    margin: 0 0 5% 0;
  }
}
.p-contact-list-ttl {
  font-weight: 400;
}
@media only screen and (min-width: 769px) {
  .p-contact-list-ttl {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .p-contact-list-ttl {
    margin: 0 0 3% 0;
  }
}
.p-contact-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
}
.p-contact-btn-item {
  -webkit-transition: 0.3s;
  background-color: #343131;
  border: 1px solid #343131;
  color: #fff;
  cursor: pointer;
  padding: 15px 0;
  transition: 0.3s;
}
@media only screen and (min-width: 769px) {
  .p-contact-btn-item {
    margin: 0 4%;
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .p-contact-btn-item {
    margin: 0 0 3% 0;
    width: 100%;
  }
}
.p-contact-btn-item:hover {
  background-color: #fff;
  color: #343131;
}
.p-thanks-copy {
  background-color: #fff;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .p-thanks-copy {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-thanks-copy {
    padding: 20% 0;
  }
}