/*email*/
#main .comTable td input[type="email"] {
    height: 33px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #999;
    font-size: 16px;
}

/*確認画面*/
.wpcf7c-conf {
    background-color: #ffffff !important;
    border: none !important;
}
/*確認画面*/

/*戻るボタン*/
.edit{
    cursor: pointer;
}

/*ajax loader消す*/
img.ajax-loader{
    opacity: 0;
    display: none;
}

/*エラー画面*/
.wpcf7-not-valid-tip {
    margin-top: 4px;
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
}

div.wpcf7-validation-errors {
    border: none !important;
    margin-bottom: 22px;
    color: #ff0000;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

/*エラーメッセージ*/
.errorTxt{
    margin-bottom: 22px;
    color: #ff0000;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

/*オートコンプリートのとき、背景を黄色にしない*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/*リスト*/
span.wpcf7-list-item {
    margin-left: 0em !important;
    margin-top: 8px;
    float: left;
    /* width: 320px; */
    width: 100%;
}

/*リストのアラート 改行処理*/
.wpcf7-not-valid-tip{
    clear:both;
}

/*リストのラベル*/
.wpcf7-list-item-label{
    padding: 2px 0 0 30px;
    /*display: block;*/
    /*position: relative;*/
    /*background: url(/wp/wp-content/themes/ensk/img/common/checkbox_off.gif) no-repeat left center;*/
}
/*
TODO
*/
.custom-checkbox input{
    z-index:10;
}


