@charset "UTF-8";
.contact-wrapper {
  max-width: 800px;
}

@media only screen and (min-width: 769px) {
  .contact-wrapper {
    padding: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-wrapper {
    padding: 5%;
  }
}

@media only screen and (min-width: 769px) {
  .contact-list {
    margin: 0 0 8% 0;
  }
}

@media only screen and (max-width: 768px) {
  .contact-list {
    margin: 0 0 12% 0;
  }
}

.contact-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 769px) {
  .contact-list-item {
    margin: 0 0 4% 0;
  }
}

@media only screen and (max-width: 768px) {
  .contact-list-item {
    margin: 0 0 6% 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.contact-list-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 769px) {
  .contact-list-ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30%;
    margin: 0 4%;
  }
}

@media only screen and (max-width: 768px) {
  .contact-list-ttl {
    width: 100%;
  }
}

.contact-list-ttl::after {
  display: block;
  line-height: 1;
  padding: 5px 8px;
  font-size: 14px;
  width: 50px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  .contact-list-ttl::after {
    margin: 0 4% 0 0;
  }
}

.contact-list-ttl.-require::after {
  content: "必須";
  background-color: #ff4d01;
  color: #fff;
}

.contact-list-ttl.-any::after {
  content: "任意";
  border: 1px solid #179ED0;
  color: #179ED0;
}

@media only screen and (min-width: 769px) {
  .contact-list-cont {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .contact-list-cont {
    width: 100%;
    margin: 3% 0 0 0;
  }
}

.contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-btn-item {
  text-align: center;
  background-color: #29667C;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

@media only screen and (min-width: 769px) {
  .contact-btn-item {
    width: 30%;
    margin: 0 2%;
  }
}

@media only screen and (max-width: 768px) {
  .contact-btn-item {
    width: 46%;
    margin: 0 2%;
  }
}

.contact .-form-input {
  background-color: #eee;
  width: 100%;
  padding: 5px;
}

.contact .-form-textarea {
  background-color: #eee;
  width: 100%;
  padding: 5px;
  height: 10em;
}
/*# sourceMappingURL=contact.css.map */