@charset "UTF-8";

/* ==========================================================================
    form partial
============================================================================= */
.frm-btn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  min-width: 184px;
  padding: 20px 5px;
  text-align: center;
}

.wpcf7-submit {
  background-color: var(--color-coa-blue);
  color: #fff;
}

span.wpcf7-spinner {
  display: none;
}

.wpcf7-text,
.wpcf7-textarea {
  border: solid 1px #eee;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px 10px;
  width: 100%;
}

.kishu-text,
.p-postal-code {
  width: auto
}

.screen-reader-response p {
  margin: 2em 0;
}

.screen-reader-response ul {
  display: none
}

.wpcf7-not-valid-tip {
  color: #d63638
}

.label {
  background-color: #fff;
  border: solid 1px #b8e0f1;
  border-radius: 27px;
  color: #2d505e;
  display: inline-block;
  font-size: 1.2rem;
  padding: 2px 15px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item+.wpcf7-list-item {
  margin-left: 1em;
}

@media screen and (min-width: 768px) {
  form .tbl th {
    width: 12em;
  }
}

@media screen and (max-width: 767.98px) {
  .wpcf7-text,
  .wpcf7-textarea {
    font-size: 16px;
  }

  .kishu-text,
  .p-postal-code {
    width: 100%
  }
}