/*---------------------------------
コンタクトフォーム7
---------------------------------*/

/* 入力エリアの幅をリセット　*/

.c-contact table {
    width: 100%;
    margin-bottom: 10px;
  }
  .c-contact table th,
  .c-contact table td {
    border: 1px solid #ccc;
    padding: 5px;
  }
  .c-contact table th {
    width: 140px;
    background-color: #dae2ec;
  }
  .c-contact span.hissu {
    color: #c00;
    font-weight: bold;
  }
  .c-contact input,
  .c-contact select,
  .c-contact textarea {
    margin: 3px 0 5px 0;
  }
  .c-contact span.wpcf7-list-item-label {
    font-size: 1.6rem;
  }
  .c-contact .your-furi input[type=text],
  .c-contact .your-email input[type=text],
  .c-contact .your-telno input[type=text],
  .c-contact .your-address input[type=text] {
    width: calc(100% - 10px);
  }
  @media (max-width: 767px) {
    .c-contact .your-name input[type=text],
    .c-contact .your-email input[type=email],
    .c-contact .company-name input[type=text] {
      width: 90%;
    }
  }
  .c-contact .your-post input[type=text] {
    width: 100px;
  }
  .c-contact .caution-box {
    font-size: 18px;
    letter-spacing: 0.3rem;
    border-bottom: 1px solid #c22;
    padding: 10px 10px 5px;
    line-height: 100%;
    font-weight: bold;
  }
  .c-contact .contact-caution-box {
    font-size: 14px;
    line-height: 170%;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #4ea1d8;
    background-color: #e8f5fd;
    padding: 15px;
    margin: 10px 10px 20px;
  }
  .c-contact p.btn input {
    display: block;
    margin: 0 auto;
  }
  .c-contact select {
    padding: 8px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .c-contact .bt-submit {
    width: 218px;
    margin: 10px auto;
  }
  .c-contact .form-width {
    max-width: 100%;
  }
  .c-contact .wpcf7 {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 0px;
    border-radius: 10px;
    margin: 0 0 30px 0;
  }
  .c-contact dt {
    font-weight: bold;
    font-size: 15px;
  }
  .c-contact dt,
  .c-contact dd {
    padding: 10px 20px 0;
    margin: 0;
    font-size: 13px;
  }
  .c-contact dd {
    margin-bottom: 10px;
  }
  .c-contact input,
  .c-contact textarea {
    border: 1px solid #ccc;
    padding: 6px 8px;
    font-size: 1.6rem;
    background: #fff;
    border-radius: 4px;
    margin-right: 10px;
  }
  @media (max-width: 600px) {
    .c-contact input,
    .c-contact textarea {
      width: 100%;
    }
  }
  .c-contact textarea {
    width: 97.5%;
  }
  .c-contact .wpcf7 input.wpcf7-submit:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    bottom: -2px;
    position: relative;
  }
  .c-contact .wpcf7-captchac {
    border: 1px solid #ccc;
  }
  .c-contact .name {
    max-width: 200px;
  }
  .c-contact input.address,
  .c-contact textarea.message {
    max-width: 400px;
    color: #ccc;
  }
  .c-contact input.wpcf7-submit {
    font-size: 14px;
    margin: 20px auto;
    padding: 14px 30px;
    background: #f2f2f2;
    color: #363b3f;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ccc;
    border-bottom: solid 4px #dcdcdc;
  }
  .c-contact input.wpcf7-submit:hover {
    background-color: #dcdcdc;
    color: #666;
  }
  .c-contact .wpcf7-not-valid {
    background: #f8d3d9;
  }
  .c-contact span.wpcf7-not-valid-tip {
    font-size: 80%;
  }
  .c-contact .wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
  }
  .c-contact .wpcf7 .wpcf7-validation-errors {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
  }
  .c-contact .wpcf7 .wpcf7-mail-sent-ok {
    color: #3a87ad;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
  }
  .c-contact .wpcf7-form-control-wrap[data-name=name01],
  .c-contact .wpcf7-form-control-wrap[data-name=name02] {
    display: inline-block;
    position: relative;
  }
  .c-contact .required {
    color: #f00;
  }
  .c-contact .att {
    color: #3b7527;
    margin-left: 1em;
  }
  .c-contact .privacy {
    margin: 20px;
    overflow: scroll;
    height: 150px;
    padding: 20px;
    font-size: 13px;
    border: 1px solid #ccc;
    background: #fff;
  }
  .c-contact .agree {
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
  }
  .c-contact .bt-agree {
    text-align: center;
    margin: 20px auto;
    font-size: 15px;
  }
  .c-contact .bt-agree input {
    margin-right: 10px;
  }
  .c-contact .form-att {
    margin: 20px 20px 50px;
    font-size: 14px;
  }
  .c-contact button.btn-privacy {
    border: none;
    background: none;
  }
  .c-contact .btn-privacy {
    margin: 20px 0 20px 20px;
    display: block;
  }
  .c-contact .btn-privacy a {
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 10px 30px;
    display: block;
    background: #fff;
    text-decoration: none;
    font-size: 16px;
  }
  .c-contact .btn-privacy a:hover {
    background: #f2f2f2;
  }
  .c-contact ::-webkit-input-placeholder {
    color: #aaa;
  }
  .c-contact ::-moz-placeholder {
    color: #aaa;
  }
  .c-contact :-ms-input-placeholder {
    color: #aaa;
  }
  .c-contact ::-ms-input-placeholder {
    color: #aaa;
  }
  .c-contact ::placeholder {
    color: #aaa;
  }
  
  .wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
    display: none;
  }