@charset "UTF-8";
/* Contact Form7 */
.contact7 {
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .contact7 {
    margin: 0 10%;
  }
}

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

.contact7 dt {
  font-weight: normal;
}

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

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

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

.btn_contact7 {
  text-align: center;
  margin: 5% 0 10% 72px;
}

.btn_contact7 input {
  width: 25%;
  padding: 1%;
  border-radius: 2px;
  background-color: #0C1E5E;
  color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid #0C1E5E;
  transition: 0.3s;
}

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

@media screen and (min-width: 600px) {
  .contact7 dt {
    width: 30%;
    margin-left: 20%;
    margin-bottom: 1%;
    font-size: 1.6rem;
  }
  .contact7 dd {
    margin-left: 20%;
    margin-right: 20%;
    font-size: 1.6rem;
    padding: 0.5%;
  }
  .btn_contact7 input {
    width: 35%;
    background-color: #0C1E5E;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    border-radius: 5px;
    transition: 0.3s;
  }
  .btn_contact7 input:hover {
    background-color: #FFF;
    color: #0C1E5E;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #0C1E5E;
  text-align: center;
}/*# sourceMappingURL=contact1.css.map */