/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/* フォーム用のテーブル　*/
.tbl-form {
}


.tbl-form th,
.tbl-form td {
    border: solid 1px #ccc;
}


.tbl-form th {
    background: #f0f0f0;
}

.tbl-form th > p {
    display: flex;
    justify-content: space-between;
    margin: 0;
    align-items: center;
}
.tbl-form td > p {
    margin: 0;
}

.tbl-form td {
}


/* 必須　*/
.tbl-form .required{
    color: #fff;
    font-size: 9px;
    border: solid 1px #f00;
    background-color: #f4788d;
    font-weight: normal;
    padding: 2px;
    line-height: 1;
    border-radius: 3px;
    letter-spacing: 1px;
}

/* ボタン　*/
.btn-block .wpcf7-submit{
    margin: 10px;
    width: 200px;
}

/* 入力　*/
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
    margin: 0;
}

/* 背景　*/
.site-body {
    padding: 2rem 0 2rem;
    background-color: #bdd5f021;
}

