@charset "utf-8";

/* placeholderの色指定 */
::placeholder{
    color: rgba(34, 34, 34, 0.4);
}

/* PHPエラー文 */
.secForm .txtError{
    color: #F00;
    font-size: 12px;
    background: url(../img/common/iconError.png) left top / 14px auto no-repeat;
    padding: 0 0 0 17px;
    margin-top: 15px;
    line-height: 14px;
}

/*==============================
    btnSendCo
==============================*/
.btnSendCo.no_tap,
.btnSendCoBack.no_tap{
    opacity: 0.3 !important;
    pointer-events: none !important;
    transition: none !important;
}
.btnSendCo.no_tap{
    opacity: 1 !important;
    background: url(../img/common/iconLoader.png) center center / 32px auto no-repeat !important;
    font-size: 0 !important;
    box-shadow: none;
}
.btnSendCo.no_tap .notapTxt{
    opacity: 0;
}
