@charset "UTF-8";
table {
  text-align: center;
  margin: 0 auto;
}

.submit-btn {
  text-align: center;
}

.contact7 p {
  background-color: #fff;
}

/* Contact Form7 */
.contact7 {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 5%;
}

.contact7 dd {
  margin: 0 0 30px 0;
  background-color: #FFF;
}

.contact7 dt {
  font-weight: normal;
}

/* 必須マーク */
.contact7 .must {
  background: #FF1A00;
}

/* 任意マーク */
.contact7 .optional {
  background: #fff;
}

.contact7 .must,
.contact7 .optional {
  color: #FFF;
  border-radius: 3px;
  font-size: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  letter-spacing: 2px;
}

.btn_contact7 {
  text-align: center;
}

.btn_contact7 input {
  width: 70%;
  background-color: #dcdcdc;
  color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_contact7 input:hover {
  background-color: #FFF;
  color: #000;
}

@media screen and (min-width: 768px) {
  .contact7 dt {
    float: left;
    clear: left;
    width: 27%;
    padding: 5px 10px 5px 0;
  }
}

@media screen and (min-width: 1024px) {
  input {
    border: 0.1px solid #000;
    padding: 6px;
  }
}

@media screen and (min-width: 768px) {
  .contact7 dt {
    float: left;
    clear: left;
    width: 27%;
    padding: 5px 10px 5px 0;
  }
  .contact7 dd {
    margin-left: 22%;
  }
  .btn_contact7 input {
    width: 50%;
    background-color: #000;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    border: 1px solid #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_contact7 input:hover {
    background-color: #FFF;
    color: #000;
  }
  .contact-confirm {
    margin-top: 10%;
  }
  textarea {
    border: 1px solid #000;
  }
}

@media screen and (max-width: 780px) {
  .contact7 {
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin: initial;
  }
  .contact7 dd {
    margin-top: 10px;
  }
  .btn_contact7 input {
    background-color: #000;
  }
}
/*# sourceMappingURL=contact.css.map */