@charset "UTF-8";
input[type=checkbox]::before {
    background: #fff;
    border: 1px solid #666;
    content: '';
    display: block;
    height: 16px;
    left: -1px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 16px;
    border-radius: 4px;
}
input[type=checkbox]::after {
    border-right: 3px solid #666;
    border-bottom: 3px solid #666;
    content: '';
    display: block;
    height: 12px;
    left: 4px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
.wpcf7-list-item-label{
    padding-left: 10px;
}