@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: Lightning-master
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

.cf_foot {}

.cf_foot th,.cf_foot td {
    display: block;
    font-size: 1em;
    font-weight: normal;
    padding: 15px 20px;
    border: none;
}

.cf_foot .mini {
    display: inline;
    font-size: 0.75em;
}

.cf_foot th {
    background: #efefef;
    color: #000;
    border-top: 1px solid #DDD;
}

.cf_foot td {}

.cf_foot .wpcf7-checkbox label {
    display: block;
    font-weight: normal;
}

.cf_foot .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 0.2em 0;
}

.cf_foot .form-control {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #DDD;
    height: auto;
    font-size: 1em;
    box-shadow: none;
  max-width: 100%;
}
.cf_foot input[type='text'],
.cf_foot input[type='email'],
.cf_foot input[type='tel'] {
    padding: 10px;
}

.cf_foot td .problem-head {
    border-top: 1px dotted #DDD;
    display: block;
    padding-top: 15px;
    margin-top: 11px;
}

.nobr br {
    display: none;
}

.cf_foot td .problem-head:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.wpcf7 .confirm-header.confirm-text {
  font-weight: bold;
  padding: 1em;
  background: #FFFCCC
}
.wpcf7 .confirm-text {
  /*display: none;*/
}
.wpcf7 .custom-wpcf7c-confirmed .confirm-text {
  display: block;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background: none !important;
  border: none;
}
.wpcf7 .wpcf7c-btn-back {
  border-radius: 4px;
  background: EEE;
  margin: 0 5px;
  box-shadow: none;
  border: 1px solid #555;
}