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

#wpadminbar {
    z-index: 100000;
}


body {
        font-family: "Zen Kaku Gothic New", sans-serif;
    }
.required {
        background: #BC2828;
        color: #fff;
        font-size: 16px;
        margin-right: 10px;
        text-align: center;
        border-radius: 10px;
        line-height: 1;
	padding: 5px;
}

span.wpcf7-list-item {
	display: block;
}



/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
   /* width: 30%;*/
    text-align: left;
}


/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], textarea {
        background: #eee;
}

}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
input[type=submit]{
         display: block;
        background: #224A79;
        color: #fff;
        font-weight: 600;
        text-align: center;
        border-radius: 15px;
        width: 100%;
        cursor: pointer;
        transition: .3s;
        font-weight: bold;
        font-size: 20px;
        color: #fff;
		margin-top:20px;
    }

/*送信ボタン・マウスオーバー時スタイリング*/
input[type="submit"]:hover {
   opacity: .7;
}

.wp-block-table, blockquote, dl, iframe, ol, p, ul {
    margin-bottom: 0
}

.table_text {
    font-size: 14px;
    font-weight: 700;
    color: #ff0000;
    margin-top: 10px;
}

@media (max-width: 576px) {
  th, td {
    display: inline-block;
    width: 100%;
    float: left;
  }
}
