.wpcf7c-elm-step2 {}
.wpcf7c-elm-step3 {}
.wpcf7 .ajax-loader{}

.wpcf7c-hide {display: none;}
.wpcf7c-force-hide {display: none !important;}
.wpcf7c-conf {background-color: #E8F0FE; color: black; border: 1px solid #333333;}

input.wpcf7c-btn-back {
    margin-right: 1em;
}

/* -----------------------------------------
戻るボタンと送信ボタンの間の余白を調整
-------------------------------------------*/
input.wpcf7c-btn-back {
    margin-right: 1em;
}

/*
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus {
	color: #003a6c;
	background-color: #FF0000;
}
*/


/* 入力欄のボックスを消す */
input.wpcf7c-conf{
    background-color:transparent !important;
    border:none;
    border-radius:0;
    font: unset;
    /* margin-top:0.5em; */
}
input[type="tel"].wpcf7c-conf{
    text-align: center;
    min-width: 4em;
}
textarea.wpcf7c-conf{
    background-color:transparent!important;
    border:none;
    border-radius:0;
    border:2px solid transparent;
    box-shadow:none;
    font: unset;
}

    /* スペースの調整 */
input[type=date].wpcf7c-conf{
    margin-left:0.5em;
    }
	
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}

    /* 送信後のフォームを消す */
.sent .iqfm-table {
    display:none;
    }